/* Header Styles */

body {
background-image:url(../images/gray-background.jpg);
background-position: 0px 171px;
background-repeat:repeat-x;
background-color:#353434;
position:relative;
}

#header {
	background:url(../images/header.jpg);
	height:171px;
}

#header_links {
	font-size:90%;
	padding-top:5px;
	background:url(../images/blood.png);
	width:186px;
	height:95px;
	text-align:center;
}


#search_form {
	margin-top:15px;	
}

.hand_print {
	width:500px;
	height:645px;
	position:absolute;
	top:200px;
	left:50px;
	background-image:url(../images/hand.png);
	z-index:-1;
}

.header_grunge {
	overflow:hidden;	
	margin-left: auto;
	margin-right: auto;
	width:1020px;
	height:171px;
}

#logo {
	margin-left:120px;
	width:481px;
	margin-top:10px;
}

#main_body {
overflow:hidden;
min-height:800px;
margin-top:20px;
margin-bottom:30px;
}

.side_navigation {
	font-size:16px;
	margin-bottom:-15px;
	margin-top:-15px;
	padding-left:10px;
	background:url(../images/nav-border.png) repeat-y;
}

.side_navigation h2.widgettitle {
	height:0px;
	font-size:0px;
}

.side_navigation_home {
	height:344px;
	font-size:16px;
	padding-left:10px;
	border:1px solid #666;
	margin-bottom:15px;
	background:url(../images/bg.png) ;
	padding-top:20px;
}

.side_navigation .current_page_item {
	text-decoration:none;
}

.side_navigation li, .side_navigation_home li {
	list-style:none;
}

.side_navigation ul li, .side_navigation_home ul li {
	list-style:url(../images/li-nav.png) outside;
	margin-bottom:5px;
	padding:0;
	margin-left:15px;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
}

.side_navigation ul li ul li {
	list-style:none;
	margin-left:10px;
	line-height:normal;
	margin-bottom:5px;
	font-size:16px;
}

.side_navigation ul li ul  {
margin-top:10px;
}



.border_all {
	border:1px solid #666;
	height:431px;
}

.side_navigation ul ul, .side_navigation_home ul ul {
	margin-bottom:5px;
	margin-left:10px;
}

.greeting {
	margin-top:40px;	
}

.player {
	margin:0;
	padding:37px 0 0 30px;
	background:url(../images/player-bg.png) no-repeat;
	width:590px;
	height:400px;
	
}

.film_strip {
	width:600px;
	height:110px;
	background:url(../images/film-strip.png) no-repeat;
	padding:26px 0 0 20px;
}

.film_strip .link{
	float:left;
	height:75px;
	margin-right:20px;
	border:1px solid #666;
}

.spacer {
	margin-top:30px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	width:203px;
	
}



/* Footer Styles */
#footer {
	clear:both;
	background:url(../images/tiled-footer.jpg) repeat-x;
	height:190px;
}

.absolute_nav {
	position:absolute;
	bottom:0;
	width:960px;
	text-align:center;
	padding-top:20px;
}

.absolute_nav a {
	margin:0 5px 0px 5px;
}

.first_level_links {
	margin:0px 0 20px 0 ;	
}

.second_level_links {
	margin:0px 0 20px 0 ;	
}



.float_right {
float:right;	
}

float_left {
float:left;
}

img.float_left {
float:left;
padding-right:10px;
}

.margin_r10 {
	margin-right:10;
}

.margin_l30 {
	margin-left:30px;
}



/* Navigation */

.main_nav {
	height:63px;
	position:relative;
	display:block;
	text-align:center;
}


.main_nav a img {
display:inline;
}



.main_nav a:hover img {
background:url(../images/active-link-bg.png) no-repeat;
background-position:center;
}

.main_nav img.active_link {
background:url(../images/active-link-bg.png) no-repeat;
background-position:center;

}

.second_nav {
	margin-top:-8px;
}

li.current_page_item, li.current_page_parent {
	text-decoration:underline;
}


#archives {
	margin-top:5px;
}

#archives li {
	list-style:none;
}

#comment {
	width:600px;
}

#submit {
	border:1px #666 solid;
	background-color:#e8e8e8;
	cursor:pointer;
	padding:5px 2px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#666;
}

#submit:hover {
	border:1px #900 solid;
	background-color:#e8e8e8;
	cursor:pointer;
	color:#900;
}

.gigs-calendar table {
	padding:0 20px;
	border:1px solid #ccc;
	width:80%;
	margin:0 auto 10px auto;
}

.gigs-calendar thead {
	padding:0 0 5px 5px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	background-color:#CCC;
	color:#333;
	text-align:left;
}

.gigs-calendar .date, .gigs-calendar .time, .gigs-calendar .eventName {
	padding: 10px 20px 10px 5px;
	border-bottom:1px solid #ccc;
	
}

.social_icons {
	padding-left:50px;
		
}

a.more-link {
	float:right;
	clear:both;
	margin-bottom:20px;
	font-weight:bold;
	text-decoration:underline;
}

.more_text {
	text-align:right;
}

.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.margin_b10 {
	margin-bottom:10px;
}

.greeny {
	background-color:#0F0;
}