@charset "utf-8";
/* CSS Document */

/*
Theme Name: mikestheme
Theme URI: www.mikescala.com
Description: layout style for MikeScala.com
Version: 1.0
Author: Joe McConnell
Author URI: www.defunktdesign.net
*/

body{
margin:0;
padding:0;
background-image:url(../images/bg.png);
background-repeat:repeat-y;
background-position:top;
color:#FFF;
/*font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;*/
font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}

.post-title
{
display: none !important;
}

#header{
	width:881px;
	margin:auto;
	text-align:center;
}

/*#header{
width:881px;
height:98px;
margin:auto;
text-align:center;
}

#subheader{
width:881px;
height:35px;
padding-bottom:5px;
background-image:url(../images/header/headerBottom.png);
background-repeat:no-repeat;
margin:auto;
text-align:center;
}

#menu{
width:881px;
height:34px;
text-align:center;
margin:auto;
}
*/
#content{
width:881px;
min-height:600px;
margin:auto;
}

#mainfooter{
	width:881px;
	height:29px;
	margin:auto;
	text-align:center;
	background-image:url(../images/footer/footer.png);
	background-repeat:no-repeat;
	margin-top:50px;
	margin-bottom:25px;
	padding-top:4px;
	font-size:0.8333em;
}

img{
	border:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

p.indent{
	text-indent:30pt;
}

.center{
	margin:auto;
	text-align:center;
}

A:link {color: #FFF; text-decoration: none}
A:visited {color: #FFF; text-decoration: none}
A:active {color: #FFF; text-decoration: none}
A:hover {color: #FFF; text-decoration: underline;}
/*home page------------------------------------------------*/

#content01{
	width:871px;
	padding: 5px 5px 5px 5px;
	height:344px;
	background-image:url("../images/index/content01.png");
}

#mailinglist{
	width:260px;
	margin-top:317px;
	float:left;
}

#nextshow{
	width:175px;
	padding-left:5px;
	float:left;
	margin-top:155px;
	text-align:center;
}

#free{
width:881px;
background-image:url("../images/index/free.png");
background-repeat:no-repeat;
}
/*biopage------------------------------------------------*/

#bioimg{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

/*disc page------------------------------------------------*/

#album{
	width:420px;
	margin:auto;
	float:left;
	padding: 0px 10px 0px 10px;
}

#albumtext{
	width:370px;
	margin:auto;
}

/*tour page------------------------------------------------*/
#tourhead{
	background-image:url(../images/tour/head.png);	
	height:76px;
	width:800px;
	margin:auto;
}

#tourcontent{
	background-image:url(../images/tour/bg.png);
	background-repeat:repeat-y;
	width:800px;
	margin:auto;
}
#tourfooter{
	background-image:url(../images/tour/footer.png);	
	height:29px;
	width:800px;
	margin:auto;		
}

.tourtable{
	margin:auto;
	text-align:center;
	width:750px;
}

#tourbg{
	background-image:url(../images/tour/sing_02.png);
	background-repeat:no-repeat;
	width:800px;
	margin:auto;
	min-height:480px;
}


/*blog page------------------------------------------------*/
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#blogcontent {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	background-image:url(../images/blog/bg.png);
	background-repeat:repeat-y;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#contentB{
	width:600px;	
}

.entry-content{
	width:600px;	
}
#main{
	margin-top:25px;
}

.entry-meta{
	color:#CCC;
	font-size:9px;	
}

.entry-utility{
	color:#CCC;
	font-size:9px;	
}

.entry-content{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.widget-area{
	color:#CCC;
	font-size:11px;	
	margin-top:15px;
}

.entry-summary{
	width:600px;
}


/*contact page------------------------------------------------*/

#contactmain{
	width:810px;
	min-height:600px;
	background-image:url(../images/contact/01.png);
	background-repeat:no-repeat;
	color:#000;
	padding-top:35px;
	padding-right:30px;
	margin:auto;
	margin-top:25px;
}

/*media page------------------------------------------------*/
#vidz{
	margin:auto;
	text-align:center;
}

#mp3container{
	width:881px;
	height:268px;
	background-image:url(../images/media/bg.png);
	background-repeat:no-repeat;
}
#mp3samples{
	text-align:center;
	margin: 25px 25px 25px 25px;
}

mediatext{
	margin: 25px 25px 25px 25px;
}