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

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

h1,h2,h3,h4,h5,h6 { font-size : 100%; }

ol,ul { list-style : none; }

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

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

fieldset,img {
	border : 0;
}

caption,th { text-align : left; }

q:before, q:after { content :''; }

/*Document*/

html {
	text-align:center;
	}

body {
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:left;
	background: #808080 url(images/bg.jpg) top no-repeat fixed;
	padding-top:5px;
	font:82%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	color:#000;
	}

div#indexFlashpanel {
	width:770px;
	background: #1f1a17;	
	margin:0 auto;
	}

div#header {
	margin: 0 auto;
	padding-bottom:10px;
	}

.player {
	position:relative;
	padding-bottom:10px;
	}
	
.player1 {
	position:relative;
	padding:2px 5px 10px 0;
	}

/*Content Layout*/

div#page-content {
	position:relative;
	width:100%;
	margin-top:25px;
	margin-left:5px;
	}
	
div#content-left {
	position:absolute;
	left:0;
	width:70%;
	padding:1em 0 130px 0;
	}

div#content-right {
	position:absolute;
	left:70%;
	width:30%;
	padding:1em 1em;
	}
	
div#right-box {
	border-bottom:#333333 2px dotted;
	width:100%;
	}
		
img#pol-mixdesk {
	margin-top:-10px;
	margin-left:60px;
	}
	
img#pol-pana {
	margin-top:5px;
	margin-left:20px;
	}

img#pol-osborn {
	margin-top:35px;
	margin-left:20px;
	}

img#pol-marshall {
	margin-top:-65px;
	margin-left:20px;
	}
	
img#pol-tele {
	margin-top:-75px;
	margin-left:20px;
	}


/*End Content Layout*/


	

/*Sprite Links List*/

div#social-icons {
	position:relative;
	padding:0 0 80px 0;
	}
	
ul#icons {
	position:absolute;
	width:176px;
	top:20px;
	left:20px;
	list-style:none;
	}

ul#icons li {
	float:left;
	}

ul#icons li a {
	display:block;
	height:46px;
	background:url(images/icons.PNG);
	text-indent:-9999px;
	}

ul#icons li a.face {
	width:50px;
	background-position:0 0;
	}
	
ul#icons li a.twit {
	width:50px;
	background-position:116px 0;
	}
	
ul#icons li a.myspace {
	width:50px;
	background-position:52px 0;
	}

img#hand {
	position:absolute;
	margin-left:-140px;
	margin-top:-10px;
	}
	
/*END Sprite Links List*/

/*Sprite Menu*/

div#navcontent {
	position:relative;
	width:770px;
	margin: 0 auto;
	}

ul#main-menu {
	position:absolute;
	width:770px;
	margin:0 auto;
	list-style:none;
	
	}
	
ul#main-menu li {
	float:left;
	}
	
ul#main-menu li a {
	display:block;
	height:30px;
	background-image:url(images/menu2.png);
	text-indent:-9999px;
		}
	
ul#main-menu li a.home {
	width:154px;
	background-position: 0 0;
	}
	
ul#main-menu li a.audio {
	width:154px;
	background-position: -154px 0;
	}

ul#main-menu li a.gallery {
	width:154px;
	background-position: -308px 0;
	}
	
ul#main-menu li a.accolades {
	width:154px;
	background-position: -462px 0;
	}
	
ul#main-menu li a.contact {
	width:154px;
	background-position: -616px 0;
	}
	
ul#main-menu li a.home:hover, ul#main-menu li a.home:focus  {
	width:154px;
	background-position: 0 -30px;
	}
	
ul#main-menu li a.audio:hover,ul#main-menu li a.audio:focus  {
	width:154px;
	background-position: -154px -30px;
	}

ul#main-menu li a.gallery:hover,ul#main-menu li a.gallery:focus  {
	width:154px;
	background-position: -308px -30px;
	}
	
ul#main-menu li a.diary:hover,ul#main-menu li a.gallery:focus  {
	width:154px;
	background-position: -462px -30px;
	}
	
ul#main-menu li a.contact:hover,ul#main-menu li a.gallery:focus {
	width:154px;
	background-position: -616px -30px;
	}
	
a {outline: none; }

	
/*End Sprite Menu*/

/*Footer*/

div#footer {
	width:770px;
	background:transparent url(images/footer.png) no-repeat bottom;
	}

/*End Footer*/

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

