/* destructoV9 CSS http://destructo.yt1300.com */

/* basic elements */
@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 */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #999999;
	vertical-align: top;
}

a:link {color: #CCCCCC; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;} 
a:active {color: #666666; text-decoration: none;} 
a:hover { color: #FFFFFF; text-decoration: underline;}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/* style tags */
.Arial10px {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial12px {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial14px {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial15px {
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial18px {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial20pxBold {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
}

.twoColFixRtHdr #container {
	width: 850px;
	text-align: left;
	background-repeat: repeat;
	background-position: 0px 250px;
	background-image: url(graphics/v9/template/tempV9-new.png);
	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: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #073a6d;
} 
.twoColFixRtHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #DDDDDD;
	background-image: url(images/v9/header/header_beta_850_01.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
} 
.twoColFixRtHdr #navigation {
	height: 50px;
	top: 200px;
	position: absolute;
	width: 850px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 249px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 21px;
} 
.twoColFixRtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	background-image: url(graphics/v9/footer.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-right: 225px;
	vertical-align: middle;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gallerycontainer{
	position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}



/* SideBar Image Gallery */
.thumbnail img{
	border: 1px solid white;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #333333;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -2000px;
	border: 1px dashed #333333;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background-image: url(graphics/v9/menu_bg_transWhite.png);
	background-repeat: repeat;
	top: 100px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	position: fixed;
}

/* da-work Image Gallery */
.thumbnailWork img{
	border: 1px solid white;	
}

.thumbnailWork:hover{
background-color: transparent;
}

.thumbnailWork:hover img{
	border: 1px solid #333333;
}

.thumbnailWork span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -2000px;
	border: 1px dashed #333333;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background-image: url(graphics/v9/menu_bg_transWhite.png);
	background-repeat: repeat;
	top: 100px;
}

.thumbnailWork span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailWork:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 10px;
	left: 170px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	position: fixed;
}

/* table style tags */
.daWorkTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mtDJtable {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-image: url(graphics/v9/menu_bg_transBlack.png);
}

/* image style tags */
.image_mixtape {
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.image_motm {
	border: thin solid #FFFFFF;
}
