/* body, #main, #logo, and #header are global, effecting every page */body {	background-attachment: fixed;	background-image: url(/media/images/spaceIncense2.jpg);	background-repeat: no-repeat;	background-position: left top;	background-color: #000000;	color: #ffffff;	font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;	font-size: medium;}
ul {
    list-style: none;
}#main {   overflow: hidden;   position: absolute;   left: 300px;   width:640px;   top: 180px;   z-index: 0;   color: #EEC366;   font-size: .8em; }#logo {
    float:left;	width: 550px;	height: 140px;   margin-top:10px;
}#header {   z-index: 50;   background-color: #000000;   position: fixed;
   overflow: auto;   margin-left: 300px;   height: 174px;   width: 100%;   top: 0px;}
@media screen {
    body>div#header {        position: fixed;
    }
}

#intro {}#nav {
    width: 100%;   font-family: Courier, Monaco, Verdana, Arial, Helvetica;   float: left;
   clear: left;}#nav p {

   display: inline;}.fade {   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";   filter:alpha(opacity=95);   -moz-opacity:.95;    opacity:.95;   background-color:#000000;}/* index.php specific entries */.newsitem {   position: relative;   text-align: justify;   /*border: groove medium red;*/   padding: 10px;   margin-top: 20px;   background-color: #000000;}.newsdate {   margin-top: 0px;   margin-bottom: 5px;   color: #EEC366;}.bandphoto {   float: left;   width: 300px;}/* end of index.php *//* images.php specific entries */.photoset {   float: left;   clear: none;   width: 100%;   margin-bottom: 0px;   padding-right: 40px;   }.photoset p {   margin-top: 5px;   display:block;   float:left;   clear: left;}.thumb {   border: none;   height: 100px;   float: left;   margin-right: 10px;   margin-top: 10px;}/* end of images.php *//* store.php specific entries */.merchitem {   text-align: justify;   padding: 10px;   margin-top: 20px;
   width: 680px;   float:left;   clear:left;}.merchthumb {   border: none;   width: 120px;   float: left;   margin-right: 10px;   margin-bottom: 10px;}
.price {
    margin: 0px;
    font-size: 1.2em;
    color: #ffffff;
}/* end of store.php *//* contact.php specific entries */#contactinfo {   margin-top: 20px;}#contactinfo p {   font-size: 1.1em;   margin-bottom: 30px;}/* end of contact.php *//* music.php */.album {   font-size: 1.1em;   text-align: justify;   margin-top: 20px;   float:left;   clear:left;}.albumtitle {   margin:0;}.albumreleased {   margin-top:0;   margin-bottom:10px;}.tracklist {   margin-left:0;   float:left;}.albumpics {   padding-left: 20px;}.albumpic {   width: 200px;   height: 200px;   float:left;   clear: left;   border: none;}/* end of music.php *//* press.php */#reviews {}.review {   text-align: justify;   padding: 10px;   margin-top: 20px;}/* end of press.php *//* individual review */#review {   text-align: justify;   margin-top: 20px;}/* end individual review *//* shows.php */.tourdates {
   filter:alpha(opacity=73);   -moz-opacity:.73;    opacity:.73;   background-color:#000000;
    width: 99%;   margin: 1px;
   margin-bottom: 15px;      border-collapse: collapse;   border: 2px solid white;}.tourmonth {   color: #EEC366;   text-align: left;   margin-top: 5px;   margin-bottom: 10px;}.tourdates th, td {   z-index: 20;   border: 2px solid white;   padding-top: 7px;   padding-bottom: 7px;   text-align: center;   vertical-align: top;   }/* end of shows */.formaddress {   visibility: hidden;   display: none;}.formemail {   width:170px;   margin-top:15px;}.formsubmit {   margin-top: 15px;}.description {   font-size: .9em;   text-align: justify;}.left {	float:left;	margin-left:40px;}.heavy {	color: #9E2523;	text-decoration: none;	font-weight: bold;   font-size: 1.0em;}#nav a:link {	color: #9E2523;	text-decoration: none;	font-weight: bold;}#nav a:visited {	text-decoration: none;	color: #9E2523;	font-weight: bold;}#nav a:hover {	text-decoration: none;	color: #d19934;	font-weight: bold;}#nav a:active {	text-decoration: none;	color: #9E2523;	font-weight: bold;}#main a:link {   color: #9E2523;   text-decoration: none;   font-weight: bold;}#main a:visited {   text-decoration: none;   color: #9E2523;   font-weight: bold;}#main a:hover {   text-decoration: none;   color: #d19934;   font-weight: bold;}#main a:active {   text-decoration: none;   color: #9E2523;   font-weight: bold;}
