/*
Theme Name: Wooden Box theme
Theme URI: http://woodenboxthefilm.com
Description: Main Wooden Box Theme
Version: 1.0
Author: Jay Harley
Author URI: http://heaveninteractive.com

*/

img {
	border:0px;
}

a:link, a:visited {
	color:red;
}

#messageBox {
	background-color:#fff;
	border:2px solid #000;
	padding:20px;
	font-weight:bold;
	font-size:12px;
	color:#990000;
	margin-bottom:20px;
}

#mailOverlay {

	z-index:200;
	background-color:#fff;
	width:429px;
	margin-left:auto;
	margin-right:auto;
	
	position:absolute;
	top:520px;
	left:100px;
	
	padding:0px;
	min-height:200px;
	border:2px solid #000;
	color:#990000;
	display:block;
	font-size:12px;
	font-weight:bold;
	

}
#overlayInside {
	padding:20px;
}
#overlayClose {
	float:right;
	width:40px;
	font-size:10px;
	border:1px solid red;
	text-align:center;
	background-color:#ccc;
}
#overlayClose a:link, #overlayClose a:visited {
	color:red;
	font-weight:bold;
}
#page {
	position:relative;
	background-color:#fff;
	
}

#container {
		width:800px;
		margin-left:auto;
		margin-right:auto;
		background-color:#fff;
		text-align:left;
		border-left:2px solid #656565;
		border-right:2px solid #656565;
		z-index:1;
}

h1, h6 {

	font-family: 'Copperplate-Bold','Copperplate','Trebuchet MS','fantasy';
	letter-spacing:1.1px;
	color: #6e2e06;
	margin-top:0px;
	padding-top:0px;
}
h1 {	
	
	
	font-weight:bold;
	font-size:50px;
	text-align:left;
	margin-bottom:0px;
}
body {
	margin:0px;
	font-size:15px;
	line-height:20px;
	font-family:'ArialMT','Arial','sans-serif';
	background-image: url('images/cello_wood.jpg');
	background-repeat: repeat;
}

#header #menu {
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #656565;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#header #menu a:link, #header #menu a:visited {
    color: #656565;
    text-decoration:none;
    letter-spacing: 1.1px;
    font-size:13px;
}


#header #menu a:hover {
	 color: #222;
	 text-decoration:underline;
}

#screenInfoBox {
	background-color: #F8F6E9;
	padding:20px;
}

#header #menu ul {
	margin-top:0px;
	padding-top:20px;
	list-style-type:none;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:0px;
	
}
#header #menu ul li {
	display:inline;
	margin:0px 30px 0px 0px;
	text-align:center;
	padding:0px;
}

#header #menu ul li .current {
    color: #5a5a5a;
}

#footer { 
	margin-top:0px;
    padding-top:0px;
    padding-bottom:40px;
	text-align:center;
	font-size:11px;
	border-top:1px solid #656565;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
}
#content {
    padding-top:40px;
    width:600px;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
    min-height:800px;
    
}
#musicPlayer {	
	margin:20px 0px 20px 0px;
}