/* Master */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	color:#EAEAEA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 160%;
	background-image: url(graphics/37051534.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	}
img {
	border:none;
	}	

/* Misc */

.structural {
	position: absolute;
	top:-9999px;
	left:-9999px;
	height:1px;
	width:1px;
	}	
.nameofweblog {
	position: absolute;
	margin: 60px 0 0 165px;
	font-size: 80px;
	color: #FFF;
	}
.adsense {
	margin: 0 0 0 163px;
	}
.clear {
	clear:both;
	}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.right {float:right;}
.left {float:left;}	
.centered {text-align:center;}

/* Layout */
#wrapper {
	margin:0 auto;
	width:967px;
	min-height:650px;
	position:relative;
	background:url(graphics/bg-wrapper.png) repeat;
	}	
#header {
	position:relative;
	height:158px;
	width:967px;
	}
#header a:link,
#header a:visited {
	color:#FFF;
	}	
#content {
	padding:0;
	min-height:350px;
	}	
.content-block {
	margin:0 164px 0 324px;
	}	
#upcoming {
	width:291px;
	float:right;
	padding:20px 12px 12px 15px;
	background-color:#f8f8f5;
	margin-right:4px;
	}
#footer {
	clear:both;
	font-size:0.85em;
	text-align: center;
	}			

/* Text */

.date {
	font-size:.8em;
	color:#979793;
	font-style:normal;
	}	
.content-block p {
	margin-bottom:2em;
	padding-left:8px;
	}
.content-block li {
	padding:0 0 2px 12px;
	}
.content-block blockquote,
.content-block ul {
	margin:0 0 2em 0;
	}	
.content-block ul {
	padding-left:8px;
	}		
.content-block blockquote p {
	font-style:italic;
	color:#8f9293;
	font-size:1.1em;
	padding:0 0 0 12px;
	margin:0 0 .5em 0;
	border-left:5px solid #edede7;
	}
.content-block blockquote p.by {
	font-size:100%;
	font-style:normal;
	color:#494b4d;
	text-align:right;
	padding-right:7px;
	border:none;
	}	
.content-block em {
	background-color:#e3fefe;
	color:#357a95;
	padding:0 3px;
	}
.content-block h2,	
.content-block h3,
.content-block h4,
.content-block h5 {
	font-weight:normal;
	line-height:100%;
	margin-bottom:.5em;
	padding-left:8px;
	}
.content-block h2 {
	font-size:4em;
	color:#8f9293;
	}		
.content-block h3 {
	color:#53c9db;
	font-size:2.3em;
	}	
.content-block h4 {
	color:#8f9293;
	font-size:1.8em;
	}
.content-block h5 {
	font-size:1.32em;
	font-weight:bold;
	}					

/* Links */

a:link, a:visited {
	color:#ffe400;
	text-decoration:none;
	}		
a:hover, a:focus {
	}

/* Footer */

#footer span {
	margin: 0 auto;
	padding: 0 auto;
	}
#footer a:link,
#footer a:visited {
	color:#ffe400;
	border-bottom:1px solid #ccc;
	}
#footer a:hover,
#footer a:focus {
	color:#EAEAEA;
	border-bottom:1px solid #ffe400;
	}				

/* Forms */

.txt {
	color:#686c6e;
	padding:4px 4px 4px 5px;
	border:0;
	width:330px;
	background:url(graphics/bg-field.gif) no-repeat;
	}
.check label {
	display:inline;
	}	
label {
	font-size:1.1em;
	display:block;
	padding:0 0 3px 0;
	}
#contact-form {
	padding:20px 10px 10px 15px;
	position:relative;
	background-color:#f8f8f5;
	color:#6b6f71;
	}
#contact-form em {
	color:#ffe400;
	background:none;
	padding:0;
	}		
	
/* Paginate */

ul.pagination {
	margin-left:170px;
	width:627px;
	}
li.next a,li.previous a {
	display:block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	}	
li.previous {
	float:left;
	}
li.next {
	float:right;
	}	
li.previous a {
	background:url(graphics/btn-previous.gif) no-repeat;
	}
li.next a {
	background:url(graphics/btn-next.gif) no-repeat;
	}
li.next a:hover,
li.previous a:hover {
	border-bottom:none;
	}
	
/* Table */

#article-area table {
	margin:4em 0  3em 160px;
	width:639px;
	}
table th {
	text-align:left;
	color:#357a95;
	}
table {
	clear:both;
	border-top:1px solid #d3e8ee;
	border-collapse:collapse;
	}	
caption {
	color:#979793;
	font-style:italic;
	margin:0 0 1em 7px;
	text-align:left;
	}
th, td {
	padding:.5em;
	border-bottom:1px solid #d3e8ee;
	}
.oddrow {
	background-color:#f6faf7;
	}				

/* Buttons */

.view-all {
	margin:0 0 0 12px;
	}	
.view-all a {
	display:block;
	height:20px;
	width:78px;
	}

/* Spacing */

.break30 {
	clear:both; height: 30px;
	}

.break20 {
	clear:both; height: 20px;
	}

.break10 {
	clear:both; height: 10px;
	}
