/* @group 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, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
}

/* remember to define focus styles! */
:focus, :active {outline: 0;}
/* @end */

/* @group General */

body {
	background: #3b363a url(/i/page-back.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
}

p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

li {
	font-size: 13px;
	line-height: 18px;
}

a {
	color: #f3a662;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav, #content, #footer {
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	height: 156px;
	width: 1050px;
	margin: 0 auto;
	text-align: left;
}

body#home #header,
body#search #header {background: url(/i/header-home.jpg) no-repeat;}
body#about #header {background: url(/i/header-about.jpg) no-repeat;}
body#pub #header {background: url(/i/header-pub.jpg) no-repeat;}
body#blurbs #header {background: url(/i/header-blurbs.jpg) no-repeat;}
body#contact #header {background: url(/i/header-contact.jpg) no-repeat;}
body#events #header {background: url(/i/header-events.jpg) no-repeat;}
body#blog #header {background: url(/i/header-blog.jpg) no-repeat;}

#header p {
	text-indent: -9999px;
}

/* @end */

/* @group Navigation */

#nav {
	background: #000;
	height: 43px;
}

#nav ul {
	overflow: auto;
}

#nav li {
	display: block;
	float: left;
	height: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 13px;
	padding: 16px 0;
}

#nav li a {
	border-left: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}

#nav li a:hover {
	color: #f3a662;
}

#nav li.home a {
	border: none;
}

body#home li.home,
body#about li.about,
body#pub li.pub,
body#blurbs li.blurbs,
body#contact li.contact,
body#events li.events
body#blog li.blog {
	background: url(/i/nav-back.gif) repeat-x;
}

body#home li.about a,
body#about li.about a,
body#about li.pub a,
body#pub li.pub a,
body#pub li.blurbs a,
body#blurbs li.blurbs a,
body#blurbs li.contact a,
body#contact li.contact a,
body#contact li.events a,
body#events li.events a,
body#events li.blog a,
body#blog li.blog a {border: none;}

/* @end */

/* @group Layout */

#content {
	background: #3b363a;
	padding: 20px 0;
}

div#col1, div#col2, div#col3 {
	float: left;
	text-align: left;
}

div#col1 {
	width: 230px;
	margin: 0 20px 0 20px;
}

div#col2 {
	width: 340px;
	margin: 0 20px 0 0;
}

div#col3 {
	width: 250px;
	margin: 0 20px 0 0;
	padding: 25px 0;
	background: #302c2f;
}

body#pub div#col1 {width: 380px;}
body#pub div#col2 {width: 460px; margin-top: 40px;}
body#pub div#col3 {width:860px; margin: 0 20px; padding: 0; background: none;}

body#blurbs #col1 {
	width: 285px;
}

body#blurbs #col2 {
	width: 285px;
	margin-top: 40px;
}

body#contact #col1 {
	width: 590px;
}

/* @end */

/* @group Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf:after {line-height: 0;}
.clearfix {display: inline-block;}

/* @end */

/* @group Headers & Text */


div#col3 h2, div#col3 h3, div#col3 h4, div#col3 p, div#col3 hr {
	margin-left: 25px;
	margin-right: 25px;
}

h1 {
	color: #f3a662;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	color: #d26429;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

body#pub #col1 h2, body#pub #col2 h2 {
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	margin: 20px 0 10px 0;
	padding-top: 20px;
}

body#pub #col2 h2 {
	margin-top: 0;
	padding-top: 5px;
}

body#pub #col3 h2 {
	color: #f3a662;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 0;
	text-transform: none;
	border-top: 1px solid #4d4a4c;
	padding-top: 25px;
}

body#pub #col2 p {
	margin-left: 120px;
}

h3 {
	color: #e79f5f;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
}

body#home #col1 h3 {
	color: #d26429;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 10px;
}

h4 {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

div#col3 p {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #543b25;
	padding-bottom: 20px;
}

/* @end */

/* @group Homepage */

a.fb {
	color: #fff;
	vertical-align: super;
	font-weight: bold;
	padding-left: 8px;
}

object#audioplayer_1 {
	margin-bottom: 20px;
}

/* @end */

/* @group Publications */

.book {
	margin-bottom:15px;
	width: 380px;
}

body#pub div#col2 .book {
	width: 460px;
}

.book img {
	float: left;
	margin-right: 15px;
}

body#pub #col3 ul {
	list-style: none;
}

/* @end */

/* @group Blurbs & Awards */

q {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	display: block;
	quotes: "" "";
}

cite {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	color: #f3a662;
	display: block;
	font-style: normal;
}

body#blurbs #col3 ul {
	margin: 0 20px 0 40px;
}

body#blurbs #col3 li {
	margin-bottom: 13px;
	padding-left: 5px;
}

/* @end */

/* @group Footer */

div#footer {
	border-top: #4d4a4c 1px solid;
	padding: 10px 0;
	text-align: left;
}

div#footer p {
	color: #666;
	font-size: 11px;
}

div#footer a {
	color: #666;
}

/* @end */


