body {
	margin: 0;
	font-family: verdana, Helvetica, sans-serif;
	background-color: #BDAF85;
	font-size: 11px;
	color: #7E8553;
}

a { color: #7E8553;  text-decoration: none;}
a:link { color: #7E8553;  text-decoration: none;}
a:active { color: #7E8553;  text-decoration: none;}
a:visited { color: #7E8553;  text-decoration: none;}
a:hover { color: #7E8553; text-decoration: underline;}

h1 {margin: 0; font-size: 24px; font-weight: normal; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #85704f;}
h2 {margin: 0; font-size: 14px; font-weight: normal; font-variant: small-caps; font-family: Georgia, "Times New Roman", Times, serif; color: #ad9212;}

p {margin-top: 14px; margin-bottom: 0;}

#container {
	width: 738px;
	margin: 8px auto 0 auto;
	border: 1px solid #ffffff;
	background: #ffffff;
}

	#header {
		width: auto;
		height: 61px;
		border-bottom: 1px solid #ffffff;
		background: url(../images/blog/index.htmlbg-top-nav.gif) repeat-y right #f1d57e;
	}
	
		#header-logo {
			width: 278px;
			height: 61px;
			float: left;
		}
		
		#header-right {
			width: 460px;
			float: left;
		}
		
			#search-container {
				width: 460px;
				height: 21px;
				background: url(../images/blog/index.htmlbg-search-bar.gif) repeat-y right;
			}
			
	#body {
		width: auto;
	}
	
		#body-left {
			width: 149px;
			min-height: 110px;
			padding-top: 150px;
			background: url(../images/blog/index.htmlblog-left-bar.gif) repeat-x #ffffff;
			float: left;
		}
		
		*html #body-left {height: 110px;}
		
			.side-bar-wrapper {
				width: auto;
				padding: 20px 10px;
				border-bottom: 1px dotted #b69706;
			}
			
			.side-bar-wrapper ul {margin: 0; padding: 0;}
			.side-bar-wrapper ul li {
				margin: 4px 0;
				padding: 0;
				list-style: none;
			}
		
		#body-right {
			width: 588px;
			float: right;
		}
		
			#breadcrumbs {
				width: auto;
				padding: 3px 3px 3px 25px;
				font-size: 11px;
				color: #f3c46f;
				background: #c67e38;
			}
			
				#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
					color: #f3c46f;
					margin-right: 8px;
					text-decoration: none;
				}
				
				#breadcrumbs a:hover, #breadcrumbs a:active {
					color: #f3c46f;
					margin-right: 8px;
					text-decoration: underline;
				}
				
			#content-blog {
				width: auto;
				padding: 30px 20px 20px 25px;
			}
			
				.blog-header {
					width: 60px;
					height: 40px;
					margin: 0 0 0 -5px;
					background: url(../images/blog/index.htmlblog-header.gif) no-repeat;
				}
				
					.blog-header a {
						width: 60px;
						height: 40px;
						display: block;
					}
				
				.post-container {
					width: auto;
					margin-top: 30px;
				}
				
					.blog-header-container {
						width: 370px;
						float: left;
					}
					
					.blog-date {
						width: 170px;
						padding: 3px 3px 3px 0;
						background: url(../images/blog/index.htmlbg-date.gif) repeat-y right;
						color: #b4b1a2;
						font-style: italic;
						text-align: right;
						font-size: 10px;
						float: right;
					}
					
					.posting {
						width: auto;
						padding: 20px 0;
						clear: both;
					}	
					
						.comments-container {
							width: auto;
							margin-top: 12px;
							padding: 7px;
							border-top: 1px dotted #f4e28d;
							border-bottom: 1px dotted #f4e28d;
							background: #fffbe9;
						}
						
							.posted-by {
								color: #d6b61e;
								font-style: italic;
							}
					
	#footer {
		width: auto;
		background: url(../images/Footer.jpg) no-repeat;
	}
	
.clear-both {clear: both;}	
.hide {display: none;}	
	
input {
	height: 16px;
	font-size: 10px;
	border : 1px solid #8A9357;
	color: #7E8553;
}

.inputSearch {
	font-size: 85%;
	background-color: #F9E8B1;
	border : 1px solid #D9BD63;
}

.selectSearch select {
	height: 16px;
	font-size: 10px;
	font-size: 85%;
	border : 10px solid #D9BD63;
}