body {
	color: #CCCCCC;
	background-color: #000000;
	margin:0px;
	padding:0px;
	font: small/1.2em Arial, Helvetica, Veradna, sans-serif;
}


/* ---[ links ]------------------------------- */

a:link {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #fff;
	border-bottom-style: solid;
	}
	
a.more {
	padding-right: 7px;
	background:  url("more-blue.gif") no-repeat 100% 5px;
	}
	
a.active {
	color: #fff;
	}


/* ---[ common elements ]--------------------- */

p {
	margin: 0.5em 0 1em;
	padding: 0;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;

	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	margin: 0	;
	padding-top: .5em;
}

h3 {
	margin: 0 0 0 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #CCCCCC;
	text-transform: lowercase;
}

	
h3.artistgroup {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 4px;
	margin-top: 5px;
}
		
h4 {
	margin: 0 0 0 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #333333;
	text-transform: lowercase;
}

h5 {
	margin: 1.5em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*<group=navigation>*/

#navigation {
	width: 140px;
	font-size: 82%;
	margin: 0px;
	float: left;
	padding: 10px 40px;
}


#navigation p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation li{
	padding: 0px;
	margin: 0px;
}

#navigation a {
	border-bottom: none;
}

	
#logo {
	margin-bottom: 20px;
}
	
/*</group>*/

/*<group=topbanner>*/

#topbanner {
	color: #fff;
	float: left;
	width: 96%;
	background: repeat-x bottom url(topbanner_bg.gif);
	border-top: 1px solid #cccccc;
	clear: right;
}

#topbanner h1 {
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
	font-size: 120%;
}

#topbanner em{
	font-size: 90%;
	font-weight:normal;
	font-style:normal;
	color: #ccc;
	text-transform: lowercase;
}

#pagesubheading {
	font-size: 90%;
	color: #fff;
	font-weight: normal;
	float: right;
	margin: 0px;
	padding: 5px 10px;
}


#topbanner ul {
	font-size: 90%;
	text-transform: lowercase;
	margin: 0px 15px 0px 0px;
	padding: 6px 0px 7px 0px;
	float: right
}

#topbanner li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#topbanner a {
	color:#fff;
	padding: 7px 8px 9px 8px;
	border: none;
}

#topbanner a:hover {
	color:#fff;
	background: repeat-x bottom url(topbanner_bg_over.gif);
}




#subbanner {
	background: #333;
	width:96%;
	font-size: 90%;
	float: left;
	border-bottom: 1px solid #666666;
}

#subbanner p {
	color: #ccc;
	float: left;
	margin: 0px;
	padding: 1px 0px 1px 10px;
}

#subbanner ul {
	font-size: 90%;
	text-transform: lowercase;
	margin: 2px 20px 0px 0px;
	float: right
}

#subbanner li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;

}

#subbanner a {
	border: none;
	color:#ccc;
	padding: 0px 0px 0px 8px;
}

#subbanner a:hover {
	color:#fff;
}




/*</group>*/

/*<group=home-content>*/


#page-content {
	background: #000;
	font-size: 90%;
	margin-left: 220px;
	margin-right: 0px;
	width:985px;
}


#home-thumbnail {
	margin: 0px;
	padding: 0px;
	width: 32%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
	float: left;
	height: 220px;
}
	
/*</group>*/

/*<group=artist-content>*/

#artist-thumbnail {
	margin: 20px 20px 0 0;
	height: 173px;
	width: 173px;
	background-color: #000;
	text-align:center;
	float: left;
	vertical-align: bottom;
}

#admin-artist-thumbnail {
	margin: 20px 20px 0 0;
	height: 220px;
	width: 173px;
	background-color: #000;
	text-align:center;
	float: left;
	vertical-align: bottom;
}

#artist-thumbnail img {
	vertical-align:bottom;
}


#artist-photo {
	background-color: #000;
	text-align: center;
	float: left;
	width: 96%;
	height: 90%;
	margin-top: 20px;
}


#edit-artist-photo {
	background-color: #000;
	text-align: left;
	float: left;
	width: 96%;
	margin-top: 10px;
}



#artist-photo img {
}

#artist-profile {
	float: left;
	width: 40%;
	margin-right: 8%;
	margin-top: 20px;
	height: 1200px;
}

#about-profile {
	float: left;
	width: 45%;
	background-color: #000;
	margin-right: 20px;
	margin-top: 20px;
	height: 1200px;
}

#about-thumbnail {
	margin: 20px 20px 0 0;
	height: 210px;
	width: 173px;
	background-color: #000;
	text-align:center;
	float: left;
	vertical-align: bottom;
}

.linkedimage {
	border-bottom-style: none !important;
}
	
/*</group>*/


/*<group=news-column>*/

#news-column {
	background-color: #000;
	float: left;
	width: 96%;
	margin-top: 20px;
}

#news-column h3, #news-column p {
	padding-left: 10px;
	padding-right: 40%;
}

#news-column img {
	padding-left: 10px;
}
	
/*</group>*/

#CategoryList {
	background: #000;
	width:100%;
	float: left;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	margin-top:10px;
}

#CategoryList input {
	margin-left:10px
}

#Contact-ArtistList {
	background: #333;
	width:100%;
	float: left;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	margin-top:0px;
}

#Contact-ArtistList input {
	margin-left:0px
}

#contact-text {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top: 20px;
}

#contact-form {
	float: left;
	width: 66%;
	margin-top: 10px;
	background-color: #333;
	padding: 10px;
}

#contact-form label {
	text-transform: lowercase;
	color: #666666;
	font-size: 90%;
}

#ecard-form {
	float: left;
	width: 35%;
	margin-top: 10px;
	background-color: #333;
	padding: 10px;
}

#ecard-form label {
	text-transform: lowercase;
	color: #666666;
	font-size: 90%;
}

#ecard-photo {
	background-color: #000;
	text-align: center;
	float: left;
	width: 50%;
	margin-top: 10px;
}


.styled-input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	width:250px;
}


.highlight-input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFF99;
	width:250px;
}

#Artist-checklist {
	width: 150px;
	float:left;
}

#brag-column {
	background-color: #333333;
	float: left;
	width: 45%;
	margin-top: 20px;
}

#brag-column h3, #brag-column p {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#brag-column img {
	padding-left: 10px;
}


#footer {
	clear:both;
}

#subscriberList {
	float: left;
	width: 80%;
	margin-right: 8%;
	margin-top: 20px;

}

#subscriberList form { 
	font-size:10px;  
	float:left; 
	margin-right: 5px;
}
	

#subscriberList select {
	font-size:10px; 
	float:left;
	margin-right: 5px;

}

#invite-movie {
	background-color: #f4f4f4;
	text-align: center;
	float: left;
	width: 96%;
	height: 90%;
	margin-top: 0px;
}


