/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#fff url(/workspace/images/v1/bck.jpg);
	font-family:Arial, Helvetica;
	font-size:12px;
}
.background {
	z-index:0;
	position:absolute;
	top:0;
	width:100%;
	min-height:750px;
	overflow:hidden;
	background:url(/workspace/images/v1/back2.jpg) top center no-repeat;
}
.wrapper {
	position:relative;
}

a {
	color:#980a4a;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:#980a4a url(/workspace/images/v1/link_back.gif) center -3px no-repeat;
}

.header_img_1 a:hover, 
.header_img_2 a:hover,
.spotlight_1  a:hover,
.spotlight_2  a:hover,
.item_overview_4 a.img:hover,
.item_overview_5 a.img:hover,
.item_overview_6 a:hover{
	background:none;
}

img {
	border:0px;
}

/* H1, see below */

h2{
	font-size:18px;
	color:#000;
	margin:0;
}
h2 a{
	color:#000;
}


h3{}

h4{
	font-size:16px;
	margin:0;
}

h5{
	font-size:15px;
	margin:0px;
}



/************************************/
/************ MAIN MENU *************/
/************************************/


.main_menu {
	margin:0 auto;
	padding:0;
	width:927px;
	height:45px;
}

.main_menu li {
	display:inline;
}
.main_menu a {
	display:block;
	float:left;
	color:#fff;
	font-size:1px;
}

.main_menu .blog a {
	background:url(/workspace/images/v1/menu_blog.gif) top left no-repeat;
	width:78px;
	height:38px;
}
.main_menu .blog_s a {
	background:url(/workspace/images/v1/menu_blog_s.gif) top left no-repeat;
	width:78px;
	height:38px;
}

.main_menu .blog a:hover {
	background:url(/workspace/images/v1/menu_blog_o.gif) top left no-repeat;
}

.main_menu .bio a {
	background:url(/workspace/images/v1/menu_bio.gif) top left no-repeat;
	width:66px;
	height:38px;
}
.main_menu .bio_s a {
	background:url(/workspace/images/v1/menu_bio_s.gif) top left no-repeat;
	width:66px;
	height:38px;
}

.main_menu .bio a:hover {
	background:url(/workspace/images/v1/menu_bio_o.gif) top left no-repeat;
}

.main_menu .music a {
	background:url(/workspace/images/v1/menu_download.gif) top left no-repeat;
	width:128px;
	height:38px;
}
.main_menu .music_s a {
	background:url(/workspace/images/v1/menu_download_s.gif) top left no-repeat;
	width:128px;
	height:38px;
}
.main_menu .music a:hover {
	background:url(/workspace/images/v1/menu_download_o.gif) top left no-repeat;
}

.main_menu .video a {
	background:url(/workspace/images/v1/menu_video.gif) top left no-repeat;
	width:76px;
	height:38px;
}
.main_menu .video_s a {
	background:url(/workspace/images/v1/menu_video_s.gif) top left no-repeat;
	width:76px;
	height:38px;
}
.main_menu .video a:hover {
	background:url(/workspace/images/v1/menu_video_o.gif) top left no-repeat;
}

.main_menu .gigs a {
	background:url(/workspace/images/v1/menu_gigs.gif) top left no-repeat;
	width:78px;
	height:38px;
}
.main_menu .gigs_s a {
	background:url(/workspace/images/v1/menu_gigs_s.gif) top left no-repeat;
	width:78px;
	height:38px;
}
.main_menu .gigs a:hover {
	background:url(/workspace/images/v1/menu_gigs_o.gif) top left no-repeat;
}

.main_menu .photos a {
	background:url(/workspace/images/v1/menu_photo.gif) top left no-repeat;
	width:109px;
	height:38px;
}
.main_menu .photos_s a {
	background:url(/workspace/images/v1/menu_photo_s.gif) top left no-repeat;
	width:109px;
	height:38px;
}
.main_menu .photos a:hover {
	background:url(/workspace/images/v1/menu_photo_o.gif) top left no-repeat;
}

.main_menu .recommended a {
	background:url(/workspace/images/v1/menu_recommended.gif) top left no-repeat;
	width:267px;
	height:38px;
}
.main_menu .recommended_s a {
	background:url(/workspace/images/v1/menu_recommended_s.gif) top left no-repeat;
	width:267px;
	height:38px;
}
.main_menu .recommended a:hover {
	background:url(/workspace/images/v1/menu_recommended_o.gif) top left no-repeat;
}

.main_menu .contact a {
	background:url(/workspace/images/v1/menu_contact.gif) top left no-repeat;
	width:95px;
	height:38px;
}
.main_menu .contact_s a {
	background:url(/workspace/images/v1/menu_contact_s.gif) top left no-repeat;
	width:95px;
	height:38px;
}
.main_menu .contact a:hover {
	background:url(/workspace/images/v1/menu_contact_o.gif) top left no-repeat;
}


/************************************/
/************ H1 ********************/
/************************************/


h1 {
	font-size:1px;
	color:#fff;
	height:30px;
	margin:10px 0 10px 0;
}

h1.blog{
	background:url(/workspace/images/v1/h1_blog.gif) top left no-repeat;
	width:61px;
}
h1.bio{
	background:url(/workspace/images/v1/h1_bio.gif) top left no-repeat;
	width:119px;
}
h1.video{
	background:url(/workspace/images/v1/h1_video.gif) top left no-repeat;
	width:66px;
}
h1.contact{
	background:url(/workspace/images/v1/h1_contact.gif) top left no-repeat;
	width:92px;
}
h1.gigs{
	background:url(/workspace/images/v1/h1_gigs.gif) top left no-repeat;
	width:92px;
}
h1.more{
	background:url(/workspace/images/v1/h1_more.gif) top left no-repeat;
	width:223px;
}
h1.photos{
	background:url(/workspace/images/v1/h1_photos.gif) top left no-repeat;
	width:93px;
}
h1.recommended{
	background:url(/workspace/images/v1/h1_recommended.gif) top left no-repeat;
	width:313px;
}
h1.downloads{
	background:url(/workspace/images/v1/h1_downloads.gif) top left no-repeat;
	width:313px;
}




/************************************/
/************ HEADER ****************/
/************************************/
.header_img_1 {
	margin:0 auto;
	height:254px;
	width:979px;
	background:url(/workspace/images/v1/header_back_1.gif) top left no-repeat;
}
.header_img_1 img{
	margin:11px 0 0 12px;
	width:947px;
	height:229px;

}

.header_img_2 {
	margin:0 auto;
	height:107px;
	width:979px;
	background:url(/workspace/images/v1/header_back_2.gif) top left no-repeat;
}
.header_img_2 img{
	margin:11px 0 0 12px;
	width:947px;
	height:82px;

}


/************************************/
/********** CONTENT WRAPPER *********/
/************************************/

.content_wrapper_1{
	width:940px;
	margin:0 auto;
}
.clear{
	clear:both;
}
.clear span{
	display:none;
}
.content_box_427 {
	width:427px;
	overflow-x:hidden;
	float:left;
	margin:0 10px 0 0;
}
.content_box_180 {
	width:180px;
	overflow-x:hidden;
	float:left;
	margin:50px 10px 0 0;
}
.content_box_300 {
	width:300px;
	overflow-x:hidden;
	float:right;
	margin:0 10px 0 0;
}


/*********************************/
/********** ITEM *****************/
/*********************************/

.item {
	margin:0 0 20px 0;
}

.read_more {
	font-size:11px;
	font-weight:bold;
}

.object {
	margin:0 0 10px 0;
}

.item p {
	margin:5px 0 0 0;
	line-height:18px;
}

.item p a{
	color:#000;
}

.item p a:hover{
	text-decoration:none;
	background:none;
}


/*********************************/
/********** DETAIL *****************/
/*********************************/

.detail {
	margin:0 0 20px 0;
}

.detail p,
#comments p,
#guideline {
	margin:10px 0 20px 0;
	line-height:18px;
}
#comments ul {
	padding:0;
}

#comments {
	margin-bottom:20px;
}

#comments .comment {
	margin-bottom:20px;
	background:#fff;
	padding:10px;
}

.comment .meta {
	background:url(/workspace/images/v1/item_divider.gif) 0 bottom no-repeat;
	font-size:11px;
	color:#666;
}


.detail p a{
	text-decoration:underline;
	font-weight:bold;
}
.detail p a.download_track{
	background:url(http://www.divshare.com/images/icons/files_16/file_mp3.gif) no-repeat;
	padding:0 0 0 20px;
	text-decoration:underline;
	font-weight:bold;
}

.detail p a.download_track:hover {
	background:#980a4a url(/workspace/images/v1/link_back.gif) center -3px no-repeat;
}

form label {
    display:block;
    height:40px;
    position:relative;
}
.comments-form {
    display:block;
    padding:20px 0 20px 0;
    position:relative;
}

form input,
form textarea {
    float:right;
    margin-top:-20px;
    width:300px;
}

form input[type="submit"]{
    display:block;
    float:none;
    clear:right;
    width:150px;
    margin:70px 0 10px 95px;
}


/*********************************/
/********** ITEM DATE ************/
/*********************************/

.item_date {
	display:block;
	height:45px;
	width:56px;
	background:url(/workspace/images/v1/date.gif) top left no-repeat;
	font-variant:small-caps;
	padding:12px 0 0 0;
	float:left;
	margin:0 17px 0 0;
}
.item_date span {
	display:block;
	width:50px;
	font-weight:bold;
	text-align:center;
}

span.month {
	font-size:12px;
}
span.day {
	margin-top:-5px;
	font-size:20px;
}


/*********************************/
/********** ITEM META ************/
/*********************************/

.meta {
	margin:0;
	background:url(/workspace/images/v1/item_divider.gif) right bottom no-repeat;
	height:30px;
}
.meta a {
	color:#da518f;
}
.meta a:hover {
	color:#fff;
}

.meta li {
	display:inline;
	padding:0 7px 0 7px;
}

.meta .author {
	border-right:solid 1px #000;
	padding:0 7px 0 0;

}


/*********************************/
/************ FOOTER *************/
/*********************************/

.footer {
	margin:0 auto;
	width:927px;
	background:url(/workspace/images/v1/footer.gif) top left no-repeat;
	padding:20px;
	color:#999;
}

.footer li {
	display:inline;
	padding:0 7px 0 0;
	border-right:solid 1px #999;
}

.footer .contact {
	padding:0 7px 0 7px;
}
.footer .about {
	padding:0 7px 0 7px;
	border:0;
}


/*********************************/
/********** CHECK THIS ***********/
/*********************************/

.check_this {
	margin:10px 0 0 0;
	padding:5px;
	background:url(/workspace/images/v1/check_this_back.jpg) top left;
}

.check_this li {
	display:table-row;
	list-style:none;
	padding:0px;
	margin:0px;
}

.check_this .header {
	font-variant:small-caps;
	font-weight:bold;
	color:#fff;
}
.check_this .title {
	font-weight:bold;
}


/*********************************/
/***** BUTTON ROW (IMG PAGE) *****/
/*********************************/

.large-button-row li {
	display:inline;
	float:left;
	border-left:1px solid #000;
	text-align:center;
	padding:0 10px 0 10px;
	color:#CCC;
}
ul.large-button-row {
	border-right:1px solid #000;
	padding:0;
	margin:0;
	float:left;
}
.large-button-row-container {
	height:40px;
}

