/*  
Theme Name: Chris West
Version: 1.0
Author: MWA Design
Author URI: http://www.mwadesign.com/

*/



/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul,ol,li{
	list-style: none;
}

address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	color: #333333;
	font-family: arial, verdana, sans-serif;
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}


/* ---------------- wrap ---------------- */


#wrap {
	text-align: left;
	margin: 0px auto 0 auto;
	width: 760px;
}





/* ---------------- layout ---------------- */


#header{
	float: left;
	width: 760px;
}


#content{
	float: left;
	width: 760px;
	margin: 25px 0;
}


#main-content{
	float: right;
	width: 600px;
}


#main-content-left{
	float: left;
	width: 350px;
	
}


#main-content-right{
	float: right;
	width: 215px;
	background: url(img/right-back.jpg) no-repeat 0 0;
}

#quartet-list{
	float: left;
	margin-bottom: 20px;
}

#quartet-list li{
	float: left;
	margin-right: 20px;
}


* html #quartet-list li{
	margin-right: 15px;
}

#main-content .quartet{
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
}


#main-content .quartet img{
	margin-bottom: 10px;
}

#nav{
	float: left;
	width: 135px;
}


#footer{
	float: left;
	width: 760px;
}




/* ---------------- #header ---------------- */


#header{
	height: 120px;
	background: url(img/chriswest.jpg) no-repeat 0 0;
	border-bottom: 2px solid #999999;
}


#header h1 a{
	display: block;
	width: 473px;
	height: 80px;
	margin-left: 160px;
	background: url(img/logo.gif) no-repeat 0 0;
	text-indent: -99999px;
}


#header blockquote{
	margin-left: 160px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin-top: 2px;
}
	

#header em{
	color: #23607F;
	font-style: italic;
}


/* ---------------- #main-content ---------------- */


#main-content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}


#main-content ul{
	margin-bottom: 20px;
}


#main-content li{
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 10px;
	list-style: disc;
}


#main-content a{
	color: #ff6600;
	font-weight: bold;
	}


#main-content a:hover{

	text-decoration: none;
	}

#main-content h2{
	color: #3398CC;
	font-size: 2.8em;
	margin-bottom: 15px;
}


#main-content .quotes{
	float: left;
	width: 350px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px 0 20px 0;
	padding: 15px 0 0 0;
}


#main-content .quotes p{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
}


#main-content .quotes p em{
	font-style: italic;
}


#main-content-right img{
	margin-bottom: 15px;
}


#main-content-right h3{
	font-size: 1.8em;
	margin-top: 10px;
}


#main-content-right h3 a{
	font-weight: normal;
	text-decoration: none;
}


#main-content-right h3 a:hover{
	text-decoration: underline;
}



/* ---------------- #nav ---------------- */


#nav a{
	color: #205F7E;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}


#nav a:hover{
	color: #ff6600;
	text-decoration: underline;
}


#nav .other a{
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}




#nav li{
	padding-left: 13px;
	margin-bottom: 10px;
	background: url(img/bullet.gif) no-repeat 0 4px;
}


#nav .other{
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 0px;
	background: none;
}


#nav .other a{
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 0px;
	border: 1px solid #cccccc;
	background: #f3f3f3;
}

#nav{
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
}


/* ---------------- #homebooks ---------------- */


#homebooks{
	float: left;
	width: 600px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}


#homebooks li{
	float: left;
	background: #C1E1F0 url(img/homebooks-back.jpg) no-repeat 0 0;
	width: 184px;
	margin: 0 24px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}


#homebooks .last{
	margin-right: 0px;
}


#homebooks li img{
	margin: 20px 0 0 20px;
}

#homebooks li p{
	font-weight: bold;
	padding: 15px 20px;
	margin: 0;
}



/* ---------------- #footer ---------------- */


#footer{
	float: left;
	width: 760px;
	border-top: 2px solid #999999;
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
}


#footer ul{
	float: left;
}


#footer li{
	float: left;
	margin-right: 23px;
}


#footer li a{
	text-decoration: none;
	color: #999999;
}


#footer li a:hover{
	text-decoration: underline;
}


#footer p{
	float: right;
	color: #999999;
}


#footer p em{
	color: #333333;
	font-weight: bold;
}


#footer p a{
	text-decoration: none;
	color: #999999;
}


#footer p a:hover{
	text-decoration: underline;
}
