/*
Design by Alice Brown
http://www.alicebrown.info
*/

*

body {
	margin: 0;
	padding: 0;
	background: #8f8f8f url(image/backdrop.jpg) repeat center;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #787878;
}

#back {
	width: 900px;
	background: url(images/back.jpg) repeat center;
	margin: 0 auto;
	padding: 0px;
}

.box {
background: center;
width: 900px;
white-space: nowrap;
float:inherit;
} 

title {
	width: 900px;
	height: 60px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #787878;
}


h2 {
	font-weight: normal;
	font-size: 22px;
	color: #007BB0;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #8ea607;
}

h5 {
	font-weight: normal;
	font-size: 14px;
	color: #bcbcbc;
	position: right;
}


a {
	color: #e54226;
}

a:hover {
	text-decoration: none;
	color: #e54226;
}


#right
{
float: right;
width: 600px;
padding-top:60px;
padding-right:25px;
background: repeat;
}

#rightcontent
{
float: right;
width: 650px;
padding-top:40px;
padding-right:15px;
background: repeat;
}


#right H6
{
	margin: 0;
	padding: 30px;
	font-size: 12px;
	color: #5e4f20;
}

#right a
{
color: #e54226;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

/*left hand menu*/


#left
{
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 25px;
	width: 220px;
	background:  url(images/blueswish.jpg) no-repeat center;
}

#leftmenu
{
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 14px;
	width: 175px;
	background:  url(images/blueswish.jpg) no-repeat center;
}

#left H3
{
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

#left ul {
	list-style: none;
	margin-bottom: 5px;
}


#left li ul {
	margin-left: 30px;
	margin-bottom: 10px;
	background: none;
}



#left a {
	color: #e54226;
}
#left a:visited {
	color: #e54226;
}




/* Header */

#header {
	width: 900px;
	height: 435px;
	padding-top: 0px;
	background:  url(images/header.jpg) no-repeat center;
}


/*lists*/

ul2 {
	margin: 100px;
	padding: 100px;
	list-style-type:circle;
}


/* Menu */

#menu2 {
	padding: 20px;
	height:210px;
	width: 200px;
}


/*lists*/

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* Menu */

#menu {
	width: 900px;
	height: 90px;
}

#menu ul {
	padding: 440px 0px 0px 0px;
}

#menu li {
	display: inline;
}

#menu a {
	margin-left: 90px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #696969;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #007BB0;
}


/* Page */

#page {
	width: 900px;
	
}

/* Content */

#artist
{
	height: 330px;
	width: 600px;
	padding: 10px auto;
}


#bottomcontent
{
	float: center;
	width: 850px;
	padding-right: 20px;
	padding-left: 30px;
}

/*image rap*/

.floatingleft {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

.indent {
	width: auto;
	padding-left: 500px;
	font-size: 2em;
	font-color: #787878;
}

#content {
	padding-top: 30px;
	float: center;
	width: 800px;
	padding-right:40px;
	padding-left:40px;
}

	
.post {
	margin: 10px;
	padding: 10px;
	width: 900px;
	margin-right: 0px;
	background-repeat: repeat-y;
	background-position: left;
	}

.floatingright {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    }
	

/*bottom background*/


#bottom {
	position: center;
	width: 900px;
	background: url(image/bottom.jpg) no-repeat;
	}
	

#footer {
    width: 900px;
	height: 55px;
	position: center;
	font-size: 14px;
	text-align: center;
	color: #696969;
	background: url(images/bottom.jpg) no-repeat
}

/*Forms*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

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  */
}

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; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* 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 */
}

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 */
}
