/*
Theme Name: FOFS
Theme URI: http://smackhappydesign.com/
Description: For web design.
Version: 1
Author: Nicole Hanusek
Author URI: http://smackhappydesign.com/
Tags: fixed width, two columns, widgets

*/

/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* html #navigation {} /* ie 6 hack */
*+html #navigation {} /* ie 7 hack */

/* -------- begin html tag settings --------- */
BODY {
	background: #eaf2ed url('images/bg.png') top left repeat-x;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
h1 {
	color: #4f654d;
	font-size: 1.6em;
}
h2 {
	color: #82a88f;
	font-size: 1.4em;
}
h3 {
	color: #000;
	font-size: 1.2em;
}
h4 {
	color: #91BAB3;
}
h5 {
	color: #D6AD0C;
}
ul, ol {
	margin: 10px 20px;
}
ul li {
	list-style-image:  url('images/bullet.gif');
	margin-bottom: 10px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
p {margin: 1em 0;}
a {
	color: #07478a;
	cursor: pointer;
}
a:visited {
	color: #4999cf;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
blockquote {
	color: #777;
	padding: 6px;
}
	

/* ---------- begin structural settings ---------------- */
#container {
	font-size: .8em;
	margin: 0 auto;
	width: 940px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: inherit;
}
#header h1 {
	display: none;
}
#logo {
	
}
#donate-button {
	position: absolute;
	top: 130px;
	right: -20px;
}

#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
}
#navigation ul {
	margin: 0 auto 20px auto;
	display: block;
}
#navigation ul li {
	display: inline;
}
#navigation a {
	color: #000;
	margin: 2px 10px;
	padding: 2px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	color: #099;
}
#navigation ul li.current_page_item a {
	border-bottom: 3px solid #82a88f;
}
#navigation h2 {display: none;}

#page {
	background: #fff;
	float: left;	
	width: inherit;
	text-align: left;
}

#content { 
	float: left;
	min-height: 300px;
	padding: 20px 40px;
	text-align: left;
  width: 580px;
}
#content.widecolumn {
	width: 860px;
}

#sidebar {
	background: #fff url('images/side-bg.jpg') top left no-repeat; 
	float: right;
	min-height: 300px;
	padding: 10px 6px 20px 25px;
	width: 244px;
}
#sidebar ul {
	clear: both;
	margin: 0 0 0 10px;
}
#sidebar ul li {
	list-style-image: url('images/blank.gif');
}
#sidebar a {
	padding: 4px;
}
#sidebar a:hover, #sidebar a:active {}
#sidebar h2 {
	margin: 20px 0 0 0;
}

#footerContainer {
	background: #bad2c3;
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	color: #444;
	float: left;
	margin: 0 auto;
	padding: 1%;
	text-align: right;
	width: 98%;
}
#footer ul {
	float: left;
}
#footer a {
	color: #366;
	text-decoration: none;
}
.copyright {
	font-size: .8em;
	float: right;
}
.credit {
	font-size: .8em;
	float: left;
}


/* ------ standard classes -------- */
a.callOut {
	font-size: 1.1em;
	font-weight: 800;
}
.column {
	float: left;
	margin: 0 1%;
}
.date {
	color: #777;
	font-size: .9em;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left, .alignleft {float: left;}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
ul.nobullets li {list-style: url('images/blank.gif');}
.pic {
    border: 3px solid #999;
    background: #fff;
    padding: 1px;
}
.pleft {margin-left: 8px;}
.pright {margin-right: 8px;}
.ptop {margin-top: 8px;}
.pbottom {margin-bottom: 8px;}
.right, .alignright {float: right;}
.selected {font-weight: 600;}
.small { font-size: .9em;}
.span-2 {width: 47.5%;}
.span-3 {width: 30.5%;}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}



/* ------- buttons ------- */
span.button  {
	background: url("images/buttons/button-md.png") top right no-repeat;
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 0 10px 0 0;	
}
span.button span {
	background: url("images/buttons/button-md.png") top left no-repeat;
	display: inline-block;	
	line-height: 28px;
	margin-left: -3px;
	padding: 0 0 0 13px;
}
* html span.button span {margin-left: 0;}
span.button input, span.button a {
	background: transparent;
	border: 0;
	font-size: 1em;
	color: #5e4301;
	height: 28px;
	text-decoration: none;
	white-space: nowrap;
}
span.button:active {    background-position: right -72px;}
span.button:active span { background-position: 0 -72px;}

span.button.button-small, span.button.button-small span { background-image: url("images/buttons/button.png"); height: 21px; line-height: 19px;}
span.button.button-small input, span.button.button-small a { height: 19px; font-size: .8em; line-height: 19px;}
span.button.button-small:active {    background-position: right -79px;}
span.button.button-small:active span { background-position: 0 -79px;}

span.button.button-large, span.button.button-large span { background-image: url("images/buttons/button-lg.png"); height: 45px; line-height: 45px;}
span.button.button-large input, span.button.button-large a { height: 45px; font-size: 1.2em; line-height: 45px;}
span.button.button-large:active {    background-position: right -56px;}
span.button.button-large:active span { background-position: 0 -56px;}


/* ------ posts ------ */
.post {
	background: url('images/divider.jpg') bottom center no-repeat;
	padding: 0 0 20px 0;
}
.post img {
	margin: 8px;
}
.post .postmetadata {
	clear: both;
	color: #999;
	font-size: .9em;
	padding-top: 4px;
}

/* ------- calendar ---- */
#wp-calendar table {
	margin-right: 4px;
}
#wp-calendar table td {
	border: 1px solid #eee !important;
	padding: 3px !important;
}
#wp-calendar table td#today {
	background: #b6ddff;
}
#wp-calendar table td:hover {
	background: #eaf2ed;
}
#wp-calendar table.nav td {
	border: 0 !important;
}
table.ec3_schedule {
	border: 1px solid #83a990 !important;
	background: #eff4f1;
}
table.ec3_schedule td {
	color: #83a990 !important;
	padding: 4px !important;
}
table.ec3_schedule td.ec3_start,
table.ec3_schedule td.ec3_to,
table.ec3_schedule td.ec3_end {
	border-bottom: 1px solid #83a990;
	padding-top: 0 !important;
}

/* ------- form builder --------- */
.formBuilderForm .formBuilderSubmit {
	text-align: left !important;
	margin-left: 160px;
}