/* CSS Document */

/****************
*
*	DOCUMENT
*
****************/
html,body{width:100%;height:100%;margin:0px;}
body
{
	background-color:#000000;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
}
#container
{
	position:relative;
	top:0px;
	left:0px;
	min-height:100%;
	width:100%;
	background-image:url("../img/bg_gradient.png");
	background-position:top center;
	background-repeat:repeat-y;
	margin:0px;
}

#leftborder, #rightborder
{
	width:100px;
	height:100%;
	position:absolute;
	top:0px;	
	background-image:url("../img/inksides.gif");
	background-repeat:repeat-y;
	clear:none;
}
#leftborder{background-position:-100px 120px;float:left;left:50%;margin-left:-500px;}
#rightborder{background-position:0px 120px;float:right;right:50%;margin-right:-500px;}

p
{
	margin-top:1em;
	margin-bottom:1em;
}
h1
{
	margin-top:.67em;
	margin-bottom:.67em;
}

/****************
*
*	TOP
*
****************/
#top{position:absolute;left:0px;top:0px;width:100%;height:120px;text-align:center;z-index:100;}
#title
{
	height:90px;
	width:100%;
	background-image:url('../img/bg_gradient.png');
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#002783;
}
#navbar{height:30px;background-color:#000000;text-align:center;margin:0px;padding:0px;}
#navbar table
{
	width:920px;
	height:30px;
	margin:0px auto;
	padding:0px;
	border-spacing:4px 0px;
}

#navbar table td
{
	min-width:98px;
	margin:0px auto;
	padding:0px;
}
#navbar table td a
{
	display:block;
	width:98px;
	height:21px;
	margin:0px 0px 0px;
	padding-top:3px;
	border:1px solid #0066AA;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:.2ex;
	line-height:16px;
}
#navbar table td a:hover{background-color:#084F95;border-color:#C5CCFF;text-shadow:#001133 0px 1px;}

/****************
*
*	MAIN CONTENT
*
****************/
#main
{
	padding-top:120px;
	width:800px;
	margin:0px auto 0px;
	background-color:#002783;
	background-image:url("../img/bg_gradient.png");
	background-position:top center;
	background-repeat:repeat-y;
	padding-bottom:1px;
	position:relative;
}

#torso
{
	height:100%;
	background-image:url("../img/squidlogoweb2.jpg");
	background-position:center 50%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:800px;
	margin:auto;
	clear:none;
	text-align:left;
	padding-top:14px;
}
#content
{
	max-width:470px;
	text-align:justify;
	clear:none;
	padding:0px 10px 10px;
	height:100%;
}
#content p,#content ol,#content ul{font-size:13px;line-height:1.25em;}
#content p a{color:#FFFFFF;text-decoration:underline;}
#content h1{font-size:21px;letter-spacing:.1ex;text-shadow:#002255 2px 2px;}
#content hr{width:65%;color:#004488;margin:auto;text-align:center;}
#content a[href]{color:#FFFFFF;text-decoration:underline;}
#content a[href]:hover{color:#AAEEFF;text-decoration:none;}
#content a[id]{color:#FFFFFF;text-decoration:none;}

#content #postnav
{
	width:470px;
	color: #CCCCCC;
	text-align:center;
	font-size:14px;
	border-top:1px solid #DDEEFF;
	padding:7px 0px;
	float:left;
}
#content #postnav a{color:#BBCCDD;}
#content #postnav a:hover{color:#DDEEFF;}
#content h5{font-size:14px;}
#content p img{max-width:470px;}

/****************
*
*	SIDEBAR
*
****************/
#sidebar
{
	width:302px;
	min-height:300px;
	clear:none;
	float:right;
	text-align:center;
}

#bandpic
{

	border-style:solid;
	border-color:#7788AA #00154A #00154A #8899EE;
	border-width:1px;
}

#sidebar h3{font-size:19px;padding:5px;margin:0px auto;letter-spacing:.2ex;text-shadow:#002255 2px 2px;}
#sidebar #showlist{font-size: 13px;line-height:1.3em;}
#sidebar a{color:#FFFFFF;}
#sidebar a:hover{color:#AAEEFF;text-decoration:none;}
#showlist
{
	border-style:solid;
	border-color:#99AFFF #00154A #00154A #99AFFF;
	border-width:1px;
	background-image:url('../img/blackdot.png');
	background-repeat:repeat;
	width:246px;
	padding:0px 7px;
	margin:auto;
	text-align:left;
}
#showlist hr{width:65%;color:#004488;margin:auto;text-align:center;}

/****************
*
* 	FOOTER, CLEARFIX
*
*****************/
.footer
{
	height:2px;
	position: relative;
	margin:-2px 0px 0px;
	padding:0px;
	display:block;
}

.clearfix
{
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
}

/***************
*
*	MISC KNICK KNACKS
*
****************/

.tracklist
{
	text-align:left;
	font-size:13px;
	width:460px;
}
.tracklist ol
{
	list-style-position:outside;
	padding-left:150px;
	margin:0;
}
.cdlinks
{
	width:106px;
	background-color:#000000;
	padding:3px;
	float:left;
	border:1px solid #888888;
	margin-right:15px;
}
.cdlinks h5
{
	font-size:11px;
	color:#EEEEBB;
	margin:3px 0;
	height:40px;
	padding:0 5px;
	font-weight:normal;
	line-height:1.2em;
}
.cdlinks a
{
	display:block;
	margin:2px;
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
}
.cdlinks a:hover{border-color:#DDDDDD;}
.cdlinks a.cover
{
	border:none;
	margin-bottom:6px;
}
.cdlinks img
{
	display:block;
	margin:2px;
}
.cdlinks a img
{
	margin:0;
}
#sidebar .cdlinks
{
	margin:0 8px;
}
#gallery
{
	border-spacing:6px;
	margin:0px;
}
#gallery img
{
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:#091F55;
}

.ema_m,.ema_s
{
	display:inline;
	top:3px;
	left:1px;
	position:relative;
	height:13px;
}

.ema_m{width:131px;}
.ema_s{width:147px;}