/*---------------------------------------------------------------

Style Sheet: mikevass.com
Version:   1.0

-----------------------------------------------------------------*/

/*---------------------------- RESET ----------------------------*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea { -webkit-text-size-adjust: none; margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { -webkit-text-size-adjust: none; font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*---------------------------- COMMON ---------------------------*/

body { background: #EAE9E3; font-family: Arial, Helvetica, sans-serif; }

.container {  
	width: 900px;  
	margin: 0 auto;   
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/*.round {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/

h1 { color: #000000; font-size: 24px; font-weight: bold; }

h2 { }

h3 { }

p { font-size: 12px; color: #000000; }

.highlight { color: #B3966A; }
.right { text-align: right; }

a { text-decoration: none; color: #B3966A; }

a:hover { text-decoration: underline; }

.clear{
	clear:both;
	width: 1px;
}

/*---------------------------- LAYOUT ---------------------------*/

#main_content {
	margin-top: 40px;
}

#main_content .container {
	min-height: 660px;
	margin-top: 0px;
	position: relative;
	background: #EAE9E3;
	border: 1px solid #FFFFFF;
}

#bubble_container {
	float: left;
	position: relative;
	z-index: 3;
	margin-left: -55px;
	overflow: hidden;
}

.content_bubble {
	border: 1px solid #FFFFFF;
	background: #F2F1EB;
	margin: 15px 0;
	width: 440px;
	min-height: 50px;
	overflow: hidden;
	/* for non ie*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content_bubble h1, .content_bubble p {
	margin-left: 10px;
	margin-top: 10px;
	color: #2F1F12;
	width: 420px;
}

.content_bubble p {
	margin-bottom: 10px;
}

.wide {
	width: 660px;
}

.wide p, .wide h1 {
	width: 640px;
}

.split {
	width: 50%;
	float: left;
}

#mike {
	background: url('../img/layout/mike.jpg') 0px 0px no-repeat;
	width: 216px;
	height: 558px;
	position: absolute;
	float: left;
	bottom: 0px;
	right: 10px;
}

#mike.biog {
	background: url('../img/layout/mike2.jpg') 0px 0px no-repeat !important;
}

#quote_container {
	width: 660px;
	height: 100px;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#quotes {
	width: 660px;
	z-index: 0;
}

#quotes li {

}

#quotes h2 {
	font-size: 18px;
}

#quotes p {
	font-size: 14px;
	text-align: right;
}

#quotes h2, #quotes p{
	color: #1B1464;
	margin-left: 20px;
	width: 620px;
}

#player{
	position: absolute;
	top: 420px;
	margin-left: 10px;
}


#footer {  }

#footer p{
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}

#footer a{
	color: #000000;
}

/*---------------------------- NAVIGATION ---------------------------*/

#menu {
	background: url('../img/layout/menu_bg.gif');
	width: 275px;
	height: 500px;
	position: relative;
	z-index: 0;
	float: left;
}

/*.menu {  
	height: 35px;
	background: #FFFFFF;
}

#menu {
	float: left;
	width: 485px;
	height: 29px;
	margin-left: 31px;
	margin-top: 6px;
	overflow: hidden;
}*/

/* #menu_container{
	width: 800px;
	height: 40px;
	margin: 20px auto 0 auto;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	overflow: hidden;
}*/

#menu #nav{
	position: relative;
	left: 84px;
	top: 20px;
	padding: 0;
	width: 100px;
}

#menu #nav li{
	display: inline;
}

#menu #nav li a, #menu #nav li span{
	float: left;
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0px;
	width: 125px;
	
	background-image: url('../img/layout/menu_items2.gif'); 
	background-repeat: no-repeat;
}

/* Buttons */

#menu #nav li#nav-home a{ background-position: 0px 0px; padding-top: 33px; }
#menu #nav li#nav-projects a{ background-position: 0px -33px; padding-top: 30px; }
#menu #nav li#nav-news a{ background-position: 0px -63px; padding-top: 31px; }
#menu #nav li#nav-gigs a{ background-position: 0px -94px; padding-top: 30px; }
#menu #nav li#nav-shop a{ background-position: 0px -124px; padding-top: 30px; }
#menu #nav li#nav-teaching a{ background-position: 0px -154px; padding-top: 31px; }
#menu #nav li#nav-downloads a{ background-position: 0px -185px; padding-top: 31px; }
#menu #nav li#nav-contact a{ background-position: 0px -216px; padding-top: 31px; }
#menu #nav li#nav-links a{ background-position: 0px -247px; padding-top: 31px; }

/* Over */

#menu #nav li#nav-home a:hover{ background-position: -125px 0px; }
#menu #nav li#nav-projects a:hover{ background-position: -125px -33px; }
#menu #nav li#nav-news a:hover{ background-position: -125px -63px; }
#menu #nav li#nav-gigs a:hover{ background-position: -125px -94px; }
#menu #nav li#nav-shop a:hover{ background-position: -125px -124px; }
#menu #nav li#nav-teaching a:hover{ background-position: -125px -154px; }
#menu #nav li#nav-downloads a:hover{ background-position: -125px -185px; }
#menu #nav li#nav-contact a:hover{ background-position: -125px -216px; }
#menu #nav li#nav-links a:hover{ background-position: -125px -247px; }

/* Pressed */

#menu #nav li#nav-home a:active{ background-position: -125px 0px; }
#menu #nav li#nav-projects a:active{ background-position: -125px -33px; }
#menu #nav li#nav-news a:active{ background-position: -125px -63px; }
#menu #nav li#nav-gigs a:active{ background-position: -125px -94px; }
#menu #nav li#nav-shop a:active{ background-position: -125px -124px; }
#menu #nav li#nav-teaching a:active{ background-position: -125px -154px; }
#menu #nav li#nav-downloads a:active{ background-position: -125px -185px; }
#menu #nav li#nav-contact a:active{ background-position: -125px -216px; }
#menu #nav li#nav-links a:active{ background-position: -125px -247px; }

/* On */

#menu.home #nav li#nav-home a{ background-position: -125px 0px !important; }
#menu.projects #nav li#nav-projects a{ background-position: -125px -33px !important; }
#menu.news #nav li#nav-news a{ background-position: -125px -63px !important; }
#menu.gigs #nav li#nav-gigs a{ background-position: -125px -94px !important; }
#menu.shop #nav li#nav-shop a{ background-position: -125px -124px !important; }
#menu.teaching #nav li#nav-teaching a{ background-position: -125px -154px !important; }
#menu.downloads #nav li#nav-downloads a{ background-position: -125px -185px !important; }
#menu.contact #nav li#nav-contact a{ background-position: -125px -216px !important; }
#menu.links #nav li#nav-links a{ background-position: -125px -247px !important; }

/*---------------------------- MAIL ---------------------------*/
#mail, #mailing_result{
	position: absolute;
	top: 350px;
	margin-left: 20px;
}


#mail form #EmailField{
	font-size: 12px;
	color: #666666;
}

#mail form p, #mailing_result p{
	color: #FFFFFF;
	margin-bottom: 5px;
}

/*---------------------------- GIGS ---------------------------*/

#giglist {
	width:680px;
	font-size:12px;
	margin:10px 0px 10px 0px;
	text-align:left;
}

.gig{
	margin-top: 5px;
	margin-left: 10px;
	width:640px;
	overflow: hidden;
}

#giglist .date{
	width: 70px;
	float: left;
}

#giglist .details{
	width: 330px;
	float: left;
}

#giglist .info{
	width: 240px;
	float: left;
	word-wrap: break-word;
}

#giglist .title{
	border-bottom:1px solid #B3966A;
	color: #2F1F12;
	font-size:18px;
	font-weight:normal;
}

#giglist .gig:hover{
	background-color:#FFFFFF;
}

/*---------------------------- DOWNLOADS ---------------------------*/

ul.gallery{
	overflow: hidden;
	margin-left: 5px;
}

ul.gallery li{
	display: inline;
}

ul.gallery li a img{
	float: left;
	margin:5px;
	max-height: 72px;
	max-width: 72px;
}

/*---------------------------- PROJECTS ---------------------------*/

img.project{
	border: 1px solid #B3966A;
	width: 200px;
	float: right; 
	margin: 5px;
}
/*---------------------------- SHOP ---------------------------*/

.product{
	background: #FFF;
	width: 310px;
	min-height: 200px;
	float: left;
	margin: 10px;
}

ol.tracks{
	font-size: 12px;
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 10px;
}

.product p{
	width: 300px;
}

.product img{
	float: right;
	margin: 10px;
	width: 100px;
	border: solid 1px #EAE9E3;
}

/*---------------------------- TEACHING ---------------------------*/

.mikeform{
	border: solid 1px #EAE9E3;
	overflow: hidden;
	margin: 10px;
}

.mikeform fieldset{
	padding: 10px;
}

.mikeform fieldset .column{
	float: left;
	width: 305px;
}

.mikeform fieldset li{
	margin-bottom: 10px;
}

.mikeform fieldset label{
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F1F12;
	text-align: left;
	margin-right: 10px;
	width: 90px;
}

.mikeform fieldset input{
	border: 1px solid #EAE9E3;
	width: 180px;
	height: 20px;
}

.mikeform #result{
	float:left;
	width: 600px;
}

.mikeform fieldset button{
	float: right;
	border: 1px solid #FFF;
	background: #FFF;
	margin-top: 10px;
	width: 80px;
	height: 30px;
	font-size: 18px;
	cursor:pointer;
}

.mikeform fieldset button:hover{
	background: #EEE;
}

.mikeform fieldset textarea{
	width: 312px;
	height: 97px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F1F12;
	border: 1px solid #EAE9E3;
	text-align: left;
}

label.error { float: left; font-size: 11px !important; color: red !important; vertical-align: top; width: 330px !important;}

ul.custom{
	overflow: hidden;
}

ul.custom li.tune a{
	float: left;
	margin: 5px;
	font-size: 12px;
	height: 28px;
	width: 100px;
	padding-top: 68px;
	text-align: center;
}

ul.custom li.tune:hover a{
	text-decoration: underline;
}

ul.custom li.pdf a{
	background: url('../img/layout/pdf.gif') no-repeat top center;
}

ul.custom li.jpg a{
	background: url('../img/layout/jpg.gif') no-repeat top center;
}

ul.custom li.mp3 a{
	background: url('../img/layout/mp3.gif') no-repeat top center;
}

ul.custom li.doc a{
	background: url('../img/layout/doc.gif') no-repeat top center;
}

ul.custom li.file a{
	background: url('../img/layout/file.gif') no-repeat top center;
}

/*---------------------------- LINKS ---------------------------*/

ul.linkslist{
	margin: 10px 0 10px 10px;
}

ul.linkslist li{
	margin-bottom: 5px;
}

ul.linkslist li a{
	font-size: 12px;
}