/* Float clearing
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




/* Base Typography and Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.4em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #000;
}

a {
	color:#000;
	text-decoration:underline;
}

a:active{
	color:#3C948A;
}

a:visited {
	color: #666;
}

a:hover {
	color:#3C948A;
	
}

p { 
	margin-bottom: 1em; 
}


li { 
	margin-left: 1em;
}

p, li, blockquote {
	font-size: 12px; 
	line-height: 20px;
}

blockquote {
	border-bottom: 1px solid #999;
	margin: 15px 0 15px 0;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	color: #3C948A;
}

h2 {
	font-size: 20px; 
	color: #000;
	line-height: 28px;
}

h3 {
	font-size: 16px; 
	color: #000;
	font-weight: bold;
	line-height: 21px;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: #000;
	font-weight: bold;
	line-height: 19px;
}

/* LAYOUT */
/* Outer blocks */
html {
	height:100%;
	}
body {
	height:100%;
	background: #E7F1EF url("/media/706/bg-top-rep.jpg") top repeat-x;
}

#container {
	margin: 0 auto;
	height:100%;
	height:auto;
	min-height:100%;
	position:relative;
	width: 769px;
	background: #E7F1EF url("/media/696/background-repeat.png") top center repeat-y;
}

#page{
	background: transparent url("/media/701/background-top.png") top center no-repeat;
}



/*Inner blocks */
#page-inner{
	padding: 0 13px 0 13px;
	/* background: transparent url("../img/layout/individual-page-background.png") top-right no-repeat; */
}

/*top*/
#logo {
	display:block;
	float:left;
	width: 250px;
	height: 114px;
	background: #E7F1EF url("/media/711/header-logo.gif") top left no-repeat;
}

#logo h1 {
	text-indent: -4000px;
}

#print-logo {
	display: none;
}

#tagline {
	float:left;
	margin: 25px 0 0 20px;
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #000;
	line-height: 21px;
}
	
/*left*/
#left-column {
	float:left;
	width:240px;
}

#main-nav {
	text-align:right;
	margin: 21px 50px 0 0 
	
}

#main-nav li {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	line-height: 36px;
}
#main-nav li a:hover{
	color: #f33;
	
}
#main-nav li.selected > a:after{
	color:#F00;
	content: " <";
	margin-right:-.90em;
}

/*#sub-nav li {*/
#main-nav ul.sub-nav li {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 21px;
}

#member-of {
	margin: 50px;
}

#member-of p{
	font-size: 1em;
}

/*main*/
#main-column{
	float:right;
	width:443px;
	margin-top: -1px;
	padding:25px;
	border-top: 1px solid #F00;
}
#main-column h2{
	color:#f33;
	margin-bottom: .5em;
}

#main-column ul{
	list-style: disc;
	margin-left: .5em;
}


#summary {
	color:#f33;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px; 
	line-height: 21px;
}



/*footer*/
#footer {
	margin: 20px 0 0 0;
	border-top: 1px solid #999;
}
#footer p {
	text-align:center;
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .9em;
}


/*BLOG*/
div.entry-date { 
margin-bottom: 1em;
margin-top: -.5em;
}
div.post {
padding-bottom: .5em;
margin-bottom: 1em;
}
div#comments h3 {
*/border-bottom: 1px solid #ccc;*/
}

ol.commentlist {
border-top: 1px solid #ccc;
margin: 0px 0 25px 0;
}
li.comment {
border-bottom: 1px solid #EEE;
padding: 8px 0 0 0;
}
div.comment-meta {
font-size: .8em;
color: #999;
}

img.avatar { 
display: none;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
