@charset "utf-8";
/* CSS Document */

/**********************************************************************************
Copyright (c) 2008 Justin Ayers. All Rights Reserved (except noted sections)
DO NOT REPRODUCE THIS DOCUMENT OR ANY CODE CONTAINED HEREIN.
**********************************************************************************/
 
/* Following section: Copyright (c) Eric Meyer
Permanent URI: http://meyerweb.com/eric/tools/css/reset/index.html
**********************************************************************************/
/* v1.0 | 20080212 */

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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

/* 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 Eric Meyer Section. Remaining code Copyright (c) Justin Ayers.
*********************************************************************************/

body {
	background-color: #000000;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}


#SiteWrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
}

#leftPanel {
	left: 0px;
	top: 0px;
	position: absolute;
}

/*******************************************************************************************************************/
#CenterWrapper {
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 800px;
	background-color: #000000;
	background-image: url(images/content_wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	position: absolute;
	top: 0px;
	margin: 0px;
	left: 100px;
	z-index: 0;
}


#header {
	float: left;
	height: 85px;
	width: 672px;
	background-image: url(images/tab_bar_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-left: 128px;
}

#header ul {
	float: left;
	list-style-type: none;
	width: 577px;
}

#header ul li {
	height: 65px;
	width: 95px;
	padding-top: 0px;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: 95px;
}

#header ul li#homeTab {background-image: url(images/tab_home_bg.png);}

#header ul li#filmTab {background-image: url(images/tab_film_bg.png);}

#header ul li#photoTab {background-image: url(images/tab_photo_bg.png);}

#header ul li#artTab {background-image: url(images/tab_art_bg.png);}

#header ul li#audioTab {background-image: url(images/tab_audio_bg.png);}

#header ul li#aboutTab {background-image: url(images/tab_about_bg.png);}

#header ul li a {
	color: #999999;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 22px;
	padding-top: 43px;
	width: 100%;
}

#header ul li:hover, #header ul li.active {
	background-position: 0px;
}

#header ul li:hover a, #header ul li.active a  {
	color: #FFFFFF;
}

#topFade {
	background-image: url(images/top_fade_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	z-index: 1;
	height: 65px;
	left: 0px;
	top: 65px;
	right: 0px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#bottomFade {
	background-image: url(images/bottom_fade_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	z-index: 1;
	height: 65px;
	left: 0px;
	bottom: 90px;
	right: 0px;
}

#footer {
	background-color: #000;
	margin-top: 33px;
	color: #666;
	text-align: center;
	font-size: 85%;
	padding-bottom: 1em;
}

div#footerLinks {
	height: 30px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#footer ul {
	list-style-type: none;
	height:100%;
	width:100%;
	float: left;	
}

#footer ul li {
	display: inline;
	float: left;
	height:30px;
	width:470px;
	margin-right: 14px;
	margin-left: 14px;
}

#footer ul li a {
	display: block;
	width:100%;
	height:100%;
	text-indent: -5000px;
	text-decoration: none;
	background-position: 0px 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer ul li a:hover {background-position: 0px -30px;}

#footer ul li#facebook {width:127px;}
#footer ul li#facebook a {background-image: url(images/facebook_icon.gif);}

#footer ul li#myspace {width:106px;}
#footer ul li#myspace a {background-image: url(images/myspace_icon.gif);}

#footer ul li#YouTube {width:68px;}
#footer ul li#YouTube a {background-image: url(images/youtube_icon.gif);}

#footer ul li#flickr {width:85px;}
#footer ul li#flickr a {background-image: url(images/flickr_icon.gif);}

p#copyright {
	font-size: 80%;
	padding-top: 11px;
}
