/* @override 
	http://lucas.publishmysite.net/themes/Lucas2.0/css/master.css */

/* @group Reset */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img,
q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table,
caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;font-weight: inherit;
font-style: inherit;font-size: 100%;font-family: inherit;
vertical-align: baseline;}
body {line-height: 1.5;}
/* Tables still need 'cellspacing="0"' in the markup. */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
table, td, th {vertical-align: middle;}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {content: "";}blockquote, q {quotes: "" "";}
/* Remove annoying border on linked images. */
a img {border: none;}

div,img {
	-xmoz-user-select: none;
	-xmoz-user-modify: none;
	-webkit-user-drag:none;
	-webkit-user-select:none;
}
*:focus {
	outline: none;
}

/* @end */

body {
	background:  #272a31 url(img/body_background.png) repeat-x top;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	margin: 0;
}
a {
	text-decoration: none;
}
#container {
	min-width: 800px;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	height: 57px;
}
#header img {
	margin: 12px 0 0 0;
}
#main_navigation {
	height: 36px;
	background: url(img/main_navigation.png) repeat-x;
}
#main_navigation a {
	font-size: 13px;
	line-height: 38px;
	padding: 10px 15px 9px;
	color: #ccc;
	text-shadow: 0 -1px 0 #335;
}
#main_navigation a:hover,
#main_navigation a.active {
	background: url(img/main_navigation.png) repeat-x;
	background-position: 0 -37px;
	color: #fff;
	text-shadow: 0 1px 0 #113;
}
#left_sidebar {
	width:  30%;
	float: left;
	clear: both;
}
#image_roll {
	background: #ccc;
	border: 2px solid white;
	height: 250px;
	margin: 35px auto;
	width: 80%;
	max-width: 220px;
}
#quote_roll {
	color: #fff;
	margin: 0 10%;
	line-height: 1.8em;
}
#quote_roll #reviews_source {
	color: #0084ff;
}

#body_container {
	background: #d3d3d3 url(img/body_container_bkrd.png) repeat-x top;
	float: right;
	width: 70%;
	min-height: 500px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.8);
	-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.8);
}
#body_content {
	margin: 50px;
}
h1.blog_entry_header {
	padding: 20px 0 0px 0;
}
h1.blog_entry_header a,
a.blog_entry_link {
		color: #115;
}
h1.entry_title {
	padding: 0 0 15px 0;
}
.blog_entry_info {
	color: #888;
	font-style: italic;
}
.blog_entry_body {
	padding: 10px;
}
h1 {
	color: #115;
	font-size: 1.4em;
	font-weight:  bold;
	text-shadow: 0 1px 0 white;
}
#footer {
	clear: both;
	color: #4b566f;
	font-size: 10px;
	padding: 40px 20px;
}
#footer a {
	color:  #687aa5;
}


#eventsList {
	list-style: none;
	padding: 0;
}
#eventsList li {
	margin: 0;
	padding: 10px;
}
.eventName {
	display: block;
	font-weight: bold;
}
.shortDesc {
	display: block;
	font-size: 10pt;
}
#shows_photo_holder {
	text-align: right;
	margin-bottom: -250px;
}
#shows_photo_holder img {
	border: 2px solid white;
	margin-right: 3%;
}
.blog_entry_photo {
	float: right;
	margin: 30px;
	border: 4px solid white;
}
#eventsListContainer {
	width: 500px;
	vertical-align: text-bottom;
}
#events_gallery {
	text-align: center;
}
#events_gallery img {
	border: 2px solid white;
}

#discography {
	list-style: none;
	padding: 0;
}
#discography li {
	padding: 8px;
}
#discography .albumTitle {
	font-weight: bold;
}
#discography .group {

}
#discography .credits {
	display: block;
	font-size: 10pt;
}
#discography .year {
	font-size: ;
}
#contact_us_form{
	width: 50%;
	display: block;
	margin: 0 auto;
}
fieldset {
	border: 0;
}
#contact_us_form label,
#contact_us_form input,
#contact_us_form textarea {
	display: block;
}
#contact_us_form input,
#contact_us_form textarea {
	padding: 4px;
	width: 100%;
}
#contact_us_form textarea {
	min-height: 150px;
	margin-bottom: 20px;
}
#contact_us_form input#submit {
	width: 100px;
}
#responseOutput {
	color: #0084ff;
}