/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #27326d; 
	color: #000;
	margin: 0;
	font-family: "Times New Roman", times, serif;
	font-size: 80%;
	text-align: center;	
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 900px;
	background: #dee6ed;
	text-align: left;	
}

/* masthead */
#masthead {
	display: block;
	width: 900px;
	height: 122px;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;	
}

/* primary navigation (nav1) */
#nav1 {
	position: absolute;
	top: 122px;
	left: 0px;
	height: 32px;
	width: 837px;
	list-style: none;
	margin: 0;	
	padding-left: 63px;
	padding-bottom: 0;
	text-align: left;		
	z-index: 100;
}

#nav1 li {
	float: left;
	width: 10px; /* for ie6 only */
	padding: 0;
	white-space: nowrap;
}

html>body #nav1 li {
	width: auto; /* override ie6-only rule, above */
}

#nav1 a {
	display: block;
	height: 23px;
	margin-top: 1px;	
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 25px;
	font-variant: small-caps;
	font-size: 17px;
	line-height: 17px;
	color: #000;
	border-left: 1px solid #bbbdc8;
	text-decoration: none;	
}

#nav1_contact {
	border-right: 1px solid #bbbdc8;	
}

#nav1 a:hover, 
.home #nav1_home, .team #nav1_team, .authors #nav1_authors, .authormain #nav1_authors, .submissions #nav1_submissions, .contact #nav1_contact {
	padding-left: 24px;	
	color: #fff;
	background: #f16905;
	height: 32px; /* total is +8px padding above */
	margin-top: 0px;
	border-top: 1px solid #000;	
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* page structural elements */
#stripe {
	height: 31px;
	width: 100%;
	background: #fff;	
	margin: 0;	
	border-top: 1px solid #323859;			
	border-bottom: 1px solid #323859;	
}

#contents {
	width: 821px;
	background: #ede6d8;
	border-right: 1px solid #323859;
}

#main {
	display: inline; /* for ie6 only */
	float: left;
	min-height: 445px;
	height: 445px; /* for ie6 only */
	width: 477px;
	padding-left: 63px;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin: 0;
	background: #dee6ed;	
	border-right: 1px solid #323859;
	text-align: left;	
}

#sidebar {
	float: left;
	width: 280px;
	min-height: 503px;
	height: 503px; /*for ie6 only */
	padding-top: 0px;	
	color: #323859;
	background: #ede6d8;
	text-align: center;		
}

#greyback {
	margin-top: 80px;
}

.authors #sidebar, .authors #contents {
	background: #8E8C97;
}

.authormain #sidebar {
	background: #ede6d8;
}

#bookcover {
	padding-top: 15px;
}

html>body #main, html>body #sidebar {
	height: auto; /* override ie6-only rules, above */
}

/* main text and inline elements */

h1 {
	color: #323859;
	font-size: 2.0em;
	font-variant: small-caps;
	font-weight: normal;
	padding-bottom: 1px;
	margin-right: 110px;		
	border-bottom:  1px solid #323859;
}

h2 {
	color: #323859;
	font-weight: normal;
	padding-top: 5px;
}

a {
	color: #0A154D;
}

a:hover {
	color: #fff !important;
	background: #0A154D;
}

#main p {
	color: #111;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;	
	line-height: 1.3em;
	padding-right: 110px;	
}


#main ul {
	color: #111;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
}

#main a {
	font-weight: bold;
}

#main .thumb img {
	margin-right: 5px;
	border: 1px solid #000;
}

#main .thumb a {
	background: none;
}

/* sidebar text and inline elements */

#sidebar #quoteticker {
	margin-top: 30px;
	margin-left: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar a {
	font-size: 1.1em;
}

#sidebar a:hover {
	color: #fff;
	background: #0A154D;
}

#quoteticker li {
	display: none;
}

#quoteticker li.disp {
	display: block;
}

#quoteticker .coverlink {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	background: inherit !important;
}

.home #quoteticker a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}

#sidebar blockquote {
	margin-top: 78px;
	margin-left: 20px;
	margin-right: 20px;	
	margin-bottom: 0;
	font-size: 1.8em;;
	line-height: 2.0em;
}

.authormain #sidebar blockquote {
	margin-top: 120px;
}

.submissions #sidebar blockquote {
	margin-top: 110px;
}

.contact #sidebar blockquote {
	margin-top: 35px;
}

.home #sidebar blockquote {
	margin-top: 35px;
}

#sidebar #quoteticker blockquote {
	margin-top: 0;
}	

#sidebar blockquote p {
	margin-top: 0px !important;	
	margin-bottom: 5px !important;
}

#sidebar .byline {
	font-size: 1.2em;	
}

#sidebar p.ourteam, .team #sidebar ul {
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 5px;		
	font-size: 1.1em;
	text-align: left;	
}

#sidebar p.ourteam {
	margin-top: 20px;
}

.team #sidebar ul {
	padding-left: 15px;
}

.team #sidebar ul li {
	margin-bottom: 4px;
}

/* convenience classes */

.notop {
	margin-top: 0;
	padding-top: 0;
}

.bigtop {
	margin-top: 20px;
}

.bigtop1 {
	margin-top: 70px;
}

.bigtop2 {
	margin-top: 100px;
}

.bigtop3 {
	margin-top: 140px;
}

.bigbottom {
	margin-bottom: 20px;
}

.bigbottom2 {
	margin-bottom: 80px;
}

.bigbottom3 {
	margin-bottom: 220px;
}


.largerfont {
	font-size: 1.1em !important;
}

.brdr {
	border: 1px solid #323859;
}

/* bio page special JS classes */
.bio_img {
	display: none;
}

#aaron_img {
	display: block;
}


/* footer */

#footer {	
	clear: both;
	width: 100%;
	height: 25px;
	color: #323859;
	background: #fff;
	font-size: 0.9em;	
	margin: 0;
	padding-top: 7px;
	border-top: 1px solid #323859;	
	text-align: left;
}

#footer p {
	display: inline; /* for ie6 only */
	float: left;
	width: 482px;
	margin-top: 0px;
	margin-left: 63px;
}

#footer div {
	float: left;
	width: 300px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline; /* for ie6-only */
	float: left;
	margin-left: 10px;	
}

#footer a {
	color: #323859;
}

#footer a:hover {
	color: #f16905;
}

#footer p a {
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#footer .juxta {
	clear: both;
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	background: #27326d; /* for ie6 only */
}

#footer .juxta a {
	color: #669;
	text-decoration: none;
}

.juxta a:hover {
	text-decoration: underline;
}

#footer .juxta span {
	font-style: italic;
}
