/*  
Theme Name: Lucid
Theme URI: http://www.lucidgallery.com
Description: This theme is for use in the Lucid website. The thumbnail resolution for the news section on the homepage is 230 by 160 pixels.
Version: 1.0
Author: Zachary Segal
Author URI: http://www.illproductions.net/

*/


body {
	font-family: 'ITC Avant Garde Gothic', Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #ebebeb;
	background-image: url('images/bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 16px;
	line-height: 1;
	word-spacing: 0.1em;
}



h1, h2, h3, h4, h5 { color: #fff; }
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 {
	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: #eee;}
pre {font-family: Monaco, "Courier New", Courier, monospace; }
object, embed { margin: 0 0 1em 0; }







a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {	color: #56b2cc; }
*:focus { outline: 1px #888 dotted; }






#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
}
#header {
	width: 900px;
	margin: 0 auto;
}
#footer {
	width: 900px;
	margin: 0 auto;
	clear: both;
}






#mainLogo {
	display: block;
	width: 900px;
	height: 381px;

}
#mainLogo img {
	width: 900px;
	height: 381px;
	border: 0 none;
}
.mainNav {
	list-style: none;
	text-align: center;
}
.mainNav li {
	display: inline;
	margin: 0 0.5em 0 0;
}
.mainNav li a {
	font-size: 18px;
	line-height: 70px;
	color: #000;
	border-right: 1px #000 solid;
	padding: 0 0.5em 0 0;
}
.mainNav li a:hover {
	color: #56b2cc;
}
.mainNav li a.last {
	border: 0 none;
}








#lower_page {
	margin: 0 auto;
	width: 900px;
	height: 501px;
	overflow: hidden;
	background-color: #000222;
	background-image: url('images/page-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#news_column {
	float: left;
	width: 540px;
	height: 501px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#sidebar {
	width: auto;
	height: 501px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
}





#posts {
	height: 371px;
	padding: 0;
	margin: 0 0 0 15px;
}
.post_block {
	display: block;
	position: relative;
	height: 187px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-image: url('images/post-block-bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	line-height: 15px;

}
.post_block:hover span {
	color: #56b2cc;
	border-color: #56b2cc;
}
.index_post_thumbnail {
	position: absolute;
	top: 15px;
	left: 27px;
	width: 230px;
	height: 160px;
	border: 0 none;
}
.index_post_text {
	position: absolute;
	top: 20px;
	left: 270px;
	width: 210px;
}
.index_post_title {
	display: block;
	margin: 0 0 0.5em 0;
	border-bottom: 3px #fff solid;
}
.index_post_description {
	display: block;
	height: 5.9em;
	overflow: hidden;
}
.index_post_link {
	position: absolute;
	bottom: 15px;
	left: 270px;
}








#events {
	width: 330px;
	height: 184px;
	margin: 0;
}
#contact {
	position: relative;
	width: 322px;
	height: 184px;
	margin: 3px 0 0 9px;
	background-image: url('images/contact-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#contact .content {
	position: absolute;
	width: 308px;
	bottom: 3px;
	text-align: right;
}
#contact .content ul {
	margin: 0 0 6px 0;
	line-height: 11px;
}
#contact .content ul li a {
	font-size: 12px;
	border-left: 1px #fff solid;
	padding: 0 0 0 0.5em;
}
#contact .content h4 {
	font-size: 25px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: -2px;
}



.blogroll {
	list-style: none;
}
.blogroll li {
	/*border-bottom: 3px #fff solid;*/
	margin: 0 0 4px 0;
}




#single_post {
	height: 454px;
	margin: 3px 10px 25px 10px;
	padding: 15px 15px 0 15px;
}
#single_post .single_post_title {
	font-size: 32px;
	line-height: 34px;
	height: 83px;
	/* 83 / 2 41*/
	font-weight: bold;
	margin: 0 0 1px 0;
}
#single_post .single_post_subtitle {
	font-size: 13px;
	line-height: 9px;
	padding: 0 5px;
}
#single_post .single_post_navigation {
	width: 500px;
}
.browse_left {
	display: block;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.browse_right {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}







.scrollable {
	position: relative;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.hide {
	display: none;
}


.single_page_title {
	margin: 0px !important;
	line-height: 83px;
	font-size: 97px !important;
	font-weight: bold;
	letter-spacing: -5px;
	
}
.contact_page, .page_content {
	width: 490px;
	height: 350px;
	padding: 10px;
	background-image: url('images/light-transparent-white.png');
	background-repeat: repeat;
	background-position: left top;
}
.contact_form {
	margin: 0;
}
.contact_form input, .contact_form textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 0.25em;
}
.contact_form input.textbox {
	display: block;
	margin: 0 0 1em 0;
	width: 350px;
}
.contact_form textarea {
	display: block;
	width: 350px;
	height: 10em;
}
.errors {
	color: red;
	margin: 0 0 1em 0;
}








/* WP Image Classes */
.alignnone {}
.aligncenter {
	display: block;
	margin: 10px auto !important;
}
.alignleft {
	float: left;
	margin-right: 10px !important;
}
.alignright {
	float: right;
	margin-left: 10px !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;
}



/* Gig Press Classes */
p.gigpress-events-empty {
	height: 153px;
	margin: 1px 0 0 9px;
	padding: 15px;
	font-size: 15px;
	text-align: center;
	background-image: url('images/light-transparent-white.png');
	background-repeat: repeat;
	background-position: left top;
}
ul.gigpress-events {
	margin: 1px 0 0 9px;
	padding: 5px;
	font-size: 13px;
	background-image: url('images/light-transparent-white.png');
	background-repeat: repeat;
	background-position: left top;
}
ul.gigpress-events li {
	margin: 0 0 4px 0;
	border-bottom: 3px #fff solid;
}
ul.gigpress-events li .event_date {
	display: block;
	float: left;
	width: 7em;
}
ul.gigpress-events li .event_date {

}


/* Catablog */
.catablog_image {
border: 1px #b5a484 solid;
}
