* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background:#fff url(images/diz.jpg) repeat-y center;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
	h2 {
		font-size: 15px;
	}
h3 {
	margin-bottom: 10px;
}	
h3 {
	margin: 40px 0 10px 0;
}	
h3 a {
	color: #00b5ff;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	}
	h5{
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#a1a07b;
	text-align:justify;	
	}
a {
	color:#8fb34f;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
	}
p {margin: 0 0 18px}

#content img {
/*	border: none;*/
		margin: 5px;
}

#wrapper {
	width: 777px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height:199px;
	background: url(images/diz_head.jpg) no-repeat center;
		width:775px;
}
#header h1{
	width:260px;
	height:30px;
	padding-left:530px;
		padding-top: 67px;
		border: 0px !important;
	}
#header h1 a, #header h1 a:hover{	
		border: 0px !important;
		background: none;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 96%;
	padding: 20px 15px 30px 15px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 270px 0 5px;
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color: #a1a07b;
	text-align: justify;
}

 .comm {
 overflow: hidden;
	padding: 0 270px 0 0;
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: justify;
}

.postmetadata{
	padding: 5px 0 0 0;
}
span.date { background:url(images/date.gif) no-repeat; padding-left:20px; }
span.comments { background:url(images/comment.gif) no-repeat; padding-left:20px; }
span.category { background:url(images/posted.gif) no-repeat; padding-left:20px; }
.entry {
 margin-bottom: 10px;
}

/*.entry h3, h2 {
	 margin: 10px 0 20px 0;
	 font-size: 14px;
	 color: #990000;
}*/

/*.entry p img {
		 padding: 5px;
		 border: 1px solid #d7d6b7;
		 margin: 5px;
	}*/
	
.entry p {
		color: #000000;
		font-size: 12px;
	}

	#comments {
	padding-top: 10px;
		font-size: 12px;
		color: #00c9cc;
	}
	
	cite a, cite{
		color: red;
		font-weight: bold;
	}
	.rss{	border: none !important; margin-right: 10px;}
.nm234{
	width: 170px;
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color: #a1a07b;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 450px;
	padding: 2px;
	}

#commentform #submit {
	margin: 10px 20px 15px 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	clear: both;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	clear: both;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
	}
p cite, .commentmetadata a, .commentmetadata a:hover {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #00b5ff;

}

	
/* Sidebar Right
-----------------------------------------------------------------------------*/
#linkList {
	float: left;
	margin-right: -3px;
	width: 220px;
	margin-left: -220px;
	position: relative;
}
/*#linkList {
	width:196px;
	position:absolute;
	top:250px;
	right:29px;
	}*/
#linkList h3.select {
	width:196px;
	height:34px;
	background:url(images/select.gif);
	}
#linkList h3.archives {
	width:196px;
	height:34px;
	background:url(images/archives.gif);
	}
#linkList h3.resources {
	width:196px;
	height:12px;
	background:url(images/resources.gif);
	margin-top:30px;
	}
#linkList ul {
	list-style-image:url(images/blt_sm.gif);
	margin:5px 0 20px 23px;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#bcbb93;
	}
#linkList ul li {
	margin-bottom:8px;
	}
#linkList ul a {
	color:#a9a867;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-transform:lowercase;
	}
#linkList ul a:hover {
	color:#b2d378;
	border:none;
	}
#linkList #lselect ul {
	list-style-image:url(images/blt_lrg.gif);
	margin:5px 0 20px 23px;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#bcbb93;
	}
#linkList #lselect ul a {
	display:block;
	color:#a9a867;
	font-weight: bold;
	font-style:italic;
	font-size:12px;
	text-transform:none;
	line-height:14px;
	}
#linkList #lselect ul a.c {
	font-style:normal;
	font-size:11px;
	color:#bcbb93;
	letter-spacing:0;
	text-transform:lowercase;
	}
#linkList #lselect ul a:hover {
	color:#b2d378;
	border:none;
	}
#linkList #larchives ul,
#linkList #lresources ul {
	margin:10px 0 20px 24px;
}
#linkList input {vertical-align: middle; width: 140px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 2px solid #00b5ff;
	width: 748px;
	margin: -100px auto 0;


	height: 25px;
	padding-top: 10px;
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color: #a1a07b;
	text-align: center;
}

#footer {
	border-top: 2px solid #00b5ff;
	width: 748px;
	margin: 0px auto 0;

}

#footer img {
 padding: 0px;
 margin: -1px;
 text-decoration: none;
 border: 0px;
 
}
.rs{
	font: normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color: #a1a07b;
/*	text-align: justify;*/
}

.rs img
{
       background:url(images/shadow.gif) no-repeat right bottom;
       padding:4px 10px 10px 4px;       
       border:0;
       border-top:#eee 1px solid;
       border-left:#eee 1px solid;       
}

.entry img, .entry img p a
{
       background:url(images/shadow.gif) no-repeat right bottom;
       padding:7px 10px 10px 7px; 
	       border:0;	       
       border-top:#eee 1px solid;
       border-left:#eee 1px solid;       
}

.entry p a:hover img
{
       background:url(images/shadow.gif) no-repeat right bottom;
       padding:7px 10px 10px 7px; 
	       border:0px !important;
			 background: none;
			 text-decoration: none !important;     
}

.rs 
{
       background: url(images/divider.gif) no-repeat center bottom;    
       border:0;   
}
