/* Title:   Blake Magic styles
Author:     Blake Magic
Copyright:  2009, Blake Applegate.  All rights resevered. */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td, form, input, address, img {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial','FreeSans', sans-serif;
}

body {
	font-size: small;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial','FreeSans', sans-serif;
	background-image:url(../images/bg.jpg);
	background-position:top center;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

ul {
	list-style: none;
	margin: 0px;
}

li {
	padding: 0px;
	color: #666;
	font-size: 100%;
	line-height: 140%;
}

hr {
	height:1px;
}

a, a:link, a:visited {
	outline: none;
	color: #000000;
	text-decoration: none;
}

a, a:hover, a:visited:hover {
	outline: none;
	color:#999999;
	text-decoration: none;
}

a img, a:link img, a:visited img {
	border: none;
}


#container {
	width: 904px;
	min-height:735px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color:#FFFFFF;
}


#footer {
	clear:both;
	float:none;

}

#footer a:link {
	color:#eeeeee;

}

#footer p, #footerp {
	margin:0 auto;
	width:904px;
	color:#eeeeee;
	text-align:right;
	padding: 20px 0 20px;
	font-size:75%;
}


#wrapper {
	background-image:url(../images/bg-fade.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	
}


/* BLAKE IMAGES =============================== */

#home #blake {
	position:absolute;
	top:26px;
	left:38px;
	z-index:1;
}

#performances #blake {
	position:absolute;
	top:26px;
	left:38px;
	z-index:1;
}

#contact #blake {
	position:absolute;
	top:26px;
	left:38px;
	z-index:1;
}

/*
#performances #blake {
	position:absolute;
	top:26px;
	left:-138px;
	z-index:1;
}

#contact #blake {
	position:absolute;
	top:26px;
	left:-78px;
	z-index:1;
}
*/

/* UNIVERSAL CLASS ========================================== */

p img {
	vertical-align:middle;
}

.clearboth {clear:both;}

/* top_banner ========================================== */


#top_banner {
	height:212px;
	background:url(../images/top_bg.jpg) no-repeat 226px 50px; 
}

#top_banner ul {
	float:right;
}

#top_banner li {
	float:left;
	padding:20px 30px;
}

/* HOME ========================================== */


#home_body {
	width:630px;
	margin: 0 0 0 230px;
	border:solid 1px #000000;
}

#home_black {
	min-height:255px;
	background-color:#000000;
	padding:31px 0 0 51px;
}

#home_black p {
	color:#ffffff;
}

#home_black h1 {
	margin-top:20px;
	color:#FFFFFF;
	font-size:190%;
	font-weight:lighter
}

#video_player {
	margin-left:105px;
	float:left;
}

#video_player p {
	padding:3px 0;
	float:right;
}

#video_player img{
	border:solid 1px #FFFFFF;
}

#home_white {
	background:url(../images/gray-fade.jpg) bottom right #FFFFFF no-repeat;
	padding:18px 0 0 51px;
}

#home_white p {
	padding:10px 30px 6px 0px;
	line-height:1.5em;
}

#home_white ul {
	padding:12px 40px 10px 20px;
	float:left;
}

#facebook {
	border-bottom:solid 1px #777777;
	padding:10px 0 20px 230px;
}

#testimonial {
	background-color:#FFFFFF;
	width:904px;
}

#testimonial div {
	float:left;
}

#testimonial_left {
	width:500px;
	padding:15px 0 15px 230px;
}

#testimonial p {
	line-height:1.4em;
}

#testimonial_left p {
	font-style:italic;
}


#testimonial_right {
	float:right;
	padding:15px 0 15px 0;
}


