/* -------------------------------------------------------------- 
  
bears blue: 	#013;
bears orange: 	#d30;

light blue:		#9ab;

almost white: #eef;
-------------------------------------------------------------- */



/* reset
-------------------------------------------------------------- */

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; }

/* 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; }

/* Removes Firefox imposed outline */
a { outline: none; }


hr.clear		{ clear: both; 	margin: 0; padding: 0; visibility: hidden; border: none; }
a.admin-link    { font-size: 12px; font-weight: normal; color: #fc0;}

/* Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */

	body { font-size: 67.5%; }


/* Default fonts and colors. */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; font-size: 1.4em; line-height: 1.5}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #9ab;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1; margin: 0 0 .75em 0; color: #d30; display: block; border-bottom: 1px solid #d30;}
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: .25em; color: #eef; text-transform: uppercase; }
h4 em {font-size: .7em; color: #9ab; font-style: normal; }
h5 { font-size: 1em; margin-bottom: 1.5em; color: #9ab;}
h6 { font-size: 1em; color: #9ab;}


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del {  }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: 1em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.8em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet {  }

.hide { display: none; }
.highlight { background: #ffc; }

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

.byline	{ font-size: 1em; color: #9ab; margin-bottom: 0; text-transform: uppercase;}
.byline a	{ color: #9ab; text-decoration:underline; }
.byline a:hover	{ text-decoration: none; }

/*Colors
-------------------------------------------------------------- */
body 	{ background: #013; color: #eef; border-top: 5px solid #d30; }
a 		{ color: #d30; }

/*Layout
-------------------------------------------------------------- */
#wrapper	{ width: 960px; margin: 0 auto; position relative;}

h1			{ text-indent: -9999px; margin: 0;}
h1 a		{ display: block; width: 450px; height: 79px; background: url(../images/global/logo.gif) top left no-repeat;}
h1 a:hover	{ background-position: 0 -79px;}

#content			{ border-top: 3px solid #d30; padding-top: 20px; }
#content-main		{ width: 750px; float: left; display: inline; }

.feature			{ border-bottom: 3px solid #d30;  }


#content-secondary		{ width: 180px; float: left; dislpay: inline; margin-left: 30px; }
#content-secondary	p 	{ margin-bottom: .5em; }

.details				{ color: #9ab; font-size: 1em; margin-bottom: .125em; line-height: 1.25;}
.result					{ font-weight: bold; line-height: 1; }
.game					{ margin-bottom: 1.5em; border-bottom: 1px solid #9ab; }

.feed	 			{ width: 30%; margin-right: 3%; float: left; display: inline; } 
.byline				{ margin-bottom: .75em;} 
.feed ul	 { list-style: none; line-height: 1; margin: 0; }
.feed li	 { margin-bottom: .75em; } 

.feed-mixed 	{ width: 100%;}
.feed-mixed ul	{ list-style: none; line-height: 1; margin: 0; }
.feed-mixed li	{ width: 30%; margin-right: 3%; float: left; display: inline; margin-bottom: .75em; }

.footer               { margin-top: 20px; }

.ad-header	{float: right; display: inline; margin-top: 10px; }
.ad-leaderboard	{ margin: 20px 0; }
.amazon { width: 120px; margin: 0 auto 20px; }

