
/* 
Project: Chris West
Filename: screen.css
Date: 07 March 2008
Author: ClearBytes - (simon@clearbytes.co.uk)
*/


/*------ 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,em {
	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: 90%;
}





/* ---------------- layout ---------------- */






/* ---------------- #header ---------------- */


#header{
	width: 100%;
	border-bottom: 2px solid #999999;
	padding-bottom: 10px;
}


#header h1 a{
	display: block;
	font-size: 3em;
	color: #000000;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
}


#header blockquote{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin-top: 2px;
}
	

#header em{
	color: #23607F;
	font-style: italic;
}


/* ---------------- #main-content ---------------- */


#main-content{
	margin-top: 20px;
}

#main-content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}


#main-content a{
	color: #3398CC;
	font-weight: bold;
	}


#main-content a:hover{
	text-decoration: none;
	}

#main-content h2{
	color: #3398CC;
	font-size: 2.8em;
	margin: 15px 0;
}


#main-content .quotes{
	float: left;
	width: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px 0 20px 0;
	padding: 15px 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{
	display: none;
}


#quartet-list li{
	float: left;
	margin-right: 10px;
}



/* ---------------- #nav ---------------- */


#nav{
	display: none;
}




/* ---------------- #homebooks ---------------- */


#homebooks{
	float: left;
	width: 100%;
	margin-top: 5px;
}


#homebooks li{
	float: left;
	background: #C1E1F0 url(img/homebooks-back.jpg) no-repeat 0 0;
	width: 184px;
	margin-right: 24px;
}


#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{
	display: none;
}
