/*
Theme Name: default
Theme URI: http://chicagoartistscoalition.org
Description: The default theme for CAC member galleries
Version: 1.0
Author: 10 Volt Media
Author URI: http://10voltmedia.com
Tags: 
*/
body {
	text-align: center;
	background: #fff;
	line-height: 24px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}
div#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;	
}
a { color: #ccc; }
a:hover { color: #fff; }
p { margin: 0 0 2em 0; }
div#header { border-bottom: 1px solid #e6e6e6; }
h1 {
	line-height: 2.5em;
	font-size: 34px;
	color: #d4d4d4;
}
h1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #d4d4d4;
}
h1 a:hover { color: #000; }
div#header h2, ul#navigation { margin: 0 0 6px; }
ul#navigation {
	width: 960px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	margin: 0 30px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
}
ul#navigation li a:hover { color: #999; text-decoration: underline; }
div#header h2 {
	text-align: right;
	font-weight: normal;
	font-size: 16px;	
}
div#content {
	margin: 40px 0 0 0;
}
#content h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #888;
}
div.thumbnail {
	float: left;
	width: 600px;
	overflow: hidden;
}
#content p {
	font-size: 13px;
}
div.entry {
	float: right;
	width: 360px;
	padding: 4px 0;
	background: transparent;
	text-align: right;
	line-height: 1.5em;	
}
#content h2 {
	margin: 4px 6px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;	
	color: #666;
}
#content h2 a {
	text-decoration: none;
	color: #666;
}
#content div.entry:hover {
	background: #c8c8c8;
}
#content div.entry:hover h2, #content div.entry:hover h2 a {
	color: #000;
}
#content a { color: #00AEF0; text-decoration: none; }
#content a:hover { color: #000; text-decoration: underline; }
p.comment-link { margin: 4px 6px; }
p.comment-link a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;	
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post, div.post-page {
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #ebebeb;
}
div.post-page { border: none; }
#content div.post-page #post-page-title {
	margin: 0 0 2em 0;;
	padding: 0;
	font-size: 16px;
	color: #000;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

ul.thumbnail-list {
	list-style-type: none;
	width: 600px;
}
ul.thumbnail-list li {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}


.clear { clear: both; }
