@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	height: auto;
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 125px;
	width: 850px;
	position: relative;
	padding-top: 75px;
	background-image: url(image/header-bg.png);
	background-repeat: no-repeat;
}
#header h2 {
        font-size: 48px;
	display: block;
	color: #cc3300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h3 {
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	display: block;
}
ul.topnav {
	list-style: none;
	margin: 0;
	width: 810px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
}
ul.topnav li {
	float:left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	width: auto;
	font-size: 16px;
	line-height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
ul.topnav li a:hover{
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #cc3300;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #cc3300 10px center;
}
#featured {
	height: auto;
	width: 730px;
	padding: 60px;
	background-color: #FFFFFF;
	background-image: url(image/featured-bg.gif);
	margin-bottom: 20px;
}
#featured p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 40px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
#featured h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	margin-bottom: 30px;
	color: #cc3300;
	font-weight: normal;
}
#featured .author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 730px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.more-link  {
	display: block;
	width: auto;
	clear: both;
	font-size: 14px;
	background-image: url(image/read-more.gif);
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 25px;
	color:#CC3300;
	text-decoration:none;
}
.more-link {
	display: block;
	clear: both;
	font-size: 14px;
	background-image:url(image/read-hover.gif);
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 25px;
	color: #000;
	text-decoration:none;
}
#featured-title {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	background-image: url(image/latest-post.gif);
	height: 45px;
	width: 850px;
	margin-top: 20px;
}
body {
	background-color: #CCCCCC;
}
#content-footer {
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 60px;
	height: 125px;
}
#content {
	background-color: #FFFFFF;
}
#featured .morelink {
	width: 285px;
}
#content-main {
	float: left;
	width: 400px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 60px;
}
#content-sidebar {
	width: 300px;
	float: right;
	padding: 25px;
	margin-top: 30px;
}
.older h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: 10px;
	line-height: 35px;
}
.older p {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
.older .author {
}
.older .author {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.older {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 50px;
}
.older-single {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 50px;
}
.older-single h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: 10px;
	line-height: 35px;
}
.older-single p {
	margin-bottom: 15px;
}
.older-single .author {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#older-entries-title {
	background-image: url(image/not-the-greatest.jpg);
	height: 45px;
}
.older img {
	width: 400px;
	height: auto;
	margin-bottom: 10px;
}
#content-sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc3300;
	font-size: 28px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 10px;
}
#content-sidebar ul li a:link, #content-sidebar ul li a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	padding: 7px;
	text-decoration: none;
	margin-bottom: 1px;
}

#content-sidebar ul li a:hover {
	display: block;
	color:#fff;
	background-color:#cc3300;
	padding:7px;
	text-decoration:none;
	margin-bottom:1px;
}
#content-sidebar ul {
	margin-bottom: 20px;
}
#content-sidebar #form1 {
	width: 250px;
}
#content-sidebar #form1 label {
	width: 250px;
}
#content-sidebar #form1 #select2 {
	width: 300px;
	margin-bottom: 25px;
}
#content-sidebar #searchform #s {
	width: 230px;
}
#content-sidebar #searchform {
	margin-bottom: 30px;
}
#content-footer #searchform {
	width: auto;
}
#content-footer p {
	line-height: 25px;
	margin-bottom: 7px;
}
#post-navigation {
}
#post-navigation {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#content-main a:link, #content-main a:visited {
	color: #cc3300;
	text-decoration: none;
}
#content-main a:hover {
	color: #000000;
	text-decoration: none;
}
#content-footer a:link, #content-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content-footer a:hover {
	color: #cc3300;
}
#featured a:link, #featured a:visited {
	color: #cc3300;
	text-decoration: none;
}
#featured a:hover {
	color: #000000;
}
#current-post-title {
	background-image: url(image/currently-reading.gif);
	height: 45px;
	margin-top: 10px;
}
#author-wrapper img {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	padding-right: 30px;
}
#author-wrapper h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	color: #cc3300;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#author-wrapper p {
	padding-bottom: 15px;
	padding-right: 70px;
}
#author-wrapper {
}
#banner-ad {
	background-color: #333333;
	background-image: url(image/banner-ad.gif);
	height: 125px;
	width: 850px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content-sidebar img {
	margin-bottom: 15px;
}
