/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom:1;
	
}

:focus {
	outline: 0;
	vertical-align: top;
}

body {
	color: #000;
	background: #fff;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.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 */


/* END RESET SHEET */


/* BEGIN DISPLAY SHEET */

/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #f0f7fb url(/img/bg.gif) top left fixed repeat-x;
color: #2C2C2C;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	margin: auto;
	width: 944px;
	padding: 0 3px 75px 3px;
	background: #fff;
}

	#head{
		height: 76px;	
		padding: 12px 0 50px 0;
		border-top: 14px solid #476D20;
		background: url(/img/lines.gif) bottom center repeat-x;
	}
	
		#logo{
			float: left;
			height: 76px;
			width: 280px;
			background: url(/img/logo.gif) top left;
			text-indent: -9999em;
			margin-left: 7px;			
		}
		
		#nav{
			float: right;
			padding: 38px 0 0 0;	
		}
		
		#nav li{
			float: left;
			padding-right: 30px;	
		}
		
		#nav a{
			float: left;
			color: #7E7E7D;
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing:0.1em;
			font-size: 1.25em;
		}

#nav ul, #nav li{
	list-style: none;
}
		
	
	#page{
		overflow: hidden;
		padding: 20px 12px 0 20px;	
	}
	
		#sidebar{
			float: right;
			width: 220px;	
		}
		
			#sidebar ul.sponsors{
				position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
			}
#sidebar li {margin-bottom:5px;}
			
			.sponsors a, .sponsors img{
				display: block;
text-align:center;
			}
			
			#sidebar h3{
				font-size: 1.25em;
				color: #136E9E;
				font-weight: normal;
				letter-spacing:0.2em;
				text-transform: uppercase;
				padding-bottom: 15px;
			}
		
		#content{
			text-align: left;
			margin-right: 250px;
		}
		
			#content h1{
				font-size: 1.25em;
				color: #136E9E;
				font-weight: normal;
				letter-spacing:0.2em;
				text-transform: uppercase;
				padding-bottom: 15px;
			}
			
			#content h2{
				font-size: 2.1em;
				color: #136E9E;
				font-weight: bold;
				padding-bottom: 15px;
			}

#content h2 a {text-decoration:none;}
#content h2 a:hover {text-decoration:none;border-bottom:3px solid silver;}

			#content h3{
				font-size: 1.5em;
				color: #136E9E;
				font-weight: bold;
				padding-bottom: 15px;
			}

			#content h4{
				font-size: 1.5em;
				font-weight: bold;
				padding-bottom: 15px;
			}
			
			.entry{
				overflow: hidden;
				line-height: 1.5em;
font-size: 1.15em;
			}
			
.entry H2 {
line-height:110%;
}

			.entry p{
				padding-bottom: 1em;
				line-height: 1.5em;	
			}
			
			.entry a{
				color: #136E9E;
				text-decoration: underline; 
			}
			
			.entry strong{
				font-weight: bold;
			}
			
			.post-footer, .post-foot{
				color: #666;
				text-align: right;
margin-bottom:40px;
			}

.datetime {
color:#666;
margin-bottom:40px;
font-size:11px;
font-weight:normal;
}

.content-nav {font-size:11px;text-align:right; margin-bottom:10px;}
.content-nav a {color:#666;}


div#tpc_thread .comment-footer { float : left; }

.clr {clear:both;}

				
/* ph=1 */

