@import "reset.css";
@import "960.css";
@import "alert.css";
@import "icon.css";
@import "jquery.css";

/*generic*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff; 
	background-repeat: repeat-x;
	background-position: 50% 0%;
	color: #2d2d2d;
	font-size: .875em;
}

a { color: #940709; }
a:hover { text-decoration: none;}

p {
	margin-bottom: 1em;
	line-height: 1.25em;
}
h1 {
	font-size: 2em;
	margin-bottom: .25em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: .25em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: .25em;
}
h4 {
	margin-bottom: .25em;
}
small {
	font-size: .85em;
	line-height: 1.25em;
}
dt {
    float: left;
    display: block;
    width: 140px;
    color: #969696;
    clear: left;
    padding-bottom: 5px;
}
dd {
    float: left;
    display: block;
    padding-bottom: 5px;
}

/*comon*/
.block {
	margin-top: 20px;
	border-top: 1px solid #bebebe;
	padding-top: 10px;
}
.inline {
	float: left;
	margin-right: 10px;
}
.frame {
	padding: 4px;
	border: 1px solid #bebebe;
	background: #ffffff;
}
a:hover .frame {
	padding: 1px;
	border: 4px solid #940709;
}
.sb_inline_container {
    background: #e6e6e6;
    padding: 30px;
    height: 340px;
}
.sb_inline_content {
    height: 300px;
    background: #ffffff;
    border: 1px solid #cecece;
    overflow: auto;
    padding: 10px;
}

/*forms*/
.form {
    border: 1px solid #cecece;
    margin: 0px 0px 10px 0px;
    padding: 20px 10px 20px 10px;
    background: #f9f9f9;
}
.form fieldset {}
.form fieldset.buttons {
    padding: 0px 0px 0px 165px;
}
.form br {
	clear: both;	
}
.form input {
    float: left;
}
.form label {
    display: block;
    font-size: 1.1em;
    float: left;
    width: 144px;
    text-align: right;
    padding-top: 5px;
    margin-right: 5px;
    padding-right: 16px;
}
.form label.required {
    background: transparent url(../../public/img/icon/bullet_star.png) no-repeat 100% 5px;
}
.form label span {
    display: block;
    font-size: .75em;
}
.form small {
    clear: left;
    color: #888888;
    display: block;
    padding-top: 2px;
    margin-left: 165px;
    width: 400px;
}
.form small.error {
    color: #801b1b;
}
.form small.valid {
	color: #1b8029;
}
.form i {
    display: block;
    float: left;
    padding-top: 2px;
    font-style: normal;
}
.form .i, .form .t, .form .s, .form .b {
	padding: 5px;
}
.form .i, .form .t, .form .s {
	background: #ededed;
	border: 1px solid #bebebe;
	color: #333333;
	width: 290px;
	font-size: 1.3em;
	margin-right: 5px;

}
.form .i.highlight, .form .t.highlight, .form .s.highlight {
    padding: 4px;
    background: #ffffff;
    border: 2px solid #940709;
}
.form .t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.form .b {
	background: #080808 url(../img/interface/button_background.png) repeat-x 0% 0%;
	color: #f1f1f1;
	border: 1px solid #272727;
	padding: 4px;
	font-size: 1.3em;
	cursor: pointer;
	margin-right: 10px;
}
.form .b.off {
	background-color: #bebebe;
	background-image: none;
	border-color: #b5b5b5;
	cursor: text;
}
.form .b.active {
	background: #940709 url(../img/interface/button_background_alt.png) repeat-x 0% 0%;
	border-color: #940709;
}

.form .big { width: 480px; }
.form .small { width: 100px; }
.form .tiny { width: 50px; }
.form .short { height: 75px; }
.form .tall { height: 150px;}

.form .populated {
    color: #a4a4a4;
}
.form .throbber {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/interface/throbber_small_wheel.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.form .scrollable {
    overflow: auto;
    border: 1px solid #bebebe;
    padding: 5px;
    margin-bottom: 8px;
    color: #565656;
}

/* tables */
.t1 {
    width: 100%;
}
.t1 thead tr td {
    font-size: .7em;
}
.t1 tfoot tr td {
    font-size: .9em;
    padding-top: 10px;
    color: #6d6d6d;
}
.t1 td {
    vertical-align: middle;
    border-top: 1px solid #e4e4e4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.t1 tr.unread {
    background: #faf2da;
}

/*header*/
#header {
	background: #1a1a1a url(../img/interface/header_background.png) no-repeat 50% 0px;
	border-bottom: 2px solid #ffffff;
}
#header h1 {
    float: left;
}
#header h1 a {
	display: block;
	height: 30px;
	width: 180px;
	background: transparent url(../img/interface/header_logo.png) no-repeat 0px 0px;
	margin-top: 10px;
}
#header h1 a:hover {
	background-position: 0px -100px;
}
#header h1 span {
	display: none;
}
#header ul {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
}
#header ul li {
	float: left;
	position: relative;
	margin-left: 15px;
}
#header ul li a {
	text-decoration: none;
}
#header ul li a span {
	font-size: 1.3em;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../img/interface/header_nav.png) no-repeat 0px 0px;
	height: 32px;
	padding: 5px 8px 5px 5px;
}
#header ul li a:hover span {
	background-position: 50% -100px;
}
#header ul li.sub a span {
	padding-right: 28px;
	background: transparent url(../img/interface/header_nav.png) no-repeat 100% 0px;
}
#header ul li.sub a:hover span, #header ul li.active a span {
	padding: 5px 27px 5px 4px;
    background-color: #ffffff;
	background-position: 100% -200px;
	color: #1a1a1a;
	border-left: 1px solid #bebebe; 
	border-right: 1px solid #bebebe; 
}
#header ol {
    z-index: 1000;
	background: #ffffff;
	position: absolute;
	left: 0px; 
	top: 35px;
	display: none;
	width: 220px;
	margin: 0px;
	border-left: 1px solid #bebebe; 
	border-right: 1px solid #bebebe; 
}
#header ol li {
	float: none;
	position: static;
	margin-left: 0px;
}
#header ol li a {
	float: left;
	width: 200px;
	padding: 10px;
	color: #940709;
	text-decoration: none;
	background: #ffffff;
	border-bottom: 1px solid #bebebe; 
}
#header ol li a:hover {
	background: #faf2da;
}
#header ol li a small {
	float: right;
	color: #bdbdbd;
}
#header ol li a:hover small {
	color: #c3ae77;
}


#settings_in {
    float: right;
    margin-top: 5px;
}
#settings_out {
    float: right;
    margin-top: 10px;
}
#settings_info {
    float: left;
    font-size: .9em;
    text-align: right;
    color: #919191;
    margin-right: 10px;
    margin-top: 2px;
}
#settings_info strong {
    color: #ffffff;
}
#settings_frame {
    height: 38px;
    position: absolute;
}
#settings_avatar {
    height: 30px;
    margin: 4px;
    background: #940709;
}


/*content*/
#content {
    padding-top: 15px;
}

/*hero*/
#hero {}
#hero #flash_alert { margin: 10px 0px 10px 0px; }
#hero_content { height: 315px;}
#hero_footer { height: 85px; background: transparent url(../img/interface/hero_footer.png) repeat-x 0px 0px; }

/*page_title*/
.page_title {
    margin-bottom: 20px;
    border-bottom: 5px solid #e4e4e4;
}
.page_title small {
    font-size: .75em;
    color: #6a6a6a;
}
.page_title ul {
    float: right;
    margin-top: 6px;
}
.page_title ul li {
    float: left;
}
.page_title ul li a {
    margin-left: 10px;
}
.page_title ul li.active a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: text;
}

/*titles*/
.title {
	background-color: transparent;
	background-position:0% 50%;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 38px;
}
.title.about { background-image: url(../img/interface/icon_about.png); }
.title.design { background-image: url(../img/interface/icon_artist.png); }
.title.idea { background-image: url(../img/interface/icon_idea.png); }
.title.integration { background-image: url(../img/interface/icon_integration.png); }
.title.program { background-image: url(../img/interface/icon_programmer.png); }
.title.rank { background-image: url(../img/interface/icon_rank.png); }
.title.score { background-image: url(../img/interface/icon_score.png); }
.title.screenshot { background-image: url(../img/interface/icon_screenshot.png); }
.title.twitter { background-image: url(../img/interface/icon_twitter.png); }


/*game_box*/
.game_box .b {
    display: block;
    float: left;
    height: 30px;
    background-image: url(../img/interface/box_button_bg.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    color: #0f0f0f;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    margin: 8px 4px 8px 4px;
}
.game_box .b1 {
    width: 92px;
    background-position: 0px 0px;
    text-align: center;
}
.game_box .b1:hover {
    background-position: 0% -100px;
    color: #ffffff;
}
.game_box .b1.disabled{
    background-position: 0% -200px;
    color: #a9a9a9;
    font-style: normal;
}
.game_box .b2 {
    width: 62px;
    padding-left: 30px;
    background-position: -100px 0px;
}
.game_box .b2:hover {
    background-position: -100px -100px;
    color: #ffffff;
}
.game_box .b2.disabled{
    background-position: -100px -200px;
    color: #a9a9a9;
    font-style: normal;
}
.game_box .b3 {
    width: 62px;
    padding-left: 30px;
    background-position: -200px 0px;
}
.game_box .b3:hover {
    background-position: -200px -100px;
    color: #ffffff;
}
.game_box .b3.disabled{
    background-position: -200px -200px;
    color: #a9a9a9;
    font-style: normal;
}
.game_box small {
    display:block;
    float: left;
    clear: right;
    margin-left: 5px;
    width: 180px;
    margin-top: 10px;
    color: #777777;
}

/*gallery*/
.gallery {
    padding: 15px;
}
.gallery_item {
    width: 143px;
    float: left;
    margin: 0px 8px 10px 8px;
}
.gallery_item img {
    padding: 4px;
    border: 1px solid #bebebe;
    background: #ffffff;
}
.gallery_item a:hover img {
    padding: 1px;
    border: 4px solid #940709;
}
.gallery_item big {
    display: block;
    font-size: .9em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gallery_item small {
    display: block;
    color: #4f4f4f;
    font-size: .75em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

/*avatar*/
#avatar_box {
    display: block;
    padding: 10px;
    background: #f9f9f9 url(../img/interface/frame_arrow.png) no-repeat 120px 55px;
	border: 1px solid #cecece;
	padding: 9px;
	margin-bottom: 15px;
}
#avatar_box.expand {
    background: #faf2da url(../img/interface/frame_arrow.png) no-repeat 120px 55px;
	border: 1px solid #dac483;
}
#avatar_frame {
    position: absolute;
    display: block;
    background: transparent url(../img/interface/frame.png) no-repeat 0px 0px;
    height: 94px;
    width: 94px;
}
#avatar_image {
    margin: 7px;
    height: 80px;
    width: 80px;
    background: #940709;
}

/*generic_list*/
.generic_list {
    margin-bottom: 10px;
    font-size: .9em;
    line-height: 1.3em;
}
.generic_list ul li {
    padding: 3px 0px 3px 0px;
    border-top: 1px solid #dcdcdc;
}
.generic_list ul li.active{
    background: #faf2da;
}
.generic_list ul li img {
    float: left;
    background: #ffffff;
    border: 1px solid #bebebe;
    padding: 1px;
    margin-right: 4px;
}
.generic_list ul li a:hover img {
    padding: 0px;
    border: 2px solid #940709;
}
.generic_list ul li strong {
    float: left;
    width: 20px;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}

/*generic_list*/
/*customizes the generic list*/
.avatar_list {
    border-top: 1px solid #dcdcdc;
    padding-top: 5px;
}
.avatar_list .alert {
    margin-bottom: 5px;
}

/*achievements*/
.achievement img {
	padding: 4px;
	border: 1px solid #bebebe;
	background: #ffffff;
	margin-right: 10px;
	float: left;
}
.achievement div {
	float: left;
	display: block;
	width: 150px;
}
.achievement strong {
	font-weight: normal;
}
.achievement small {
	color: #4d4d4d;
}
.achievement em {
	display: block;
	margin-bottom: 2px;
	color: #940709;
	font-size: .75em;
	font-style: normal;  
}
.achievement.light, .achievement.light em {
   color: #4d4d4d; 
}

/*foorum_list*/
.forum_list {}
.forum_list li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #bebebe;
}
.forum_list li p {
    float: left;
    width: 500px;
}

#profile_panel {
    background: #252525 url(../img/interface/background_tab_nav.png) repeat-x 0% 100%;
    color: #fefefe;
    margin-top: -20px;
    padding: 20px 20px 0px 20px;
}
#current_rank {
    margin: -20px 0px 0px 600px;
    position: absolute;
    z-index: 1000;
    height: 90px;
    width: 90px;
    color: #ffffff;
    background: transparent url(../img/interface/profile_rank_background.png) no-repeat 0% 100%;
    text-align: right;
    padding: 5px;
}
#current_rank strong {
    font-size: 1.8em;
    display: block;
}
#current_rank small {
    text-transform: uppercase;
    display: block;
}

/*twitter*/
/* can this go away? */
#twitter {
    margin-bottom: 15px;
}
#twitter ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #bebebe;
}
#twitter ul li a {
    display: block;
    margin-top: 2px;
    font-size: .9em;
}

/*buttons*/
.scg_button_small {
    display: block;
    height: 30px;
    float: left;
}
.scg_button_small span { display: none; }
.scg_button_small.signin {
    width: 100px;
    background: transparent url(../img/interface/buttons_small.png) no-repeat 0% 0%;
}
.scg_button_small.signin:hover { background-position: 0% -100px; }
.scg_button_small.create {
    width: 130px;
    margin-left: 10px;
    background: transparent url(../img/interface/buttons_small.png) no-repeat 50% 0%;
}
.scg_button_small.create:hover { background-position: 50% -100px; }
.scg_button_small.guest {
    margin-left: 10px;
    background: transparent url(../img/interface/buttons_small.png) no-repeat 100% 0%;
}
.scg_button_small.guest:hover { background-position: 100% -100px; }

.scg_button_big {
    display: block;
    width: 276px;
    height: 40px;
    float: left;
}
.scg_button_big span { display: none; }
.scg_button_big.signin {
    background: transparent url(../img/interface/buttons_big.png) no-repeat 0% 0%;
}
.scg_button_big.signin:hover { background-position: 0% -100px; }
.scg_button_big.create {
    background: transparent url(../img/interface/buttons_big.png) no-repeat 50% 0%;
}
.scg_button_big.create:hover { background-position: 50% -100px; }
.scg_button_big.guest {
    background: transparent url(../img/interface/buttons_big.png) no-repeat 100% 0%;
}
.scg_button_big.guest:hover { background-position: 100% -100px; }



#button_create {
    
}
#button_create:hover {
    background-position: 0px -100px;
}	
#button_guest {
	margin-top: 5px;
    display: block;
    width: 276px;
    height: 40px;
    background: transparent url(../img/interface/button_account_guest.png) no-repeat 0px 0px;
}
#button_guest:hover {
    background-position: 0px -100px;
}	

/*footer*/
#footer {
	margin-top: 20px;
	font-size: .85em;
}
#footer .container_12 {
    border-top: 2px solid #bebebe;
    padding-top: 20px;
    padding-bottom: 40px;
}
#footer a {
	text-decoration: none;
}
#footer ol {
	margin-bottom: 40px;	
}
#footer ol li {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cbcbcb;
}
#footer h4 {
	padding-bottom: 5px;
	border-bottom: 2px solid #cbcbcb;
}	

.waiting {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/interface/throbber_small_wheel.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}	

/* Battlecredits */
.icon_battlecredits {
    padding-right: 24px;
	background: transparent url(../img/interface/battlecredits_icon_bg.png) no-repeat 100% 50%;
}
.button_battlecredits {
    display: block;
    text-align: center;
    font-weight: bold;
    float: left;
    font-size: .875em;
    background-image: url(../img/interface/battlecredits_button_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 14px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 4px 0px 4px 0px;
    width: 132px;
    height: 34px;
    cursor: pointer;
}
.button_battlecredits:hover {
    background-position: 0% -100px;
    text-decoration: underline;
}
.button_battlecredits.disabled{
    background-position: 0% -200px;
    color: #a9a9a9;
    font-style: normal;
    cursor: text;
}
.button_battlecredits.disabled:hover{
    background-position: 0% -200px;
    text-decoration: none;
}												