/******************************************************

	CSS for hazelrowley.com by derrick koo 

*******************************************************/

/*----- THE UNIVERSAL RESET -----*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}


/*----- GLOBAL STYLES -----*/

html, body {
	width: 100%;
	min-width: 780px;
}

body {
	background: url(images/1px.jpg) center repeat-y #FFFDEE;
	font: 13px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	line-height: 140%;
	padding-top: 50px;
	padding-bottom: 25px;
}

h1, h2 {
	clear: left;
	font-size: 1.8em;
	color: #246A90;
	text-transform: uppercase;
	padding-bottom: .3em;
	border-bottom: 1px solid #DDD;
}

h1 {
	border: none;
}

h3 {
	clear: left;
	font-size: 1.4em;
	font-weight: normal;
	color: #246A90;
	text-transform: uppercase;
	padding-top: 1.5em;
}

h4, h4 a, .big a {
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #246A90;
	border: none;
}

#articles span em {
	font-weight: normal;
}

h5, #articles span.note {
	font: 11px/14px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #666;
}

h5 a {
	text-decoration: none;
	color: #9999CC;
	border-bottom: 1px solid #CCC;
}

h5 a:hover {
	border-bottom: 1px solid #6666FF;
	color: #6666FF;
}

p {
	padding-top: .5em;
	padding-bottom: .5em;
}

em {
	font-weight: bold;
	font-style: italic;
}

em i {
	font-style: normal;
}

blockquote {
	margin: .7em 2em;
	padding: 0 .75em;
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
	font: .9em/1.5em 'Trebuchet MS', Arial, sans-serif;
	color: #555;
}

img.inset, img.inset_right, div.centered img, ul#covers a img {
	padding: .25em;
	border: 1px solid #CCC;
}

img.inset {
	float: left;
	margin-right: 1.5em;
	margin-top: 1em;
}

img.inset_right {
	float: right;
	clear: right;
	margin-left: 1.5em;
	margin-top: .75em;
}

a:hover img.inset, a:hover img.inset_right, ul#covers a:hover img {
	border: 1px solid #99F;
}

.centered {
	text-align: center;
}


/*----- MENU -----*/

ul#menu {
	list-style: none;
	margin-top: 20px;
	font: 12px/13px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 250%;
}

ul#menu li {
	display: block;
	text-align: right;
}


ul#menu li a {
	margin-right: 5em;
	text-decoration: none;
	color: #AAA;
	padding: .25em;
}

ul#menu li.active a {
	color: #CCC;
}

ul#menu li a:hover {
	color: #FFFCE6;
	border-top: 2px solid #FFFCE6;
	border-bottom: 2px solid #FFFCE6;
}


/*----- MAIN LAYOUT -----*/

#container {
	margin: 0 auto;
	width: 800px;
	padding-left: 1em;
}

#sidebar {
	float: left;
	width: 240px;
	text-align: right;
}

#sidebar img {
	margin-right: 10px;
}

#content {
	float: right;
	padding-top: 50px;
	width: 520px;
}

#content a {
	text-decoration: none;
	color: #6666FF;
	border-bottom: 1px solid #CCC;
}

#content a:hover {
	color: #9999FF;
	border-bottom: 1px solid #9999FF;
}


/*----- INTERVIEWS/ARTICLES PAGES -----*/

#interviews ul, #articles ul {
	list-style: disc;
	padding: .5em 1.5em;
}

#interviews span.note {
	font-size: .85em;
	font-style: italic;
}

#articles h4, #interviews h4 {
	padding-top: 1em;
}

#articles li {
	padding-bottom: 1em;
}


/*----- BOOKS PAGES -----*/

#books li {
	clear: both;
	border: 1px solid #CCC;
	background: #DEF;
	margin: 1em;
	padding: 1em;
}

#books li img.inset {
	margin: 0;
	margin-right: 1em;
}

#books li div {
	clear: both;
}

#books blockquote {
	font: 12px/16px Arial, sans-serif;
	border: none;
	margin: 0;
	margin-top: 1em;
}

#books blockquote.alt {
	background: #DEF;
}

#books li blockquote {
	padding: 0;
}

#books li blockquote p {
	padding: 0;
	padding-bottom: .5em;
}

#books p.attribute {
	text-align: right;
	font-weight: bold;
	padding-right: 1em;
}

h5.subtitle {
	padding-bottom: .3em;
	border-bottom: 1px solid #CCC;
}

ul#covers {
	margin-top: 1em;
	text-align: center;
}

ul#covers li {
	display: inline;
	margin-right: 1.5em;
}

ul#covers li a, ul#covers li a:hover {
	border: none;
}

ul#covers li.last {
	margin-right: 0;
}


/*----- FOOTER -----*/

#footer {
	clear: both;
}

#content .big a, #content h4 a, #content .big a:hover, #content h4 a:hover {
	border: none;
}
