/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,form,table,td,tr {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}

hr
{
border-style: dashed;
border-top-color: #000;
border-bottom-color: #777;
}

/* Style Sheet */
body
{
font-family: helvetica;
background-image: url('img/main/wall3.jpg');
background-position: center top;
}

#outer
{

position: relative;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
}

#header, #mainsection, #footer
{
position: relative;
width: 100%;
}


#header
{
position: relative;
height: 360px;
background-image: url('img/main/mainpic.png');
background-position: top center;
background-repeat: no-repeat;
}

#mainsection
{
position: relative;
width: 100%;
display: block;
color: black;
}

#footer
{
height: 70px;
background-repeat: no-repeat;
background-position: center bottom;
}

#fcolumn, #mcolumn
{
position: relative;
margin: 0px auto;
padding: 10px;
width: 780px;
}

#mcolumn
{
padding-bottom: 50px;
}

#fcolumn
{
text-align: center;
font-size: 12px;
overflow: show;
color: #333;
}


/* --- Menu --- */

#outermenu
{
position: relative;
margin: 0px auto;
width: 800px;
height: 50px;
top: 310px;
text-align: center;
font-size: 25px;
font-weight: bold;
}

a.menuimage img { height: 34px; width: 126px;}

a#home img {background: url('img/main/menu/m1.png') top center no-repeat;}
a#home:hover img {background: url('img/main/menu/m1h.png') top center no-repeat; }

a#blog img {background: url('img/main/menu/m2.png') top center no-repeat; }
a#blog:hover img {background: url('img/main/menu/m2h.png') top center no-repeat;}

a#music img {background: url('img/main/menu/m3.png') top center no-repeat; }
a#music:hover img {background: url('img/main/menu/m3h.png') top center no-repeat; }

a#images img {background: url('img/main/menu/m4.png') top center no-repeat; }
a#images:hover img {background: url('img/main/menu/m4h.png') top center no-repeat; }

a#biography img {background: url('img/main/menu/m5.png') top center no-repeat; }
a#biography:hover img {background: url('img/main/menu/m5h.png') top center no-repeat; }

a#contact img {background: url('img/main/menu/m6.png') top center no-repeat; }
a#contact:hover img {background: url('img/main/menu/m6h.png') top center no-repeat; }

.musicback1 { margin-bottom: 10px; }
.musicback2 { margin-bottom: 0px; }
.musicback3 { margin-bottom: 10px; }
.musicback4 { margin-bottom: 0px; }

.musicsub {width: 100%;}

/* --- End Menu --- */

/* --- Home Divs --- */
#homecols
{
position: relative;
width: 100%;
height: 120px;
}

#hlcol, #hccol, #hrcol
{
position: absolute;
width: 220px;
height: 155px;
top: 0px
}


#hlcol { left: 0px; }
#hccol { left: 265px; border-width: 0px 1px 0px 1px;}
#hrcol { right: 0px; }

/* --- End Home Divs --- */

/* --- Pics --- */

#picontainer
{
position: relative;
margin: 0px auto;
height: 500px;
width: 700px;
}

img { border: none; }

#galbackground
{
width: 800px;
height: 479px;
background-image: url('img/main/imageback.png') ;
background-position: center;
background-repeat: no-repeat;
padding-top: 20px;
}

/* --- End Pics --- */

/* --- Music Divs --- */
.musicrow
{
height: 250px;
width: 100%;
position: relative;
}
.musicol
{
width: 30%;
position: relative;
float:left;
top: 20px;
}

.musicoltxt
{
margin-top: 10px;
padding-right: 20px;
width: 65%;
position: relative;
float: right;
}

.title2
{
margin: 0px 0px -10px 0px;
text-align: center;
}

.title2b
{
margin: 0px 0px 10px 0px;
text-align: center;
}

.more
{
position: absolute;
width: 50px;
bottom: 0px;
right: 0px;
}

.preheader
{
font-size: 24px;
font-weight: bold;
}

.mainheader
{
font-size: 30px;
font-weight: bold;
}

.floatimg
{
position: relative;
float: left;
}

.columnleft
{
position: relative;
float: left;
height: 700px;
width: 200px;
}

.columnright
{
position: relative;
float: right;
margin-top: 20px;
height: 700px;
width: 550px;
}

ol.tracklist 
{ 
width: 300px; 
text-align: left; 
margin-left: 30px;
}

dt { font-weight: bold; margin-top: 10px;}

#buylinks
{
text-align: center;
width: 200px;
margin: 20px 0px 0px 0px;
}

#buylinks img {margin: 0px 10px 0px 10px;}

/* --- End Music Divs --- */

/* --- Bio Divs --- */

.imfloatleft
{
position: relative;
float: left;
margin-right: 10px;
}

.imfloatright
{
position: relative;
float: right;
margin-left: 10px;
}

a.imfloatright { color: #333;}

/* --- End Bio Divs --- */

/* --- Links --- */

a {text-decoration: none; color: white;}
a:hover {color: white; text-decoration: underline;}

a.linkb { text-decoration: none; color: black;}
a.linkb:hover {color: #264552;}

/* --- End Links --- */

/* --- Loading Divs --- */
div.loading-invisible
{
display:none;
}


div.loading-visible
{
display:block;
color: white;
position:fixed;
height: 1100px;
left:0;
width:100%;
text-align:center;
background:#000;
opacity:.80;
z-index: 6;
}

#loadbox
{
width: 100%;
margin: 0px auto;
margin-top: 25%;
text-align: center;
background: #111;
}
/* --- End Loading Divs --- */


p {margin: .75em 0em .75em 0em;}
.video
{
position: relative;
margin-top: 50px;
margin-left: 100px;
}