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, 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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;

	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* general ------------------------------------------------------------------------------------- */

body {
	background: #fff; 
	font: 12px/20px Verdana, Helvetica, Arial, san-serif;
	color: #000;
}

	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #f60;
	}
	
a:visited {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}




/* head ---------------------------------------------------------------------------------------- */

#head {
	width: 100%;
	height: 75px;
	background: #ccc;
	color: #fff
	}
	
body#home #head h1 a:link,
body#home #head h1 a:visited {
	display: block;
	width: 180px;
	height: 20px;
	position: absolute;
	margin: 10px 0 0 250px;
	
	}
	
#head h1 a:link,
#head h1 a:visited {
	display: block;
	width: 180px;
	height: 20px;
	position: absolute;
	margin: 10px 0 0 250px;
	
	}

#head img {
	border: 0px;
	
		}
	
#head h1 a:hover {

	}
	
/* main ---------------------------------------------------------------------------------------- */

#main {
	width: 940px;
	margin: 50px 0 50px 60px;
	}
	
	
/* sidebar ------------------------------------------------------------------------------------- */

#sidebar {
	width: 190px;
	float: right;
	}
	
#sidebar p {
	font-size: 10px;
	line-height: 17px;
	padding-bottom: 10px;
	}
	
#sidebar h2 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#sidebar #about {
	width: 180px;
	margin: 0 0 20px 10px;
	border-bottom: 1px solid #999;
	}
	
#sidebar div.banner {
	width: 180px;
	margin: 0 0 20px 10px;
	padding-bottom: 20px;
	}
	
#sidebar #more {
	width: 180px;
	padding-bottom: 30px
	}
	
#sidebar #more h2 {
	margin-left: 10px;
	}
	
#sidebar #fav_sites {
	width: 180px;
	padding-bottom: 30px
	}
	
#sidebar #fav_sites h2 {
	margin-left: 10px;
	}

#sidebar #blogs {
	width: 180px;
	padding-bottom: 30px
	}
	
#sidebar #blogs h2 {
	margin-left: 10px;
	}
	
	
#sidebar #search_box {
	width: 180px;
	padding-bottom: 30px
	}
	
#sidebar #search_box form input {
	vertical-align: middle;
	}
	
#sidebar #search_box {
	clear: both;
	float: left;
	margin: 0;
	}
	
#sidebar #search_box form input#search-txt {
	width: 100px;
	height: 15px;
	padding: 3px;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 7px;
	border: solid 1px #000;
	}
	
#sidebar #magazines {
	width: 180px;
	padding-bottom: 30px;
	}
	
#sidebar #magazines h2 {
	margin-left: 10px;
	}


#sidebar ul.fav_list {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul.fav_list li a:link,
#sidebar ul.fav_list li a:visited {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 11px;
	line-height: 17px;
	}

#sidebar ul.fav_list li a:link strong,
#sidebar ul.fav_list li a:link em,
#sidebar ul.fav_list li a:visited strong,
#sidebar ul.fav_list li a:visited em {
	display: block;
	}
	
#sidebar ul.fav_list li a:link em,
#sidebar ul.fav_list li a:visited em {
	font-weight: normal;
	}

#sidebar ul.fav_list li a:hover {
	background: #f60;
	color: #fff;
	}
	

#sidebar ul.site_list {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul.site_list li a:link,
#sidebar ul.site_list li a:visited {
	display: block;
	margin-top: 5px;
	padding: 4px 10px;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	}

#sidebar ul.site_list li a:link strong,
#sidebar ul.site_list li a:link em,
#sidebar ul.site_list li a:visited strong,
#sidebar ul.site_list li a:visited em {
	display: block;
	}
	
#sidebar ul.site_list li a:link em,
#sidebar ul.site_list li a:visited em {
	font-weight: normal;
	}

#sidebar ul.site_list li a:hover {
	background: #f60;
	color: #fff;
	}

	
#sidebar ul.book_also {
	padding-bottom: 5px;
	margin: 0 0 20px 10px;
	border-bottom: 1px solid #999;
	}

#sidebar ul.book_also li {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding-left: 10px;
	text-indent: -10px;
	}
	
#sidebar ul.book_also li a:link,
#sidebar ul.book_also li a:visited {
	font-weight: normal;
	}
	
#sidebar h2 strong {
	display: block;
	}

	
/* entries ------------------------------------------------------------------------------------- */
	
#entries {
	width: 655px;
	float: left;
	}
	
div.post {
	border-bottom: 1px solid #333;
	margin-bottom: 60px;
	}

/* clear floats */
div.post:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

div.post_body {
	width: 465px;
	float: right;
	padding-bottom: 30px;
	}
	
div.post_body p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 150%;
	}


div #comments h3 {
	font-size: 15px;
	line-height: 200%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

div.post_body span.caps {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: bold;
    }

div.indcomment {
	line-height: 150%;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	}
	

p.posted {
	line-height: 100%;
	font-size: 10px;
	padding-top: 7px;
	font-weight: normal;
	padding-bottom: 7px;
	}
	
#comments {
	width: 465px;
	float: right;
	padding-bottom: 20px;
	}
	
#comment_form {
	margin-top: 40px;
	padding-bottom: 40px;
	}

div.indcomment p {
	line-height: 150%;
	margin-bottom: 12px;
	}
	
div.post_body blockquote {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #000;
	background: #e6e6e6;
	padding: 30px;
	margin-bottom: 15px;
	}
	
div.post_body sup {
	margin-bottom: 4px;
    line-height: 0;
	}
	
div.post_body cite {
	font-style: normal;
	}
	
div.post_body img {
	border: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	}	
	

div.post_body ul, ol, dl {
	font-size: 11px;
	font-weight: normal;
	line-height: 160%;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 0px; 
	}
	
div.post_body ol {
	list-style-type: decimal;
	list-style-position: outside;
	} 
	
div.post_body ol li {
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 8px;
	}
	
div.post_body li {
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	}
	
div.post_details {
	font: 11px/12px Helvetica, Verdana, Arial, san-serif;
	color: #000;
	width: 160px;
	margin-bottom: 35px;
	}
	
div.post_details h3 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2px;
	margin-bottom: 5ps;
	}

div.post_details p.date {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
div.post_details p.tags {
	text-transform: lowercase;
	}

div.post_details a:link {
	color: #f60;
	}
	
div.post_details a:hover {
	color: #000;
	}
	

/* navigation ---------------------------------------------------------------------------*/

div.nav {
	clear: both;
	width: 465px;
	height: 20px;
	border-bottom: 1px solid #ccc;
	padding-left: 190px;
        margin-bottom: 30px;
	}
	
div.nav p {
	float: left;
	font: 11px Verdana, Helvetica, Arial, san-serif;
	width: 190px;
	}
	
#search_results div.nav {
	margin-bottom: 30px;
	}
	
#search_results div.page {
	font: 11px Verdana, Helvetica, Arial, san-serif;
        text-transform: lowercase;
	}
  
#search_results div.page a:link,
#search_results div.page a:visited {
	padding: 2px;
	margin-right: 5px;
	}

#search_results div.page b {
	background: #b53a04;
	color: #faf9f4;
	padding: 2px;
	margin-right: 5px;
	}
	
#search_results div.page a:hover {
	padding: 2px;
	background: #b53a04;
	color: #faf9f4;
	}
	
	

/* search ------------------------------------------------------------------------------------- */
	
#search_results {
	width: 655px;
	float: left;
	}	

.book h3 a:link,
.book h3 a:visited {
	font-weight: normal;
	}




/* content  --------------------------------------------------------------------------------------*/

#sec_head {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	}
	
#sec_head h2 {
	margin-left: 190px;
	padding-bottom: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #333;
	}

#sec_head h2 strong {
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 1px;
	}
	

div.post .post_body p.sig strong {
	display: block;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px;
	text-indent: -8px;
	}
	
div.post .post_body h4 {
	margin-top: 17px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	}

div.post .post_body span.amp {
         font-family: Verdana, Helvetica, Arial, san-serif;
         font-style: italic;
         font-size: 1.1em;
         }
	
/* footer  --------------------------------------------------------------------------------------*/

#foot {
	clear: both;
	background: #ccc; 
	padding: 30px 0 10px 60px;
	font: 11px/13px Helvetica, Verdana, Arial, san-serif;
	color: #fff;
	}
	
#foot #message {
	width: 655px;
	height: 150px;
	}
	
#message h4 {
	font-weight: normal;
	float: left;
	width: 85px;
	height: 150px;
	padding-top: 4px;
	}

#message ul {
	width: 560px;
	float: left;
	margin: 0;
	}

#message ul li {
	float: left;
	display: block;
	margin: 2px 10px;
	}

#message ul li a:link {
	color: #fff;
	}

#message ul li a:link,
#message ul li a:visited {
	display: block;
	padding: 2px 4px;
	}

#message ul li a:hover {
	color: #fff;
	background: #b53a04;
	}
	
