/*  
Theme Name: Mortal Music
Description: Custom WordPress theme built for Andy Pinkham by Shaun Wolf Wortis
Version: 1.1
Author: Shaun Wolf Wortis
Author URI: http://wolfmotor.com/
*/


* 	{
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	text-align:center; 
	font: 100%/130% georgia, serif;
	color: #333;
	background-color: #FFF;
	margin-top: 18px;
	}

p, h2 {
	margin: 1em 0;
	}


h1 {
	background: url(images/logoSm.gif);
	text-indent: -999em;
	width: 451px;
	height: 85px;
	float:right;
	margin-right: 45px;
	}

h1 a, h1 a:visited {
	height: 85px;
	width: 451px;
	display: block;
	}

h2 {
	font-size: 18px;
	font-weight:normal; 
	}

a:link, a:visited {
	color: #8F6262;
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
	}
	
	
a:hover {
	color: #993300
	}

	

#container, #front {
	position: relative; 
	margin: 0 auto; 
	text-align: justify; 
	width: 700px;
	padding-bottom: 40px;
	}


#front {
	background: url(images/guitarboy.jpg) top left no-repeat;
	width: 700px;
	height: 577px;
	}

#front h1 {
	margin-right:0;
	margin-top: 15px;
	width: 486px; 
	height: 92px; 
	padding-top: 42px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -999em;
	}

#front ul {
	padding-top: 230px;
	text-align: right;
	float: right;
	font-size: 20px;
	line-height:20px;
	word-spacing: 1px;
	}

#front li {
	padding-bottom: 20px;
	list-style: none;
	}

#front li span.small {
	font-size: 14px; 
	line-height:20px;
	}

	
#nav {
	margin-top: 35px;
	width: 200px;
	height: 100%;
	float: left;
	background: url(images/guitarboySm.jpg) no-repeat;
	padding-top: 230px;
	padding-bottom: 40px;
	font: 15px/17px "Gill Sans", geneva, Arial, Helvetica, sans-serif; 	
	text-align:left;
	}

#nav li {
	width: 160px;
	margin: 12px 0;
	list-style: none;
	}
	
#nav li ul.meta {
	margin-top: 70px;
	}
	
#nav li ul.meta li a {
	font-weight: normal;
	}

#nav span {
	font-size: 11px;
	display:block;
	}

#content {
	width:500px;
	float: right;
	list-style: disc inside;
	}


#side {
	background: #f8f6e2;
	padding: 15px;
	width: 250px;
	float: right;
	margin-left: 10px;
	display:inline;
	font: 12px/14px "Microsoft Sans Serif", "Gill Sans", Arial, Helvetica, sans-serif; 
	}
	
#side h2 {
	font-size: 14px;
	}

p.address, p.copy {
	text-transform: uppercase;
	color: #666;
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 20px;
	}
	
p.copy {
	font-family: "Microsoft Sans Serif", "Gill Sans", Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	}
	
p.copy a {
	font-weight: normal;
	}
	
ul#clients li { 
	display: inline;
	padding-right: 10px;
	}
	
/* FORMS */

#contact {
	width: 500px;
	font: 11px/15px arial, helvetica,sans-serif;
	float: right;
	padding-bottom: 20px;
	}
	
#contact p {
	clear:both;
	margin-bottom: 0;
	}

div.search {
	width: 100%;
	}
	
div.search input{
	width: 130px;
	height: 18px;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 18px;
	font-family: "lucida grande", geneva, sans-serif;
	border-top: 2px solid #7c7c7c;
	color: #abb9c1;
	padding-left: 5px;
	}
	
#searchsubmit {
	width: 18px;
	height: 18px;
	background:url(images/search.gif) top right no-repeat #FFF;
	text-indent: -9999px;
	border: none;
	}
