* {
	margin: 0; padding: 0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background-color: #ffffff;
    
}

.selected a {
 
	margin-top:0px;
	padding-top:2px;
    color:#5F0041;
	text-decoration:none;
	}

 .title  {
      
color:#404040;
	font-weight:bold;
	width:200px;
	}

/** BEGIN page **/
#page {padding-top:20px;
       padding-bottom:20px;

} 


/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding: 0 0 20px;
	border: 1px solid #9C909C;
    background-color: #F8F2F8;
min-height: 580px;
height: auto;
  
 
}
/** END wrapper **/

	#content .continue {
 	
		color: #400040; 	
 	
		font-size: 0.9em;
		padding: 3px 8px;
        font-weight:bold;
		float: right;
	}
		#content .continue:hover {
	 		text-decoration: underline;
			background-color: #E3D7E3;
	 	 
		}

.description { 
    color:#000000;
	font:10px Verdana;
    text-align:justify; 
    padding:4px; 
	}

.footnote {
    color:#000000; 
    font:11px Tahoma, Garamond;
    font-weight:normal;
    text-align:center; 
    padding:4px;
    margin-bottom:5px; 
	}


.quotation { 
    color:#000000;
	font:12px Tahoma, Garamond;
    font-weight:bold;
    text-align:center; 
    padding:4px;
    margin-bottom:5px; 
     
	}

a {
	text-decoration: none;
	color: #400040;
    font-weight:bold;
}

	#content p {
		line-height: 1.3em;
		margin-bottom: 10px;
      text-align:justify;
      color:#000000;
      text-indent:8px;
	}

#sidebar {
	width: 300px;
	float: right;
	font-size: 1.0em;
    background-color:#E3D7E3;
	border: 1px solid #3B3C02;
} 

	#sidebar  a {
		  font-size:11px;  	
		}

	#body .pages {
		list-style-type: none;
		height: 35px;
	
     	background-color: #9C909C;
          
         
 	
	}

	#body .pages li a {
			color: #ffffff;
			display: block;
			padding: 11px 16px;
	 	
 	
		}
		#body .pages li a:hover {
			text-decoration: none;
			background-color: #F8F2F8;
			color: #000000;
  
		}
		#body .pages li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.9em;
			list-style-type: none;
     
		}

	#content .details {
		font-size: 0.9em;
		color: #404040;
		margin-bottom: 15px;
	}
		#content .details a {
			color: #404040;
		}


	#content .postnav ul li a {
				display: block;
				padding: 5px 8px;
				color: #ffffff;
				background-color: #360337;
				font-weight: bold;
				font-size: 0.9em;
				margin: 2px;
				border: 0 !important;
			}

	#footer .links {
		background-color: #9C909C;
		color: #000000;
		height: 35px;
		clear: both;
	}
		#footer .links p {
			padding: 10px;
		}
		#footer .links a {
			color: #000000;
			text-decoration: none;
		}
 
	#footer .links a:hover {
			color: #000000;
			text-decoration: underline;
		}

 


/** ########################  CHANGE COLORS ABOVE  ###############################**/


a:hover {
	text-decoration: underline;
}
img {
	border: 0;
 padding:5px;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

.borderit img{
border: 1px solid #F8F2F8;
 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
padding:0px;
	background:#F8F2F8;  
}


.borderit:hover img{
border: 1px dashed #9C909C;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}




 

/** BEGIN header **/
#header {
	height: 135px;
	background: url(images/indextop.jpg	) no-repeat 0 0;
}

	#header h1 {
		float: left;
		text-indent: -9999px;
		font-size: 0;
		padding: 15px;
 
	}
		#header h1 a {
			display: block;
	 	
			width: 334px; height: 75px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding-top: 18px;
	}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;

 
}
	#body .buffer {
 	
	}



	#body .subscribe {
		float: right;
		font-size: 0.9em;
		color: #ffffff;
		padding: 0px;
	}
		#body .subscribe a {
			color: #ffffff;
			margin: 0 5px;
		}
		#body .subscribe a:hover {
			color: #CED9E7;
			text-decoration: underline;
		}

 
	
    


	#body .categories {
		list-style-type: none;
		height: 41px;
	}
		#body .categories li {
			float: left;
			font-size: 0.9em;
			padding: 14px 14px 13px;
			background: url(images/divider.gif) no-repeat 0 16px;
		}
			#body .categories li.f {
				background: none;
			}

		#body .categories li a {
			color: #657482	0;
		}
		#body .categories li a:hover {
			text-decoration: none;
			color: #49535C;
		}
/** END body **/

/** BEGIN content **/
#content {
	width: 747px;
	float: left;
	padding: 5px 5px;
    background:#F8F2F8;
 	border-right: 1px dotted #254725;
}
 
	#content h1 {
		font-family: Georgia;
		font-size: 1.7em;
	padding-bottom: 8px;
         border-bottom:1px #9C909C solid;
}


	#content h3, #content h4, #content h5, #content h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content ol, #content ul {
		list-style-position: inside;
		margin-bottom: 15px;
	}
	#content li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content blockqoute {
		padding: 10px 10px 5px;
		background: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #101E2B;
		margin-bottom: 15px;
	}
	#content h2 {
		font-family: Georgia;
		font-size: 1.6em;
		margin-bottom: 2px;
        
 
	}
 
 	#content h3 {
		font-family: Georgia;
		font-size: 1.3em;
		margin-bottom: 2px;
        
 
	}
	#content .post {
		width: 298px; height: 320px;
		float: left;
		padding: 10px;
	}
	
	#content .post .borderit img{
		border: 1px solid #000000; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		-moz-opacity: 0.85;
		padding:0px;
		background:#070F1C;  
	}


	#content .post .borderit:hover img{
		border: 1px dotted #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}

	#content .post .borderit:hover{
		color: red; /* irrelevant definition to overcome IE bug */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}



 
	
	#content .post h2 {
			font-weight: normal;
		}

	#content .latest {
		width: 640px; height: auto;
	}



	#content .latest .borderit img{
		border: 1px solid #E3D7E3;
 		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		-moz-opacity: 0.85;
		padding:0px;
		background:#E3D7E3;  
	}


	#content .latest .borderit:hover img{
		border: 1px dotted #080808;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
	}

	#content .latest .borderit:hover{
		color: red; /* irrelevant definition to overcome IE bug */
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
	}

 

	#content .latest h2 {
			font-size: 1.7em;
			font-weight: bold;
             
		}

	#content .latest .continue {
			float: right;
		}

	#content .latest .bottom {
			clear: both;
			border-top: 1px solid #143656;
		}
	#content .postnav {
		clear: both;
		padding: 40px 8px 20px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0 !important;
		}
			#content .postnav ul li {
				float: left;
			}
	 	
			#content .postnav ul li a:hover {
				background-color: #587992;
			}
			#content .postnav .page_info {
				padding: 5px 8px;
				color: #ffffff;
				background-color: #637380;
				font-weight: bold;
				font-size: 0.9em;
				margin: 0 2px 2px;
			}
	#content .single {
		width: 940px; height: auto;
	}
		#content .single img {
			border: 3px solid #EFEFEF;
			width: auto;
		}
		#content .single h2 {
			font-size: 1.7em;
			font-weight: bold;
		}
		#content .single .continue {
			float: right;
		}
		#content .single .bottom {
			clear: both;
			border-top: 1px solid #143656;
		}
/** END content **/


/** BEGIN sidebar **/
 
#sidebar {
	width: 220px;
	float: right;
	font-size: 1.0em;
    border: 0px solid #254725;
    background:#F8F2F8;
}
 
 

	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		padding: 10px;
		color: black;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DEDCD4;
			line-height: 1.4em;
			padding: 6px 0;
		}
		#sidebar ul li a {
			
		}
	#sidebar .l {
		float: left;
		width: 50%;
	}
	#sidebar .r {
		float: right;
		width: 50%;
	}
		#sidebar .l ul li, #sidebar .r ul li {
			padding: 6px 0;
			border-bottom: 0;
		}
		#sidebar .l ul li a, #sidebar .r ul li a {
			color: #565656;
		}
 
	#sidebar .ads {
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #143656;
	}
		#sidebar .ads img {
			margin: 5px;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
		text-align: center;
	}
		#sidebar .flickr img {
			margin: 5px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
		text-align: center;
	}
	#sidebar .tags {
		padding: 0 10px 10px;
		border-bottom: 1px solid #143656;
	}
		#sidebar .tags a {
			color: #565656;
		}
		#sidebar .tags a:hover {
			color: #637380;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
 
	font-size: 0.9em;
}
	#footer .box {
		width: 340px;
		float: left;
	}
		#footer .box h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px;
		}
		#footer .box ul {
			list-style-type: none;
			padding: 10px 20px 25px;
		}
			#footer .box ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .box ul li a {
				color: #565656;
			}
	#footer .about {
		width: 300px;
		float: left;
	}
		#footer .about h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px 20px;
		}
		#footer .about p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#footer .about img {
			float: left;
			margin: 14px 10px 5px 0;
		}
 
		#footer .links .l {
			float: left;
		}
		#footer .links .r {
			float: right;
		}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.3em;
		
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #808080;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #808080;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #808080;
				}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
no-repeat 0 0;
			width: 150px; height: 34px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

 
