@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
	width: 100%;
	height: 625px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#rpm {
	top: 0px;
	float: left;
	background-image: url(../images/ryanpeiffermusic.png);
	background-repeat: no-repeat;
	width: 798px;
	height: 64px;
	margin: 0;
}

#mainArea {
	position: absolute;
	min-width: 798px;
	width: 100%;
	height: 561px;
	text-align: center;
	left: 0px;
	top:64px;
	margin: 0;
}

#silhouette {
	top: 0px;
	float: right;
	background-image: url(../images/silhouette.png);
	background-repeat: no-repeat;
	width: 201px;
	height: 625px;
}


a {outline:none;}

h1 {
	font-weight:normal;
	font-size:16px;
	text-align:left;
	color:#333;
	margin:0 0 10px 0;
	padding:0 5px 0 5px;
	color:#666;
}

body#photos img {
	border:1px solid #999;
	padding: 4px;
	margin: 2px;
}

body#photos a:hover img {
	background-color:#999;
}

img.floatLeft { 
    float:left; 
    margin:4px; 
}
img.floatRight { 
    float:right; 
    margin:4px; 
}

#wrapper {
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	width:798px;
	height:561px;
	margin:0 auto;
	padding-right:201px;
}

#content {
	position:absolute;
	background-color:#FFFFFF;
	margin:0 auto 0 75px;
	padding:0;
	top:55px;
	width:640px;
	height:480px;
}

#bandsTab {
	position:relative;
	float:left;
	height:auto;
	width:80px;
	margin:0 10px 0 0;
	padding:10px 15px 0 0;
	border: 2px solid #999;
	text-align:left;
}

#bandsTab ul {
	margin:0 0 0 15px;
	padding:0 5px 0 0;
}

#bandsTab li,
#bandsTab a {
	font-size:12px;
	color:#666;
	margin:0 0 5px 0;
	list-style-type:none;
	text-decoration:none;
}

#bandsTab a:hover {
	background-color:#333;
	color:#FFF;
}

#bandsTab .more {
	position:absolute;
	display:none;
}

#bandsTab .moreBands {
	position:absolute;
	display:none;
}

#bandsTab:hover .moreBands {
	display:block;
	width:300px;
	padding:0;
	margin:0;
	font-size:10px;
	color:#333;
	text-align:left;
	top:-20px;
	left:-3px;
}

#bandsTab a:hover .more {
	display:block;
	width:105px;
	padding:0;
	margin:0;
	font-size:10px;
	color:#333;
	text-align:left;
	top:123px;
	left:-3px;
}

#contentMain {
	width:auto;
	color:#333;
	margin:75px 20px 10px 20px;
	text-align:left;
}

#contentHome {
	float:left;
	width:75%;
	margin:10px 10px 0 10px;
	height:auto;
	font-size:14px;
	line-height:25px;
}

#wGif {
	margin-right: -12px;
}

#homePic {
	position:absolute;
	bottom:0;
	left:0px;
}

/* MAIN NAVIGATION */

#mainNav {
	position:absolute;
	display:block;
	width:640px;
	height:auto;
	left:20px;
}

#mainNav ul {
	margin:0;
	padding:0;
	width:auto;
	font-size:14px;
	background-color:#FFF;
}

#mainNav ul li a:hover {
	background-color:#333;
	color:#FFF;
}

#mainNav ul li {
	display:block;
	text-decoration:none;
	position:relative;
	list-style:none;
	float:left;
	padding:15px 10px 5px 0;
}

#mainNav ul li a.current {
	color:#333;
	background:none;
}

#mainNav li {
	display:inline;
	list-style-type:none;
}

#mainNav li ul {
	position:absolute;
	left:0px;
	top:35px;
	display:none;
	list-style:none;
	font-size:10px;
	line-height:11px;
}

#mainNav li ul li {
	padding:1px;
	width:100px;
	text-align:left;
}

#mainNav ul li a {
	text-decoration:none;
	color:#666;
}

#mainNav li:hover ul, #mainNav li.sfhover ul { 
	display:block;
}

/* END MAIN NAVIGATION */

/* SCHEDULE PAGE */

#contentSchedule {
	width:auto;
	color:#333;
	margin:100px 20px 10px 110px;
	border-left:1px solid #999;
	text-align:left;
	height:370px;
	overflow:auto;
}


#contentSchedule ul {
	margin:0 0 0 60px;
	padding:0;
	font-size:12px;
	color:#333;
	list-style:none;
}

#contentSchedule li {
	margin:5px 0 0 0;
	padding:0;
}

/* END SCHEDULE PAGE */

/* CONTACT PAGE */

body#contact #content {
	background-image:url(../images/card.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

body#contact a {
	text-decoration:none;
	color:#555;
}

body#contact a:hover {
	color:#FFF;
	background-color:#333;
}

#contentContact {
	position:relative;
	top:225px;
	left:222px;
	font-size:14px;
	width:200px;
	color:#555;
	line-height:50px;
}

/* END CONTACT PAGE */

/* FORM STYLE AND BOOKING PAGE */

#contentBooking {
	float:left;
	width:265px;
	margin:30px 0 0 10px;
	font-size:10px;
	color:#333;
	text-align:left;
}

body#booking #validateBox {
	position:absolute;
	width:320px;
	height:auto;
	padding:0 0 0 10px;
	margin:0;
	border-left:1px solid #999;
	bottom:30px;
	right:40px;
}

body#booking #validateBox li {
	font-size:11px;
	color:#333;
	margin:0 0 10px 0;
}

#contentBooking .error {
	color: #FF0000;
	font-size:10px;
}

.required {
	position:absolute;
	top:450px;
	right:10px;
	color: #FF0000;
	font-size:10px;
}

.validate {
	color:#666;
	font-size:12px;
}

form {
	width:325px;
	float:right;
}

fieldset {
	position:relative;
	float:right;
	clear:both;
	width:325px;
	margin:20px 0 -20px 0;
	padding:0 0 20px 0;
	border:none;
	border-left:1px solid #999;
}

legend {
	padding:0;
	color:#666;
	font-size:12px;
	font-weight:bold;
}

legend span {
	position:absolute;
	left:10px;
	top:0;
	margin-top:10px;
}

label {
	float:left;
	width:125px;
	margin-right:10px;
	text-align:right;
}

fieldset ol {
	padding:25px 0 0 0;
	list-style:none;
}

fieldset li {
	float:left;
	clear:left;
	width:100%;
	padding-bottom:5px;
	font-size:10px;
	color:#333;
}

input,
textarea {
	display:block;
	color:#FFF;
	background-color:#333;
	border-color:#999;
}

fieldset.submit {
	float:right;
	width:325px;
	height:10px;
	border:none;
	margin-top:10px;
	background-color:transparent;
}

/* END FORM STYLE */

/* BANDS PAGES */

body#bands #contentMain {
	position:absolute;
	width:455px;
	top:5px;
	left:125px;
	padding:10px 0 0 20px;
	border-left:1px solid #999;
}

body#bands #contentMain p {
	font-size:12px;
	color:#333;
	margin:10px 0 10px 0;
	padding:0 0 0 30px;
	line-height:14px;
}

body#bands #contentMain h1 {
	background-color:#666;
	color:#FFF;
	font-size:14px;
	margin:0;
}

body#bands #contentMain a,
body#bands #contentMain a:link {
	color:#333;
}

body#bands #contentMain a:hover h1, body#bands #contentMain a.sfhover2 h1 {
	background-color:#333;
}

body#bands #contentMain a {
	text-decoration:none;
}

/* ENDS BANDS PAGE */

/* BANDS SUB MENUS */

body#bandsSub #contentMain {
	position:absolute;
	width:455px;
	top:5px;
	left:125px;
	padding:10px 0 1px 20px;
	border-left:1px solid #999;
	height:150px;
}

body#bandsSub #contentMain h1 {
	background-color:#666;
	color:#FFF;
	font-size:14px;
	margin:0;
}

body#bandsSub #contentMain p {
	font-size:12px;
	color:#333;
	padding:0 0 0 30px;
}

body#bandsSub #track {
	position:absolute;
	top:140px;
}

body#bandsSub #track p {
	margin:10px 0 5px 0;
}

body#bandsSub h2 {
	font-size:12px;
	margin:0 0 8px 30px;
	color:#666;
}

body#bandsSub ol {
	font-size:11px;
	margin:0 0 0 210px;
	line-height:15px;
}

body#bandsSub .it {
	font-style:italic;
}

body#bandsSub #bandsLink {
	position:absolute;
	bottom:-235px;
	right:18px;
}

body#bandsSub #bandsLink a {
	font-size:13px;
	color:#666;
	text-decoration:none;
}

body#bandsSub #bandsLink a:hover {
	color:#FFF;
	background-color:#666;
}

body#bandsSub embed {
	margin:0 0 -5px 0;
	padding:0;
}

/* LESSONS PAGE */



/* LINKS PAGE */

body#links #contentMain {
	margin:295px 20px 10px 330px;
	padding:5px 0 0 10px;
	border-left:1px solid #999;
	line-height:25px;
}

body#links #contentMain a {
	font-size:14px;
	color:#666;
	text-decoration:none;
}

body#links #contentMain a:hover {
	color:#333;
}

body#songlist #contentMain {
	overflow:auto;
}

.column {
	font-size:12px;
	float:left;
	width:280px;
	height:345px;
	padding-left:10px;
}

.column li {
	list-style:none;
}

.testimonials {
	font-size:12px;
	float:left;
	width:auto;
	height:345px;
	padding-left:10px;
}