@charset "UTF-8";
/* CSS Document */
#gogtemplate  {
	font: 12px/18px Arial, Helvetica, sans-serif;

	background-color:#e3d99e;
	/*background-color:#e4dba4;
	background-image:url(http://www.goongirl.org/testsite/graphics/background_gradient3.gif); 
	background-repeat: repeat-x;
	background-position:top;*/
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #372a1a;
}

h1 {
	font: 22px/24px Georgia, "Times New Roman", Times, serif;
	color:#938766;
	margin-top: 20px;
}

h2 {
	font: normal 16px/20px  Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #800000;
	/*margin-bottom: -15px;*/
	margin: 30px 0 0px;
}

h3 {
	font: bold italic 12px Georgia, "Times New Roman", Times, serif;
	color: #372a1a;
	margin-bottom: -5px;

}


/*#header {
	
	width:960px; changed from 960px to accomodate banner ads on right*/
	/*height: 140px;  changed from 115px to accomodate taller logo graphic*/
/*	margin: 20px auto 0;
	padding:0;
	background-color:#e3d99e;	
	display:block;
	position:relative;
	text-align:left;
	z-index:1;*/
	
	
	/*background-image:url(http://www.goongirl.org/testsite/graphics/header_background.gif); 
	background-repeat:no-repeat; */
	/*background-color: #d7cd89;
}*/

/*#header *//*#gog-logo a{
	background:url("http://www.goongirl.org/testsite/graphics/header-logo.gif") no-repeat scroll 0 0 transparent; 
	
	width:110px; 
	height: 140px;
	display:block;
	text-decoration:none;*/
	
	/*background-repeat:no-repeat; 
	background-position: left top;*/
	/*text-indent: -9999px;
	
}*/

/*Web Design H1 to update*/

#header {
	height:140px; 
	background-color:#e3d99e; 
	background-image:url("http://www.goongirl.org/graphics/header-logo.gif"); 
	background-repeat:no-repeat;
}

#header h1 {
 	margin: 0 auto; 
 	text-align: left;
 	/*height: 140px;*/

}

/*Adding image to replace h1 tag*/

#header h1 a {
	background:url("http://www.goongirl.org/graphics/header-logo.gif") no-repeat;
	height: 0;
	padding: 55px 0 0 0; /*plan to adjust top padding based on size of image used */
	margin: 0;
	overflow: hidden;
	display: block;
	width: 110px;
	line-height:100%;
}



/*#header*/ #quicklinks {
	float:right; 
	width:500px; 
	text-align:right; 
	overflow:auto; 
	margin: 0px 0px;
	padding: 0;
}

/*#header*/ #quicklinks ul {
	margin: 0;
}
/*#header*/ #quicklinks li {
	display: inline;
	list-style-type: none;
	padding-left: 20px; 
	font-size: 10px;
}
	
	
	
/*.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/*display:block;/*} */
/*.wrap1 {
	float:left;
	background:url(shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}	*/
	
	
.maincontent { /*updated 05-31-11 */
	width: 938px;
	padding:20px 0 40px 0px;
	overflow:auto;
	}

#gogtemplate .wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
#gogtemplate .wrap1 {background:url(http://www.goongirl.org/graphics/shadow.png) right bottom no-repeat;}
#gogtemplate .wrap2 {background:url(http://www.goongirl.org/graphics/corner_bl.gif) 0px 100% no-repeat;}
#gogtemplate .wrap3 {
	padding:0 16px 16px 0;
	background:url(http://www.goongirl.org/graphics/corner_tr.gif) 100% 0px no-repeat;}
/*Nick's new Navigation CSS here*/

#nav {
    margin-left: 20px;
	padding-top: 0px;
	padding-left: 0;
	margin-bottom:0;
	padding-bottom: 0;
	height: 27px;
	width: 650px; /*changed from 920px to accomodate banner ads on right*/
	display:inline;
}

#nav li{
	font: 12px Arial, Helvetica, sans-serif;
	color: #372a1a;
	list-style:none;
	display:inline;
	padding: 0 10px 0 0;
}

#nav a {
	padding-bottom: 18px;
}

#nav .selected {
	font-weight:bold;
	color:#ee690b;
	background-image:url(http://www.goongirl.org/graphics/arrow-dotted2.gif);
	background-repeat:no-repeat; 
	background-position: center bottom;
}

#nav .selected,
.subnav .selected {
	font-weight: bold;
	cursor: default;
}

#nav a:link,
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}

#subnav1 ul, #subnav2 ul, #subnav3 ul, #subnav4 ul, #subnav5 ul {
    margin: 2px 0px 11px;
	padding: 5px 0 5px 15px;
	/*background-color: #800000;*/
	background-color:#ee690b;
/*	-webkit-border-radius: 5px;  remove rounded corners 05-31-11
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	width:880px; /*changed from 920px to accomodate banner ads on right*/
	color:#fff; 
}

.subnav {
	color: #999;
	display: none;
	padding-bottom: 10px;
/*	padding-top: 6px;  removed to fix members-only wrap issue 7/1 */
}

.subnav.active {
	display: block;
}

.subnav /*#subnav2 #subnav3 #subnav4 #subnav5*/ li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	list-style:none;
	display:inline;
	padding: 0 7px;
}	

.subnav a:link {
color:#ffffff; text-decoration:none;}
.subnav a:visited { color: #ffffff; text-decoration:none;}
.subnav a:hover {color:#ffffff; text-decoration:underline;}
.subnav a:active {color: #ffffff;}

.subnav .selected:hover {
	text-decoration: none;
}


#hpbanner { /*updated 05-31-11 */
	background-image:url(http://www.goongirl.org/graphics/bg_banner_940.gif); 
	background-repeat: no-repeat; 
	width: 938px; 
	height: 258px; 
	margin: 15px 0px; 
	background-color:#ee690b;
}

#hpbanner h1 {
	margin-right: 350px; 
	/*padding: 18px 20px; 
	color:#eae8d7; */
	padding: 20px 0 0 25px;
	color: #f7f7f7;
	font: normal 14px/24px Arial, Helvetica, sans-serif; 
	margin-top:7px;
}

#hpbanner .rotation {
	float: right;
	padding-top: 20px;
	width: 325px;
	height: 245px;
}
/* Homepage Spotlight Boxes */
#boxcontainer { /*updated 05-31-11 */
	width: 920px; 
	background-color:#FFF; 
	margin: 20px 15px;
	padding-bottom: 20px;
}

#boxcontainer .spotlight { /*updated 05-31-11 */
	float: left; 
	height:205px;
	margin-right:9px;
	width:206px; 
	padding: 10px 7px 5px;
/*	background-image:url(http://www.goongirl.org/testsite/graphics/bg_spotlight2.gif); 
	background-repeat:no-repeat; */
}


#boxcontainer .spotlight h3 { /*updated 05-31-11 */
/*	font: bold 14px Arial, Helvetica, sans-serif;
color:#fff;*/	
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #938766;
	border-bottom: 1px #341440 dotted;
	margin-bottom:13px;
	/*margin-left:25px;*/
	margin-top:-3px;
	padding-bottom: 5px;
}

#boxcontainer .spotlight p {
	padding-top: 7px;
	font-size: 11px;
	line-height: 12px;
}

/*Reading page containers*/
 .readingbox {
	width: 195px; 
	/*height: 200px; changed from 225px
	border: 1px #938766 solid; */
	margin: 20px 15px 20px 5px; 
	/*padding: 7px; */
	vertical-align:top; 
	float:left;
	/*background-color:#eae8d7;*/
}

 .readingbox img {
	/*float:left;*/ 
	margin: 10px 20px 10px 5px;
	width: 72px;
	height: 108px;
}


.triviabox {
	padding: 7px;
	margin:0 0 10px 20px;
	float: right;
	width: 290px; 
	border: 1px #938766 solid; 
	background-color:#eae8d7;
}
	
.readingbox .icon {
	width: 16px;
	height: 16px;
	display:inline; 
	vertical-align:middle; 
	float:none; 
	margin: 0 0 5px 0;
}

.readingbox h4 {
/*	font: 14px Georgia, "Times New Roman", Times, serif;
*/	text-transform:uppercase;
	/*color:#fff;*/
	color:#800000;
	font-size: 14px;
	margin-top: 5px;
/*	padding: 0 5px; */
}
.readingbox p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	/*color:#372a1a;*/
	padding: 2px 5px;
	color: #333;
}

.readingbox .bookofthemonth {
	/*background-color:#938766; */
	height: 20px; 
	padding: 4px 4px;
}

.caption  {
	font-size: .9em;
}

#selection {
	border: 1px #938766 solid; /*changed color from burgundy #800000 to taupe*/
	background-color:#938766;
}

/*#selection .colorbox {
	background-color:#800000;
}*/

#selection p {
	color:#fff; 
}

#selection h3 {
	color:#f5f5f5; 
	font: italic 10px Georgia, 'Times New Roman', Times, serif; 
	margin: 20px 30px 0 0; 
	background-color: #938766; 
	padding: 7px; 
	width:50px; 
	float:right;
	text-align:center;
}

#selection h4 {
	display:inline;
	color: #fff;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

#selection img {
	border: 1px #fff solid;
}


#pastreading .column {
	float:left;
	width: 295px; /*changed from 440px o accomdate banners on right */
	margin-right: 20px;
	background-color:#fff;
}
#pastreading ul {
	padding-left: 15px;
}
#pastreading li {
	list-style: disc;
	margin-bottom:16px;
	line-height:16px;
}

#pastreading .winningauthor {
	font-weight: bold;
	color: #ee690b;
}

#pastreading .newauthor {
	font-weight: bold;
	color: #800000;
}

#container /*Holds main content and banner ads on right */{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
}

#gog-logo {
	position:absolute;
	height: 139px;
	width: 109px;
}

/* BANNER AD STYLES */

#leaderboard {
	width: 728px;
	height: 90px;
	margin: 10px auto;
/*	border: 0px #000 solid;
	background-image:url(http://www.goongirl.og/testsite/graphics/Banner_AAW2011.jpg);
	background-repeat:no-repeat; 
	background-position: left top;
	display:block;
	text-indent: -9999px;*/
	position:relative;
	left:165px;
	top:-30px;
	border: 1px solid #999999;
}


#rightbanners {
	width: 180px; 
	float: right; 
	margin: 7px 25px 0 10px;
}

#rightbanners .skyscraper {
	width: 160px;
	height: 300px;
	border: 1px #000 solid;
	margin: 0 0 20px 0;
}

#interiorpage {
	width: 650px;
	margin: 0 40px;
}

#gogtemplate #outerfooter p {
	width: 960px;  
	padding: 10px 30px; 
	/*background-color: #d7cd89;*/
	margin: 10px auto; 
	text-align: left;
	padding: 0;
	font-size: 10px;
	line-height:12px;
	clear:both;

}

#gogtemplate #outerfooter h5 {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 960px;  
	padding: 10px 30px; 
	margin: 10px auto; 
	padding: 0;
}

a:link {color:#694328 /*#372a1a;text-decoration:none;*/}
a:visited { color: #333; text-decoration:underline;}
a:hover {color:#ee690b; text-decoration:underline;}
a:active {color: #ee690b;}


.awardsbox {
	width: 300px; 
	float:left;
	margin-right: 15px;
}

.awardsbox img {
	float: left;
	margin: 10px 10px 0 0;
}

.finalistbox {
	width: 200px;
	float: left;
	margin-right: 25px;
}


.finalistbox p {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}


.finalistbox ul {
	padding-left: 0px;
	margin-top: 0;
}
.finalistbox li {
	font: 11px/12px Arial, Helvetica, sans-serif;
	list-style:none;
	margin-bottom: 10px;
}

.booktitle {
	font-style:italic
}

/*Styles for Read section tabs*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #444;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: left;
	float: left; width: 650px;
	background: #fff;
}
.tab_content {
	/*padding: 20px;
	font-size: 1.2em;*/
}

.awardlist ul {
	padding-left: 0;
	list-style:none;
}
.awardlist li {
	
	margin-bottom: 15px
	
}

#collapser ul { margin: 0; padding: 0; }
#collapser ul li { margin: 10px 0 10px 25px; padding: 0; list-style: none; }
			
#collapser .jqcNode { font-weight: bold; }

/*Radio button styling on questionnaire form */

.indented { 
float:left; margin: 2px 10px 15px 0;
}
