@charset "UTF-8";
/* CSS Document */

* { margin:0px; padding:0px;}

/* BODY STYLING */

body {
background-image:url(images/background_gradient.jpg);
background-repeat:repeat-x;
background-color:#d0a926;
}

#wrapper { 
background-image:url(images/background_swirlsandstars.jpg);
background-position:top;
background-repeat:no-repeat;
min-height:1000px;
}

#main {
margin:0 auto;
width:990px;
background-image:url(images/background_content.jpg);
clear:both;
}


.container {
padding:16px 14px 14px 19px;
}
.container p {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:150%;
}


.leftpadding {
padding-left:47px;
}

#leftcolumn {
float:left;
display:inline;
overflow:hidden;
}

#leftcolumn #banner {
width:500px;
height:137px;
background-image:url(images/header.jpg);
}


/* MAIN MENU STYLING */


#leftcolumn #mainmenu {
width:500px;
height:40px;
background-color:#00FF66;
background-image:url(images/mainmenu.jpg);
}

#mainmenu ul {
height:40px;
list-style-type:none;
}
#mainmenu li {
float:left;
}

#mainmenu .button {
float:left;
}

#mainmenu a {background-repeat:no-repeat; text-align:center; text-transform:uppercase; font-family:Georgia,Tahoma,Arial,monospace; font-weight:bold; text-decoration:none; font-size:11px; color:#263b62;}

#mainmenu a[title="Home"]
{
padding-top:9px;
width:63px;
height:29px;
display:block;
margin-left:46px;
margin-top:11px;
}
li.page-item-3 a
{
padding-top:9px;
margin-left:8px;
margin-top:11px;
width:75px;
height:29px;
display:block;
}
li.page-item-5 a
{
padding-top:9px;
margin-left:7px;
margin-top:11px;
width:91px;
height:29px;
display:block;
}
li.page-item-7 a
{
padding-top:9px;
margin-top:11px;
margin-left:6px;
width:83px;
height:29px;
display:block;}
li.page-item-9 a
{padding-top:9px;
margin-left:7px;
margin-top:11px;
width:108px;
height:29px;
display:block;
}
#mainmenu a:hover[title="Home"] {  background-image:url(images/buttons/button_home.jpg);}
#mainmenu a:hover[title="Media"] {  background-image:url(images/buttons/button_media.jpg);}
#mainmenu a:hover[title="Biography"] {  background-image:url(images/buttons/button_biography.jpg);}
#mainmenu a:hover[title="Shows"] {  background-image:url(images/buttons/button_shows.jpg);}
#mainmenu a:hover[title="Discography"] {  background-image:url(images/buttons/button_discography.jpg);}

#mainmenu a:active[title="Home"] {  background-image:url(images/buttons/button_home.jpg);}
#mainmenu a:hover[title="Media"] {  background-image:url(images/buttons/button_media.jpg);}
#mainmenu a:hover[title="Biography"] {  background-image:url(images/buttons/button_biography.jpg);}
#mainmenu a:hover[title="Shows"] {  background-image:url(images/buttons/button_shows.jpg);}
#mainmenu a:hover[title="Discography"] {  background-image:url(images/buttons/button_discography.jpg);}

.current_page_item { text-decoration:underline; }




/* END MAIN MENU STYLING */

/* POST STYLING */

.title {
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#091327;
margin:4px 4px 0px 0px;
width:405px;
}

.date {
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
margin-bottom:4px;
width:405px;
}

.content {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
display:block;
width:405px;
}

.bottomstarbanner {
width:404px;
height:11px;
margin:10px auto;
background-image:url(images/backgroundstarbanner.jpg);
background-position:center;
background-repeat:no-repeat;
display:block;
}




/* END POST STYLING */


#rightcontainer {
margin-left:16px;
padding-top:10px;
}


/* RIGHT SIDE STYLING */


.titles {
}
.lefttitle { 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#091327;
}

.righttitle-gallery { 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
width:404px;
color:#091327;
margin:14px 30px 0px 9px;

}


.rightlinks {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-weight:normal;
color:#091327;
margin: 7px 20px 0px 0px;
}
.gallerylink {
margin-left:80px;
}
.titlecontainer {
display:block;
padding-left:10px;

width:405px;
}


.archivedposts-index {
background-image:url(images/mp3background.gif);
background-repeat:no-repeat;
text-align:left;
width:412px;
margin-left:1px;
padding-left:10px;
padding-top:5px;
padding-bottom:2px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
margin-top:2px;
font-weight:bold;
}
.archivedposts-index a:link {
display:block;
color:#FFFFFF;
text-decoration:none;

}
.archivedposts-index a:hover {
text-decoration:underline;
}
.archivedposts-index a:visited {
text-decoration:underline;
color:#FFFFFF;
}
.clear {
clear:both;
}

.homegallery {
margin-left:1px;
}


/* MP3 Styling */

.mp3bar { background-image:url(images/mp3background.gif);
background-repeat:no-repeat;
text-align:left;
width:412px;
margin-left:1px;
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
margin-top:2px;
font-weight:bold;
}


.mp3bar a:link { 
color:#ead48d;
display:none;
}
.mp3bar p {
display:inline;
}

.mp3box {
padding-bottom:10px;
padding-top:5px;
display:block;
}

/* End MP3 Styling */


#leftcontent {
width:453px;
background-image:url(images/background_left.jpg);
background-position:top;
background-repeat:no-repeat;
min-height:723px;
height:auto !important;
height:723px;

}

#rightcontent {
width:447px;
background-image:url(images/background_right.jpg);
background-repeat:no-repeat;
min-height:442px;
height:auto !important;
height:442px;
}



.rightpadding {
padding-right:43px;

}

#rightcolumn {
float:right;

}

#topbar {
height:12px;
width:990px;
background-image:url(images/topbar.jpg);
overflow:hidden;
}

/*  TOP MENU STYLING  */



#topmenu {
width:447px;
height:40px;
background-image:url(images/background_topmenu.jpg);
display:block;
overflow:hidden;
}




#navcontainer
{

margin-right: auto;
margin-top: 7px;
margin-bottom: 10px;
font-size:9px;
font-family:Verdana,Arial,Helvetica,monospace;
}

#navlist {margin-left:-10px;}
#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 10px;
background-repeat: no-repeat;
}





#navlist .page_item a {
color: #d86122;
padding-left:17px;
background: url(images/buttons/star.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
} 


#navlist a 
{
color: #d86122;
padding-left:16px;
background-repeat: no-repeat;
background-position: 0px 0px;
text-decoration:none;

} 

#navlist a:hover
{
text-decoration:underline;
color:#122844;

}

#navlist .page_item a:hover
{
text-decoration:underline;
color:#122844;
background: url(images/buttons/star_over.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;

}






/*  TOP MENU STYLING  */


#mainpicture {
height:417px;
width:490px;
overflow:hidden;
}


/* FOOTER */

#footer {
clear:both;
padding: 10px 0px 10px 47px;
background-image:url(images/footer.jpg);
height:60px;
}



#footerlist {
list-style-type:none;

}
#footerlist li { float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF;
padding:8px 18px 0px 5px;
}
#footerlist a { color:#FFFFFF; text-decoration:none;}
#footerlist a:hover { color:#FFFFFF; text-decoration:underline;}

#copyright {font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF; width:470px; text-align:center; padding-top:8px;
}
#copyright { float:left;}



/* FOOTER */

