/*
Theme Name: Think Theme
Theme URI: http://co-opthink.org/
Description: Think Theme.
Version: 1.0
Author: Geyrhalter Design
Author URI: http://geyrhalter.com/
Tags: think, black, co-op

*/

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* 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 */

/* 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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */



/* Think Site */
* {outline: none;}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;line-height: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}

body {
	background: #fff;
	color: #6d6e71;
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

* html body {
	font-size: small;
	f\ont-size: medium;
}

h1 {
	padding: 9px 0 12px;
	font-size: 163%;
	line-height: 43px;
	position: relative;
}

h1 em {
	font-style: normal;
}

h1 a {
	display: block;
	font-size: 40%;
	text-decoration: none;
	line-height: 43px;
	position: absolute;
	right: 0;
	top: -4px;
}

h1 a:hover {
	text-decoration: underline;
}

h1 span {
	display: block;
	padding: 4px 0;
	font-size: 50%;
	font-weight: normal;
	line-height: 125%;
}

h1 {
	font-size: 26px;
	line-height: 43px;
}

	/* !important for IE6 */
h1 a.option {
	display: inline !important;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin-left: 2.5em;
	position: static !important;
	text-decoration: underline !important;
	text-transform: uppercase;
}

h2 {
	font-size: 163%;
	line-height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

h2 span {
	display: block;
	line-height: 115%;
}

#mainContent h2 {
	clear: both;
}

.video-list + h2,
.photo-list + h2,
.speaker + h2 {
	clear: both;
}

h3 {
	margin: 0 0 3px;
	font-size: 88%;
	line-height: 125%;
}

h3 span {
	display: block;
	color: #aaa;
}

p {
	margin: 0 0 15px;
	line-height: 133%;
}

ul {
	margin: 0 0 15px 14px;
}


p a, p strong {
	line-height: 133%;
}

strong {
	font-weight: bold;
}

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

a img {
	border: none;
}

	/* Grid of Fourths */
.g4 { float: left; }
.g4.u1 { width: 227px; }
.g4.u2 { width: 454px; }
.g4.u3 { width: 681px; }
.g4.u4 { width: 908px; }


/* HEADER CONTENT */
#header {
	height: 100px;
}

#logo {
	float: left;
	margin: 23px 23px 0 0;
}

#logo a {
	float: left;
	display: block;
	height: 62px;
	background-repeat: no-repeat;
}

a#coop {
	width: 70px;
	background-image: url(images/co-op-logo.png);
}

a#think {
	background-image:url("images/logo-think-3.png");
	width: 223px;
}

#nav {
	float: left;
	margin: 40px 0 0 30px;
}

#nav li {
	float: left;
	height: 46px;
	overflow: hidden;
}

#nav a {
	display: block;
	height: 46px;
	margin: 0 15px;
	text-indent: -9999px;
	background-image: url(images/bg-nav-2.png);
	background-repeat: no-repeat;
}

.conference a {width: 107px;margin: 0 20px 0 0;background-position: -56px 0;}
.prize a {width: 44px; background-position: -165px 0;}
.blog a {width: 41px; background-position: -212px 0;}
.magazine a {width: 82px;background-position: -255px 0;}
.webinars a {width: 85px; background-position: -339px 0; }
.about a {width: 54px;}

.conference a:hover, .conference a.selected {background-position: -56px -46px;}
.prize a:hover, .prize a.selected {background-position: -165px -46px;}
.blog a:hover, .blog a.selected {background-position: -212px -46px;}
.magazine a:hover, .magazine a.selected {background-position: -255px -46px;}
.webinars a:hover, .webinars a.selected {background-position: -339px -46px;}
.about a:hover, .about a.selected {background-position: 0 -46px;}

/* SIDEBAR CONTENT */

#co-op-initiative {
	background: url(images/ico-co-op-fs.gif) 0 0 no-repeat;
	color: #6D6E71;
	display: block;
	font-size: 12px;
	line-height: 54px;
	padding: 2px 0 10px 54px;
	text-decoration: none;
}

#left_sidebar {
	background: url(images/bg-sidebar.gif) no-repeat;
	float: left;
	padding-top: 7px;
	width: 217px;
}

#countdown {
	height: 358px;
	margin: 0 0 10px;
	padding: 0 0 10px 17px;
}

#countdown h2 { color: #6d6e71; font-size: 22.5px; margin-bottom: 9px; }

#countdown p {
color: #414042;
font-size:13px;
font-weight:normal;
letter-spacing:-0.03125em;
line-height:19px;
margin-bottom: 36px;
word-spacing:0.0625em;
}

#countdown address {
	margin: 0 10px 20px;
	font-size: 88%;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
}

.button {padding-right: 13px;}

#formReceiveUpdates label span {
	font-weight: normal;
}

#date {
	margin: 0 10px;
	font-size: 250%;
	line-height: 107%;
}

#daysLeft {
	margin: 0 4px 9px 10px;
	padding: 12px 0 6px 3px;
	font-size: 88%;
	border-bottom: 5px solid #57b700;
}

#daysLeft span span, #daysLeft span span span {
	font-size: 100%;
}

#daysLeft span span span span {
	font-size: 142%;
}

#twtr-profile-widget {
	margin: 0 0 15px;
}

#receiveUpdates {
	display: none;
	position: absolute;
	top: 41px;
	background-image: none;
	z-index: 100;
	width: 185px;
	height:auto;
}

#receiveUpdates form {
	padding: 11px 0 0 19px;
}

#receiveUpdates ul li {
	height: auto;
	margin: 0 0 14px;
	line-height: normal;
	background-image: none;
}

#receiveUpdates ul li label {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 100%;
	font-weight: normal;
}

#receiveUpdates label span {
	visibility: hidden;
	display: inline;
	float: none;
	font-size: 100%;
	line-height: normal;
	padding: 0;
	text-transform: none;
}

#receiveUpdates li.copy {
	float: left;
	font-size: 59%;
	margin: 0 0 27px;
}

#signUpSide input {
	display: block;
	position: absolute;
	bottom: 14px;
	right: 15px;
	width: 59px;
	height: 32px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(images/side-sign-up.png);
	background-repeat:no-repeat;
	border: none;
}

#thankYou {
	padding: 11px 30px 0 19px;
}

#thankYou h4 {
	margin: 0 0 15px;
	font-size: 88%;
}

#receiveUpdates p {
	font-weight: normal;
}

#closeUpdate {
	float: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 0;
	background-image: none;
}

#sidebar .boxes {
	margin: 0;
}

#sidebar .boxes li {
	margin: 0;
	list-style: none;
}

/* SUBNAV */
#subNav {
	margin: 0;
	padding: 7px 0 0 41px;
}

#subNav li {
	float: left;
	font-size: 100%;
	list-style: none;
}

#subNav a {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 15px 0 0;
	font-size: 88%;
	font-weight: bold;
	line-height: 402%;
	text-decoration: none;
}

#subNav a:hover {
	text-decoration: underline;
}

#subNav a.selected {
	background-image: url(images/bg-subNav-li.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: underline;
}

#subNav li.last a {
	margin: 0;
}

/* MAIN CONTENT */
#main {
	/* min-height: 803px; */
}

#mainContent {
	float:left;
	padding:7px 33px 0 54px;
	width:390px;
}

#mainContent ol {
	margin-bottom: 15px;
}

#mainContent ol li {
	list-style: decimal;
}

/* FOOTER */

#footer {
	background: transparent url(images/bg-footer.gif) 0 0 repeat-x;
	height: 68px;
	margin-top: 20px;
}

#footer a {
	color: #6D6E71;
	display: block;
	font-size: 10px;
	line-height: 20px;
	padding: 24px 0;
	text-align: center;
	text-transform: uppercase;
}

#footer a span {
	padding-top: 3px;
	padding-bottom: 4px;
}

#footer a.facebook,
#footer a.twitter {
	text-decoration: none;
}

#footer a.facebook span {
	background: transparent url(images/ico-footer-facebook.gif) 0 0 no-repeat;
	padding: 3px 0 4px 28px;
	text-decoration: underline;
}

#footer a.twitter span {
	background: transparent url(images/ico-footer-twitter.gif) 0 0 no-repeat;
	padding: 3px 0 4px 28px;
	text-decoration: underline;
}

#footer a.email {
	font-size: 11px;
	text-transform: none;
}

/* CLASSES */
.container {
	width: 908px;
	margin: 0 auto;
}

iframe {
	height: 240px;
}

#twtr-widget-1 {
	margin: 0 0 10px;
	z-index: 0;
}

/* CLEAR */
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clear {height:1%;}
*:first-child+html .clear {min-height:1px;}

	/* Blog */
.post {
	border-bottom: 1px solid #848484;
	font-size: 12px;
	margin-bottom: 30px;
	padding-bottom: 19px;
}

.post h2 a {
	color: #a4bb27;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post ul {
	list-style: disc;
}

.post ol {
	list-style: decimal;
}

.post li {
	line-height: 133%;
	margin-bottom: 15px;
}

.postmetadata {
	font-size: 12px;
	margin-top: -5px;
	position: relative;
}

.postmetadata a {
	color: #414042;
	text-decoration: none;
}

.postmetadata a:hover {
	text-decoration: underline;
}

.the_time {
	color: #414042;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0.45em;
}

.entry-footer {
	line-height: 16px;
}

.entry-footer a {
	color: #a4bb27;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}

.entry-footer a:hover {
	color: #414042;
}

#sidebar {
	background-color: #fafafa;
	color: #414042;
	float: left;
	font-size: 11px;
	padding: 20px;
	width: 152px;
}

#sidebar .highlight {
	color: #a4bb27;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar h2,
#sidebar h2 a {
	color: #a4bb27;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	margin: 20px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

#sidebar h2 a {
	text-decoration: none;
	text-transform: none;
}

#sidebar p {
	font-size: 10.5px;
}

#sidebar a {
	color: #414042;
}

#sidebar a:hover {
	color: #a4bb27;
}

.authors li {
	margin-bottom: 20px;
}

.authors h3 {
	font-size: 10.5px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: underline;
}

.authors em {
	display: block;
	font-style: italic;
}

.authors p {
 	margin: 0;
}

.comment-author {
	position: relative;
}

.comment-author cite {
	font-style: normal;
}

.comment-author .avatar {
	position: absolute;
	left: -40px;
}

.comment-meta {
	font-size: 10px;
	margin: 5px 0;
}

.comment-meta a {
	color: #aaa;
	text-decoration: none;
}

.comment-meta a:hover {
	color: #000;
}

#comment {
	width: 380px;
}

.commentlist .reply {
		display: none;
	margin: 0 0 20px;
}
