/*--------------------------
Client:     theblackdogz.com
Stylesheet: tbd_screen.css
Author:     Ken Bentley
Version:    1
Date:       February 2010
--------------------------*/

/*--------------------------
Reset
--------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
 
abbr,acronym {
	border: 0;
}

a:link, a:active, a:hover, a:visited {
	outline: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

/*--------------------------
Global
--------------------------*/

/*
Force vertical scrollbar
*/
html {
	height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	font-size: 15px;
	line-height: 1.34;
	color: #292421;
	background: #000000 url(../images/tbd_background_dark.jpg) top center no-repeat;
	/*background: #000000 url(../images/tbd_baseline_grid.png) top;*/
}

#container {
	width: 756px;
	margin: 4.02em auto 0 auto;
}

p {
	margin: 0 8px 1.34em 8px;
}

.highlight {
	color: #E3170D;	
}

p a:link,
p a:visited {
	text-decoration: none;
	color: #292421;
	border-bottom: #292421 dotted 1px;
}

p a:hover,
p a:active {
	text-decoration: none;
	color: #292421;
	border-bottom: #292421 dotted 1px;
	background-color: #F2D131;
}

.gigs a:link,
.gigs a:visited {
	text-decoration: none;
	color: #292421;
	border-bottom: #292421 dotted 1px;
}

.gigs a:hover,
.gigs a:active {
	text-decoration: none;
	color: #F2D131;
	border-bottom: #F2D131 dotted 1px;
	background-color: #292421;
}

button {
	display: block;
	margin: 2.345em auto 2.345em auto;
	padding: 0.335em 1em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #292421;
	background: #F2D131 url(../images/tbd_button_background.png) top center no-repeat;
	border: #F2F2E5 solid 1px;
}

.button_hover {
	color: #F2F2E5;
	background-color: #E3170D;
}

/*--------------------------
Header
--------------------------*/

#header h1 {
	height: 140px;
	margin: 0 0 0.67em 0;
	background: transparent url(../images/tbd_logo.png) top center no-repeat;
	text-indent: -9000px;
}

#topnav {
	height: 40px;
	background: transparent url(../images/tbd_topnav.png) center no-repeat;
}

#topnav ul {
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	list-style: none;
	text-align: center;
}

#topnav ul li {
	position: relative;
	right: 50%;
	margin: 11px 0 0 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none;
	font-family: "Arial Black";
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: url(../images/tbd_topnavbar.png) right no-repeat;
}

#topnav ul li.last_item {
	background: none;
}

#topnav ul li a:link,
#topnav ul li a:visited {
	text-decoration: none;
	padding: 0 20px 0 14px;
	color: #F2F2E5;
}

#topnav ul li a:hover,
#topnav ul li a:active {
	text-decoration: none;
	color: #F2D131;
}

#topnav ul li.current_location {
	text-decoration: none;
	padding: 0 20px 0 14px;
	color: #959789;
}

/*--------------------------
Content
--------------------------*/

#index_content {
	width: 660px;
	margin: 0 2px;
	padding: 2.68em 46px;
	color: #F2F2E5;
}

#index_content p {
	margin: 0 8px 1.3em 8px;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#content {
	width: 660px;
	margin: 1.34em 2px 0 2px;
	padding: 2.68em 46px;
	background: #A0A199 url(../images/tbd_content.jpg) top center repeat-y;
}

#content h2 {
	font-family: "Arial Black";
	font-size: 1.6em;
	line-height: 0.84;
	text-transform: uppercase;
	color: #F2F2E5;
	margin: 0 7px 0.84em 7px;
}

#content h3 {
	font-family: "Arial Black";
	font-size: 1em;
	line-height: 1.34em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F2F2E5;
	margin: 2.68em 8px 1.34em 8px;
}

#content table.gigs {
	border-collapse: separate; 
	border-spacing: 0 0.67em;
	margin: -0.67em 0 1.34em 0;
}

#content table.gigs thead {
	font-family: "Arial Black";
	text-transform: uppercase;
}

#content table.gigs th {
	width: 204px;
	padding: 0 8px;
	vertical-align: text-top;
}

#content table.gigs td {
	width: 204px;
	padding: 0.335em 8px;
	vertical-align: text-top;
}

#content table.gigs tbody tr {
	background: #F2D131 url(../images/tbd_panel_grad.png) top left repeat-x;
}

#content ul.clips {
	margin-left: -16px;
	list-style-type: none;
}

#content ul.clips li {
	height: 75px;
	width: 306px;
	padding: 0.335em 8px 0 8px;
	margin: 0 0 1.34em 16px;
	list-style-type: none;
	background: #F2D131 url(../images/tbd_panel_grad.png) top left repeat-x;
	float: left;
}

#content embed {
	margin-top: 1.675em;
	background-color: transparent;
}

#content img.theband {
	margin: 0 0 0.67em 20px;
	float: right;
}

#content .youtube_clip {
	margin: 0 80px;
}

#content .theband p {
	margin: 0 240px 1.34em 8px;
}

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

#footer {
	height: 10px;
	margin: 1.675em 0 4.02em 0;
	background: transparent url(../images/tbd_footer.png) top center no-repeat;
}

#footer ul {
	position: relative;
	left: 50%;
	margin: 1.34em 0 0 0;
	padding: 0;
	float: left;
	clear: left;
	list-style: none;
	text-align: center;
}

#footer ul li {
	position: relative;
	right: 50%;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none;
	font-weight: bold;
	font-size: 0.6em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#footer ul li a:link,
#footer ul li a:visited {
	text-decoration: none;
	padding: 0 1em;
	color: #F2F2E5;
}

#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: none;
	color: #F2D131;
}

#footer ul li.current_location {
	text-decoration: none;
	padding: 0 1em;
	color: #959789;
}