/****************************
RESET
*****************************/

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: 15px;
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;
}

/************************************************
*      Main                   *
************************************************/


body {
	font: 100%  Georgia, "Times New Roman", Times, serif;
	background: url(layout/wood-bg.jpg) center center repeat-y transparent;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	text-decoration:none;
	color:#060;
}

.strong {
	font-weight: bold;
}

/************************************************
*      Container                   *
************************************************/

#container {
	width: 930px;  /* this will create a container 80% of the browser width */
	background: url(img/container_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	line-height: 1.6em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




.clear {
	clear: both;
}


/************************************************
*     Header                   *
************************************************/

#header {
	background: url(layout/header.jpg) no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:575px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0 0 0;
	display:block;
	text-indent: -9999px;
}

#header h1 a {
	display:block;
	height:150px;
	width:520px;
	margin-top: 40px;
	margin-left: 60px;
}

#nav {
	background: transparent;
	float: left;
	font-size:18px;
	display:block;
	margin: 235px 0 0 0;
	width: 930px;
	height: 40px;
	text-indent:-9999px;
	position:relative;
}

.myspace {
	width: 160px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0 0 0 80px;
	float: left;
}

.facebook {
	width: 110px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0 0 0 22px;
	float: left;
}

.twitter {
	width: 110px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
}

.youtube {
	width: 90px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0 0 0 15px;
	float: left;
}

.bebo {
	width: 90px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0 0 0 15px;
	float: left;
}

.blog {
	width: 110px;
	height: 40px;
	display: block;
	padding: 0;
	margin: 0 0 0 22px;
	float: left;
}
	

#nav a:hover, #nav a:active{
	background:transparent;
	border-bottom:solid 2px #900;
}

#musicplayer {
	height: 95px;
	width: 192px;
	margin:110px 0 0 10px;
	padding: 0;
	
}

#mainContent {
	padding: 40px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	color: #FFF;
	height: 400px;
}

#subscribe {
	margin: 40px auto 0;
	text-align:center;
}

#subscribe h2 {
	border-bottom: 2px solid  #900;
	border-top: 2px solid  #900;
	margin: 0 0 5px 0;
}

.comingsoon img{
	margin:20px 0;
	padding: 20px;
	border: none;
}

/************************************************
*     Headings                   *
************************************************/

h1 {
	font-size:22px;
	padding: 5px 0 10px;
}

h2 {
	font-size:20px;
	padding: 5px 0 10px;
	margin: 5px 0 0 0;
}

h3 {
	font-size: 16px;
	padding: 0 0 2px 0;
	margin: 2px 0 0 0;
}



/************************************************
*      Footer                   *
************************************************/

#footer {
	color:#fff;
	background:#111; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	display:block;
	float: left;
	width: 910px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

#links {
	float: left;
}

#credit {
	font-size:11px;
	float: right;
}

#credit a {
	font-size: 11px;
	color:#900;
}

/************************************************
*      Tables                   *
************************************************/

table{
	border:1px solid #000;
	border-collapse:collapse;
	margin:12px 0px 20px 3px;
	padding:4px;
    width: 760px;
    font-size: 1em;
	font-weight:bold;
}
td,th{
	border: 1px solid #666;
	padding:5px 5px;
	vertical-align:top;
	font-weight: normal;
	border-collapse: collapse;
}
thead th{
	text-transform:uppercase;
	font-size:1.1em;
	background:#111;
	color:#fff;
}
tbody td{
	font-size:14px;
	background:#fff;
}
tbody th{
	background:#999;
}
caption{
	text-align:left;
	font-size:120%;
	text-transform:uppercase;
}
