/*  
Theme Name: Abstract Earth Project
Theme URI: http://www.abstractearthproject.com
Description: This theme is for use in the Abstract Earth Project website.
Version: 1.0rc2
Author: Zachary Segal
Author URI: http://www.illproductions.net/

*/


body {
	font-family: helvetica, arial, sans-serif;
	color: #222;
	background-color: #f9f9f9;
	line-height: 1.3;
}



h1, h2, h3, h4, h5 {
	color: #444;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }




p { 
	color: #000;
	font-size: 13px;
	margin: 0 0 0.5em 0;
}
h6 { 
	color: #000;
	font-size: 16px;
	margin: 0 0 0.5em 0;
}



strong { font-weight: bold; }
em, address { font-style: italic; }
small { font-size: 11px; color: #444;}
pre {font-family: Monaco, "Courier New", Courier, monospace; }
object, embed { margin: 1em 0 0 0; }







a:link, a:visited, a:active {
	color: #32d;
	text-decoration: none;
}
a:hover {
	color: #940;
}






#page {
	width: 960px;
	margin: 0 auto;
}
#header {
	margin: 0 auto 30px auto;
}
#footer {
	margin: 30px 0 15px 0;
	clear: both;
}






#mainLogo {
	display: block;
	width: 960px;
	height: 300px;
}
#mainLogo img {
	width: 960px;
	height: 300px;
	border: 0 none;
}
#mainNav {
	list-style: none;
}
#mainNav li {
	float: left;
	width: 192px;
	margin: 0;
}
#mainNav li a {
	display: block;
	padding: 10px;
	background-color: #ddd;
	color: #555;
	font-weight: bold;
	text-align: center;
}
#mainNav li a:hover {
	color: #afa;
	background-color: #444;
}
#quickLinkIcons {
	text-align: right;
}
#quickLinkIcons img {
	width: 16px;
	height: 16px;
}



#footerNav {
	list-style: none;
	border-left: 1px #666 solid;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
#footerNav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px #666 solid;
}






#posts {
	float: left;
	width: 700px;
}
#shows {
	width: 200px;
	text-align: center;
	margin-left: 760px;
	margin-top: -20px;
}



#singlePost {
	float: left;
	width: 610px;
}
#singleInfo {
	width: auto;
	margin-left: 660px;
	padding: 0;
	/*border: 1px #dd3 solid;
	background-color: #ffc;*/
}
#linkList {
	font-size: 13px;
	line-height: 1.5em;
}


a.postTitle { color: #555; }
a.postTitle:hover { color: #6b6; }

.postBlock {
	margin: 0 0 15px 0;
}




.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}





/* sidebar.php classes */
fieldset { 
	font-size: 13px;
	border: 1px #999 solid;
	background-color: #ececec;
	padding: 15px 10px;
	margin: 0 0 1.5em 0;
	vertical-align: middle;
}
legend { 
	font-weight: bold; 
	margin: 0; 
	padding: 0 0.5em;
	text-decoration: none;
}
fieldset#subscribe label { 
	float: left;
	width: 3em;
	vertical-align: middle;
	padding: 3px;
	text-align: right;
}
fieldset#subscribe input { 
	display: block;
	margin: 0 0 .5em 0;
	padding: 3px;
	vertical-align: middle;
	width: 200px;
}
#quickLinks ul {
	line-height: 2em;
}
#quickLinks img {
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	border: 0 none;
}
#upcomingShowsQuickLinks ul {
	line-height: 1.5em;
}






/* WP Image Classes */
.alignnone {}
.aligncenter {
	display: block;
	margin: 15px auto !important;
}
.alignleft {
	float: left;
	margin-right: 30px !important;
}
.alignright {
	float: right;
	margin-left: 30px !important;
}
.wp-caption {
	border: 1px solid #bbb;
	text-align: center;
	background-color: #e8e8e8;
	padding-top: 4px;
	margin: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption-text {
	font-size: 11px;
	color: #222;
	margin: 0.5em 1em !important;
}
