/*
Theme Name: Think Social
URI: http://www.think-social.org
Description: Think Social website/blog theme by Cuie&Co.
Version: 1.0
Author:	Andy Walton
Author URI: http://cuieandco.com
*/

/*
Created: 17 November 2009 (Last updated - 19 November 2009)
Designed for screen
*/

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0; padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	color: #ff0033;
	font: normal 20px/27px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 27px;
	padding: 0 50px;
}
cite {
	font: normal 12px/18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 24px/27px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	font: normal 18px/27px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 17px/18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 16px/18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 15px/18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #c9c9c9;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #0b5eb2;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid #dbdcdc;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 100%;
}
hr.dashed {
	border-bottom: 1px dashed #dbdcdc;
}
hr.dotted {
	border-bottom: 1px dotted #dbdcdc;
}
hr.thick {
	border-bottom: 3px solid #dbdcdc;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: auto;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #c3d940;
	border: 0;
	border-top: 6px solid #000;
	color: #444444;
	font: normal 12px/18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 900px;
	padding: 0;
	width: 100%;
}
#wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	width: 900px;	
}

#connect {
	display: block;
	padding: 18px 60px 9px 60px;
	overflow: auto;
	width: 780px;
	text-align: right;
}
#connect ul li {
	float: right;
	text-align: right;	
	width: auto;
}
ul li.facebook {
	float: right;
	margin-left: 9px;
	padding: 0 0 9px 20px;	
	background: transparent url('images/icon_facebook.png') 0 0 no-repeat;
}
ul li.rss {
	float: right;
	margin-left: 9px;
	padding: 0 0 9px 20px;	
	background: transparent url('images/icon_rss.png') 0 0 no-repeat;
}
ul li.twitter {
	float: right;
	margin-left: 9px;
	padding: 0 0 9px 20px;	
	background: transparent url('images/icon_twitter.png') 0 0 no-repeat;
}
ul li.linkdin {
	float: right;
	margin-left: 9px;
	padding: 0 0 9px 20px;	
	background: transparent url('images/icon_linkdin.png') 0 0 no-repeat;
}

/* Header */
#header {
	clear: both;
	padding: 0 36px;
	margin: 0;
	width: 828px;
}

#logo {
	clear: both;
	display: block;
	height: 48px;
	margin: 0;
	width: 820px;
	display: block;
}
#logo a {
	background: transparent url(images/logo_thinksocial.png) top center no-repeat;
	display: block;
	height: 48px;
	margin: 0;
	width: 820px;
}
#logo a:hover {
	background: transparent url(images/logo_thinksocial.png) top center no-repeat;
	display: block;
	height: 48px;
	margin: 0;
	width: 820px;
}
#logo h1 em {
	display: block;
	margin-left: -3000px;
}

/* Navigation */
#navigation {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	width: 828px;
	margin: 10px 0 27px 0;
	padding: 0;
}
#navigation ul {
	display: block;
	height: 18px;
	margin: 0;	
	padding: 0;
	width: 820px;
}
#navigation ul li {
	display: inline;
	float: left;
	margin-right: 2px;
	width: auto;
	text-align: center;
}
#navigation ul li a {
	background-color: #c3d940;
	display: block;
	height: 18px;
	margin: 0;	
	padding: 6px;
	text-decoration: none;
	color:	#ffffff;
	width: auto;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
#navigation ul li a:hover {
	background-color: #ff0033;
	color: #fff;
	text-decoration: none;
}
#navigation ul li.current_page_item a, #navigation ul li.current_page_parent a, #navigation ul li.current_page_ancestor a {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
#navigation ul li.current_page_item a:hover, #navigation ul li.current_page_parent a:hover, #navigation ul li.current_page_ancestor a:hover {
	text-decoration: underline;
}

/* Awards Navigation */
#awards-navigation {
	background: #000 url(images/bg_navigation_awards.png) top right no-repeat;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	height: 123px;
	width: 828px;
	margin: 0 auto 20px auto;
	padding: 12px 18px 0 18px;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#awards-navigation ul {
	height: 135px;
	margin: 0;	
	padding: 0;
	width: 828px;
}
#awards-navigation ul li {
	height: 19px;
	margin: 0;	
	padding: 0;
}
#awards-navigation ul li a {
	height: 19px;
	margin: 0;	
	padding: 0;
	text-decoration: none;
	color:	#ffffff;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
}
#awards-navigation ul li a:hover {
	color: #c3d940;
	text-decoration: none;
}
#awards-navigation ul li.current_page_item a, #awards-navigation ul li.current_page_parent a, #awards-navigation ul li.current_page_ancestor a {
	color: #c3d940;
	text-decoration: none;
	text-shadow: none;	
	-webkit-text-shadow: none;
	-moz-text-shadow: none;	
}
#awards-navigation ul li.current_page_item a:hover, #awards-navigation ul li.current_page_parent a:hover, #awards-navigation ul li.current_page_ancestor a:hover {
	text-decoration: underline;
}

/* Showcase - WIP for Homepage feature */
#showcase {
	background-color: #fff;
	border: 0;
	clear: both;
	overflow: hidden;
	height: 280px;
	width: 828px;
}
.gallery img {
	border: 0;
}

/* Container */
#container {
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 0 18px;
	width: 864px;
}

/* Content */
#content {
	background-color: #fff;
	float: left;
	margin: 0;
	overflow: auto;
	padding: 18px 18px 0 18px;
	width: 504px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
#content.wide { /* wide for the homepage */
	float: none;
	padding: 18px;
	width: 828px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 27px;
}
#content li {
	padding-bottom: 8px;
}

/* Columns */
.column {
	float: left;
}
.column.one {
	width: 828px;
}
.column.two { 
	width: 396px;
	margin-right: 36px;
}
.column.three {
	width: 252px; 
	margin-right: 36px;
}
.column.four {
	width: 180px; 
	margin-right: 36px;
}
.column.five {
	width: 142px; 
	margin-right: 7px;
	padding: 18px 9px;
	text-align: center;
}
.column.last {
	margin-right: 0;
}
.column img {
	border: 0;
	margin-bottom: 9px;
}
.column h2 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;	
}
.column h3 {
	color: #031f4d;
	border-bottom: 1px solid #d6d7d8;
	margin-bottom: 3px;
	padding-bottom: 6px;
}
#content .column h3 {
	color: #031f4d;
	border-bottom: none;
	margin-bottom: 12px;
	padding-bottom: 0;
}
.column h4 {
	color: #747474;
	font-size: 11px;
	margin-bottom: 12px;
	text-transform: uppercase;	
}
.column h5 {
	color: #6daae3;
	font-size: 14px;
	margin-bottom: 12px;	
}


/* Awards table */
#awards table {
	font-size: 13px;
	font-weight: bold;
	width: 100%
}
#awards tr {
	height: 75px;
	margin: 0 0 7px 0;
}
#awards td {
	color: #fff;
	height: 68px;
	width: 160px;
	padding: 0 7px 0 0;
	text-align: center;
}
#awards td a {
	color: #fff;
}
#awards td a:hover {
	color: #fff;
}
#awards td.title-nominees {
	font-size: 22px;
	background-repeat: no-repeat;
	background: #fff url('images/bg_awards_title_2009_nominees.png') top left no-repeat;
	width: 300px;
	text-align: right;
	padding: 0 27px 0 0;
}
#awards td.title-winners {
	font-size: 22px;
	background-repeat: no-repeat;
	background: #fff url('images/bg_awards_title_2009_winners.png') top left no-repeat;
	width: 300px;
	text-align: right;
	padding: 0 27px 0 0;
}
#awards td.nominee {
	background: #fff url('images/bg_awards_nominee.png') top left no-repeat;
}
#awards td.nominee:hover {
	background: #fff url('images/bg_awards_hover.png') top left no-repeat;
}
#awards td.winner {
	background: #fff url('images/bg_awards_winner.png') top left no-repeat;
}
#awards td.mention {
	background: #fff url('images/bg_awards_mention.png') top left no-repeat;
}
#awards td.last {
	padding: 0;
}

/* CoChair profiles */
.cochair-logo {
	float: left;
	overflow: hidden;
	padding: 12px 18px 12px 0;
	width: 250px;
	text-align: center;
}
.cochair-logo img {
	background-color: #fff;
	border: 0;
	height: inherit;
	padding: 0;
	max-width: 250px;
	width: auto;
}
.cochair-blurb {
	float: left;
	width: 560px;
}

/* Juror profiles */
.juror-photo {
	float: left;
	overflow: hidden;
	padding: 0 18px 12px 0;
	width: 250px;
	text-align: center;
}
.juror-photo img {
	background-color: #fff;
	border: 0;
	height: inherit;
	padding: 0;
	max-width: 250px;
	width: auto;
}
.juror-blurb {
	float: left;
	width: 560px;
}
.juror-blurb h2 {
	margin-bottom: 6px;	
}
.juror-blurb h3 {
	font-size: 15px;
	color: #c3d940;
	margin-bottom: 18px;	
}

/* Team profiles */
.team-photo {
	float: left;
	overflow: hidden;
	padding: 0 18px 12px 0;
	width: 250px;
	text-align: center;
}
.team-photo img {
	background-color: #fff;
	border: 0;
	height: inherit;
	padding: 0;
	max-width: 250px;
	width: auto;
}
.team-blurb {
	float: left;
	width: 560px;
}
.team-blurb h2 {
	margin-bottom: 6px;	
}
.team-blurb h3 {
	font-size: 15px;
	color: #c3d940;
	margin-bottom: 18px;	
}

/* Blog posts */

.post p, #comments-list ol li p, .page p {
	margin: 0 0 18px 0;
}
.post h1 {
	font: 16px;
	margin-bottom: 6px;
}
.post h1 a {
	color: #ff0033;
}
.post h1 a:hover {
	color: #444444;
}
.post h2 a {
	color: #ff0033;
}
.post h2 a:hover {
	color: #444444;
}
.entry-date {
	margin-bottom: 0;
}
.entry-author {
	margin-bottom: 18px;
}
.more {
	text-transform: uppercase;
}
.entry-meta {
	font-size: 11px;    
}

/* Blog Comments */
#comments-list {
	margin: 0;
}  
#comments-list ol {
	margin: 18px 0;
}
#comments-list ol li {
	list-style-type: none;
	margin: 0 0 10px 0;    
	padding: 10px;
}
#comments-list ol li.odd {
	background-color: #faf9f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
#comments-list ol li.bypostauthor {
	background-color: #faf9f5;
	border: 1px solid #bbc6d7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
h2.entry-title {
	margin-bottom: 6px;
}
.avatar {
	background-color: #faf9f5;
	border: 1px solid #dbdcdc;
	clear: left; 	
	float: left;    
	margin: 3px 18px 0 0;
	padding: 3px;
}
#postauthor .avatar {
	background-color: #faf9f5;
	border: 1px solid #faf9f5;
	clear: left; 	
	float: left;    
	margin: 3px 18px 18px 0;
	padding: 3px;
}
#postauthor {
	background-color: #f0f3f9;
	border: 1px solid #c3d940;
	color: #747474;
	margin-bottom: 18px;
	padding: 6px;
	overflow: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;		
}
.comment-meta {
	margin: 0 0 18px 0;
}
#commentform {
	background-color: #faf9f5;
	border: 1px solid #faf9f5;
	margin-bottom: 18px;
	padding: 18px 20px 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;		
}
#commentform h3 {
	border-bottom: 1px solid #dbdcdc;
	margin-bottom: 9px;
}
    
/* Sidebar */
#sidebar {
	background-color: #fff;
	float: right;
	font-size: 12px;
	padding: 0;   
	margin: 0;
	overflow: auto;
	padding: 18px 18px 0 18px;
	width: 252px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#sidebar h3 {
	border-bottom: 1px solid #dbdcdc;
	margin-bottom: 9px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#sidebar li {
	font-size: 11px;
	padding-bottom: 8px;
}

/* Search box */
#search {
	background-color: #faf9f5;
	margin-bottom: 18px;
	padding: 18px 18px 9px 18px;
	width: 216px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#search input {
	margin-right: 2px;
	width: 130px;
}

/* Widgets */
.widget {
	background-color: #faf9f5;
	padding: 9px;
	margin-bottom: 18px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;		
}

/* RSS */
.rsswidget img {
	display: none;
}

/* Sidebar sub-navigation */
#sub-menu {
	background-color: #000;
	border: none;
	color: #fff;
	margin-bottom: 18px;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
#sub-menu h3 {
	border: none;
	padding: 9px 18px 6px 18px;
	margin-bottom: 0;
}
#sub-menu ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0;
}
#sub-menu li {
	font-size: 13px;	
	border-top: 1px solid #2c2c2c;
	padding: 6px 0 6px 18px;
	list-style: none;
}
#sub-menu li li {
	border: 0;
	color: #fff;
	list-style: circle;
	text-indent: -18px;
	margin-left: 18px;
	padding-bottom: 0;	
}
#sub-menu li li li {
	border: 0;
	list-style: none;
	margin-left: 0;
	padding-bottom: 0;
}
#sub-menu .page_item {
	border-top: 1px solid #2c2c2c;
}
#sub-menu li li.page_item {
	border: 0;
}
#sub-menu li a, #sub-menu .page_item a {
	color: #fff;
}
#sub-menu li a:hover, #sub-menu .page_item a:hover {
	color: #c3d940;
	text-decoration: underline;
}
#sub-menu li.current_page_parent a {
	color: #c3d940;
	text-decoration: none;
}
#sub-menu li li.current_page_item a {
	color: #c3d940;
	text-decoration: none;
}
#sub-menu li.current_page_item a {
	color: #c3d940;
	text-decoration: none;
}
#sub-menu li.current_page_item li a {
	color: #c3d940;
	text-decoration: none;
}
#sub-menu li.current_page_item li li a {
	color: #c3d940;
	text-decoration: none;
	padding: 0;
}

/* Footer */
#footer {
	color: #737e07;
	clear: both;
	font-size: 12px;
	overflow: auto;
	margin: 0 auto;
	padding: 18px;
	width: 864px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #ff0033;
	text-decoration: underline;
}
#footer h5 {
	padding-bottom: 9px;
	border-bottom: 1px solid #737e07;
	color: #737e07;
}
#footer-meta {
	clear: both;
	font-size: 11px;
	padding: 0;
	width: 100%;
}
#footer-meta ul {
	display: block;
}
#footer-meta ul li {
	display: inline;
}
#footer-navigation ul li {
	padding-right: 12px;
}
span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
    
/* Misc Styling */

.alignleft {
	float: left;    
	margin: 5px 18px 18px 0;
	padding: 3px;
}
.alignright {
	float: right;    
	margin: 5px 0 18px 18px;
	padding: 0;    
}
.aligncenter {
	clear: both;
	float: none;     
	margin: 0 auto 18px auto;    
	padding: 0;    
}
.alignnone {
	margin: 0;    
	padding: 0;
}
h2.search-archive {
	margin-bottom: 6px;
}
#pagination {
	clear: both;
	padding-bottom: 18px;
	overflow: auto;
}
.previous {
	float: left;
}
.next {
	float: right;
}
h1.underline {
	font: 16px;
	margin-bottom: 6px;
}

/* Forms
---------------------------------------------------------- */

input, textarea, select {
	color: #838587;
	border: 1px solid #dbdcdc;
	font: normal 12px/18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
input {
	background-color: #fff;
	padding: 6px;
	margin: 0 18px 0 0;
	width: 400px;	
}
label span {
	color: #444444;
}
textarea {
	background-color: #fff;
	padding: 6px;
	margin: 0;
	width: 450px;
	height: 200px;
}
select {
	margin-bottom: 18px;
}
button, input.btn {
	background-color: #ff0033;
	border: 1px solid #ff0033;
	color: #fff;
	font-size: 13px;
	margin: 0 0 9px 0;
	padding: 4px 6px 5px 9px;
	width: auto;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
button:hover, input.btn:hover {
	border: 1px solid #dbdcdc;
	background-color: #fff;
	color: #003366;
}