/* =General
-----------------------------------------------------------------------------*/

/* Eric Meyer's reset style! 
-----------------------------------------------------------------------------*/
html, body, div, /*span,*/ applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, /*pre,*/ 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* standard elements */

body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background: #111 url(img/bg.jpg) repeat-y center top;
	line-height: 1.6em;
}

p,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}

img {border: none;}

ul {
	margin-left: 0em;}

#wrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}
	
#main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

#left {
width: 70%;
float: left;
} 

#right {
width: 30%;
float: right;
}

.clearer {
clear: both;
}

.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}

/* =Typography
-----------------------------------------------------------------------------*/
body{
    font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #BBB;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
   font: normal 2.4em sans-serif; 
   color: #a4c637;
}

h2 {
    font: normal 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
	color:#a4c637;
}

/* =Links
-----------------------------------------------------------------------------*/
a {text-decoration: none;}


/* =Branding
-----------------------------------------------------------------------------*/
#header {
	background: #191919 url(img/supermod_header.gif) no-repeat;
	border-bottom: 1px solid #777;
	height: 120px;
	padding: 10px 10px 10px 10px;
}
#header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#nav  {background: #191919 url(img/nav.gif);height:51px;}
#nav li {
	display: inline;
	border-right: 1px solid #161616;
	color: #fff;
	float: left;
	font:'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;
	line-height: 51px;
	/*padding: 0 20px;*/
}
#nav li a{
	display: inline;
	color: #fff;
	float: left;
	line-height: 51px;
	padding: 0 15px;
	background: #191919 url(img/nav.gif);

}
#nav li a:hover {
	background: #FFFFFF;
	color: #191919;
}

#nav li a.active {
     background: #a4c637;
     color: #191919;     
}






/* =Sub Nav
-----------------------------------------------------------------------------*/
#subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
	margin-bottom: 0px;
}

#subnav h1 {
    background: url(img/bgh1.gif) repeat-x left bottom;
    margin-bottom: 10px;
	padding: 6px 0 8px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

#content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #fff;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
#content h1 a {
	text-decoration: none;
	color: #fff;
}
#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {color: #a4c637;}

#content li{
	padding-left:10px;
	padding-bottom:5px;
	list-style: none;
	margin: 0;
	padding-top: 5px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#content .artist {
margin: 5px 0px 5px 40px;
color: #a4c637;font: 1.5em Verdana,sans-serif;
}

#content .venue {
margin: 5px 0px 5px 40px;
color: #FFF;font: 1.2em Verdana,sans-serif;
}

#content .date {
margin: 5px 0px 5px 0px;
color: #CCC;
font: 1em Verdana,sans-serif;
}

#content .tags a {
color: #a4c637;
text-decoration: underline;
}

#content .tags{
color: #a4c637;
}

#left-box{
width:200px;
padding:0px;
float:left;
}

#right-box{
padding:0px;
float:right;
width:420px;
}

#right-box h2{
padding-bottom:10px;
}

#right-box .event-data{
color: #FFF;
}


/* archive */
#content .excerpt{
color:#fff;
margin:0px 0px 0px 20px;
padding:0;
}

#content .archive_entry_date{
color:#999;
font-size:1.0em;
margin: 5px 0px 5px 20px;
}

#content .about{
margin:0px;
background: #191919; 
padding:20px;
line-height: 1.6em;
}
#content .about h2{
color:#a4c637;
}

/*calendar*/

.upcominggig {
color:#fff;
margin: 10px 0px 10px 10px;
padding-bottom: 10px;
padding-right:10px;
list-style: none;
}

.upcominggig .calendar_date {
color:#ccc;
background: url(img/star.jpg) no-repeat left center;
padding-left: 20px;
}

.upcominggig .calendar_venue{
color:#ddd;
padding-bottom:5px;
padding-left:20px;
border-bottom: 1px solid #262626;
margin-bottom: 10px;
}

.upcominggig .calendar_artist{
color:#a4c637;
padding-left:20px;
}

/*artist page*/
.artist_entry .artist_text{
margin-top:50px;
}

.artist_page{
margin:0px 0px 5px 10px;
}

#content .artist_right{
font-size:1.0em;
width:620px;
}

#content .artist_right a{
color:#a4c637;
font-size:1.0em;
padding-bottom:5px;
}

#content .artist_left{
width:50px;
float:left;
padding-right:10px;
margin-top:3px;
}

#content .behalf_text{
width:300px;
float:left;
color:#a4c637;
font-size:1.2em;
}

#content .request_link{
width:100px;
float:right;
}

.artist_text li{
	display: inline;
	float: left;
	padding: 0px 9px 9px 0px;
	list-style: none;
}

/* calendar archive */
#calendar_archive{
color: #ccc;
font-size: 1.3em;
margin: 20px 0px 10px 15px;
border-left: 12px solid #a4c637;
padding: 0px 0px 0px 10px;
}

/* tag cloud */

#subnav .tag_cloud {
  line-height: 2em;
  word-spacing: 0.2em;
  font-size:1.2em;
}

#subnav .tag_cloud a {
  text-decoration: none;
  padding: 0.1em;
  color: #a4c637;
}

#subnav .tag_cloud a:hover {color: #ccc;}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
#footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
#footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
#footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
	text-decoration:none;
}

#footer li span {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
#footer a {color: #666;}
#footer a:hover {
	color: #BBB;
	background: #222;
}
#footer h2{
color: #a4c637;
}
#footer .bottom_right{
float: right;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

.col2rght {
padding: 15px;
margin 0px 10px 10px; 
}

#bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	padding-top: 20px;
}

#bottom a {color: #888;}

/* =Forms
-----------------------------------------------------------------------------*/
.zemContactForm legend {
    color: #303030;
}

.zemContactForm fieldset {
    padding: 0px;
    margin-top:10px;
    margin-left:120px;
    width:380px;
}


.zemContactForm label {
    color: #a4c637;
    font-size: 12px;
    text-transform: capitalize;
}

#txpCommentInputForm label span {
    font-weight: normal;
    text-transform: none;
}

#txpCommentInputForm input,
#txpCommentInputForm textarea,
.zemContactForm input,
.zemContactForm textarea {
    border: 1px solid #CCC;
    color: #333;
    font-size: 14px;
    padding: 2px;
    margin:5px 0px 20px 0px;
    
}

#txpCommentInputForm label{
 color: #a4c637;
 font-size: 12px;
 margin-right:10px;
 margin-left:20px;

}

form#txpCommentInputForm td {
	vertical-align: top;
}

.content dt a {
color:#a4c637;
font-size:1.4em;
margin: 0px 0px 0px 20px;
text-decoration:underline;
}


/* Search  

-------------------------------------*/


#search { 

      /*  width:250px; */
       
       margin:0px 0 20px 0; 
       
       float: right;
       
}

#my_search_input legend { 

       display:none 
       
}

#my_search_input fieldset { 

       border:none 
 
}



#search .sbox input {

	padding-top: 10px;

	line-height: 1.5em;

	background: #191919;

	float: left;

	border: 1px solid #575757;

	height: 24px;

	width: 240px;

	font-size: 1.2em;

	color: #bfbfbf;
	
	padding-left: 10px;
	
	margin-top: 0px;

}


/* =Misc 1
-----------------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#content .pagination{
padding: 20px;
}

#content .pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

#content .pagination li{
list-style-type: none;
display: inline;
padding-top: 1px;
}

#content .pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #BBB;
text-decoration: none; 
color: #a4c637;
padding-top:1px;
}

#content .pagination a:hover, .pagination a:active{
border: 1px solid #BBB;
color: #191919;
background-color: #a4c637;
padding-top:1px;
}

#content .pagination a.currentpage{
background-color: #a4c637;
color: #191919 !important;
border-color: #BBB;
font-weight: bold;
cursor: default;
padding-top:1px;
}

#content .pagination a.disablelink, .pagination a.disablelink:hover{
background-color: #a4c637;
cursor: default;
color: #191919;
border-color: #BBB;;
font-weight: normal !important;
padding-top:1px;
}

#content .pagination a.prevnext{
font-weight: normal;
}

#content .error_message{
color:#a4c637;
font-size:1.4em;
margin: 10px 0px 0px 0px;
padding-bottom:50px;
}




