/* HTML Elements */

* {margin:0;padding:0; list-style-type:none;}
	
body {background: #fff; color:#000; padding:5px 0 75px 5px; float:left;}

body, select, input, textarea {font:100% Georgia, "Times New Roman", serif;}
	
p {margin:0;}

a {outline:none; text-decoration:none;}
a:hover, a:active {color:#333;}

hr {display:block; height:1px; background:#333; border:0;}

small {font-size: 0.95em; background:#eef5e1; padding:3px 6px;}

img, a:link img, a:visited img {border:0}

/* MAIN */
#header{height:116px;}
#branding {width:222px; float:left;}
#page {font-size:0.7em; min-width:551px;}

.workpost{font-size:10px; width:107px; float:left; margin-right:4px;}
.workpost a{ color:#000;}
.workpost p{margin:0 0 8px; width:107px;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
.left {float:left;}
.right {float:right;}	
	
/*	Headers */

h1 {
	font:bold 20px Arial, Helvetica, sans-serif;
	line-height:1em;
	}
h1 a, h1 a:visited {
	color:#000;
	}
	
h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	margin:0;
	line-height:1em;
	}
h2.pageheader{
margin-bottom:1em;
}
h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}


h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	margin-left:222px;
	max-width:666px;
	min-width:329px;
	}

.entry a{}
.description {
	font-size:20px;
	font-style:italic;
	line-height:1em;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

.entry {
line-height:1.5em;
	}
.entry p{
max-width:440px;

}

.entry p a{
font-style:italic;
border-bottom:2px solid #aaa;
color:#000;
}
.entry p a:hover{
border:0;
}
h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	
.post{margin-bottom:4em;}
 .post p{ margin-bottom:1em;}
.post .cattitle, .newsdate, .post .subhead{
display:block; font-size:20px; font-style:italic; margin-bottom:1em; line-height:1em;
}
.post img{margin-bottom:4px; display:block;}
		

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


