/* -----------------------------------------------------------------
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: top;
	}

/* 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%;
background: #fff;
color: #363636;
text-align: center;
	}

a { font-weight: bold;color: #1b3664; text-decoration: none;}
a:hover {text-decoration: underline}

#wrapper {
	margin: 0 auto;
	width: 985px;
	text-align: left;
	border-left: 1px solid #D4DEE7;
	border-right: 1px solid #D4DEE7;
	}

#header {
	margin: 0 auto;
	background: #fff;
	margin-bottom: 15px;
	}

#logo {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	}
	
#logo a img {
	border: 0;
	}

#content {
	width: 985px;
	margin: 0 auto;
	margin-bottom: 15px;
	}


/* -----------------------------------------------------------------
structure
----------------------------------------------------------------- */

#nav {
	color: #fff;
	background: #405E87;
	border-bottom: 2px solid #405E87;
	margin: 0 auto;
	text-align: center;
	padding: 2px 0;
	}

#nav li {
	display: inline	}

#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 3px;
	}

#nav li a:hover {
	text-decoration: underline;
	}

#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: 145px;
	float: left;
	margin-right: 10px;
	}

#leftbar h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	}

#main {
	width: 830px;
	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 {
	padding: 10px;
	margin: 0 auto;
	border-top: 1px solid #D4DEE7;
	line-height: 18px;
	font-size: 11px;
	color: #000;
	text-align: center;
	}



#footer p {
	border-bottom: 1px solid #D4DEE7;
	padding: 10px 0;
	}

div.papers {
	width: 241px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
	}

div.papers img {
	width: 190px;
	}

/* -----------------------------------------------------------------
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;}

.ad {margin: 20px auto; text-align: center}

.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;
}