

/* Global
----------------------------------------------- */
/*html {height: 101%; overflow: scroll;}*/
body {
	margin: 0; padding: 0;
	border-top: 4px solid #e95a00;
	background: url(../images/wooden1.jpg);
}

a {
	color: #c33;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

p {
	margin: 1em 0;
	line-height: 1.7;
}

hr {display: none;}

small {
	margin-left: 11px; 
	color: #777777;
}

/* Structure
----------------------------------------------- */
#page {
	margin: 0 auto; padding: 0 0 0 0;
	width: 400px;
	position: relative;
	font-family: Georgia, Times New Roman;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
	#content {
		margin: 0; padding: 20px;
	}

.clear:after,
#header:after,
#banner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear,
#header,
#banner {display: inline-block;}
/* ie5 mac \*/
* html .clear,
* html #header,
* html #banner {height: 1%;}
.clear,
#header,
#banner {display: block;}
/* end ie5 mac */



#content {}
	#content h4 {
		margin: 0; padding: 0 0 10px 0;
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
	}
		#content h4 a {color: #444;}

#blog .content {}
	#blog .content h2 {
		margin: 0; padding: 15px 0 10px 0;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	#blog .content h3 {
		margin: 0; padding: 0;
		font-size: 18px;
		font-weight: normal;
	}


.replace {
	margin: 0; padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	outline: none;
}
	.replace a {
		display: block;
		outline: none;
	}



/* Blog Slider
----------------------------------------------- */
#blog {}
	#blog_inner {
		width: 100%;
		background-color: #e95a00;
		color: #fff;
	}

		#blog #blog_tab {
			width: 720px; height: 24px;
			margin: 0 auto;
		}
			#blog #blog_tab a {
				width: 60px; height: 24px;
				background: url(../images/blog_tab_bg.gif) no-repeat;
				margin: 0 2px 0 0;
				float: right;
			}
			#blog #blog_tab a:hover {background-position: 0 -24px;}
			#blog #blog_tab a.open {background-position: -60px 0;}
			#blog #blog_tab a.open:hover {background-position: -60px -24px;}

		#blog .content {
			margin: 0 auto; padding: 0;
			width: 710px;
			font: 14px/1.5 Garamond, Georgia, "Times New Roman", serif;
		}
			#blog .content .post {
				margin: 0; padding: 0 0 30px 0;
				width: 700px;
				float: left;
			}
			#blog .content .sidebar {
				width: 200px;
				float: right;
			}
				#blog .content .sidebar ul {
					margin: 0; padding: 0 0 15px 0;
					list-style-type: none;
					font-size: 12px;
				}
					#blog .content .sidebar ul li {
						padding: 0 0 0 10px;
						background: url(../images/blog_bullet_bg.gif) 0 8px no-repeat;
					}
				#blog .content .sidebar p {
					margin: 0; padding: 0;
					font-size: 12px;
					line-height: 1.3;
				}
				#blog .content .sidebar a.feedback_link {}
					#blog .content .sidebar a.feedback_link img {border: 0;}

			#blog .content p {
				margin: 0; padding: 0;
			}
			#blog .content a {
				color: #fff;
				text-decoration: underline;
			}
			#blog .content a:hover {text-decoration: none;}





/* Content
----------------------------------------------- */
#content {}
	#content ul.features {
		margin: 0; padding: 0;
		list-style-type: none;
	}
		#content ul.features li {
			margin: 0; padding: 0 20px 20px 0;
			width: 175px;
			float: left;
		}
		* html #content ul.features li {padding-right: 17px;}

		#content ul.features li.row_end {padding-right: 0;}
		#content ul.features li.row_start {clear: both;}
			#content ul.features li a img {border: 1px solid #c33;}
			#content ul.features li a:hover img {border-color: #999;}

			#content ul.features li dl {
				margin: 0; padding: 0;
			}
				#content ul.features li dl dt {
					margin: 0; padding: 0;
					font-size: 11px;
					line-height: 1;
					text-transform: uppercase;
					letter-spacing: 0.5px;
				}
				#content ul.features li dl dd {
					margin: 0; padding: 0 0 10px 0;
					font-size: 16px;
					line-height: 1;
				}

	#content ul.page_nav {
		margin: 0; padding: 0;
		list-style-type: none;
	}
		#content ul.page_nav li {
			width: 380px;
			display: block;
		}
		#content ul.page_nav li.older {float: left; text-align: left;}
		#content ul.page_nav li.newer {float: right; text-align: right;}

