/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}

body {
	background: #CCC url(../img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}

img {border: 0;}

.gfx {
	background: #F5F5F5 url(../img/header.jpg) no-repeat; 
	display: block; 
	width: 600px; 
	height: 240px;
	margin: 0px 5px;
}

object {
	margin: 0px auto;
}

/* fonts */

.em {font-style:italic;}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #afafaf;
	float: left;
	padding-top: 14px;
	width: 149px; height: 36px;
	font-size:1.2em;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(../img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #5f5e5e;
}
.content p {
	margin: 3px 0 6px; color: #666;
}

.item {
	background: #FCFCFC url(../img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* Releases */
.releases {
	background: #FCFCFC url(../img/bgitem.gif) repeat-x;
	padding: 10px;
}

.releases h1{
	margin: 0;
	font: bold 1.5em sans-serif,Arial;
	color: #5f5e5e;
	}

.releases p{
	font-size:1.3em;}


/* Contact */

.contact{
width: 540px; 
background-color: #ffffff;
padding: 5px;
margin: 10px auto 0 auto;}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 90px;
  text-align: center;
  }

div.row span.formw {
  float: left;
  width: 150px;
  text-align: left;

  } 

.noborder {border:0;}

div.row textarea{
	border:#cecece solid 1px;
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	}

div.spacer {
  clear: both;
  }

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	border:#cecece solid 1px;
}
#name {border:#CCCCCC solid 1px;}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

/* Thanks */

.thanks {
width: 400px; 
background-color: #cecece;
padding: 5px;
margin: 0px auto;}

.thanks h1 {margin: 0 auto; color:#5f5e5e;}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	width:98%;
	height:31px;
} 


/* Artists */
.artists {
	background: #FCFCFC url(../img/bgitem.gif) repeat-x;
	padding: 10px;
	width:570px;
	margin: 0 auto;
	display:none;
	}

.artists h1{
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #5f5e5e;
	}
	
.artist_container{
	width:580px; 
	height:300px; 
	margin: 2px auto 2px auto;}
	
.artist_container2{
	width:580px; 
	height:300px; 
	margin: 2px auto 2px auto;}
	
.eidolon
{
background-image:url(../img/artists/eidolon.jpg);
background-repeat:no-repeat;
height:300px;
width:200px;
float: left;
}

.beatpusher
{
background-image:url(../img/artists/beatpusher.jpg);
background-repeat:no-repeat;
height:270px;
width:200px;
float:left;}

.art_descrip {
	margin-right:90px;
	margin-top:80px;
	width:200px;
	float:right;
	}
.clear_both {clear: both;}	
.clear_left {clear: left;}
.clear_right {clear: right;}

#left {float:left;}
#right {float:right;}

/* Form */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% sans-serif,Arial;
  margin: 0;
  padding: 0;
  border-color: #afafaf;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: .25em;
  position: relative;
}

.el02{
	border: 1px solid #ccc;
	color: #CCCCCC;
	 padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: .25em;
  position: relative;
}
  

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#5f5e5e;
	
	
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color:#5f5e5e;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.el01{width:auto; margin:2px auto;}
.alignLeft {text-align:left;}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}



div#showWeathering
{
  margin: 0px auto;
  display: none;
}

div#showEidolon
{
  margin: 0px auto;
  display: none; 
}
div#hide{color:#333;}
div.title2 {display: block;}
