/*  
Theme Name: DJ Michelangelo
Theme URI: http://djmichelangelo.com/
Description: Custom WP one-page theme for djmichelangelo.com with 2 sidebars in 3 column layout, javascript video and photo galleries, gig dates plug-in with rollovers, and custom downloads section. Created by <a href="http://mfvs.cc/">MFVS</a>. Enjoy!
Author: MF Visual Services
Author URI: http://mfvs.cc/
Version: 1.0.0
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

*{
	margin:0;
	padding:0;
}
.cleared {
	clear: both; 
	margin: 0px
}
body{
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
}
#wrapper{
	width:970px;
	margin:0 auto;
}
#contentWrapper{
	background:url(images/background.jpg);
	width:970px;
	z-index:2;
	position:absolute;
	margin:350px auto;
}

/* Header */
#header{
	background:url(images/header.jpg);
	height:350px;
	width:970px;
	z-index:1;
	position:absolute;
}

/* Main */
#main{
	width:510px;
	float:left;
	text-align:center;	
	margin:-20px auto;
	padding-bottom:20px;
	z-index:2;
	position:relative;
}
#main object{
	max-width:500px;
	z-index:8;
}
#main embed{
	max-width:500px;
	z-index:8;af
}
#videoMenu{
	margin:10px auto;
}
#videos{
	padding-bottom:0px;
	padding:0 4px 0 6px;
	border-bottom:#FFF solid 2px;
	background:url(images/loading.gif) center no-repeat;
}

#videoTitle{
	margin-bottom:5px;
}
#photos{
	padding-bottom:0px;
	padding:0 4px 0 6px;
	border-bottom:#FFF solid 2px;
	background:url(images/loading.gif) center no-repeat;
}
#photoPlayer{
	min-height:330px;
}
#photoTitle{
	margin:5px 0 5px 0;
}
#photoMenu{
	margin:10px auto;
}	
#news{
	padding:5px 4px 0 6px;
	font-size:12px;
}
.entry{
	text-align:left;
	padding:10px 0 10px 0;
	color:#3b4fba;
}
.entry h2{
	font-size:24px;
	text-transform:uppercase;
}
.entry .postImg{
	text-align:center;
	margin:0 auto;
}
#nextPrev{
	width:508px;
	height:40px;
	margin-left:-4px;
	background:#cbcccd;
}
#previous{
	float:left;
}
#next{
	float:right;
}
/*Left Sidebar */
#sidebarLeft{
	width:235px;
	float:left;
	margin:-22px auto;
	padding-bottom:22px;
}
.leftCell{
	margin-left:5px;
	width:230px;
	padding:5px 0 5px 0;
	border-bottom:2px #fff solid;
	display:table;
}
#mailingList{
	padding-left:4px;
}
#mailingList .submitbtn{
	float:right;
	padding:3px 0 0 0;
}
#downloads, #contact, #press{
}
#downloads a, #contact a, #press a{
	text-align:center;
	color:#00F;
	font-size:12px;
	text-decoration:none;
}
#downloads a:visited, #contact a:visited, #press a:visited{
	color:#00F;
}
#downloads a:hover, #contact a:hover, #press a:hover{
	color:#f5c103;
}
.downloadsFile{
	background:url(images/downloadsBkg.png);
	width:225px;
	height:40px;
	padding:0 0 0 0;
	clear:both;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.downloadsFile span{
	margin:-8px auto;
}
.downloadsFile:hover{
	background:url(images/downloadsBkgOver.png);
	color:#f5c103;
}
#press{
	text-align:center;
	color:#00F;
	font-size:12px;
}
#press a:visited{
	color:#00F;
}
#press a:hover{
	color:#f5c103;
}
.pressLink{
	text-align:center;
	width:225px;
	border-top:1px #c0c0c0 solid;
	padding:5px 5px 5px 0 ;
	color:#e0e1e1;
	text-transform:uppercase;
}
.pressLink a{
	color:#FFF;
	text-decoration:none;
}
.pressLink a .linkDesc{
	color:#e0e1e1;
}
.contactLink{
	text-align:center;
	width:225px;
	border-top:1px #c0c0c0 solid;
	padding:5px 5px 5px 0 ;
	color:#000;
	text-transform:uppercase;
}
.contactLink a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.contactLink a .linkDesc{
	color:#000;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
}
#downloadPR {
	background:url(images/downloadPRbkg.png) repeat-y;
}
#events{
	top:10px;
	position:fixed;
	left:50%;
	margin-left:-245px;
	z-index:9;
}
#eventOver{
	float:right;
	border:3px #000 solid;
	textalign:center;
	z-Index:9;
	top:0px;
	background:url(images/eventOverBkg.png) repeat;
	padding:20px;
	position:relative;
}

#eventImg{
	background:url(images/loadingGray.gif) center no-repeat; 
	min-height:200px;
	min-width:200px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	position:relative
}
/*Right Sidebar */
#sidebarRight{
	width:225px;
	float:left;
	margin:-25px auto;
	padding-bottom:25px;
}
.rightCell{
	width:215px;
	padding:5px 0 5px 5px;
	border-bottom:2px #fff solid;
}
.gig{
	text-align:center;
	border-top:1px #c0c0c0 solid;
	margin-top:5px;
	padding:5px;
}
.gig a{
	color:#000;
	text-decoration:none;
}
#bio{
	font-size:12px;
}  


/*Footer*/
#footer{
	background:#616161;
	height:15px;
	width:960px;
	padding:5px;
	font-size:14px;
	color:#999;
}
#footer a{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#ccc;
}
/*SoundCloud*/
