/* ~ ~ ~ ~ ~ Layouts for LveMusicGuy.com ~ ~ ~ ~ ~ */

/* Basic structure */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 67.5%/140% Georgia, 'Times New Roman', Times, serif;
}

h1 {
	padding: 50px 0 50px 15px;
	margin-left: 20px;
	letter-spacing: 1px;
	border-left: 2px solid;
	font-size: 4.5em;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
}
h2 {
	margin-top: -25px;
	margin-left: 60px;
	font-size: 2em;
	font-weight: normal;
}
p {
	font-size: 1.4em;
}
ul {
	font-size: 2em;
	font-weight: bold;
	list-style-type: none;
}
li {
	margin-bottom: 5px;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Section layouts */

#header {
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid white;
}
#contact {
	width: 270px;
	padding: 15px 0 16px 50px;
	position: absolute;
	background: transparent url(../images/greenGradient.jpg) repeat-y left center;
	top: 0;
	right: 0;
	line-height: 150%;
	font-size: 1.3em;
}
#nav {
	width: 150px;
	length: 100px;
	margin: 15px 0px 0px 15px;
	float: left;
	display: inline;
	text-align: right;
}
#nav a {
	display: block;
	padding: 0px 0px 82px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
}	


#navHome {
	background: url(../images/home.jpg) no-repeat top center; 
}
#navJazz {
	background: url(../images/darl1.jpg) no-repeat top center; 
}
#navInstrumentalJazz {
	background: url(../images/Combo.jpg) no-repeat top center; 
}
#navFunk {
	background: url(../images/patrice.jpg) no-repeat top center; 
}
#navGuitar {
	background: url(../images/guitar.jpg) no-repeat top center; 
}
#navCleaning {
    background: url(../images/Piano-Cleaning.jpg) no-repeat top center; 
}
#navCushion {
    background: url(../images/Cushion1.jpg) no-repeat top center; 
}
#navSound {
    background: url(../images/sound_board.jpg) no-repeat top center; 
}
#navDJ {
	background: url(../images/DJ.jpg) no-repeat top center; 
}
#navInfo {
	background: url(../images/pianonav.jpg) no-repeat top center; 
}
#navForum {
	background: url(../images/violin.jpg) no-repeat top center; 
}
#navAboutUs {
	background: url(../images/Piano.jpg) no-repeat top center; 
}
#navSaxRepair {
	background: url(../images/Flowers.jpg) no-repeat top center; 
}
#navSaxLessons {
	background: url(../images/sax.jpg) no-repeat top center; 
}
#bookingWrap {
	float: right;
	width: 224px;
	margin: 15px 15px 15px 0;
	padding: 15px 10px;
	border: 1px solid;
}
#bookingWrap p {
	margin-bottom: 5px;
}
#bookingWrap h3 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	border: 1px solid;	
}
#bookingWrap p, #bookingWrap h4 {
	font-size: 1em;
	font-family: Verdana, Arial, 'sans serif';
	font-weight: bold;
}
#bookingWrap fieldset {
	border: none;
}
input, textarea {
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid;
}
#submit input {
	border: 2px outset;
	padding: 5px;
}
#content {
	border: 1px solid;
	margin: 15px 15px 25px 180px;
	padding: 15px 15px 0 15px;
}
#content a {
	text-decoration: underline;
}
#content p {
	letter-spacing: 1px;
	line-height: 130%;
	margin-bottom: 15px;
	margin-left: 10px;
}
#content h3 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	border: 1px solid;
}
#content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
#content dl {
	margin: 10px 0 10px 10px;
	padding: 10px;
	line-height: 150%;
	letter-spacing: 1px;
	border: 1px solid;
}
#content dt {
	font-weight: bold;
	font-size: 1.3em;
}
#content dd {
	text-indent: 2em;
	font-size: 1.2em;
	margin-bottom: 5px;
}
#content ul {
	font-weight: normal;
	font-size: 1em;
	margin: 10px 0 10px 20px;
}
#content .listHeader {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid;
}
#content ul#rates {
	height: 5em;
}
#rates li {
	font-size: 1.3em;
	float: left;
	margin-right: 2em;
}
#rates li.listHeader {
	float: none;
	font-size: 1.5em;
}
#content .emphasis {
	border: 1px solid;
	padding: 5px;
	margin: 0 0 25px 0;
	text-align: center;
}
.emphasis a {
	text-decoration: underline;
}
#footer {
	clear: both;
	text-align: right;
	border-top: 2px solid;
	padding-right: 25px;
}
#footer p, #footer address {
	font: .9em Verdana, 'sans serif';
	font-style: italic;
}