/* -----------------------------------------------------------------
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,

q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* -----------------------------------------------------------------
Styles
----------------------------------------------------------------- */

body {
font-family: arial, helvetica, sans-serif;
font-size: 62.5%;
color: #363636;
	}

a { font-weight: bold;color: #1b3664; text-decoration: none;}
a:hover {text-decoration: underline}


/* -----------------------------------------------------------------
structure
----------------------------------------------------------------- */

#topper h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	background: #fff url('images/title_bg.gif') repeat-x bottom left;
	padding-bottom: 5px;
	}

#leftbar {
	width: 202px;
	float: left;
	margin-right: 10px;
	}

#leftbar h3 {
	text-transform: uppercase;
	}

#main {
	width: 748px;
	float: left;
	}
	
#user_galleries {
	width: 438px;
	float: left;
	margin-right: 10px;
	}
	
#user_galleries table img {
	width: 72px;
	padding-right: 5px;
	}
	
#main_middle table img {
	width: 92px;
	padding-right: 10px;
	}

#lrec {
	width: 300px;
	float: left;
	}

#main_leaderboard {
	width: 748px;
	margin-bottom: 10px;
	text-align: center;
	}

#main_bottom {
	width: 748px;
	}

#main_bottom_left {
	float: left;
	width: 300px;
	margin-right: 10px;
	}
	
#main_bottom_middle {
	float: left;
	margin-right: 10px;
	width: 214px;
	}

#main_bottom_right {
	float: left;
	width: 214px;
	}


#footer {
    width: 960px;
    padding: 10px;
    margin: 0 auto;
    background: #f2f2f2;
    border-top: 1px solid #e6e4e4;
    line-height: 18px;
    font-size: 10px;
    }
    
#footer ul li{color: #CCCCCC;float: left; padding-left: 4px; margin-left: 4px;}
#footer ul li.first {border: none; margin-left: 0; padding-left: 0;}
#footer h3 {font-size: 10px; font-weight: bold; margin-right: 10px; color: #000}
#footer h3 {float: left;}
#footer ul {float: left;}
#footer .footer_item {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #cccccc;}

/* -----------------------------------------------------------------
Miscellaneous
----------------------------------------------------------------- */

/* 10px padded box, with border and slight grey background gradient image */
.mod_box {padding: 10px; background: #fff url('images/gradient_lightgray.gif') repeat-x bottom left; border: 1px solid #dfe0dc; margin-bottom: 15px;}
.mod_box h2 {font-size: 14px; color: #000; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; }
.mod_box h3 {font-size: 12px; margin-bottom: 5px; line-height: 18px; font-weight: bold; border-bottom: 1px solid #dfe0dc } 
.mod_box p {font-size: 11px;line-height: 18px;}
.mod_box table, .mod_box ul, .mod_box p {margin-bottom: 10px;}
.mod_box ul li {line-height: 18px; font-size: 11px;background: transparent url('images/icon_arrow.gif') no-repeat 0px 4px; padding-left: 12px;}

.merch {background: #fff url('images/merch_bg.jpg') no-repeat bottom left;}


.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
    
.icon_downarrow {
    float: right;
    height: 7px;
    width: 8px;
    padding: 2px 0 0 0;
}
