
/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ************************************************************** */

.pointer { cursor: pointer; }
.clearboth { clear: both; }

a { color: #069; text-decoration: underline; }
a:hover { text-decoration: underline; }

/* ************************************************************** */

body
{
	background: #c6c6c6 url(/i/brand_bowl_bg_tile.jpg) top left repeat-x;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

header
{
	position: relative;
	width: 1024px;
	height: 181px;
	margin-bottom: 10px;
	background: #000 url(/i/hdr_brand_bowl.jpg) top left no-repeat;
}

h1 { text-indent: -7000px; }
header a.mullen, header a.radian6
{
	position: absolute;
	top: 100px;
	display: block;
	text-indent: -7000px;
}
header a.mullen
{
	right: 160px;
	width: 130px;
	height: 50px;
}
header a.radian6
{
	right: 3px;
	width: 140px;
	height: 50px;
}

#container
{
	position: relative;
	width: 1022px;
	margin: 0 auto;
}

/* ************************************************************** */

#main { float: left; }

#intro
{
	width: 485px;
	padding: 15px;
}

#intro h2
{
	height: 17px;
	width: 520px;
	margin-bottom: 10px;
	background: transparent url(/i/txt_twittersphere.png) top left no-repeat;
	text-indent: -7000px;
}
#intro p
{
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 120%;
}

/* ************************************************************** */

#leaderboard 
{
	float: left;
	position: relative;
	width: 505px;
	min-height: 845px;
	margin: 0 5px 10px 15px;
	padding: 71px 15px 0 37px;
	background: transparent url(/i/bg_twit-o-tron.png) top left no-repeat;
}

/* ************************************************************** */

#leaderboard #ticker
{
	position: absolute;
	z-index: 7;
	top: 3px;
	left: 37px;
	width: 484px;
	height: 26px;
	padding: 13px 0 0 0;
	background-color: transparent;
	color: #bbb;
	font-size: 90%;
	line-height: 120%;
}
#leaderboard #ticker .ticker-spinner
{
	display: none;
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	xbackground: transparent url(/i/spinner.gif) top left no-repeat;
}
#leaderboard #ticker marquee { width: 484px; }
#leaderboard #ticker p span
{
	padding-right: 70px;
}
#leaderboard #ticker p span.last { padding-right: 5px; }


/* ************************************************************** */

#leaderboard #results
{
	float: left;
	width: 483px;
	height: 839px;
	background: transparent url(/i/recap/recap-top10.jpg) top left no-repeat;
}

/* ************************************************************** */

#recap-content-top
{
	float: left;
	width: 393px;
	height: 20px;
	margin-top: 30px;
	padding: 15px 10px 0 20px;
	background: transparent url(/i/img_twitter_box_top.png) top left no-repeat;
}
#recap-content-top p
{
	width: 243px;
	height: 14px;
	margin: 0;
	background: transparent url(/i/recap/brand_bowl_recap_hdr.png) top left no-repeat;
	text-indent: -7000px;
}


#recap-content
{
	float: left;
	width: 423px;
	padding: 15px 0 30px 0;
	background: transparent url(/i/img_twitter_box_btm.png) bottom left no-repeat;
	font-size: 80%;
	line-height: 130%;
}

#recap-content h2
{
	margin-bottom: 10px;
	padding: 0 25px 0 22px;
	color: #069;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}

#recap-content h3
{
	margin: 10px 7px;
	padding: 4px 15px 2px 17px;
	background-color: #ddd;
	color: #069;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}

#recap-content p
{
	padding: 0 25px 5px 25px;
}

#recap-content table
{
	margin: 0 25px 15px 25px;
}
#recap-content table th
{
	padding: 10px 10px 0 5px;
	text-align: left;
}
#recap-content table td
{
	width: 120px;
	padding: 1px 10px 3px 10px;
	margin: 10px 25px;
}
#recap-content table td.data
{
	width: 60px;
	text-align: right;
}



footer { clear: both; margin: 25px 0; }









