
/* -----------------------------------------------------------------
structure
----------------------------------------------------------------- */

a { font-weight: bold;text-decoration: none;}
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: 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;
	}


/* -----------------------------------------------------------------
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 ul li {line-height: 18px; font-size: 11px;background: transparent url('images/icon_arrow.gif') no-repeat 0px 4px; padding-left: 12px;}
.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 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;}
*/
.merch {background: #fff url('images/merch_bg.jpg') no-repeat bottom left;}
	
.icon_downarrow {
    float: right;
    height: 7px;
    width: 8px;
    padding: 2px 0 0 0;
}