 /*----LAYOUT----*/
 * {
padding:0;
margin:0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #7E6454;
}

html {
	font-size: 100%;
}

body {
background: #F5F5F5;
font-size:62.5%;	
	}
	


#header {
margin-bottom: 10px;
	 background: url(../uploaded_images/banner_800.jpg) no-repeat center;
	 height: 90px;
	 padding: 5px 0px 10px 0px;
	border-top: 1px solid #663366;
	border-bottom: 1px solid #663366; 
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h4 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	/*background: INSER COLOR;
	color: INSERT COLOR;*/
   text-indent: 10px;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

h5 {
	background-color: #EFEBDE;
	/*color: INSERT COLOR;*/
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.2em;
	text-indent: 10px;

}

h6 {
	font-size: .85em;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	margin: 10px 5px 10px 10px;
}

blockquote {
	font-size: 1em;
	font-style: italic;
	line-height: 125%;
	/*color: INSERT COLOR;*/
	padding-left: 10px;
	margin: 15px 80px 15px 25px;
	/*border: INSERT BORDER STYLE;*/
}

pre {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	margin-left: 15px;
}

img {
border: 0px none;
}
			

#mainwrapper {
	/*background: #DBEEDB;*/
	border-top: 1px solid #704370;
	border-bottom: 1px solid #704370;
}

	#blogwrapper {
	float: left;
	width: 59%;
	margin-left: 1%;
	/*background: #DBEEDB;*/
	margin-top: 5px;
	}

		.blogcontent {
			float: left;
			width: 100%;
			background: White;
			font-size: 1.2em;
			line-height: 160%;
			border: 1px solid #704370;
			margin-bottom: 10px;
		}
		
					.blogcontent p {
						margin-left: 15px;
						margin-right: 10px;
     					margin-bottom: 10px;
					}
					
					.blogcontent a:link, .blogcontent a:visited {
						/*color: INSERT COLOR;*/
						text-decoration: underline;
					}
					
					.blogcontent a:hover, .blogcontent a:active {
						/*color: INSERT COLOR;*/
						text-decoration: none;
					}
					
					.blogcontent img {
						margin-left: 10px;
						margin-right: 10px;
						border: 0px;
					}	
					
					.blogcontentnav {
						margin-bottom: 10px;
					}
					
.comment-poster{
margin-left: 15px;
margin-right: 10px;
margin-bottom: 10px;
}

.comment-timestamp {
margin-left: 15px;
margin-right: 10px;
margin-bottom: 10px;
}						
	
#sidebarone {
float: left;
display: inline;
width: 18%;
background: #fff;
line-height: 150%;
margin-Left: 2%;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #704370;
}

		#sidebarone p  {
	margin: 10px 10px 10px 7px;
	}	
	
		#sidebarone  a:link, a:visited {
	color: #7E6454;
	text-decoration: none;
	}
					
		#sidebarone a:hover, a:active {
	color: #7E6454;
	text-decoration: none;
	}	

#sidebartwo {
float: left;
margin-left: 1%;
width: 18%;
background: #fff;
line-height: 150%;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #704370;
}
		
		#sidebartwo p  {
			margin: 10px 10px 10px 7px;
	}	
	
		#sidebartwo  a:link, a:visited {
				color: #7E6454;
				text-decoration: none;
				}
					
		#sidebartwo a:hover, a:active {
				color: #7E6454;
				text-decoration: none;
			}
			
.blogrollmain {
margin: 10px 10px 10px 10px;
}
		
	.blogrollmain p {
	margin-left: 0px;
	margin-top: 12px;
	}			


#footer {
clear: both;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 1%;
text-align: center;
padding: 5px 0px 5px 0px;
border-top: 1px solid #704370;
border-bottom: 1px solid #704370;
} 