/*

		Tan: #fdfdef
Light Green: #cc9
 Dark Green: #996
	   Gold: #e5d967
	  Brown: #630

*/

/* --- [ reset ] -------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

/* --- [ general tags ] -------------------- */

html {

	background-color:#cc9;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;

}

body {

	font-size:76%;
	
}

a {

	color:#630;
	text-decoration:none;

}

a:hover {

	color:#630;
	text-decoration:underline;

}

h2 {

	color:#333;

}

p {
	
	font-size:1.1em;
	line-height:1.4em;
	margin:10px 0;

}

p a {

	white-space:nowrap;

}

.left {

	text-align:left !important;

}

/* --- [ wrap ] -------------------- */

div#wrap {

	width:770px;
	margin:0 auto;
	background-color:#fdfdef;
	padding-bottom:20px;

}

/* --- [ header ] -------------------- */

div#header {

	width:770px;
	height:auto;
	overflow:hidden;
	background-image:url('../i/header-bg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:100px;

}

div#header div {

	width:770px;
	height:40px;
	background-color:#5c3413;
	border-bottom:10px solid #e5d967;

}

div#header h1 {

	display:block;
	float:left;
	margin-right:1px;

}

div#header h1 a {

	display:block;
	width:375px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url('../i/gcp-logo.png');
	background-position:center 0;
	background-repeat:no-repeat;

}

div#header h1 a:hover { background-position:center -40px; }

div#header h2 {

	display:block;
	float:left;
	width:360px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url('../i/awards.png');
	background-position:center 0;
	background-repeat:no-repeat;

}

/* --- [ navigation ] -------------------- */

div#nav {

	background-color:#996;
	width:770px;
	padding:5px 0;

}

div#nav ul {

	text-align:center;
	cursor:default;

}

div#nav ul li {

	display:inline;
	font-family:Palatino,"Palatino Linotype","Times New Roman", Times, serif;
	color:#fff;

}

div#nav ul li#about {

	padding-left:60px;
	background-image:url('../i/nav-flourish.png');
	background-position:left center;
	background-repeat:no-repeat;

}

div#nav ul li#contact {

	padding-right:60px;
	background-image:url('../i/nav-flourish.png');
	background-position:right center;
	background-repeat:no-repeat;

}


div#nav ul li a {

	font-size:1.1em;
	font-family:Palatino,"Palatino Linotype","Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	margin:0 10px 0 8px;
	cursor:pointer;

}

div#nav ul li a:hover,div#nav ul li.active a {

	color:#5c3413;

}

/* --- [ stage ] -------------------- */

div#stage {

	width:710px;
	overflow:hidden;
	clear:both;
	padding:20px 30px;

}

div#stage div.headline {

	text-align:center;
	font-size:1.2em;
	text-transform:uppercase;
	color:#630;
	padding:5px;
	margin-bottom:20px;

}

div#stage h2 {

	display:inline;
	padding-left:20px;
	background-image:url('../i/laurel-left.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;

}

div#stage h2 span {

	display:inline;
	padding-right:20px;
	background-image:url('../i/laurel-right.png');
	background-position:right center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;

}

div#stage h3#intro {

	text-align:center;
	margin:0 0 25px 0;
	font-size:1.1em;
	line-height:1.4em;

}

div#stage h3.more {

	display:block;
	clear:both;
	text-align:center;
	text-transform:uppercase;

}

div#stage h3.more a {

	padding-right:10px;
	background-image:url('../i/arrow-right.png');
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:none;

}

div#stage h3.more a:hover {

	text-decoration:underline;

}

div#stage div#left,div#stage div#right {

	float:left;

}

/* --- [ stage > landing ] -------------------- */

div#stage div#left.landing,body#landing div#stage div#left  {

	width:340px;
	margin-right:30px;

}

div#stage div#right.landing,body#landing div#stage div#right {

	width:340px;

}

div#books {

	width:100%;
	overflow:hidden;
	padding-top:3px;
	margin-bottom:10px;

}

div.row {

	width:100%;
	overflow:hidden;
	clear:both;

}

div#books div.row div {

	display:inline;
	float:left;
	width:130px;
	margin:0 20px 20px;
	text-align:center;

}

div#books div.row div a {

	display:block;
	text-align:left;
	text-decoration:none;
	font-style:italic;
	font-size:.9em;
	line-height:1.2em;

}

div#books div.row div a:hover {

	text-decoration:underline;

}

/* --- [ stage > news ] -------------------- */

ul#news li {

	display:block;
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0 0 15px 0;
	line-height:1.4em;

}

ul#news li a.thumb {

	float:left;
	margin:3px 10px 0 0;

}

ul#news li h3,div#stage div#left.news h3,body#news-detail div#left h3,body#news-list div#left h3 {

	font-size:1.3em;
	margin-bottom:3px;

}

ul#news li h4,div#stage div#left.news h4,body#news-detail div#left h4,body#news-list div#left h4 {

	color:#663;
	font-size:1em;

}

div#stage div#left.news img,body#news-detail div#stage div#left img,body#news-list div#stage div#left img {

	margin:10px 0;

}

div#stage div#left.news ul img,body#news-detail div#stage div#left ul img,body#news-list div#stage div#left ul img {

	margin:0;

}

/* --- [ stage > news (page) ] -------------------- */

div#stage div#left.news,body#news-detail div#stage div#left,body#news-list div#stage div#left {

	width:500px;
	margin-right:30px;

}

div#stage div#right.news,body#news-detail div#stage div#right,body#news-list div#stage div#right {

	width:180px;

}

div#stage div#right.news h3,body#news-detail div#stage div#right h3,body#news-list div#stage div#right h3 {

	color:#663;
	font-size:1.3em;
	margin-bottom:10px;

}

div#stage div#right.news h4,body#news-detail div#stage div#right h4,body#news-list div#stage div#right h4 {

	color:#663;
	font-size:1.1em;
	margin-bottom:5px;

}

div#stage div#right.news ul,body#news-detail div#stage div#right ul,body#news-list div#stage div#right ul {

	width:170px;
	overflow:hidden;
	margin-bottom:20px;
	margin-left:-5px;

}

div#stage div#right.news ul li,body#news-detail div#stage div#right ul li,body#news-list div#stage div#right ul li {

	float:left;
	width:40px;
	padding:3px 0;
	border-left:1px solid #663;
	text-align:center;
	font-size:1.1em;
	
}

div#stage div#right ul li.noborder {

	border:none !important;

}

body#news-list div#stage div#right ul li a,body#news-detail div#stage div#right ul li a {

	display:block !important;
	text-decoration: underline !important;

}
body#news-list div#stage div#right ul li a:hover,body#news-detail div#stage div#right ul li a:hover {

	text-decoration:none !important;

}

/* --- [ Stage -> Quotes ] -------------------- */
			
	div#stage span.quote.full {
	
		background:url('../i/quote.png') no-repeat 0 0;
		padding:5px 20px 15px;
		margin:0;
        font-size:1.6em;
		line-height:1.5em;
		display:block;
		clear:both;
		
	}
	
	div#stage span.quote.left {
	
		display:block;
		background:url('../i/quote.png') no-repeat 0 0;
		padding:5px 0 0 20px;
		margin:7px 5px 3px 0;
		float:left;
		clear:none;
		width:210px;
        font-size:1.6em;
        min-height:48px;

	}

	div#stage span.quote.right {
	
		display:block;
		background:url('../i/quote.png') no-repeat 0 0;
		padding:5px 0 0 20px;
		margin:7px 0 3px 5px;
		float:right;
		clear:none;
		width:210px;
        font-size:1.6em;
        min-height:48px;

	}
	cite {

		display:block;
		clear:both;
		color:#573213;
		font-size:.9em;
		text-indent:20px;
	
	}
/* --- [ Stage -> Images ] -------------------- */
		
	div#stage div.image {
	
		width:120px;
		background-image:none;
	
	}
		
	div#stage div.image p {
	
		display:block;
		clear:both;
		color:#666;
		font-size:.95em;
		font-family:Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0;
		margin-top:0 !important;
	
	}
	
	div#stage div.image.full {
	
		margin:5px 0;
		clear:both;
		width:415px;
	
	}
	
	div#stage div.image.left {
	
		float:left;
		clear:none;
		margin:10px 10px 10px 0;
	
	}	

	div#stage div.image.right {
	
		float:right;
		clear:none;
		margin:10px 0 10px 10px;
	
	}

/* --- [ stage > pages ] -------------------- */

div#pages h3 {

	color:#663;
	font-size:1.3em;
	margin-bottom:5px;

}

div#pages ul {

	display:block;
	font-size:1.1em;

}

div#pages ul li {

	display:block;
	float:left;
	margin:0 2px 0 0;

}

div#pages ul li a,div#pages ul li span {

	display:block;
	padding:3px 5px;

}

/* --- [ stage > authors ] -------------------- */

div#authors-list {

	display:block;
	width:100%;
	overflow:hidden;

}

div#authors-list div.row div {

	display:inline;
	overflow:hidden;
	margin:0 10px 15px;
	line-height:1.4em;
	width:335px;
	float:left;

}

div#authors-list div.row div a.thumb {

	float:left;
	margin:3px 10px 0 0;

}

div#authors-list div.row div h3 {

	font-size:1.3em;
	margin-bottom:3px;

}

/* --- [ stage > author detail ] -------------------- */

div#stage div#left.author,body#author-detail div#left {

	width:160px;
	margin-right:30px;
	padding-top:5px;

}

div#stage div#left.author h3,body#author-detail div#left h3 {

	text-align:center;
	font-size:1.1em;
	margin:5px 0;

}

div#stage div#right.author,body#author-detail div#right {

	width:520px;

}

/* --- [ stage > book detail ] -------------------- */

div#stage div#left.book,body#book-detail div#left {

	width:160px;
	margin-right:30px;
	padding-top:5px;

}


/* --------------------------------------------------------------------------------------- UPDATE */

div#stage div#left.book,body#book-detail div#left {

	width:100px;
	margin-right: 0;
	padding-top:5px;

}


div#stage div#left.book h3,body#book-detail div#left h3 {

	text-align:center;
	font-size:1.1em;
	margin:5px 0;

}


div#stage div#right.book,body#book-detail div#right {

	width:520px;

}


/* --------------------------------------------------------------------------------------- UPDATE */


div#stage div#right.book,body#book-detail div#right {

	width:520px;

}


/* --- [ stage > book list ] -------------------- */

div#book-listing {

	display:block;
	width:100%;
	overflow:hidden;

}

div#book-listing div.row div {

	display:inline;
	overflow:hidden;
	margin:0 10px 15px;
	line-height:1.4em;
	width:335px;
	float:left;

}

div#book-listing div.row div a.thumb {

	float:left;
	margin:3px 10px 0 0;

}

div#book-listing div.row div h3 {

	font-size:1.3em;
	margin-bottom:3px;

}

/* --- [ stage > contact ] -------------------- */

div#stage div#left.contact,body#contact-page div#left,body#contact-win div#left {

	width:470px;
	margin-right:30px;

}

div#stage div#right.contact,body#contact-page div#right,body#contact-win div#right {

	width:210px;

}

div#stage div#right.contact h3,body#contact-page div#right h3 {

	font-size:1.2em;
	margin-bottom:3px;
	color:#663;

}

div#stage div#left.contact div,body#contact-page div#left div {

	margin-bottom:10px;

}

div#stage div#left.contact h3,body#contact-page div#left h3 {

	font-size:1.1em;
	margin-bottom:3px;

}

form input,form textarea {

	border:1px solid #996;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#333;

}

div#stage div#left.contact input,body#contact-page div#left input {

	width:200px;

}

div#stage div#left.contact textarea,body#contact-page div#left textarea {

	width:300px;
	height:100px;

}

div#stage div#left.contact button,body#contact-page div#left button {

	float:left;
	background-color:#996;
	padding:5px 10px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	cursor:pointer;
	margin-right:10px;

}

div#stage div#left.contact button:hover,body#contact-page div#left button:hover {

	background-color:#630;

}

div#stage div.contact .error {

	border-color:#630 !important;

}

div#stage div.contact h3#error {

	display:none;
	float:left;
	color:#630;
	font-size:1.3em;
	margin-top:5px;

}

div#stage div#left.contact.win h3,body#contact-win div.win h3 {

	font-size:1.3em;
	margin-bottom:10px;

}

div#stage div#left.contact.win h4,body#contact-win div.win h4 {

	font-size:1.2em;
	color:#663;
	
}

/* --- [ landing > terms ] -------------------- */

div.terms h3 {

	font-size:1.4em;
	margin:0 0 5px 0;

}

/* --- [ footer ] -------------------- */

ul#footer {

	display:block;
	clear:both;
	overflow:hidden;
	width:770px;
	padding:5px 0;
	margin-top:20px;
	background-image:url('../i/footer-bg.png');
	background-repeat:repeat-x;
	background-color:#999967;
	color:#fdfdef;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;

}

div#arcadia_div {
	margin: 10px 0 0;
	padding: 0;
	width: 770px;
	text-align: center;
}

div#arcadia_div a img.arcadia {
	margin: 0 auto;
	width: 200px;
	height: 8px;
}

ul#footer li {

	display:inline;
	margin:0 5px;

}

ul#footer li a {

	color:#fdfdef;
	text-decoration:underline;

}

ul#footer li a:hover {

	text-decoration:none;

}
/* --- [ misc ] -------------------- */

.show { display: block !important; }