
/* styles */

body
{
	margin: 0;
	padding: 0;
	font-family: 'palatino linotype', tahoma, sans-serif;
	color: white;
	background: #001925 url('/images/splatter.png') no-repeat center top;
}

h1
{
	font-size: large;
	font-weight: normal;
	letter-spacing: 2px;
}

h2
{
	font-family: tahoma;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 2px;
}

img
{
	border: 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #00567f;

}

a:hover
{
	text-decoration: underline;
	color: #008ed1;
}

table#calendar td
{
	padding: 10px 0px;
}

div.cal_month
{
	width: 60px;
	padding: 2px 0px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background: #00567f;
}

div.cal_day
{
	width: 58px;
	padding: 2px 0px;
	font-size: large;
	text-align: center;
	border: 1px solid #00567f;
}


/* form */

input.contact
{
	width: 50%;
	margin: 10px 0px;
	padding: 5px;
	font: inherit;
	color: white;
	border: 1px solid #00567f;
	background: #000a0f;
}

input.submit
{
	width: 25%;
	margin: 10px 0px;
	padding: 5px;
	font: inherit;
	color: white;
	border-top: 2px solid #008ed1;
	border-left: 2px solid #008ed1;
	border-right: 2px solid #002c41;
	border-bottom: 2px solid #002c41;
	background: #00567f;
}

textarea
{
	width: 90%;
	margin: 10px 0px;
	padding: 5px;
	font: inherit;
	color: white;
	border: 1px solid #00567f;
	background: #000a0f;
}

/* header */

#header
{
	width: 970px; 
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: url('/images/john_moses.png') no-repeat left center;
}

ul#header-nav
{
	float: right;
	list-style: none;
	margin-top: 89px;
	padding: 0;
}

ul#header-nav li
{
	float: left;
	display: inline;
}

ul#header-nav a:link, ul#header-nav a:visited
{
	padding: 20px;
	font: 1.1em tahoma;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	background: #00567f;
}

ul#header-nav a:hover
{
	background: #008ed1;
}


/* sub-header */

#sub-header
{
	width: 100%;
	padding: 10px 0px;
	background: black;
}

#banner
{
	display: block;
	overflow: hidden;
	width: 970px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -10000px;
	background: url('/images/live_cd_taping_comix.jpg') no-repeat;
}


/* wrapper */

#wrapper
{
	width: 970px; 
	margin: 10px auto 0px auto;
}


/* content */

#content-container
{
	float: left;
	width: 615px;
}

#content
{
	position: relative;
	float: left;
	width: 615px;
	margin-top: 50px;
	padding: 10px;
	background: black;
}

#content h2
{
	position: absolute;
	top: -50px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 2px;
}


/* side */

#side
{
	float: left;
	width: 285px;
	margin-left: 50px;
}

#tweets
{
	position: relative;
	width: 265px;
	margin-top: 50px;
	padding: 10px;
	background: black;
}

#tweets h2
{

	position: absolute;
	top: -50px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 2px;
}

#purchase
{
	position: relative;
	margin-top: 50px;
	padding: 10px;
	background: black;
}

#purchase h2
{
	position: absolute;
	top: -50px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 2px;
}

#dvd
{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	width: 265px;
	height: 380px;
	background: url('/images/dvd.jpg') no-repeat center center;
}

/* footer */

#footer-container
{
	clear: both;
	padding-top: 50px;
}

#footer-container-2
{
	width: 100%;
	background: black;
}

#footer
{
	display: table;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	background: black;
}

#navigation
{
	float: left;
	margin-top: 10px;
	padding-right: 50px;
	border-right: 1px solid #001925;
}

#social
{
	float: left;
	margin-top: 10px;
	padding: 0px 50px;
	border-right: 1px solid #001925;
}

#more
{
	float: left;
	margin-top: 10px;
	padding-left: 50px;
}

#parental-advisory
{
	float: right;
	overflow: hidden;
	text-indent: -10000px;
	width: 340px;
	height: 200px;
	margin-top: 10px;
	padding-left: 50px;
	background: url('/images/parental_advisory.png') no-repeat right center;
}

#copyright
{
	clear: both;
	float: left;
	margin-top: 10px;
}

