/* Redesign home page - July 10, 2008 */
@import url(menu.css);

body 
{
	background-image: url(../images/2009/got_background.gif);
	margin: 0; padding: 0; 
	font-family: "Helvetica Neue", HelveticaNeue, helvetica, arial, sans-serif;
	font-size: 13px;
	/*font-weight: lighter;*/
}

#outerWrapper
{
	margin-left: auto; margin-right: auto;
	padding: 0 0;
	width: 1015px;
	height: 100%;
	/*height: 1237px;*/	/* does not include outerWrapperBottom */
	background-image: url(../images/2009/background-page-border-10.png);
}

#outerWrapperBottom
{
	margin-left: auto; margin-right: auto;
	padding: 0 0;
	width: 1015px;
	height: 37px;
	background: url(../images/2009/background-page-border-bottom.png) no-repeat;
}

/* Content inside of the borders */
#container
{
	margin: 0px 25px; /* to edge of black background */
	padding: 7px 10px 0px; /* black border around page */
	width: 965px;
	height: 100%;
	/*height: 1237px;*/ /* does not include outerWrapperBottom */
}

/* @group Header */

#header
{
	position: relative;
	height: 83px;
	width: 945px;
}

#gotLogo
{
	position: relative;
	background: url(../images/2009/got-logo2010.png) no-repeat;
	margin-top: 21px;
	margin-left: 1px;
	/*margin-top: 4px;*/ /* 11px from top of page */
	width: 309px;
	height: 35px;
	float: left;
}

#header-separator
{
	position: relative;
	margin-top: 13px;
	margin-left: 11px;
	background: url(../images/2009/header-separator.png) no-repeat;
	width: 1px;
	height: 51px;
	float: left;
}

#header-caption
{
	position: relative;
	margin-top: 17px; /* 11px from top of page */
	margin-left: 11px;
/*	background: url(../images/2009/got-tagline.png) no-repeat;*/	
	color: #fff;
	font-size: 0.9em;
/*	letter-spacing: 1px; */
	float: left;
}

#header-ad
{
	width: 392px;
	height: 72px;
	float: right;
}

/* @end */

/* @group Menus */

#upper-menu-box
{
	height: 40px;
	width: 945px;
	background-color: #333;
	background: url(../images/2009/background-upper-menu.png) no-repeat;
}

#lower-menu-box
{
	height:  50px;
	width: 945px;
	background-color: rgb(233,233,233);
	background: url(../images/2009/background-lower-menu.png) no-repeat;
}

/* @end */

/* @group Content Group */

#cover-shot
{
	height: 214px;
}

#left-column
{
	float: left;
	width: 640px;
	background-color: white;
	min-height: 630px;
}

#right-column
{
	float: left;
	width: 305px;
	background-color: white;
}

#content
{
	position: relative;
	padding: 26px 30px 30px 30px;
	background-color: white;
	width: 580px;
	height: 359px;
}

/* @group News, Events Group */

#news-container
{
	float: left;
	width: 275px;
	height: 359px;	
}

#events-container
{
	float: left;
	padding-left: 30px;
	width: 275px;
	height: 359px;
}

.content-actions
{
	color: #0cf;
	font-size: 20px;
	font-weight: bold;
	height: 15px;
}

.actions-blue,
.actions-green
{
	float: left;
}

.actions-green
{
	color: rgb(57,181,74);
}
.actions-grey
{
	float: left;	
	color: #999;
}

.actions-grey a
{
	color: #999;	
	text-decoration: none;
}

.actions-blue-divider,
.actions-green-divider
{
	float: left;	
	padding: 0 9px;
}

.actions-green-divider
{
	color: rgb(57,181,74);
}

.actions-grey-divider
{
	float: left;	
	padding: 0 9px;
	color: #999;
}

#newspaper
{
	position: relative;
	padding: 26px 0px 0px;
	height: 317px;
}

#news-bag		{ overflow: hidden; width: 273px; height: 317px; } /* part of scrollbar code */

.newsItem		{ margin: 6px 10px 0px 0px; width: 235px; font-family: helvetica, arial sans-serif; font-size: 12px; color: #333; }
.newsItem a		{ text-decoration: none; color: #333; font-weight: lighter; }
.news-date		{ color: #0cf; font-weight: bold; }

#scrollbar-track-news 
{
    position: absolute;
    top: 26px;
    left: 265px;
    height: 317px;
    width: 10px;
    background-color: rgb(219,219,219);  
    cursor: move;  
} 
 
#scrollbar-handle-news 
{
    width: 10px;
    height: 77px;
    background-color: #0cf;
    cursor: move;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.9;
    -moz-opacity: 0.9;
} 

/* @group Events Group */

#eventspaper
{
	position: relative;
	padding: 26px 0px 0px;	
}

#search-box
{
	width: 275px;
	height: 78px;
	border: 1px gray solid;
}

#search-events-button
{
	float: right;
	width: 61px;
	height: 61px;
	margin: 9px 9px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/2009/search-events.png) no-repeat;	
}

#search-events-text
{
	padding-top: 15px;
	text-align: center;
}

#search-events-button a
{
	color: white;
	text-decoration: none;
}

#select-boxes
{
	padding-top: 6px;
	padding-left: 9px;
}

.select-content
{
	width: 185px;	
}

#upcoming-events
{
	height: 15px;
	color:  #999;	
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
}

#events-bag
{
	overflow: hidden; 
	width: 275px; 
	margin-top: 5px;
	height: 209px; 
}  /* part of scrollbar code */

.eventItem		{ margin: 6px 10px 0px 0px; width: 235px; font-family: helvetica, arial sans-serif; font-size: 12px; color: #666; }
.eventItem a	{ text-decoration: none; color: #666; font-weight: lighter; }
.event-date		{ color: #060; font-weight: bold; }
.event-divider	{ padding: 0 6px; }

.category
{
	font-weight: bold;
	color: #000;
}

#scrollbar-track-events
{
    position: absolute;
    top: 134px;
    left: 266px;
    height: 209px;
    width: 10px;
    background-color: rgb(219,219,219);  
    /* background-color: transparent;  */
    cursor: move;  
} 
 
#scrollbar-handle-events
{
    width: 10px;
    height: 77px;
    background-color: rgb(57,181,74);
    cursor: move;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.9;
    -moz-opacity: 0.9;
} 

/* @end */


/* @end */
/* @end */

/* @group Graphics Panel */

#graphics-panel
{
	height: 203px;
	background-color: black;
	padding: 12px 5px 0px 20px;
}

#graphics-panel-border-bottom
{
	width:  270px;
	height: 201px;
	border-bottom: 1px dotted white;	
}

#current-issue
{
	width: 115px;
	font-size: 13.46px;	
}

#current-issue-title
{
	color: #f60;
}

#current-issue-body
{
	color: #ccc;
}

#current-issue a
{
	border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	text-decoration: none;
	color: #ccc;
}

#graphics-panel-border-right
{
	float: right;
	width: 10px;
	height: 188px;
	border-right: 1px dotted white;
}

#right-graphic
{
	float: right;
	width: 134px;
	height: 195px;
	padding-left: 10px;
}

/* @end */


/* @group Got banners */

.got-banner
{
	background: url(../images/2009/got-banner-background.png) no-repeat;
	width: 255px;
	height: 85px;
	padding: 27px 30px 26px 20px;
}

.got-banner-title, 
.got-banner-body
{
	font-size: 19px;
	font-weight: bold;
	color: #3cf;
	line-height: 1.2em;
}

.got-banner-body
{
	color: #fff;	
}

.more-link
{
	font-size: 14px;
	font-weight: lighter;
	color: #f60;
}

.more-link a
{
	font-size: 14px;
	font-weight: lighter;
	color: #f60;
	text-decoration: none;
}

/* @end */



/* @group Got Info */

#got-info
{
	clear: both;
	height: 367px;
	width: 885px;
	background-color: rgb(240,240,240);
	border-top: 1px solid rgb(194,194,194);
	padding: 29px 30px;
	font-family: "Helvetica Neue", HelveticaNeue, helvetica, arial sans-serif;
}

#got-info a
{
	color: #0cf;	
}

#info-upper-box
{
	height: 181px;
	border-bottom: 1px dotted rgb(112,112,112);	
}

.got-item, .got-item-left
{
	width: 305px;
	height: 153px;
	float: right;
	color: #000;
}

.got-item-left
{
	width: 273px;
	float: left;
}

.got-item
{
	width: 245px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px dotted rgb(112,112,112);
	overflow: hidden;
}

#info-event-guide-image
{
	float: left;
	width: 102px;
	padding-right: 18px;
}

#info-event-guide
{
	padding-right: 10px;
}

#info-event-guide-title
{
	font-weight: bold;	
	font-size: 14px;
	font-family: helvetica, arial sans-serif;
}

#info-event-guide-body
{
	padding-top: 6px;
	font-size: 12px;
	color: #666;
}

#twitter-title, #facebook-title, #subscribe-title, #rss-title
{
	font-size: 12px;	
	font-weight: bold;
	font-family: helvetica, arial sans-serif;
	padding-top: 3px;
}

#twitter-title
{
	float: left;
	padding-top: 1px;
	padding-left: 5px;
}

#twitter-body
{
	clear: both;
	float: left;
	height: 153px;
	font-size: 12px;
	color: #666;
	padding-top: 6px;
}

#twitter_update_list
{
	width: 245px;
	overflow: hidden;
}

#facebook-title
{
	padding-top: 0px;
	padding-left: 5px;
}

#subscribe
{
	padding-top: 15px;	
}

#subscribe-title
{
	padding-top: 0px;
}

#subscribe-body
{
	font-size: 12px;
	color: #666;
}

#subscribe-image
{
	padding-top: 4px;
}

#info-lower-box
{
	padding-top: 30px;
}

#got-logo-small
{
	margin-top: -10px;	
}

#got-blurb
{
	padding-top: 10px;
	font-size: 12px;
	color: #666;
	width: 245px;	
}

.inside-links a
{
	color: #666;
	text-decoration: none;
}

ul.inside-links
{
	padding-left: 0px;	
	margin-top: 0px;;
}

ul.inside-links ol
{
	padding-left: 0px;	
}

#inside-links-left
{
	float: left;	
	color: #666;
}

#inside-links-right
{
	float: right;	
	color: #666;
	padding-right: 20px;	
}

#rss-title
{
	padding-top: 0;
}

#rss-body
{
	font-size: 12px;
	color: #666;		
	padding-top: 6px;
}

#info-decoration
{
	position: absolute;
	width: 368px;
	height: 167px;
	margin-top: 21px;
	margin-left: 547px;
	background: url(../images/2009/background-runners.png) no-repeat;	
}

/* @end */

#menu-upper h2 a	{ text-shadow: 0 0 2px black; }

#photo-credits		{ position: relative; font-family: helvetica, arial sans-serif; top: -15px; margin-left: 520px; color: white; font-size: 10px; letter-spacing: 1px; }

#trademark			{ text-align: center; font-size: 9px; margin-top: -10px; }