@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #6c6957 url(../images/background_gradient.jpg) repeat-x 0px 0px;
}

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

h1 { font-size: 2em; font-weight: normal; color: #a6430a; margin: 0 0 .5em 0; }
h2 { font-size: 1.7em; margin: 0 0 1em 0; }
h3 { font-size: 1.5em; margin: 0 0 1em 0; }
p { margin: 0 0 .75em 0; }
a { color: #963; }
a:hover { color: #C30; }

footer { font-size: .85em; text-align:center; color: #9ba0bd; background-color: #575c7a; padding: 10px 10px 10px 0px; }

a.cta { 
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
 }
a.cta:hover { background-position: right -50px; }


.promo h3 { font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }


.promo { background-repeat: no-repeat; }
.promo.zero { background-image: url(../images/AFEW_Cover_Small.jpg); }
.promo.one { background-image: url(../images/ATT.jpg); }
.promo.two { background-image: url(../images/Rt66Companion.png); }
.promo.three { background-image: url(../images/PeteSDiscography.png); }
.promo.four { background-image: url(../images/SingingOut.png); }
.promo.five { background-image: url(../images/HowCanIKeep.png); }
.promo.six { background-image: url(../images/AHRecollected.png); }
.promo.seven { background-image: url(../images/HuxleyInHollywood.png); }
.promo.eight { background-image: url(../images/WritingTheSouthwest.png); }
.promo.nine { background-image: url(../images/OralHistory.png); }
.promo.ten { background-image: url(../images/BraveNewWorlds.png); }

.bio h3 { font-size: 1.1em; margin: 0; }
.bio p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.bio { background-repeat: no-repeat; }
.bio.one { background-image: url(../images/DavidBio.png); }

nav a {
	color: #f5a06e;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}
nav a:hover { color: #fff; }

.clear-fix { clear: both; line-height: 1px; }

footer { text-align:center; }