/*pruplelion_general.css*/

* { 
	margin: 0px; 
	padding: 0px; 
	border: none; 
	}

/* general text */
html { 
	font-size: 100%; /*IE reminder*/
	}
body { 
	font-size: 1em; 
	font-family: “Trebuchet MS”,Arial,Helvetica,sans-serif; 
	color: #333; 
	background: #625A55 URL(../images/bg.gif) top repeat-x;
	text-align: center;
	border-top: solid 10px #883888;
	}
html, body {
	height: 100%;
}
table { 
	font-size: 100%; /*IE reminder*/ 
	}



p { 
	font-size: 0.750em; /*12*/
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	line-height: 1.5em; 
	}
p.summary { 
	/*font-weight: bold;*/
	}
h1 { 
	font-size: 1.5em; /*24*/
	color: #660066; 
	margin-top: 0.75em; 
	margin-bottom: 0.5em;
	line-height: 0.75em;
	font-weight: bold; 
	}
h2 { 
	font-size: 1.125em; /*18*/
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1em;
	font-weight: normal;
	}
h3 { /*same as h4 spacing */
	font-size: 0.875em; /*14*/
	margin-top: -0.285em;
	margin-bottom: -1em;
	line-height: 1.285em;
	}
h3 { /*same as h2 spacing */
	font-size: 0.875em; /*14*/
	margin-top: 2.271em;
	margin-bottom: -1em;
	line-height: 1.286em;
	/*font-weight: normal;*/
	}
h4 { 
	font-size: 0.875em; /*14*/
	margin-top: -0.285em;
	margin-bottom: -1em;
	line-height: 1.285em;
	}
h2, h3, h4 { 
	color: #660066;
	}

ul, ol, dl {
	font-size: 0.750em; /*12*/
	line-height: 1.5em;
	padding: 0px;
	padding-left: 1.5em;
	margin: 0px;
	margin-top: 1.5em;
	}
ul ul, ol ol {
	padding-left: 1.5em;
	}
ol {
	margin-left: 1.5em;
	}
li {
	}
ul li {
	list-style: none;
	}
a, a:visited {
	color: #660066;
	}
li.done, .deleted {
	text-decoration: line-through;
	color: #A7A7A7;
	}

em {
	font-style: italic;
	}

hr {
	color: #F3F3F3;
	background: #F3F3F3;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

/* images */

#content img {
	border: solid 4px #E2E2E2;
	margin: 10px;
	}

#content img.decoration {
	border: none;
	}

#artist_extra {
	float: right;
	height: 320px;
	width: 158px;
	background: URL(../images/page_detail.gif) right bottom no-repeat;
	margin: 10px;
	}

#artist_extra_deep {
	float: right;
	height: 382px;
	width: 158px;
	background: URL(../images/page_detail.gif) right bottom no-repeat;
	margin: 10px;
	}

#artist_extra img, #artist_extra_deep img {
	margin: 0px;
	}

/* structure */

.clearfix {
	clear: both;
	}

#wrapper {
	width: 860px;
	text-align: left;
	margin: 20px auto 10px auto;
	background: #660066;
	padding-left: 0px;
	}

#content_column {
	overflow: hidden;
	background: #660066 URL(../images/bg_bottom.jpg) bottom left no-repeat;
	padding-bottom: 30px;
	/* I.E.6 conditional: height: 1%; - NOT IN USE */
	}

#header {
	width: 860px;
	height: 210px;
	float: left;
	background: #333 URL(../images/header_bg.jpg) no-repeat;
	}

#header #header_detail {
	float: right;
	color: #FFF;
	margin-top: 8px;
	margin-right: 20px;
	font-size: 0.750em; /*12*/
	}

#header #home_link { /*
	position: relative;
	top: 10px;
	left: 60px;*/
	float: left;
	margin-top: 10px;
	margin-left: 60px;
	}

#left_column {
	width: 240px;
	height: 250px;
	float: left;
	background: #660066;
	padding-top: 10px;
	}

#left_column a {
	
	}

#content {
	width: 560px;
	min-height: 290px;
	float: left;
	background: #FFF URL(../images/main_corner.gif) top left no-repeat;
	padding: 20px;
	}

#footer { /*has clear*/
	width: 820px;
	margin: 0px auto 0px auto;
	font-size: 0.650em; /*12*/
	padding: 0.625em;
	}

/* top nav */

#top_nav {
	width: 620px;
	float: left;
	margin-top: 140px;
	margin-left: 30px;
	padding-top: 5px;
	}

#top_nav ul {
	font-size: 0.750em; /*12*/
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	}

#top_nav li {
	margin-right: 2px;
	color: #FFF;
	float: left;
	}

#top_nav a {
	background: #232323;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	/*width: 78px;*/
	/*width: 64px;*/
	width: 64px;
	display: block;
	float: left;
	text-align: center;
	}

#top_nav a:hover, #top_nav li.live a {
	background: #812E81;
	}

/* boxes */

#boxes {
	clear: both;
	padding-top: 20px;
	margin-left: 20px;
	}

#box_1, #box_2, #box_3 {
	width: 175px;
	height: 100px;
	margin-top: 10px;
	padding: 5px 10px 0px 5px;
	text-align: left;
	color: #FFFFFF;
	font-size: 0.70em; /*12*/
	background: #232323 URL(../images/box_bg.jpg) bottom right no-repeat;
	border: solid 5px #8A3C8A;
	}

#box_1 {
	}

#box_2 {
	}

#box_3 {
	}

#box_1 img, #box_2 img, #box_3 img {
	float: left;
	padding: 0px 10px 40px 0px;
	}

#box_1 span, #box_2 span, #box_3 span {
	}

#boxes a {
	text-decoration: none;
	color: #FFFFFF;
	}

#boxes h3 { 
	font-size: 1.25em;
	margin-top: 0.66em;
	margin-bottom: 1em;
	line-height: 0em;
	color: #FFFFFF;
	font-style: italic;
	}


/* contact page */
#contactform {
	font-size: 0.750em; /*12*/
	line-height: 1.5em;
	vertical-align: top;
	}

fieldset {
	}

fieldset div {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
	}

legend {
	display: none;
	}

label {
	width: 90%;
	display: block;
	}

input {
	border: solid 2px #D7D7D7;
	padding: 4px;
	}
	
input#cfsubmit {
	background: #893D88;
	border: solid 2px #893D88;
	color: #FFF;
	padding: 1px;
	}

textarea {
	border: solid 2px #D7D7D7;
	padding: 4px;
	}

#contactform em {
	font-style: italic;
	font-size: 0.833em; /*10*/
	color: #4B4223;
	}

ul.warning {
	color: #FF5533;
	font-weight: bold;
	line-height: 1em;
	}