html, body {
height:100%;
}

body {
background:#121212 url(images/body_bg.gif) repeat-x top;
}

* {
margin:0;
padding:0;
border:0;
list-style:none;
font-family:Verdana, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

#wrap {
width:840px;
background:none transparent;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

#footer {
height: 60px; /* .push must be the same height as .footer */
width:100%;
background:black url(images/footer_bg.gif) repeat-x;
}

.push {
height:60px;
clear:both;
}

.clear {
clear:both;
margin-top:0;
height:1px;
width:100%;
overflow:hidden;
} 

#header {
width:840px;
height:99px;
}

#header li {
float:left;
height:99px;
}

#mainMenu {
width:820px;
margin:auto;
height:51px;
}

#mainMenu li {
height:51px;
width:160px;
float:left;
}

#mainMenu li a {
text-decoration:none;
display:block;
height:50px;
}

/* HOME PAGE BUTTONS */
#mainMenu li#home a{
background-image:url(images/home_off.png);
}
#mainMenu li#home a:hover {
background:transparent;
}
#mainMenu li#home {
background-image:url(images/home_roll.png);
}

/* WORK PAGE BUTTONS */
#mainMenu li#work a{
background-image:url(images/work_off.png);
}
#mainMenu li#work a:hover {
background:transparent;
}
#mainMenu li#work {
background-image:url(images/work_roll.png);
}

/* ARTICLES PAGE BUTTONS */
#mainMenu li#articles a{
background-image:url(images/articles_off.png);
}
#mainMenu li#articles a:hover {
background:transparent;
}
#mainMenu li#articles {
background-image:url(images/articles_roll.png);
}

/* ROCKERIE PAGE BUTTONS */
#mainMenu li#theRockerie a{
background-image:url(images/theRockerie_off.png);
}
#mainMenu li#theRockerie a:hover {
background:transparent;
}
#mainMenu li#theRockerie {
background-image:url(images/theRockerie_roll.png);
}

/* CONTACT PAGE BUTTONS */
#mainMenu li#contact a{
background-image:url(images/contact_off.png);
}
#mainMenu li#contact a:hover {
background:transparent;
}
#mainMenu li#contact {
background-image:url(images/contact_roll.png);
}

/* ADMIN LOGIN PAGE BUTTONS */
#mainMenu li#archive a{
background-image:url(images/archive_off.png);
}
#mainMenu li#archive a:hover {
background:transparent;
}
#mainMenu li#archive {
background-image:url(images/archive_roll.png);
}

/*
ORIGINAL SIZE
#playerBox {
width:840px;
height:160px;
margin:auto;
background:#32383b url(images/playerBox_bg.gif) repeat-x;
}

#playerBox_left {
height:160px;
width:16px;
float:left;
}

#playerBox_right {
height:160px;
width:16px;
float:right;
}
*/
#playerBox {
width:840px;
height:200px;
margin:auto;
background:#32383b url(images/playerBox_bg2.gif) repeat-x;
}

#playerBox_left {
height:200px;
width:16px;
float:left;
}

#playerBox_right {
height:200px;
width:16px;
float:right;
}

#flashHolder {
width:400px;
height:140px;
float:left;
padding-top:8px;
margin-left:20px;
}

#flashHolder_new {
width:400px;
height:170px;
float:left;
padding-top:8px;
margin-left:20px;
}

#sampleKnobs {
height:80px;
width:260px;
float:right;
padding-top:40px;
}

#sampleKnobs li {
width:80px;
height:80px;
float:left;
}

#contentLeft {
float:left;
width:418px;
background:transparent none;
}

#contentRight {
width:422px;
float:right;
background:transparent url(images/contentSplitter.gif) repeat-y left;
}

.fade {
width:800px;
margin:auto;
}

#galleryList {
width:420px;
float:right;
}

#galleryList li {
width:200px;
height:200px;
margin:5px;
float:left;
}

/* TYPOGRAPHY */

h2, h3, h4 {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
text-transform:uppercase;
}

h2 {
color:#F00000;
font-size:18px;
margin:5px 10px;
font-weight:bold;
}

#playerBox h2 {
font-size:40px;
color:#ff0000;
text-align:center;
text-transform:none;
margin:0;
padding-top:50px;
}

h3 {
color:#a1f500;
font-size:14px;
margin:5px 20px;
padding:2px;
border-bottom:1px solid #222;
}

p {
font-size:11px;
color:#eee;
padding:4px;
line-height:16px;
margin:5px 30px 10px;
}

p a {
color:#a1f500;
text-decoration:none;
}

p a:hover {
color:#eee;
}

p.rightP {
text-align:right;
}

#footer p {
text-align:center;
margin:0;
padding-top:20px;
font-size:10px;
color:#666;
}

.fade {
width:420px;
float:left;
}

/* form styles */
.mainForm {
width:380px;
padding:5px;
margin:5px auto;
border:1px solid #121212;
}

.mainForm fieldset {
border:1px solid #555;
padding:5px;
margin-top:5px;
}

.mainForm legend {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
font-size:12px;
color:#eee;
border:1px solid #555;
padding:2px 5px;
margin:2px 5px 5px 5px;
}

.mainForm label {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
font-size:12px;
color:#a1f500;
letter-spacing:.7px;
float:left;
width:120px;
text-align:right;
padding-top:2px;
margin-right:5px;
}

.mainForm .inputField, .textField {
width:233px;
height:20px;
padding:1px;
border:1px solid #555;
color:#eee;
float:left;
margin-bottom:10px;
font-size:12px;
background:transparent none;
}

.mainForm .textField {
height:100px;
overflow:auto;
}

.submitButton {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
float:right;
margin:2px 5px;
background-color:#a1f500;
border:1px solid;
border-color:#555 #000 #000 #555;
font-weight:bold;
color:#111;
cursor:pointer;
padding:2px;
}

.errorList {
width:300px;
margin:5px auto;
}

.errorList li {
height:16px;
background:transparent url(images/errorList_marker.gif) no-repeat left top;
font-size:10px;
font-weight:bold;
color:#F00000;
padding-left:15px;
}

#emailForm {
width:380px;
float:left;
}

#emailForm input#inputBox {
width:200px;
padding:2px;
border:1px solid #aaa;
font-size:10px;
}

#emailForm .submitButton {
border:1px solid black;
float:none;
}

.coverArt {
float:right;
margin:5px 10px;
padding:2px;
border:1px solid #333;
}

.coverArt img {
vertical-align:bottom;
}

