/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #2A2A2A;
	background-image: url(images/page_elements/body_background.gif);
    background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	/*overflow-y: scroll;*/
}

#page_border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    z-index: 99;
    background-color: transparent;
    background-image: url(images/page_elements/border_background.png);
    background-repeat: repeat-x;
}

#page_container {
	background-color: transparent;
	position: relative;
	top: 0px;
	width: 960px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	margin: auto;
	padding-top: 10px;
	overflow: hidden;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table {
	background-color: transparent;
	border: 0px;
}

tr {
	vertical-align: top;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	color: #CCCCCC;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #024791;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 150%;
}

.small {
	font-size: 10px;
}

.normal {
    font-size: 13px;
}

.large {
	font-size: 16px;
}

.right {
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

h1 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	display: block;
	min-width: 150px;
	width: auto;
	height: 29px;
	background-color: transparent;
	background-image: url(images/page_elements/h1_background.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 150%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: -15px;
}

hr {
	width: 300px;
	height: 0px;
	border: 0px;
	border-top: 1px solid #666666;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: auto;
}

ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}

li {
	list-style-type: square;
	line-height: 150%;
}

object, embed {
    border: 0;
    background-color: transparent;
    margin-top: 1px;
}


/* ----- FORM ELEMENTS ----- */

fieldset{
    padding: 20px;
    border: 1px solid #666666;
    margin-bottom: 20px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #CCCCCC;
    font-weight: bold;
}

.label {
    display: block;
    width: 120px;
    float: left;
    font-weight: bold;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #2A2A2A;
	border: solid #666666 1px;
	margin-bottom: 6px;
	width: 200px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #333333;
	border: solid #666666 1px;
	margin-bottom: 6px;
	cursor: pointer;
	width: auto;
}

.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-color: transparent;
	border: none;
	margin-bottom: 6px;
	width: auto;
}

.selectbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-color: #2A2A2A;
	border: solid #666666 1px;
	margin-bottom: 6px;
	width: 200px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-color: #2A2A2A;
	border: solid #666666 1px;
	overflow: auto;
	margin-bottom: 6px;
	width: 380px;
	height: 120px;
}

.validation {
    padding-left: 180px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 13px;
}

.signupbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #333333;
	border: 1px solid #666666;
	cursor: pointer;
	width: auto;
}


/* ----- IMAGE ELEMENTS ----- */

img {
	border: 0px;
}

img.border {
	border: 1px solid #CCCCCC;
}

img.no_margins {
	border: 0px;
	margin: 0px;
}

img.no_margins_border {
	border: 1px solid #CCCCCC;
	margin: 0px;
}

img.left_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

img.right_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}

img.left_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	float: left;
}

img.right_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	float: right;
}

img.gallery {
	cursor: pointer;
	border: 1px solid #CCCCCC;
}

img.zoom {
	border: 1px solid #CCCCCC;
}

/* ----- WEBSITE WRAPPERS ----- */

#left_wrapper {
    position: absolute;
    width: 260px;
    /*min-height: 630px;
    height: auto !important;
    height: 630px;*/
    height: 100%;
    /*float: left;*/
    background-color: transparent;
    background-image: url(images/page_elements/left_background.png);
    background-repeat: repeat-y;
    z-index: 98;
}

#right_wrapper {
    position: relative;
    width: 720px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    padding-bottom: 30px;
    float: right;
    background-color: transparent;
}

/* ----- WEBSITE HEADER ----- */

#header {
    width: 720px;
    height: 221px;
    border-bottom: 1px solid #666666;
    /*text-align: right;*/
    background-image: url(images/page_elements/header_background.jpg);
    /*padding-right: 40px;*/
    margin-top: -1px;
}

#header h2 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #666666;
	font-weight: normal;
	text-indent: 50px;
	top: 120px;
    margin: 0px;
	padding: 0px;
	background-color: transparent;
}

/* ----- WEBSITE NAVIGATION ----- */

#navbar {
    width: 240px;
    height: 630px;
    background-image: url(images/page_elements/navbar_background.jpg);
}

#navbar p {
    padding-left: 20px;
}

#navbar ul {
    padding: 0;
    margin-top: 60px;
}

#navbar ul li {
    list-style-type: none;
    text-indent: 20px;
}

#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:active {
    display: block;
    width: 220px;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    background-color: transparent;
    background-image: url(images/page_elements/navitem_background.png);
    background-repeat: repeat-x;
    border-left: 10px solid #394654;
    border-right: 10px solid #394654;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    color: #EDEDED;
    letter-spacing: 1px;
}

#navbar ul li a:hover {
    display: block;
    width: 220px;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    background-color: transparent;
    background-image: url(images/page_elements/navitem_hover.png);
    background-repeat: repeat-x;
    border-left: 10px solid #024791;
    border-right: 10px solid #024791;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFFFFF;
    letter-spacing: 1px;
}

#navbar ul li a.active {
    display: block;
    width: 220px;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    background-color: transparent;
    background-image: url(images/page_elements/navitem_background.png);
    background-repeat: repeat-x;
    border-left: 10px solid #024791;
    border-right: 10px solid #024791;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFFFFF;
    letter-spacing: 1px;
}

#navbar ul li a.active:hover {
    display: block;
    width: 220px;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    background-color: transparent;
    background-image: url(images/page_elements/navitem_hover.png);
    background-repeat: repeat-x;
    border-left: 10px solid #024791;
    border-right: 10px solid #024791;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFFFFF;
    letter-spacing: 1px;
}

/* ----- WEBSITE FOOTER ----- */

#footer {
    position: absolute;
    bottom: 0px;
    width: 720px;
    height: 29px;
    background-color: #333333;
    border-top: 1px solid #666666;
    font-size: 11px;
    color: #999999;
}


#disclaimer {
    width: 400px;
    float: left;
    padding-left: 10px;
    padding-top: 7px;
}

#disclaimer a:link, #disclaimer a:visited, #disclaimer a:active {
    font-weight: normal;
    text-decoration: none;
    color: #999999;
}

#disclaimer a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #666666;
}

#development {
    width: 300px;
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
    color: #999999;
}

#development a:link, #development a:visited, #development a:active {
    font-weight: bold;
    text-decoration: none;
    color: #999999;
}

#development a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #999999;
}

/* ----- WEBSITE NEWS ----- */

a.news:link, a.news:visited, a.news:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a.news:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/* ----- WEBSITE CONTENT ----- */

#content {
    width: 720px;
    height: auto;
}

#text {
    width: 380px;
    height: auto;
    float: left;
    height: 0px;
}

#images {
    width: 162px;
    height: auto;
    float: right;
    text-align: left;
    padding-right: 20px;
    height: 0px;
}

#images p {
    font-size: 10px;
    line-height: 100%;
    margin: 0;
}

#status {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #111111;
    position: relative;
	width: 90%;
	height: auto;
	clear: both;
    margin-left: 0px;
	margin-bottom: 13px;
	display: block;
	float: none;
}


/* ----- WEBSITE FEATURED ARTISTS ----- */

#artists {
    width: 100%;
    min-height: 450px;
    height: auto;
    background-color: transparent;
    background-image: url(images/page_elements/artists_background.gif);
    background-repeat: repeat-y;
    margin-left: -50px;
    margin-top: -20px;
}

ul#artisttypes {
    display: block;
    float: left;
    width: 170px;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul#artisttypes li {
    list-style-type: none;
}

ul#artisttypes li a:link, ul#artisttypes li a:visited {
    display: block;
    width: 150px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    background-color: transparent;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

ul#artisttypes li a:hover, ul#artisttypes li a:active {
    display: block;
    width: 150px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    background-color: transparent;
    background-image: url(images/page_elements/typelink_background.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}

#artists .artistbox {
    float: left;
    width: 200px;
    height: auto;
}

#artists .artistbox ul {
    margin: 0;
    padding: 0;
}

#artists .artistbox ul li {
    list-style-type: none;
}

#artists .artistbox ul li a:link, #artists .artistbox ul li a:visited {
    display: block;
    width: 150px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    background-color: transparent;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

#artists .artistbox ul li a:hover, #artists .artistbox ul li a:active {
    display: block;
    width: 150px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    background-color: transparent;
    background-image: url(images/page_elements/artistlink_background.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}


/* ----- JQUERY SLIDER ----- */

#news_slider {
    padding: 0;
    margin: 0;
}

#news_slider li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 120px;
}

#news_slider li a:link, #news_slider li a:visited, #news_slider li a:active {
    color: #CCCCCC;
    text-decoration: none;
}

.news_wrapper {
    height: 120px;
    padding: 0;
    margin: 0;
}

.slider_prev, .slider_next {
    margin-right: 10px;
}

/* ----- JQUERY ACCORDION ----- */

.accordionWrapper {
    display: inline-block;
    overflow: hidden;
}

.accordionWrapper img {
    vertical-align: top;
    border: 0;
    margin: 0;
    padding: 0
}

.accordionWrapper div {
    display: inline;
    float: left;
    margin: auto;
}

.accordionWrapper div.title {
    cursor: pointer;
    min-height: 450px;
    height: auto;
    width: 40px;
    float:left;
    display:block;
}

.accordionWrapper div.content {
    float: left;
    display: none;
    min-height: 450px;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-left: 50px;
    display: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

div.content_container {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 13px;
	display: block;
	float: none;
}

/* ----- JQUERY TOOLS ----- */

img.artist {
    margin-top: 20px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

img.news {
    margin-bottom: 25px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.image_overlay {
    display: none;
    background-image: url(images/jquery/overlay_black.png) !important;
    background-image: url(images/jquery/overlay_black_ie6.gif);
    width: auto;
    padding: 10px;
    border: 1px solid #666666;
}

.image_overlay p {
    font-size: 11px;
}

.image_overlay div.close {
    background-image: url(images/jquery/overlay_close.png) !important;
    background-image: url(images/jquery/overlay_close_ie6.gif);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#image_tooltip {
    display: none;
    background-image: url(images/jquery/overlay_black.png) !important;
    background-image: url(images/jquery/overlay_black_ie6.gif);
    height: 100px;
    width: 180px;
    padding: 10px;
    border: 1px solid #666666;
}

#image_tooltip p {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

/* ----- END STYLESHEET ----- */
