/*
default styles for freethoughtassociation.org
Created:        Jan 01 2007
Last Modified:  Jan 19 2007
----------------------------- 
===========================================*/

/* NORMALIZING styles
===========================================*/
* { /* resets white space globally */
    margin: 0;
    padding: 0;
}

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	/*font-size: 76%;*/ /* http://www.thenoodleincident.com/tutorials/typography/css/real.css */
	/* should reset 1em to 10px */
	font-size: 62.5%; /* http://www.thenoodleincident.com/tutorials/typography/css/real.css */
	}

* html body { /* don't think i'm using anymore */
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE verisons */
	}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	border: 0;
	}

table { border: 0px;}





/* MAIN styles
===========================================*/
body {
	background: #fff;
	padding: 0 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	}

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

h1 {
	font-size: 18px;
	color: #363636;
	font-weight: normal;
	}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #104D90;
	margin-bottom: 8px;
	}
	
h3 {
	font-size: 14px;
	color: #104D90;
	margin: 10px 0;
	}

.itemblock h3 {
	margin-top:0;
	}

h4 {
	font-size: 12px;
	color: #363636;
	margin-bottom: 8px;
	}

.itemblock h4 {
	margin-left:25px;
	margin-bottom:10px;
	}

h4.board {
	text-decoration: underline;
	margin:20px 0 5px 0;
	}
	
h5 {
	font-size: 12px;
	color: #145DAE;
	margin:0 0 3px 0;
	}

a {outline: none;}
a:link, a:visited {color: #1F78B6; text-decoration: none;}
a:hover{color: #447EC2;}
a:active{color: #447EC2;}

p {
	padding:0;
	margin:0 0 10px 0;
	}


td { vertical-align: top;}

table.signup {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

table.signup td {
	background: #ffc;
	padding:5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	}


dt { 
	font-weight: bold;
	font-size: 1.2em;
	}

dd {
	margin: 0 0 12px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #787878;
	background-color: #787878;
	height: 1px;
	margin: 5px 0 10px;
	padding: 0;
	}

.clr {
	clear: both;
	height: 0px;
	}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


ul {
	margin: 0 0 20px 20px;
	padding-left: 5px;
	}



/* =CONTAINER styles
===========================================*/
#container{
	background: #E3E3E3;
	min-width:915px;
 	max-width:1280px;
	}




/* =HEADER styles
===========================================*/
#header{
	background: #2383C6;
	position: relative;
	height: 115px;
	border-bottom: 5px solid #666;
	}

#header h1 { 
	position: absolute;
	top: 22px;
	left: 22px;
	/* put the background image here too to avoid 'flash' when viewing in IE */
	background: transparent url('/images/site/logo_freethought.gif') 0 0 no-repeat;
	}

#header h1 a {
	background: transparent url('/images/site/logo_freethought.gif') 0 0 no-repeat;
	display: block;
	height: 72px;
	width: 328px;
	color: #DADFCE;
	padding: 72px 0px 0px 0px; 
	height: 0px !important;
	height /**/:72px;
	overflow:hidden;
	font-size: 1px;
	}

#searchbox {
	float:right;
	margin: 40px 10px 0 0;
	}



/* =CONTENT styles
===========================================*/
div#wrapper {
	float:left;
	width:100%;
	background:#E3E3E3;
	border-bottom: 1px solid #ccc;
	}

div#content{
	margin: 0 210px 0 165px;
	padding:20px;
	background: #fff;
	min-width:540px;
	max-width:905px;
	min-height:450px;
	height:auto;
	}

body.home div#content{
	padding:0;
	}

.itemblock {
	border-top: 1px solid #ccc;
	padding:20px;
	}

.itemblock.events {
	background: #FFFBE7;
	}

.itemblock.events .events {
	margin-left:30px;
	margin-bottom:15px;
	}

.itemblock.event {
	background: #FFFBE7;
	margin-left:40px;
	}


/* =SIDEBAR(s) styles [COLUMNS]
===========================================*/
div#column-left{
	float:left;
	width:125px;
	padding:20px;
	margin-left:-100%;
	background:#E3E3E3;
	}

/* =Main Nav styles
------------------------------------------ */
ul#main-nav {
list-style: none;
padding: 0;
margin: 0 -20px 0 -20px;
/*width: 160px;*/
}

ul#main-nav li {
display: inline;
margin: 0;
padding: 0;
}

ul#main-nav li a {
	display: block;
	/*width: 150px;*/
	padding: 5px 10px 5px 15px;
	border-width: 1px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ddd;
	font-weight:bold;
	text-decoration: none;
	background: #ebecec;
	font-size: 1em;
	}

ul#main-nav li a.divide, ul#main-nav li a.divide:hover {
border-bottom: 1px solid #d2d2d2;
}

ul#main-nav li a.last {
border-bottom: 1px solid #d2d2d2;
}

#column-left>ul#main-nav li a { width: auto; }

ul#main-nav li#active a {
background: #ebecec;
color: #447EC2;
}

ul#main-nav li a:hover, ul#main-nav li#active a:hover {
color: #447EC2;
background: #f2f2f2;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #ddd;
}

ul#main-nav li a.last:hover, ul#main-nav li#active a.last:hover {
border-bottom: 1px solid #d2d2d2;
}






div#column-right{
	background:#E3E3E3;
	float:left;
	width:170px;
	padding:20px;
	margin-left:-210px;
	}

.azbox {
	border: 1px solid #000;
	display: block;
	background:#fff;
	color:#000;
	text-align: center;
}

.azbox .linkarea{
	background: #000;
	margin-top: 5px;
}


/* =FOOTER styles
===========================================*/
#footer{
	clear:left;
	width:100%;
	padding: 15px 0 0 0;
	background: #fff;
	color: #333;
	text-align:center;
	}

#footer p {
	text-align:center;
	margin-top:12px;
	}

#footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#footer-nav li{
	display: inline;
	line-height: 1.9em;
	}

#footer-nav li a {
	border-right: 1px solid #b9babb;
	padding: 2px 6px 2px 4px;

	}

#footer-nav li a.last {
	border-right: none;
	padding-right: 0;
	}


#footer p.copyright {
	font-size:90%;
	color:#333;
	margin-top:5px;
	}
	
	
.footnote {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}

.required {
	color:#f00;
	}

dl.donationlist {
	margin: 10px 0;
	clear: both;
	}
	
dl.donationlist dt {
	float:left;
	width: 40%;
	font-weight: normal;
	font-size: 1em;
	padding:3px 0;
	}

h4.essaytitle {
	margin:20px 0 0 0;
	padding:0;
	}

#content p.essayinfo {
	margin:3px 0 5px 0;
	padding:0;
	font-size: 11px;
	color: #999;
	}

.pagination {
	margin-top:20px;
	}

.pagination p.desc {
	font-size: 11px;
	}

/* =Calendar styles
===========================================*/
h4 span.location {
	margin:3px 0 5px 0;
	padding:0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

body.events {
	font-size:20px;
	}
	

.event {
margin-bottom:     20px;
	}

.eventitem {
margin-bottom:     20px;
border-bottom: 1px solid;
	}	