/*  
Theme Name: GrayMatters Custom Design
Theme URI: http://www.graymattersfoundation.org
Description: Custom Theme for GrayMatters Foundation
Version: 1.0
Author: Heidi Claunch 
Author URI: http://www.bluesparrowdesigns.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #CCCCCC url('img/bg-tile.gif') repeat;
	}


a {color: #017DC0;}
a:hover {color: #66CCFF;}
a img {border: none;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.9em sans-serif; color:#FB42A3;}
h2 {font: normal 1.4em sans-serif; color:#017DC0;}
h3 {font: normal 1.8em sans-serif; color:#017DC0;}
h4 {font: normal 1.3em sans-serif; color:#017DC0;
	border-top: 1px dashed #FFCCFF;
	margin-top: 10px;
	padding-top: 20px;}


h1,h2,h3 {padding-top: 6px; margin-bottom: 4px;}

hr { padding: 5px 0px 5px 0px; border-top: 1px dashed #CC99FF; border-bottom: 0px; border-left: 0px; border-right: 0px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	background: url('img/quote.gif') no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	color:#FB42A3;
}

address {
	padding: 0px 0px 15px 30px;
	color:#00CC00;
	font-weight:bold;
	font-style:normal;
	margin: 0px;
}

img.picframe {
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
	

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.clearfix:after { content:"."; display:block; height:0; clear:both;	visibility:hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


/* structure */
.wrapper {
	margin: 0 auto;
	width: 1003px;
}

/* headere & title */
.header-tile {
	background: url('img/header-tile.jpg') repeat-x center top;
	height: 296px;
}

.header {
	background: transparent url('img/header-bg.gif') no-repeat;
	height: 255px;
	width: 1003px;
	text-align: center;
}
/*
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* main wrapper */
.main {
	background: url('img/page-tile.gif') repeat-y center top;
	padding: 0px 20px 0px 20px;
}

/* right side content */
.content {
	float: right;
	width: 680px;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;	
	color: #663399;
	padding-right:20px;
}

.content a {color: #FF7E28;}
.content a:hover {color: #FFCC00;}

.content h2 a {color: #017DC0;}
.content h2 a:hover {color: #66CCFF;}


.content .descr { /* the date and author information that posts under the article name */
	color: #019DF1;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {
	padding-left: 20px;
	padding-right: 20px;
}
.content li {
	font: bold .9em Tahoma, Arial, Helvetica, sans-serif;
	color: #00CC00;
	line-height: 1.6em;
	list-style: url('img/star.gif');
	margin-left: 18px;
	padding-bottom: 10px;
}

.content p {font-family: Tahoma, Arial,sans-serif;}

/*Opt-in-Newsletter */
.opt-in-newsletter {
	width: 232px;
	/*background: url(img/btn-newsletter.jpg) no-repeat top left;*/
}

/* Spotlight */
.spotlight-header {
	width: 335px;
	background: url(img/spotlight-header.jpg) no-repeat top left;
	font: normal .9em Tahoma,sans-serif; 
	color: #C91084;
	margin-left: -10px;
	padding:80px 10px 0px 45px; 
	line-height:17px;
}


/* News and Events */
.box-news-bg {
	float:right;
	width: 287px;
	height: 387px;
	background: url(img/box-news.jpg) no-repeat top left;
	}

.box-news {
	padding: 65px 0px 0px 0px;
}

.box-news li {
	font: normal .9em Tahoma,sans-serif; 
	padding: 10px 0px 10px 0px; 
	margin:0; 
	line-height:1em;
	border-bottom: 1px #FFF dashed;
	list-style:none;
	list-style-image:none;
}
.box-news li a {color: #000; text-decoration:none;}
.box-news li a:hover {color: #FF9900; }

.box-news-info {
	font: normal .8em Tahoma,sans-serif; 
	color: #FF6600;
}

/* left side navigation */
.navigation {
	float: left;
	width: 240px;
	background: url(img/nav-bg.gif) repeat-y;
}
.navigation .nav-top {
	width: 240px;
	height: 18px;
	background: url(img/nav-top.gif) no-repeat;
}
.navigation .nav-btm {
	width: 240px;
	height: 56px;
	background: url(img/nav-btm.gif) no-repeat;
}
.navigation h2 {
	color: #9B2460;
	font: bold 1.5em Tahoma,sans-serif;
	line-height: 32px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
}
.navigation li {
	border-bottom: 1px dashed #FFF;
}
.navigation li a {
	display: block;
	font: Tahoma, sans-serif;
	font-size: 1.4em;
	color: #FFF;
	padding: 7px 0 7px 6%;
	text-decoration: none;
	width: 240;
	background: url(img/nav-arrow.gif) no-repeat;
	overflow: hidden;
}
.navigation li a:hover {
	background-position: 0 -32px;
	color: #FCF600;
	font-weight:bold;
}

/* Contact Form */
.contact-form {
	background:#ECFAFF; 
	border:1px solid #A6E7FF;
	padding: 10px 20px 10px 20px;
	width: 360px;
}

.buddie-form {
	background:#ECFAFF; 
	border:1px solid #A6E7FF;
	padding: 10px 20px 10px 20px;
}
.buddie-form td {
	font-weight: bold; 
	color: #017DC0;
}

.form-right {
	text-align: right;
	width:130px;
	padding-right: 5px;
}
.buddie-input {
	width: 200px;
	padding: 3px;
	font-size: 14px;
}

.input {
	width: 350px;
	padding: 3px;
	font-size: 14px;
}

.submit { font-size: 16px; }

form input, form textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }
form dd {
	margin-bottom: 20px;
}
dt .warning { color: red; }
#form-msg p.warning, #form-msg p.success {
	margin: 1em 0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #FFEAE8 none repeat scroll 0%;
	border: 1px solid #F1D3D0;
	color: red;
}
#form-msg p.success {
	background: #9FFFA3;
	color: #000;
	border: 1px solid #5FBF63;
}
form dt { font-weight: bold; color: #017DC0; }
form dd textarea {
	width: 360px;
	height: 200px;
	font-size: 14px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' 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.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Buttons */
.social-media-icons {
	float:right;
	padding: 215px 50px 0px 0px; 
}

.turtle-button {
	float: left; 
	height: 44px;
	width: 182px;
	background: none;
	
}
.turtle-button  ul {
	padding: 0; 
	margin: 0;
}

.turtle-button  li {

	list-style: none; 
	padding: 163px 0px 0px 775px; 
	margin-left:13px;
}

.turtle-button  li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	font: bold 1em Tahoma,sans-serif;
	line-height: 41px;
	text-decoration: none;
}


/* Brain Buddies */

.brain-buddie-tile {
	width: 624px;
	background: url(img/buddie-tile.jpg) repeat-y;
}

.brain-buddie-btm {
	width: 624px;
	height: 13px;
	background: url(img/buddie-btm.jpg) no-repeat;
}

.brain-buddie-text {
	width:450px;
	padding: 6px 10px 10px 100px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.brain-buddie-bday {
	width: 624px;
	height:124px;
	background: url(img/buddie-bday.jpg) no-repeat;
}

.brain-buddie-anny {
	width: 624px;
	height:124px;
	background: url(img/buddie-anny.jpg) no-repeat;
}


/* footer */
.footer {
	background: #7D7E7E url(img/footer-tile.jpg) repeat-x;
	color: #CCCCCC;
	font: 1.1em Tahoma, sans-serif;
	padding:0px;
	height: 160px;
}

.footer-wrapper {
	width: 1003px;
	margin: 0 auto;
}

.footer-btm {
	height: 39px;
	background: url(img/footer-btm.gif) no-repeat top center;
	padding-bottom: 25px;
}
.footer a {
	color: #66CCFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFF99; 
	text-decoration:underline;
}

.footer .left {
	padding-left: 40px;
	padding-right: 15px;
	border-right: 1px dashed #737373;
	width: 210px;
}

.footer .right {
	width: 70%;
}

/* global navigation */

.globalnav {
	padding-right: 40px;
}
.globalnav ul {padding: 0; margin: 0; }

.globalnav li {
	padding: 0px 10px;
	margin: 0; 
	float: left;
	display:inline-block; 
	list-style:none;
}

.globalnav a { 
	color: #FFF; 
	text-decoration:none;
	border-right: #737373 1px solid;
	padding-right: 15px;
	line-height: 20px;
}
.globalnav a:hover {color: #FFFF99; text-decoration:underline;}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* posts */
.post h1 a {
	color: #017DC0;
	text-decoration: none;
}
.post h1 a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

.post {margin: 6px 0 2px;}

.post .info{ /* the box around the post info/edit/comments area*/
	border-top: 1px solid #E3E4E4;
	border-bottom: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 3px 10px;
	font-size: .9em;
}

.prev-back {
	padding-top: 20px;
}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}


textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}


/*
.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}


.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */ /*
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}
*/

#searchform {padding: 10px;}
