* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 14px Verdana;
	color: #000000;
	background: #FFFFFF url(../images/header.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #CD1713;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.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: 970px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 203px;
	padding-top: 14px;
	padding-left: 15px;	
}
	#header .top {
		float: left;
		font-size: 0.8em;
	}
		#header .top a img {
			float: left;	
		}
		#header .top .links {
			float: left;
			padding: 3px 0 0 3px; 	
		}
		#header .top .links a {
			color: #000000;	
			padding: 0 5px;
		}
			#header .top .links a:hover {
				text-decoration: none;	
			}
	#header form {
		float: right;
	}
		#header form input {
			float: left;
			border: 1px solid #DCDDDE;
			height: 17px;
			margin-right: 4px;
			padding-left: 3px;
			padding-top: 1px;
			color: #C8AAB9;
		}
		#header form button {
			background: url(../images/go.gif) no-repeat 0 0;
			border: 0;
			float: right;
			height: 18px;
			font-size: 0.9em;
			width: 31px;
			color: transparent;
			font-weight: bold;	
		}
	#header .logo {
		float: left;
	}	
		#header .logo h1 {
			padding: 17px 0 8px 0;	
                        margin: 0px 0 70px 0;
	                font-family: Arial, Verdana;
	                font-weight: bold;
	                font-size: 25px;
		}
		#header .logo h1 a {
			background: #fff;
			display: block;
			height: 20px;
			width: 750px;	
		}
		#header .logo h2 {
                        padding: 25px 0 6px 0;
                        margin: -80px 0 15px 0;
	                font-size: 16px;
	                line-height: 13px; 
	                font-family: Arial;
	                font-style: italic;
		}
	#header .ad {
		float: right;
		padding: 42px 50px 0 0;	
	}
	#header ul {
		clear: both;
		list-style-type: none;	
		overflow: hidden;
		height: 38px;
	}
		#header ul li {
			float: left;
			height: 30px;
		}
			#header ul li a {
				display: block;
				color: #000000;	
				text-decoration: none;
				font-size: 0.9em;
				padding: 10px 12px 11px 12px;
			}
				#header ul li a:hover {
					background-color: #CD1713;	
				}
/** END header **/

/** BEGIN body **/
#body {
	margin-top: 10px;
	background: url(../images/border.gif) repeat-y 650px 0;
	border-bottom: 2px solid #EEEEEE;
	padding-bottom: 30px;
}
/** END body **/
/** BEGIN content **/
#content {
	width: 650px;
	float: left;
}
	#content .featuredpost {
		margin-right: 10px;
		padding: 0 0 13px 20px;
		border-bottom: 1px solid #EEEEEE;
		width: 620px; height: 310px;
		overflow: hidden;
	}
	#content .featuredpost .thumb {
		float: left;
		border: 10px solid #EFEFEF;
		display: block;
		width: 280px; height: 280px;
		overflow: hidden;
	}
		#content .featuredpost .thumb img {
			height: 280px;
		}
	#content .featuredtext {
		float: right;
		width: 295px;
		padding-left: 17px;
	}
		#content .featuredtext h2 {
			font-size: 1.7em;
		}
		#content .featuredtext h2 a {
			color: #000000;	
			text-decoration: none;
			font-weight: normal;
		}
		#content .featuredtext .details {
			font-size: 0.8em;	
		}
		#content .featuredtext .details a {
			color: #CD1713;
			text-decoration: none;	
		}
		#content .featuredtext p {
			font-size: 0.9em;
			padding: 5px 0;	
			line-height: 1.4em;
		}
	#content .categories {
		float: left;
		width: 155px;
		margin: 8px 0 0 2px;
		padding-right: 7px;
		border-right: 1px solid #EEEEEE;
	}
		#content .categories .box {
			margin-bottom: 20px;	
		}
		#content .categories .box h2 {
			font-size: 0.8em;
			text-transform: uppercase;	
			background-color: #CD1713;
			color: #FFFFFF;
			border-left: 6px solid #DCDDDE;
			padding: 4px 0 4px 12px;
		}
		#content .categories .box ul {
			list-style-type: none;	
			padding: 8px 0 0 26px;	
		}
			#content .categories ul li {
				line-height: 1.7em;
			}
			#content .categories ul li a {
				color: #000000;
				text-decoration: none;	
				font-size: 0.9em;
			}
			#content .categories ul li a:hover {
				color: #CD1713;	
			}
		#content .categories .last {
			padding-bottom: 42px;
		}	
	#content .post {
		float: right;
		width: 455px;
		margin: 12px 10px 7px 0; 
		padding: 0 10px 17px 0;
		border-bottom: 1px solid #EEEEEE;
	}
		#content .post a {
			color: #CD1713;
			font-size: 0.8em;
			text-transform: uppercase;	
			text-decoration: none;
		}
		#content .post h2 {
			font-size: 2.1em;
			padding: 7px 0;	
		}
		#content .post h2 a {
			color: #000000;
			font-weight: normal;
			text-transform: none;	
		}
		#content .post img {
			float: left;
			margin: 15px 10px 5px 5px;
			width: 100px;
		}
		#content .post p {
			font-size: 0.9em;
			line-height: 1.4em;
			padding: 10px 0 18px 0;
		}
			#content .post .more {
				padding: 0 0 0 5px;	
				font-size: 0.8em;
			}
			#content .post .more a {
				text-transform: none;	
			}
	#content .theposts {
		width: 460px;
		float: right;
		padding-right: 10px;
	}
	#content .postnav {
		clear: both;
		padding: 20px 0;
		font-size: 0.8em;
		text-transform: uppercase;
		font-weight: bold;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 305px;
	float: right;
	margin-top: 4px;
	padding-right: 4px;	
}
	#sidebar .box2 {
		border-bottom: 1px solid #EEEEEE;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	#sidebar .box2 h2 {
		font-size: 0.8em;
		text-transform: uppercase;	
	}
	#sidebar .box2 .corner {
		padding: 10px 0 0 20px;
	}
	#sidebar .box2 .corner img {
		padding: 0 12px 12px 0;
	}
	#sidebar .box2 ul {
		list-style-type: none;
		padding: 15px 0 0 5px;
	}
		#sidebar .box2 ul.popular li a {
			color: #CD1713;
			text-decoration: underline;
			font-weight: bold;
			font-size: 1em;
		}
		#sidebar .box2 ul.popular li {
			font-size: 1em;	
		}
		#sidebar .box2 ul.popular li p {
			padding: 10px 0;	
		}
		#sidebar .box2 ul.recent li {
			padding: 5px 10px;	
		}
		#sidebar .box2 ul li p {
			font-size: 0.9em;	
		}
		#sidebar .box2 ul li p a {
			color: #CD1713;	
		}
	#sidebar .tags {
		padding: 10px;
	}
		#sidebar .tags a {
			color: #000000;
		}
		#sidebar .tags a:hover {
			color: #CD1713;
		}
	#sidebar .box2 .flickr {
		padding: 30px 0 15px 12px;	
	}
		#sidebar .box2 .flickr img {
			padding: 0 13px 8px 0;
		}
	#sidebar .tag img {
		padding: 20px 0 0 10px;
	}
	#sidebar .tag {
		border-bottom: 0;
		margin-bottom: 0;	
		padding-bottom: 0;
	}
/** END sidebar**/

/** BEGIN bottom **/
#bottom {
	border-bottom: 2px solid #EEEEEE;
	padding: 13px 0 10px 155px;	
	margin-bottom: 1px;
}
	#bottom ul {
		list-style-type: none;
	}
		#bottom ul li {
			float: left;	
		}
		#bottom ul li a {
			font-size: 0.8em;
			color: #000000;
			text-decoration: none;
			padding: 0 13px;
		}
/** END bottom **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #EEEEEE;
	padding: 20px 15px;
}
	#footer #copy {
		float: left;
		font-size: 0.8em;
	}
		#footer #copy a, #footer #sponsor a {
			color: #CD1713;	
			text-decoration: none;
		}
	#footer #sponsor {
		float: right;	
		font-size: 0.8em;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	padding-top: 10px;
	margin-bottom: 60px;
	background-color: #ffffff;
}
	#content .single h2 {
		margin-bottom: 10px;
	}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #bbbbbb;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .single h2 {
		font-size: 2em;
	}
#comments {
	background-color: #ffffff;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.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;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/		