* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #565656;
	background: #FFFFFF url(images/background.png) repeat-x 0 0;
}

h2 {
	color: #0274c3;
}
	
p {text-align: justifty;
}

a {
	color: #98320c;
	text-align: justify;
}
img {
	border: 0;
	padding: 7px;
}

.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;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 300px;
	font-size: 0.9em;
	color: #ffffff;
}
	#header .subscribe {
		float: right;
		padding: 2px 20px 2px 0;
		margin-top: 4px;
	}
		#header .subscribe a {
			color: #ffffff;
			margin: 0 8px;
			text-decoration: none;
		}
		#header .subscribe a:hover {
			text-decoration: underline;
		}
	#header ul {
		list-style-type: none;
		padding-top: 2px;
	}
		#header ul li {
			float: left;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 7px;
		}
			#header ul li.f {
				background: none;
			}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 6px 18px;
			text-transform: uppercase;
			font-weight: bold;
		}
			#header ul li.f a {
				padding-left: 0;
			}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		font-size: 0;
		text-indent: -9999px;
	}
		#header h1 a {
			display: block;
			width: 980px; height: 237px;
			background: url(images/logo_sm.jpg) no-repeat 0 0;
		}
	#header form {
		float: right;
		width: 275px; height: 26px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 4px 5px 0 0;
	}
		#header form input {
			float: left;
			border: 0;
			font-size: 1em;
			font-family: Arial;
			margin: 6px 0 0 8px;
			width: 230px;
			background-color: transparent;
			color: #ffffff;
		}
		#header form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 30px; height: 26px;
			background-color: transparent;
		}
	#header .break {
		height: 33px;
	}
/** END header **/

/** BEGIN left sidebar **/
#lsidebar {
	width: 160px;
	float: left;
	font-size: 0.9em;
	padding: 10px 0 5px;
}
	#lsidebar h2 {
	text-transform: uppercase;
	color: #31322D;
	font-size: 1em;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	#lsidebar ul {
		list-style-type: none;
		padding-bottom: 25px;
	}
		#lsidebar ul li {
			padding: 5px 9px;
		}
		#lsidebar ul li a {
			color: #565656;
			text-decoration: none;
			line-height: 1.4em;
		}
		#lsidebar ul li a:hover {
			color: #98320C;
			text-decoration: underline;
		}
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 475px;
	float: left;
	padding: 15px 0;
}
	#content .post {
	clear: both;
	padding-bottom: 30px;
	}
		#content .post h2 {
	font-size: 1.7em;
	margin-bottom: 5px;
	color: #C30;
		}
			#content .post h2 a {
				text-decoration: none;
			}
			#content .post h2 a:hover {
				text-decoration: underline;
			}
		#content .post .details1 {
			font-size: 0.9em;
			margin-bottom: 25px;
			padding: 0 5px;
			color: #9A9898;
		}
			#content .post .details1 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details1 a:hover {
				text-decoration: underline;
				color: #98320c;
			}
		#content .post .details2 {
			font-size: 0.9em;
			clear: both;
			color: #9A9898;
			height: 20px;
			padding-top: 25px;
		}
			#content .post .details2 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details2 a:hover {
				text-decoration: underline;
				color: #98320c;
			}
			#content .post .details2 .l {
				float: left;
				width: 45%;
			}
			#content .post .details2 .r {
				float: right;

				width: 45%;
			}
	#content .postnav {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 30px;
	}
		#content .postnav .l {
			float: left;
		}
		#content .postnav .r {
			float: right;
		}
		#content .postnav a {
			text-decoration: none;
		}
	#content p {
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: justify;
	}
	#content h2 {
		color: 0274c3;
	} 
	#content h3, h4, h5, h6 {
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	#content ul, #content ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	#content blockquote {
		padding: 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 325px;
	float: right;
	padding: 15px 0;
}
	#rsidebar h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #060;
	border-top: 5px solid #302B1C;
	border-bottom: 1px solid #302B1C;
	padding: 5px 0;
	margin-bottom: 10px;
	}
	#rsidebar .ads {
		padding: 0 10px 5px;
		text-align: center;
	}
		#rsidebar .ads img {
			margin: 1px;
		}
	#rsidebar ul {
	padding: 0 10px 20px;
	list-style-type: none;
	color: #363;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0;
		}
		#rsidebar ul li a {
			color: #53534C;
			text-decoration: none;
		}
		#rsidebar ul li a:hover {
			color: #98320C;
			text-decoration: underline;
		}
	#rsidebar .flickr {
		padding: 0 10px 20px;
		text-decoration: center;
	}
		#rsidebar .flickr img {
			margin: 1px;
		}
	#rsidebar .video {
		padding: 0 10px 20px;
	}
	#rsidebar .tags {
		padding: 0 4px 20px;
	}
		#rsidebar .tags a {
			color: #565656;
			text-decoration: none;
		}
		#rsidebar .tags a:hover {
			color: #98320C;
			text-decoration: underline;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #dcd9b8 url(images/footer.gif) repeat-x 0 0;
	height: 82px;
	font-size: 0.9em;
	color: #9A9898;
}
	#footer .wrapper {
		margin: auto auto;
		width: 940px;
		padding: 35px 0;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
	#footer a {
		color: #565656;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/

/** BEGIN miscellaneous **/
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 0.9em !important;
	text-transform: uppercase;
	padding: 5px 0 25px;
	color: #302B1C;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

