@charset "UTF-8";
/* CSS Document */

/*this version uses absolute/relative positioning between the side columns and their respective faux column containers. */
/* se notes on min and max width above
/* the content is first in the markup followed by the two side columns*/
/* this "content-first" markup is good for accessability and search engine optimization */
body {
	font: 1.0em verdana, arial, sans-serif;  /* overal font and sizing */
	text-align:center;
	}
	
.layout {background-image:url(images/backgroundimages/background.jpg);	
         background-repeat: repeat;
}

* {margin:0; padding:0;} /* removes defaults of all elements */
div#mainwrap {
	height:1250px;
	min-width:780px;
	max-width:960px; /* sets the max and miin widths */
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCBs */
	text-align:left;
	 background-color:#FFF;
	}
	
div#mainwrapfashion {
	height:900px;
	min-width:780px;
	max-width:960px; /* sets the max and miin widths */
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCBs */
	text-align:left;
	 background-color:#FFF;
	}
	
	

div#header {height:125px; background-color:#FFF; text-align:center;} /* tempoarary placeholder styles for header */



div#contentarea {
	position:relative; /* set positioning context for left sidebar div */
	background-image: url(images/bgimages/faux-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#FFF;
}
div#contentarea2 {
	position:relative; /* set positioning context  for right sidebar div */
	background-image: url(images/bgimages/faux-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color:#FFF;
	
	}
div#column1 {
	width:150px; /* left col width */
	position: absolute; /* contextual positioning in contentarea container */
	top:0px;
	left:0px; /*positions col within contentarea container */
	background-color:#FFF; /* left col bg color - (change color to see divs is position : ) */
	overflow:hidden; /* prevents overlarge elements breaking out of column */
	}

div#column2 {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	background-color:#FFF; 
	margin:0 170px 0 150px; /* left and right margins to make room for sidebars */
	}
div#column3 {
	width:150px;
	position:absolute;  /* contextual positioning in contentarea container */
	top:0px;
	right:10px; /*positions col within contentarea container */
	background-color:#FFF; /* left col bg color - (change color to see divs is position : ) */
	overflow:hidden; /* prevents overlarge elements breaking out of column */
	}
div#footer {
	height:40px;
	background-color:#000;
	text-align:center;
	padding-top:6px;
	font-size: 10px;
	color: #FFF;
} /* temp footer styles */

/* some basic styles for placeholder content */
div#column1 p {font-size:.8em; margin: 20px 0 0 26px;} 
div#column2 p {font-size:.8em; margin:0 10px 1em ;}
div#column3 p {margin: 20px 10px 0 10px; font-size:10px;}

div.tablewords { margin: 50px 10px 0px 160px; }

div.tablewordsabout { margin: 20px 10px 0px 185px; font-size:14px;}

div#donatewords { margin: 20px 10px 0px 10px; }

div#centerflashvideo {text-align:center;}

.dottedborder {border-bottom:dotted; border-bottom-color:#C30; border-bottom-width:2px; padding-bottom:10px; padding-top:10px;}

div#coolheader {padding-top:20px;}

div#tshirt {padding: 10px 75px 10px 95px;}

div#buynowdj {padding: 0px 75px 0px 95px;}

div#tshirtscooter {padding: 10px 75px 10px 95px;}

div#buynowscooter {padding: 0px 75px 0px 95px;}

div#centeryoutube {text-align:center;}


div#coolwhiteheader {padding-top:30px;}

div#aboutus {text-align:left;}


.center { text-align:left; font-size:.8em;}
.centerheading { text-align:center; }
.indent {padding-left:10px; font-size:14px;
}

.features {padding-left:10px; font-size:12px;}
div#left {text-align:left; }

div#mtvtextindent {text-align:center;}
div#mtvrssfeed {text-align:left;}

.youtubemultiplayer {margin:0px; padding:0px;}

div#interviewtext { font-size:.9em; padding-top:10px; padding-right:10px; }

div#interviewtextfilm { 
	font-size:.9em; 
	padding-top:10px; 
	padding-right:10px; 
    height: 650px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: auto;
	width: 580px;
	overflow-x: hidden;
	overflow:-y: scroll; }



div.rightrss {width:150px; padding-left:10px; padding-right:10px; 
}
div.socialnetpadding {padding-right:10px;
}

tr.scrollbar {
	height: 483px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: auto;
	width: 1020px;
	overflow-x: hidden;
	overflow:-y: scroll;
}


a:link {color:#C00;}
a:visited {color:#C00;}
a:active {color: #C00;}
a:hover {color:#09F;}
a {text-decoration: none;}
a img {border:none;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


.splashtext {padding:300px 100px 0 115px;}

.splash {
	background-color: #FFF;
	background-image: url(images/splashpage/backgroundimage_white.gif);
	background-repeat: no-repeat;
}

div#sharethis {
	text-align:right;
	font-size:11px;
	padding-right:10px;
}

div#mixitup {
	text-align:center;
}
