@charset "utf-8";
/*

Color Guide:

	blue/green: #002f2f
	dark brown: #a7a37e
	light brown: #efecca
	dark blue: #001e36;
	new logo font: TX Lithium Family
	

*/

/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */

body {
	background: #e6e2af;
	font: 13px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

h3 {
	/*background: #e6e2af;*/
	/*font: italic bold 18px Tahoma;*/
	color: #8e2800;
	text-align: center;
	padding: 10px 0 10px 0;
	/*text-indent: -9999px;*/
}

#container {
	border: 1px solid #001E36;
	max-width: 968px;
	min-width: 968px;
	margin: 0 auto;
}
#header {
	height: 100px;
	background: url(../images/headerbg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB03B;
	font-weight: bold;
}
#header h1 {
	float: left;
}

#header h1 a {
	text-indent: -2000em;
	background: url(../images/gg_logo-trans.png) no-repeat;
	display: block;
	width: 276px;
	height: 98px;	
}

#quotelogin{
	float: right;
	position: relative;
	margin: 0 10px 0 0;
	padding-right: 5px;
	clear: right;
}

#loginbox{
	display: none;
	position: relative;
	margin-top: 10px;	
	float: right;
	clear: right;
	
}
#hmenu {
	display: block;
	float: right;
	position: relative;
	margin-right: 10px;
}
#hmenu li {
	line-height: 50px;
	list-style: none;
	display: inline;

}
#hmenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFB03B;
	outline: 0;

}
#qtext a:active, #qtext a:hover {
	background: #2e7798;
}

.visit {
	background: url(../images/visit-trans.png) no-repeat;
	padding: 11px 10px 13px 50px;
	width: 100%;
	outline: 0;
}
a.visit:hover, a.join:hover, a.login:hover, a.profile:hover, a.logout:hover{
	background-color: #2e7798;
}

.profile, .logout {
	padding: 10px;	
}

.join {
	background: url(../images/join-trans.png) no-repeat;
	padding: 11px 10px 12px 50px;
	width: 100%;
	outline: 0;
}
.login {
	background: url(../images/login-trans.png) no-repeat;
	padding: 11px 10px 12px 50px;
	width: 100%;
	outline: 0;
}
.hquote {
	/*padding-right: 30px;
	padding-left: 40px;
	padding-top: 10px;*/
	text-indent: 25px;
	margin-top: 12px;
	background: url(../images/lq-trans.png) no-repeat top;
	background-position: 0 2px;
}
.hquote span{
	background: url(../images/rq-trans.png) no-repeat right bottom;	
	margin-right: 5px;
	padding-right: 25px;
}
.lq {
	background: url(../images/lq-trans.png) no-repeat top;
	width: 18px;
	height: 15px;
	/*float: left;*/
	display: inline;
}
.qtext {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	/*float: left;	*/
}
.hquote a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #efecca;
	text-decoration: none;
}

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

.rq {
	background: url(../images/rq-trans.png) no-repeat bottom;
	width: 17px;
	height: 25px;
	display: inline;
}
#features {
	background: #a7a37e url(../images/fstripe.png) no-repeat bottom left;
	height: 232px;
	padding: 10px;
	margin: 0 auto;
}

.sitebox {
	border: 3px solid #001e36;
	background: #efecca;
	float: left;
	height: 280px;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 295px;
}

.sitebox ol {
	color: #002f2f;
	font: 12px Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5;
	padding: 0 0 0 10px;
	
}

.sitebox ol a {
	color: #001e36;
}

.sitebox a:hover {
	color: #046380;
}

.sitebox h3 {
	text-align: left;
	margin: 10px 0 0 10px;
	padding-left: 15px;
	height: 30px;
	width: 200px;
}

.inactivesite {
	border: 3px solid #a7a37e;
	background: #efecca;
	float: left;
	height: 280px;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 295px;
}

.inactivesite ol {
	color: #a7a37e;
	font: 12px Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5;
	padding: 0 0 0 10px;
}

.inactivesite ol a {
	color: #a7a37e;
}

.inactivesite h3 {
	text-align: left;
	margin: 10px 0 0 10px;
	padding-left: 15px;
	height: 30px;
	width: 200px;
}

.today {
	background: #efecca url(../images/tbottom.png) no-repeat left bottom;
	width: 302px;
	float: left;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	min-height: 242px;
	max-height: 242px;
}

.todayheading{
	background: #e6e2af url(../images/ttop.png) no-repeat left top;
	color: #002f2f;
	font: italic bold 24px;
	text-align: center;
}

.today div{
	border-left: #8e2800 3px solid;
	border-right: #8e2800 3px solid;
}

.today ol {
	color: #002f2f;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}
.today a {
	color: #002f2f;
	text-decoration: none;
}

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

.week {
	background: #efecca url(../images/wbottom.png) no-repeat left bottom;
	width: 302px;
	float: left;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	min-height: 242px;
	max-height: 242px;
}
.week ol {
	color: #002f2f;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;	
}
.week a {
	color: #002f2f;
	text-decoration: none;
}

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

.weekheading{
	background: #e6e2af url(../images/wtop.png) no-repeat left top;
	color: #002f2f;
	font: italic bold 24px;
	text-align: center;	
}

.week div{
	border-left: #ffb03b 3px solid;
	border-right: #ffb03b 3px solid;
}

.gossip {
	background: #efecca url(../images/gbottom.png) no-repeat left bottom;
	width: 302px;
	float: left;
	margin-left: 10px;
	white-space: nowrap;
	min-height: 242px;
	max-height: 242px;
}
.gossip ol {
	color: #002f2f;
	list-style-position: inside;
	list-style-type: none;	
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}

.gossip li {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.gossip a {
	color: #002f2f;
	text-decoration: none;
}

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

.gossip li>img {
	vertical-align: middle;
}

.gossip span {
	font-size: 10px;
}

.gossipheading {
	background: #e6e2af url(../images/gtop.png) no-repeat left top;
	color: #002f2f;
	font: italic bold 24px;
	text-align: center;	
}

.gossip div{
	border-left: #468966 3px solid;
	border-right: #468966 3px solid;
	min-height: 195px;
	max-height: 195px;
}

#feeds {
	background: url(../images/stripe.png);
	padding-bottom: 20px;
	clear: both;
}
.ui-tabs-nav {
	clear: both;
	font-weight: bold;
	z-index: 2;
	padding-top: 13px;
	text-align: center;
	text-transform: uppercase;
}
.ui-tabs-nav a {
	border: 1px solid #002f2f;
	background: #e6e2af;
	font: bold 16px;
	color: #002f2f;
	padding: 2px 5px 2px;
	text-decoration: none;	
}
.ui-tabs-nav li{
	list-style: none;
	display: inline;
	overflow: hidden;	
}
.ui-tabs-selected a {
	border-bottom: 1px solid #efecca;
	border-top: 3px solid #046380;
	background: #efecca;
	color: #046380
}
.ui-tabs-panel {
	width: 945px;
	/*height: 300px;*/
	background: #efecca;
	border-color: #001E36;
	border-style: solid;
	border-width: 1px 1px 1px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	z-index: 1;
	overflow: auto;
}

#footer {
	background: #001e36;
	padding: 20px 5px 0px 5px;
}

#footer h2 {
	color: #FFB03B;
	font: bold 16px;
}

#forumtopics {
	padding-bottom: 10px;
}

#forumtopics ol {
	width: 50%;
	list-style: none;
	padding-left: 5px;
	padding-bottom: 20px;
	padding: 10px 0px 20px 10px;
	border: #FFB03B solid 2px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-topright: 15px;
	-webkit-border-radius-bottomleft: 15px;
}

#forumtopics a {
	color: #FFB03B;
}

.content_frame {
	width: 100%;
	height: 100%;
}

.content_table {
	width: 100%;
	height: 100%;
}

#ggbar {
	background: url(/images/site/ggbar/topbg.gif) repeat-x;
	height: 35px;
}

#ggbar h1 a {
	background: url(/images/site/ggbar/ggb_logo.png) no-repeat;
	height: 25px;
	width: 143px;
	text-indent: -2000em;
	float: left;
	margin: 7px 0 0 7px;
}

.ggb_storyinfo {
	float: left;
	font-family: Helvetica;
	font-size: 12px;
	font-color: #001e36;
	padding: 10px 0 0 30px;
}

.ggb_menu {
	float: right;
	margin-top: 7px;
}

.ggb_menu ul {
	list-style: none;
}

.ggb_menu li{
	display: inline;
	padding-right: 10px;
}

