@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #080808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
  /*background-attachment: fixed;
  background-image: url(../images/1.jpg);
  background-repeat: repeat-y;
  background-position:center;
 */

}
#container  {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    height:700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
  /*background-image: url(../images/bg02.jpg);
  background-repeat: repeat-x; lint
  background-repeat: repeat-y;*/
  background-color: #000000;
}
#header {
	height: 178px;
	width: 980px;
    border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c83f23;
	border-bottom-color: #c83f23;
	border-left-color: #c83f23;
}
#header form {
	margin: 0px;
	padding: 0px;
}

#header #header_logo {
	height: 178px;
	width: 347px;
	float: left;
	background-color: #000000;
	background-image: url(../images/headlogo.jpg);
}
#header #header_content {
	height: 178px;
	width: 653px;
	float: right;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-x;
}
#header #header_content #header_search {
	height: 26px;
	width: 300px;
	float: left;
	padding-top: 107px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header #header_content #header_login {
	height: 100px;
	width: 280px;
	float: right;
}
#header #header_content #menu {
	height: 45px;
	width: 653px;
	background-image: none;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: right center;
  color: #FFFFFF
}
#header #header_content #menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#header #header_content #menu ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 639px;
  color: #FFFFFF
}
#header #header_content #menu li {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}
#header #header_content #menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-right: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sml_paragraph {
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#sml_paragraph #sml_heading {
	height: 30px;
	background-color: transparent;
		border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #c83f23;
	border-top-color: #c83f23;
	border-left-color: #c83f23;
	background-image: none;
	background-repeat: repeat-x;
}

#sml_paragraph #sml_heading1 {
	height: 15px;
	background-color: #c83f23;
	background-image: none;
	background-repeat: repeat-x;
}
#sml_paragraph #sml_heading #sml_heading_left {
	background-image: none;
	background-repeat: no-repeat;
	height: 30px;
	width: 20px;
	float: left;
}
#sml_paragraph #sml_heading #sml_heading_right {
	float: right;
	height: 30px;
	width: 20px;

}

#sml_paragraph #sml_heading1 #sml_heading_left1 {
	background-color: #000;
	background-image: url(../images/loginbottom_left.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 20px;
	float: left;
}
#sml_paragraph #sml_heading1 #sml_heading_right1 {
	float: right;
	height: 15px;
	width: 20px;
	background-attachment: scroll;
	background-image: url(../images/loginbottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sml_paragraph #sml_heading #sml_heading_content {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	width: auto;
	height: 12px;
	float: left;
	margin: 0px;
}

#sml_paragraph #sml_heading #sml_heading_content1 {
	/*font-size:; invalid*/
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	float: left;
	margin: 0px;
}
#sml_paragraph #sml_paragraph_content {
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c83f23;
	border-bottom-color: #c83f23;
	border-left-color: #c83f23;
	padding: 4px;
	color: #CCC;
	text-align: left;
	font-size: 10px;
  background: transparent
}
#mainContent  {
    width:980px;
	padding-top: 0;

	border-right-width: 0px;
	border-left-width: 0px;
	min-height:550px;
	color: #daca41;
	margin-left: 0px;
	margin-right: auto;
	position:relative;
	margin-top: 0;
	top: -81px;
	margin-bottom: 0px;
	background-color:#000;
    /*background-image: url(../images/bg02.jpg);
    background-repeat: repeat-x,y; invalid
	background-repeat:repeat;*/
}
#home_content {
	width: 700px;
	height: auto;
	float: left;
}
#home_news {
	width: 300px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FFF;
	position: relative;
	float: right;
}
#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
}
#footer  {
	height: 150px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #daca41;
	background-color: #000;
	/*background-image: url(../images/bg02.jpg);*/
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
  /*background-repeat: repeat-x,y; invalid*/
}
#footer_left {
	background-image: none;
	background-repeat: no-repeat;
	height: 34px;

    margin-right: auto;
	margin-left: auto;
	padding-top: 19px;
	background-position: left;
	color: #daca41;
}
#footer_right {

	height: 34px;

    margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-top: 19px;
	padding-right: 15px;
	color: #daca41;
}
#container #footer a {
	color: #daca41;
	text-decoration: none;
}
#container #footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#media_player {
	width: 250px;
	float: right;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 15px;
	top: 0px;
}


.clear_bottom {
	clear: both;
	font-size:0px;


}
.b_orange {
	font-weight: bold;
	color: #daca41;
}

.content_text {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
	margin-left: 5px;
  color: #F5F5F5;
  font-size: 18px
}

.content_text1 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
	margin-left: 5px;
  color: #e9d845;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold
}
.paragraph {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
	margin-left: 5px;
  color: #e9d845;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;

  text-align: left
}
.paragraph_comment {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
	margin-left: 5px;
  color: #e9d845;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-style: italic;
  text-align: left;
  background-color:#5F5F5F;
}
.paragraph_small {
	margin-top: 0px;
	margin-right: 5px;

	margin-left: 5px;
  color: #cccccc;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left
}

.paragraph_heading {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
	margin-left: 5px;
  color: #e9d845;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: left
}
.paragraph .heading {
	height: 24px;
	background-color: transparent;
	background-image: none;
	/*background-repeat:; invalid*/
  color: #e9d845;

}
.paragraph .heading .heading_left {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	height: 36px;
	width: 35px;
	float: left;
}
.paragraph .heading .heading_right {
	float: right;
	height: 36px;
	width: 14px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
.paragraph .heading .heading_content {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 8px;
	width: auto;
	height: 26px;

}
.paragraph .paragraph_content {
	background-color: transparent;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom:0px;
	margin-left: 13px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #daca41;
	border-bottom-color: #daca41;
	border-left-color: #daca41;
	padding: 10px;
	color: #CCC;
}
.sml_orange_h1 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom:0px;
	margin-left: 5px;
  color: #e9d845;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;

  text-align: left
}

.menufont {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
  background-image: none;
  font-weight: bold
}
.calendar_results {
	background-color: #000;
	background-image: url(../images/calendar_table_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	color: #daca41;
	font-weight: bold;
	padding-left: 5px;
}
.admin_inputs {
	font-size: 11px;
	background-color: #EEEEEE;
	width: 125px;
}
.admin_inputs2 {
	font-size: 12px;
	background-color: #EEEEEE;
	width: 128px;
}
#artists_left {
	float: left;
	width: 175px;
	margin-left: 10px;
	padding: 0px;
}
#artists_left ul {
	margin: 0px;
	padding: 0px;
}
#artists_left ul li {
	height: 35px;
	width: 250px;
	list-style-type: none;
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/artists_button.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#artists_left ul li a {
	background-image: url(images/artists_button.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 12px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 12px;
	width: 135px;
}
#artists_left ul li a:hover {
	color: #D3D3D3;
}


#artists_right {
	float: right;
	width: 780px;
}

.user_enclosure {
	border: 1px solid #0577AD;
	width: 295px;
	margin-right: auto;
	margin-left: auto;
	height: 325px;
	margin-top: 10px;
	overflow: auto;
	font-weight: bold;
	background:#000;
}
.user_enclosure ul {
	list-style-type: none;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.user_enclosure ul li {
	margin-bottom: 5px;
}

.user_enclosure a {
	color: #daca41;
	font-weight: bold;
	text-decoration: none;
}
.user_enclosure a:hover {
	color: #CCC;
}
#snow_effect {
	height: 15px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #daca41;
	border-left-color: #daca41;
	padding: 3px;
	background-color: #000;
	font-size: 10px;
	font-weight: bold;
}
.profile_list {
	list-style-type: none;
}
.profile_links a{
	color: #daca41;
	list-style-type: none;
	font-weight: bold;
}
.profile_links a:hover {
	color: #FFF;
}#terms_scroll {
	height: 200px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0577AD;
	overflow: auto;
	padding: 10px;
}
#terms_check {
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	font-size: 11px;
	font-weight: bold;
}
.artist_links a{
	color: #daca41;
	font-weight: bold;
	text-decoration: none;

}
.artist_links a:hover {
	color: #FFF;
}
.email_lists {
	border: 1px solid #0577AD;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	margin-top: 10px;
	overflow: auto;
	font-weight: bold;
}
.center {
	text-align: center;
}
#current_video {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.search_field {
	width: 160px;
}
#imageSlideshowHolder{
	width: 160px;
	height: 160px;
	background-color:#000000;
	position:relative;	/* Never change this value */
	overflow: hidden;
	
}
.imageInGallery{
	width:160px;
	height:160px;
	background-color:#000000;
	left:0px;
	top:0px;
	position:absolute;
	overflow: hidden;
}
#imageSlideshowHolder img{
	position:absolute;
	overflow: hidden;
}

#s_emailManageMenu
{
	border: 1px solid #0577AD;
	text-align:center;
	padding:7px;
	
}
#s_emailManageMenu a
{
	text-decoration:underline;
	font-size:1.1em;
	
}
