/*
Theme Name: Brain Fitness
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: #fff url('images/bg_body.png') top center repeat-x;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	line-height: 1.4em;
}
h1 {
	color: #210c89;
	font-size: 1.6em;
}
h2 {
	color: #000;
	font-size: 1.4em;
}
h3 {
	color: #5f5a26;
	font-size: 1.2em;
}
h4 {
	color: #777;
}
h5 {
	color: #555;
}
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;
}
a {
	color: #200c87;
	cursor: pointer;
}
a:visited {
	color: #6855c9;
}
a:hover, a:active {
	color: #5f5a26;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
P { margin: 0 0 1em 0;}
	

/* ---------- begin structural settings ---------------- */
#container {
	background: #fff;
	font-size: .9em;
	margin: 0 auto;
	width: 940px;
}
#header {
	background: #210c89 url('images/header.jpg') top left no-repeat;
	color: #fff;
	float: left;
	margin: 0 auto;
	position: relative;
	width: inherit;
}
#header h1 {display: none;}
#logo {
	float: left;
}
#tagline {
	font-style: italic;
	margin-top: 80px;
}
#aawaLogo {
	float: right;
}

#navigation {
	background: #000;
	float: left;
	width: 940px;
}
ul#navigation li {
	list-style: none;
	margin: 0;
}
#navigation h2 {display: none;}
#navigation ul {
	float: left;
	font-weight: 600;
	margin-left: 8px;
}
#navigation ul li {
	float: left;
	list-style: none;
	margin: 3px 0;
}
#navigation a {
	border-right: 2px solid #5b54d7;
	color: #bfcedf;
	display: block;
	padding: 6px 9px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	background: #003;
	color: #fff;
}
#navigation li.page-item-45 a {border: 0;}

#page {
	background: #fff;
	float: left;	
	width: inherit;
	text-align: left;
}

#content { 
	background: #fff;
	float: left;
	padding: 20px;
	text-align: left;
    width: 630px;
}
#content.widecolumn {width: 900px;}

#sidebar {
	background: url('images/bg_featured.png') top left repeat-x;
	float: right;
	margin: 5px 5px 0 0;
	min-height: 400px;
	padding: 5px;
	width: 250px;
}
#sidebar h2 {
	border-bottom: 2px solid #e0d362;
	color: #A38044;
	font-size: 1.2em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	float: left;
	list-style: none;
	margin: 0 0 8px 0;
	width: 250px;
}
#sidebar a {
	display: block;
	padding: 4px;
}
#sidebar a:hover, #sidebar a:active {
	background: #fff;
}
#sidebar .events a {display: inline;}
#sidebar ul li .events {margin-top: 4px;}
#sidebar ul li .events li {
	font-size: .9em;
	margin: 0;
}
table.ec3_schedule {
	background: #FC0;
	border: 0 !important;
}
table.ec3_schedule td {
	color: #333 !important;
	padding: 4px !important;}

#footerContainer {
	background: #fff;
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	border-top: 5px solid #e3e3df;
	color: #444;
	margin: 20px 10px;
	padding: 10px;
	text-align: left;
}
#footer ul {
	float: left;
	font-weight: 800;
}
#footer li {
	float: left;
	list-style: none;
}
#footer a {
	display: block;
	padding: 10px;
	text-decoration: none;
} 
.copyright {
	font-size: .8em;
	float: left;
}
#positLogo {
	border: 1px solid #ccc;
	float: right;
	margin: -40px 0 10px 0;
}


/* ------ standard classes -------- */
a.callOut {
	background: url('images/callOut.png') right center no-repeat;
	font-size: 1.1em;
	font-weight: 800;
	padding-right: 18px;
	text-decoration: none;
}
.clear {clear: both;}
.column {
	float: left;
	margin: 0 1.5% 0 0;
}
* html .column {margin-right: 1%;}
.date {
	color: #A38044;
	font-size: .9em;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0 !important;}
.left, .alignleft {float: left;}
.nav, .nav ul {
	margin: 0;
	padding: 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;}
.span-2 {width: 47.5%;}
.span-3 {width: 31.5%;}
* html .span-3 {width: 30%;}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}



/* ------- buttons ------- */

button {
	background: url("images/button.png") center center no-repeat;
	border: 0;
	color: #082200;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	cursor: pointer;
	width: 175px;
}
a.button {
	background: url("images/button.png") center center no-repeat;
	color: #082200;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 175px;
}
a.button:visited {color: #082000;}



/* ------ misc classes ------ */
.featured {
	border: 1px solid #f9e82c;
}
.featuredContents {
	background: url('images/bg_featured.png') top left repeat-x;
	float: left;
	margin: 5px;
	min-height: 200px;
	padding: 5px;
}
.featuredContents h3 {
	margin-bottom: 8px;
}
* html .featuredContents {
	height: 200px;
}
.quotes img {display: none;}
.quotes em {
	display: block;
	margin: 8px;
}
.animation {
	float: right;
	margin: -20px -20px 0 0;
}



/* ------------- Wordpress specific ------------ */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
.navigation {
	border-bottom: 1px solid #ccc;
	float: left;
	font-size: .9em;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	width: 100%;
}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	border-top: 1px solid #eee;
	clear: both;
	color: #777;
	font-size: .9em;
	margin-top: 8px;
	padding-top: 4px;
}
.nocomments {display: none;}




/* Begin Images */
/*	Using 'class="right"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right, img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left, img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



