/*****************************/
/* CSS RESET */
/*****************************/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label, textarea,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}

body {
	/*line-height: 1.5;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1;
	background-color: #ff9;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************/
/* END CSS RESET */
/*****************************/
/*****************************/
/* BASE STYLES */
/*****************************/
/* Use ems for font size */




/*************************************** LISTS */





ul,
ol {
margin:0px;
padding:0px;
	list-style-position: inside;
}
li{
list-style-position:inside;
margin:0px;
padding:0px;
}

ul {
	list-style-type: disc;
	margin:0px;
margin-bottom:10px;
}

ul ul {
	list-style-type: circle;
	margin-top: 0;

}

ol {
	list-style-type: decimal;
	margin:0px;
margin-bottom:10px;
list-style-position: inside;

}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 0;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}


ul.arrowList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; list-style-position:outside;}
ul.arrowList li { background:url(/images/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 0.8em; list-style: none;list-style-position:outside; }
.arrowList ul li { background-image:url(/images/bullet_child.gif); }

ol.arrowList li, ul.niceList li { margin-bottom:0.5em; }

ol.arrowList { margin-left:1.5em; padding-left:0px; }
.arrowList ol li { list-style:decimal; background-image:none; padding-left:0em; }
/*************************************** TABLES */

table {
	margin: 2em 0;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

thead th {
	background-color: black;
	color: white;
}

/* for alternate rows */
tr.shaded {
	background-color: #ddd;
}

th,
td {
	padding: 0.3em;
}

td {
	vertical-align: top;
}



/*************************************** FORMS */
.submit input
{
color: #ffffff;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
}
.submit input:hover
{
color: #024c7d;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
}
fieldset {
	border: dotted 1px #999;
	padding: 1em;
	margin: 1em auto;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	background-color: white;
	padding: 0 0.25em;
}

label {
	font-weight: bold;
}

/* For inline labels and inputs, enclose both in <div class="row"> */
.row {
	margin: 0.5em 0;
}

.row label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 0.75em;
}

.required {
	color: red;
}

textarea {
	border: solid 1px #999;
}



/* INLINE ELEMENTS */

strong {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

acronym,
abbr {
	border-bottom: dotted 1px #666;
	cursor: help;
}

sup,
sub {
	font-size: 75%;
	line-height: 0;
}

q:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

kbd,
pre {
	font-family: Courier, monospaced;
}


/*************************************** LINKS */

a:link {
	color: #53140b;
	text-decoration:underline;
}

a:visited {
	color: #53140b;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color: #4c891c;
}

a#footerlink:link {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:visited {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:focus,
a#footerlink:hover,
a#footerlink:active {
	color: #eb2d2e;
}

a.contest:link {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:visited {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:focus,
a.contest:hover,
a.contest:active {
	color: #eb2d2e;
}

a.myhc:link {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:visited {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:focus,
a.myhc:hover,
a.myhc:active {
	color: #ffffff;
font-weight:bold;
font-size:1.2em;
}

/* ACCESSIBILITY */

a#skipnav:link,
a#skipnav:visited {
	position: absolute;
	width: 100%;
	left: -999em !important;
	margin; 1em auto;
	text-align: center;
	background-color: white;
}

a#skipnav:focus,
a#skipnav:active {
	left: 0 !important;
}

/*************************************** BLOCK ELEMENTS */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25;
}

h1 {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.8em;
	color:#2f150f;
	margin:0;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	background-image:url(/images/HeaderArrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	border-bottom:1px solid #2f150f;
	
	
}

h2 {
	margin: 0;
	font-size:1.4em;
	font-weight:bold;
	color:#2f150f;
	margin:0;
	margin-bottom:10px;
		font-family:"Times New Roman", Times, serif;
	background-image:url(/images/HeaderArrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	border-bottom:1px solid #2f150f;

}
h2.h2home {
	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#b42126;
	margin:0;
	margin-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	border:0px;

}
h3{
	margin: 0;
	font-size:1.3em;
	font-weight:bold;
	color:#2f150f;
	margin:0;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;

}

h2.excert {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.1em;
	color:#b42126;
	margin:0;
	margin-bottom:2px;
	margin-top:2px;
	font-family:Verdana, Geneva, sans-serif;
	border:0px;
}
h2.nobg{

	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#01676b;
	margin:0;
	padding-bottom:.3em;
	background-image:none;
	border-bottom:1px solid #b42126;
	
}


h1.LightHead {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.8em;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}
h2.LightHead  {
	margin: 0.5em 0 0.25em 0;
	font-size:1.5em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

h3.LightHead  {

	margin: 0.25em 0 0.25em 0;
	font-size:1.2em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}


blockquote {
	margin: 1em 8em;
}

address {
	margin: 1em 0 1em 2em;
}

/*****************************/
/***************************************END BASE STYLES
/*****************************/

body{
	background-color:#000000;
	background-position:center;
	background-position:top;
	font-size:12px;
	background-image:url(images/scottybg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
}

#header{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:170px;
}
#head1{
	float:left;
	width:222px;

}
#head2{
	float:left;
	width:678px;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	margin-top:20px;
	background-position:right;
	height:98px;
	text-align:right;
	padding-top:12px
}

#logomargin{
margin-left:-50px;	
}


#mainhc{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/headcountbody.png);
	background-repeat:repeat-y;
	min-height:500px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

#mainleft{
	float:left;
	width:518px;
	margin-right:8px;
}

#mainright{
	float:left;
	width:354px;

}

#mainleft2{
	float:left;
	width:597px;
	margin-right:8px;
}

#mainright2{
	float:left;
	width:275px;

}

h1.sdhead{
	width:516px;
	background-image:url(images/contentbg1head.png);
	height:50px;
	margin:0px;
	padding:0px;
	
}
.sdbody{
	width:496px;
	background-image:url(images/content1bgbody.png);
	min-height:100px;
	padding:10px;
}

.sdnews{
	width:496px;
	background-image:url(/images/newsbg.png);
	background-repeat:repeat;
	min-height:100px;
	padding:10px;
}
.sdfoot{
	width:516px;
	background-image:url(images/content1bgfoot.png);
	height:30px;
	margin-bottom:10px;
}

.sdbody2{
	width:577px;
	background-image:url(images/contentbg1-sm.png);
	min-height:100px;
	padding:10px;
}
.sdfoot2{
	width:597px;
	background-image:url(images/contentbg1-sm-foot.png);
	height:30px;
	margin-bottom:10px;
}

.sdrtbody{
	width:334px;
	background-image:url(images/contentrtbgbody.png);
	min-height:10px;
	padding:10px;
}
.sdrtfoot{
	width:354px;
	background-image:url(images/contentrtbgfoot.png);
	height:10px;
	margin-bottom:10px;
}

.sdrtbody2{
	width:200px;
	background-image:url(images/contentrtbgbody.png);
	min-height:30px;
	padding:10px;
}
.sdrtfoot2{
	width:354px;
	background-image:url(images/contentrtbgfoot.png);
	height:20px;
	margin-bottom:10px;
}

.sdrtbody2{
	width:255px;
	background-image:url(images/contentrtbg-sm.png);
	min-height:30px;
	padding:10px;
}
.sdrtfoot2{
	width:275px;
	background-image:url(images/contentrtbg-sm-foot.png);
	height:20px;
	margin-bottom:10px;
}

.gigbody{
	width:334px;
	background-image:url(images/gigpressbg.png);
	min-height:100px;
	padding:10px;
}
.gigfoot{
	width:354px;
	background-image:url(images/gigpressbg2.png);
	height:20px;
	margin-bottom:10px;
}

#home1{
float:left;	
width:315px;
border-right:1px solid #79b5e3;
min-height:300px;
margin-right:10px;
padding-right:5px;
}


#home2{
float:left;	
width:315px;
border-right:1px solid #79b5e3;
min-height:300px;
margin-right:10px;
padding-right:5px;

}


#home3{
float:left;	
width:318px;
min-height:300px;

}

#navli {padding:0; margin:0; list-style:circle; height:28px; position:relative; z-index:500;  margin-left:400px; 	text-align:right;}
#navli li{display:block; float:left; height:28px; padding-left:17px; padding-bottom:3px; }

#navli2 {padding:0; margin:0; list-style:circle; height:28px; position:relative; z-index:500;  margin-left:385px; 	text-align:right;}
#navli2 li{display:block; float:left; height:28px; padding-left:17px; padding-bottom:3px; padding-top:4px; }

#navli3 {padding:0; margin:0; list-style:circle; height:28px; position:relative; z-index:500;  margin-left:372px; 	text-align:right;}
#navli3 li{display:block; float:left; height:28px; padding-left:17px; padding-bottom:3px; padding-top:5px;}


#footer{
	width:991px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/headcountfooter.png);
	background-repeat:no-repeat;
	height:133px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	text-align:center;
	margin-bottom:-2px;
	margin-top:10px;
}
#footer p{
	text-align:center;
	font-size:11px;
	margin-bottom:5px;
}

.homebutton{
	margin-bottom:10px;
			
			}

.widget_text{
list-style:none;
padding:0px;
margin:0px;
}
.widget{
	list-style:none;
padding:0px;
margin:0px;
}
.textwidget{
	padding:0px;
margin:0px;
margin-bottom:10px;
}




.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #75140b;
}

#navsd {padding:0; margin:0; list-style:circle; height:28px; position:relative; z-index:500; font-family:verdana,arial, sans-serif; color:#e6eaed; font-size:16px; font-weight:bold; margin-left:10px; 	text-align:right;}
#navsd li.top {display:block; float:left; height:28px;color:#000000; font-size:14px;  background-image:url(images/starli.png); background-repeat:no-repeat; background-position:left; padding-left:17px; padding-bottom:3px; }
#navsd li a.top_link {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#e6eaed; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px;}
#navsd li a.top_link span {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#e6eaed; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px; margin-right:10px;}
#navsd li a.top_link span.down {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#e6eaed; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px; margin-right:10px;}

#navsd li:hover a.top_link {color:#fff; color:#000000;}
#navsd li:hover a.top_link span {color:#000000;}
#navsd li:hover a.top_link span.down {color:#000000;}

/* Default list styling */

#navsd li:hover {position:relative; z-index:200;}

#navsd li:hover ul.sub
{left:1px; top:25px; background: #b42126; border:1px solid #b42126; white-space:nowrap; width:150px; height:auto; z-index:300;}
#navsd li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:150px; }
#navsd li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:148px; line-height:18px; text-indent:5px; color:#ffffff; text-decoration:underline ;border:1px solid #x;}
#navsd li ul.sub li a.fly
{}
#navsd li:hover ul.sub li a:hover 
{background:#172a53; color:#ffffff; border-color:#fff;}
#navsd li:hover ul.sub li a.fly:hover
{ color:#fff;}


#navsd li:hover li:hover ul,
#navsd li:hover li:hover li:hover ul,
#navsd li:hover li:hover li:hover li:hover ul,
#navsd li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #000000; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#navsd ul, 
#navsd li:hover ul ul,
#navsd li:hover li:hover ul ul,
#navsd li:hover li:hover li:hover ul ul,
#navsd li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:circle; list-style-image:url(/images/starli.png);}

#navsd li:hover li:hover a.fly,
#navsd li:hover li:hover li:hover a.fly,
#navsd li:hover li:hover li:hover li:hover a.fly,
#navsd li:hover li:hover li:hover li:hover li:hover a.fly
{ color:#fff; border-color:#fff;} 

#navsd li:hover li:hover li a.fly,
#navsd li:hover li:hover li:hover li a.fly,
#navsd li:hover li:hover li:hover li:hover li a.fly
{ color:#000; border-color:#bbd37e;} 

#box1{
background-image:url(images/box1.jpg);
background-repeat:no-repeat;
width:503px;
padding-left:10px;
padding-right:10px;
padding-top:18px;
}
#box1foot{
background-image:url(images/box1foot.jpg);
background-repeat:no-repeat;
height:12px;
width:523px;
}

h1.box{
	color:#350501;
	margin-left:35px;
	margin-bottom:5px;
}
h2.box{
	color:#350501;
}
h3.box{
	color:#350501;
}

#col1{
width:523px;
margin-right:10px;
float:left;
}

#col2{
	width:345px;
	float:left;
	
}

#foot{
	background-image:url(images/footer.jpg);
	height:68px;
	padding:10px;
	width:860px;
text-align:center;
	margin-top:10px;
}
#foot p{

text-align:center;
	
}
	.imgpad{
	margin-bottom:10px;
}
#connect{
	background-image:url(images/connect.jpg);
	height:41px;
	padding-top: 10px;
	padding-left:250px;
}

/************ARTIST PAGE********************/

#art ul
{
margin: 0;
padding: 0;
list-style-type: none;
	font-size:16px;
	font-weight:bold;
text-align:center;
line-height:30px;
}

.widget_gigpress{
background-image:url(/images/gigback.png);
background-repeat:repeat;
	border:1px solid #01676b;
padding:0px;
width:330px;
}
.gigpress-listing{

	margin-top:0px;
}

.vevent
{
	list-style:none;
	border-bottom:1px solid #5e6467;
	padding-bottom:3px;
	margin-bottom:3px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	
}
#comment{
	background-color:#ffffff;
}

.dtstart{
	margin-left:5px;
}
.summary{
	margin-left:5px;
}

.gigpress-sidebar-more
{
text-align:right;
margin-right:5px;
}

#footer_meta{
	margin:0px;
	padding:0px;
}
.single-post{
		background: url(/images/post_separator.png);
	background-repeat:repeat-y;
	background-repeat:repeat;
	}
	
	.wp-polls-ul li {
	margin-top:10px;	
	}
	
.pollbutton{
	padding:0px;
	margin-left:20px;
background: url(/images/votebutton.jpg);
color:#ffffff; 
height:35px;
font-size:20px;
font-weight:bold;
padding-left:90px;
width:120px;
border:2px solid #b42126;
margin-right:-20px;
}


.excertbottom{
		margin-top:-3px;
	border-bottom:1px solid #cccccc;
	clear:right;
	padding-bottom:5px;
	
}
.excertdate{
	font-size:10px; 
	color:#000000;

}

.excertbottom p{ 
	line-height:12px;
	clear:right;
}



a.nav-thumb:link  {
	color:#000000
}
a.nav-thumb:visited  {
	color:#000000
}
a.nav-thumb:focus,
a.nav-thumb:hover,
a.nav-thumb:active  {
	color:#ffffff
}

.the_title a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.the_title a:hover{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.sponsors{
	
	margin-left:10px; 
	margin-right:10px; 
	margin-top:10px; 
	padding-left:50px; 
	border-top:1px solid #79b5e3;
}
#widgetcontain{
	width:355px;
	padding:5px;
	border:1px solid #02629c;
}

.postbottom{
	border-bottom: 1px solid #000000;
	padding-bottom:5px;
	margin-bottom:5px;
	min-height:160px;
}

.post_meta{
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#000000;
}

.gigpress-sidebar-venue a {
	font-weight:bold;
}

.datewrap{
	border-bottom:1px solid #5b1d10;
	padding-bottom:3px;
	margin-bottom:5px;
}
h3.gigh{
	color:#5b1d10;
	font-size:16px;
	margin-bottom:-5px;
	padding-bottom:0px;
	font-weight:bold;
}
	
	
.gigpress-related-heading{
	visibility:collapse;
	height:0px;
}
#comment-box{
	margin-top:0px;
	padding-top:0px;
	
}

.datewrap{
padding-bottom:10px;	
}

.sz-youtube-list ul{
	list-style:none;
	
}
.sz-youtube-list li {
    width: 130px;
    min-height: 130px;
    vertical-align: top;
    margin: 5px;
	display:block; 
	float:left;
}

.home_thumb{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
		border: 2px solid #000000;
}
