﻿
body
{
	color: #FFFFFF;
	background-color: #242424;
	
	background-repeat: repeat;
}

p
{
	margin-top: 0px;
}

ul,
ol
{
	margin-top: 5px;
	padding-left: 20px;
}

img,
a
{
	/* goddamn ie */
	border: 0;
}

.inner
{
	margin-left: 15px;
	margin-right: 15px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size: 10pt;
	
	line-height: 1.6em;
}
.sidebar-inner
{
	margin: 10px;
}

.page
{
	background-color: #242424;
		
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Telex, sans-serif;
}
.page a:link,
.page a:active,
.page a:visited
{
	color: #FFA719;
	text-decoration: none;
}
.page a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/**************************************
				HEADER
**************************************/
.header
{	
	position: relative;
	
	margin-top: 20px;
	height: 100px;
}

.notice
{
	background: none repeat scroll 0 0 #692108;
    border: 2px dashed #381007;
    margin-bottom: 10px;
    padding: 5px;
}


/**************************************
		   	LOGIN BOX
**************************************/
.loginbox
{
	background-color: rgba( 0, 0, 0, 0.25 );
	
	position: absolute;
	
	width: 200px;
	height: 56px;
	
	top: 22px;
	right: 0px;
}

.loginbox-name
{
	display: inline-block;
	
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: 2px;
	
	font-size: 1.40em;
	
	width: 145px;
	height: 30px;
	overflow: hidden;
}
.loginbox-name a:link,
.loginbox-name a:active,
.loginbox-name a:visited,
.loginbox-name a:hover
{
	color: #ffffff !important;
	text-decoration: none !important;
}

.loginbox-controls
{
	position: relative;
	
	width: 193px;
	height: 15px;
	
	bottom: 10px;
	left: 8px;
	
	font-size: 0.75em;
}
.loginbox-controls a:link,
.loginbox-controls a:active,
.loginbox-controls a:visited
{
	color: #ffffff !important;
	text-decoration: none !important;
}
.loginbox-controls a:hover
{
	color: #ffffff !important;
	text-decoration: underline !important;
}

.avatar-holder
{
	background-repeat: no-repeat;
	float: left;
	
	position: relative;
	
	margin-top: 7px;
	margin-left: 7px;
	
	width: 40px;
	height: 40px;
}
.avatar
{
	left: 4px;
	top: 4px;
	
	position: absolute;
}



/* NEW PLAYER AVATARS */
.player-avatar
{
    padding: 3px;
    border-radius: 3px;
    
    background-color: #545454;
}

.player-avatar
{
    height: 34px;
    width: 34px;
}

.player-avatar img
{
    height: 32px;
    width: 32px;
    
    border: 1px solid #545454;
    border-radius: 3px;
}

.player-avatar.online
{
    background-color: #8ecafc;
    
    background: -moz-linear-gradient(top, #7bafd6 5%, #506d92 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#7bafd6), color-stop(95%,#506d92));
    background: -webkit-linear-gradient(top, #7bafd6 5%,#506d92 95%);
    background: -o-linear-gradient(top, #7bafd6 5%,#506d92 95%);
    background: -ms-linear-gradient(top, #7bafd6 5%,#506d92 95%);
    background: linear-gradient(to bottom, #7bafd6 5%,#506d92 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bafd6', endColorstr='#506d92',GradientType=0 );
}

.player-avatar.offline
{
    background: -moz-linear-gradient(top, #706c6b 5%, #4e4d4d 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#706c6b), color-stop(95%,#4e4d4d));
    background: -webkit-linear-gradient(top, #706c6b 5%,#4e4d4d 95%);
    background: -o-linear-gradient(top, #706c6b 5%,#4e4d4d 95%);
    background: -ms-linear-gradient(top, #706c6b 5%,#4e4d4d 95%);
    background: linear-gradient(to bottom, #706c6b 5%,#4e4d4d 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#706c6b', endColorstr='#4e4d4d',GradientType=0 );
}

.player-avatar.ingame
{
    background-color: #9de641;
    
    background: -moz-linear-gradient(top, #9bc861 5%, #789e4c 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#9bc861), color-stop(95%,#789e4c));
    background: -webkit-linear-gradient(top, #9bc861 5%,#789e4c 95%);
    background: -o-linear-gradient(top, #9bc861 5%,#789e4c 95%);
    background: -ms-linear-gradient(top, #9bc861 5%,#789e4c 95%);
    background: linear-gradient(to bottom, #9bc861 5%,#789e4c 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc861', endColorstr='#789e4c',GradientType=0 );
}

/**************************************
			NAVIGATION
**************************************/
.navigation
{
	font-family: Jura, sans-serif;
	font-weight: 600;
	font-size: 1.10em;
	
	position: absolute;
	
	/*width: 300px;*/
	height: 40px;
	
	top: 40px;
	left: 495px;
}
.navigation-item
{
	display: inline-block;
	
	padding-left: 6px;
	padding-right: 6px;
	
	margin-left: 2px;
	margin-right: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;
}
.navigation-item a:link, .navigation-item a:active, .navigation-item a:visited
{
	color: white;
	text-decoration: none;
}
.navigation-item-select
{
	background-color: #260d07;
	border-radius: 5px;
}
.navigation-item:hover
{
	background-color: #260d07;
	border-radius: 5px;
}


/**************************************
				 BODY
**************************************/
.content
{
	margin-top: 10px;
}

.body
{
	display: inline-block;
	
	width: 690px;
	
	min-height: 565px;
}

.entry
{
	display: inline-block;
	
	background-color: rgba( 0, 0, 0, 0.25 );
	
	margin-bottom: 10px;
	
	width: 100%;
}
.entry-author
{
	font-size: 10pt;
	
	margin-top: -25px;
	padding-right: 10px;
	
	display: inline-block;
	float: right;
	
	overflow: hidden;
	
	width: 325px;
	height: 20px;
	
	text-align: right;
}

/**************************************
	         STEAM BB CODE
**************************************/
.bb_link_host
{
    display: none;
}
.bb_h1
{
    font-size: 15px;
    font-weight: normal;
}
.bb_blockquote
{
    border: 1px solid #aaa;
    border-radius: 3px;

    padding: 12px;
    margin: 8px;

    font-size: 92%;
}

.entry-author a:link,
.entry-author a:active,
.entry-author a:visited
{
	color: #FFA719 !important;
	text-decoration: none !important;
}
.entry-author a:hover
{
	color: #ffffff !important;
	text-decoration: underline !important;
}
.entry-comments
{
	float: right;
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.raffle-avatar
{
	margin-top: -37px;
	padding-right: 6px;
	
	display: inline-block;
	float: right;
	
	width: 40px;
	height: 40px;
}

.raffle-controls
{
	background-color: rgba(0, 0, 0, 0.25);
	
	text-align: center;
	
	font-size: 10pt;
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


#raffle-entries
{
    margin-top: 20px;
}

.raffle-entry
{
    height: 50px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.raffle-entry-id, .raffle-entry-avatar, .raffle-entry-name
{
    display: inline-block;
    line-height: 50px;
}

.raffle-entry-id
{
    width: 40px;
}

.raffle-entry-avatar
{
    vertical-align: middle;
    margin-right: 20px;
}

#raffle-entry-loader, #raffle-entry-loader-end
{
    text-align: center;
    margin: 0 auto;
}



/**************************************
			 SIDE BAR
**************************************/
.sidebar
{
	float: right;
	width: 300px;
	height: 565px;
}
.sidebar-title
{	
	background-color: rgba( 0, 0, 0, 0.25 );
	
	font-family: Jura, sans-serif;
	font-weight: 400;
	font-size: 24pt;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 10px;
}
.sidebar-title a:link,
.sidebar-title a:active,
.sidebar-title a:visited,
.sidebar-title a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.sidebar-title-text
{
	width: 360px;
	height: 34px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topbar
{
	display: inline-block;
	
	background-color: rgba( 0, 0, 0, 0.25 );
	width: 100%;
}
.bottombar
{	
	display: inline-block;
	
	background-color: rgba( 0, 0, 0, 0.25 );
	
	margin-top: 10px;
	
	/*height: 300px;*/
	width: 100%;
}
.bottombar-entry
{
	margin: 5px;
}


/**************************************
				FOOTER
**************************************/
.footer
{	
	text-align: left;
	vertical-align: middle;
	font-size: 0.75em;
	margin-top: 10px;
	height: 50px;
}

/**************************************
			   CHAT BOX
**************************************/
.chat-entry a[data-teamless]
{
    color: white;
}
.chat-entry a[data-team]
{
    color: #CCCCCC;
}
.chat-entry a[data-team="2"]
{
    color: #FF4040;
}
.chat-entry a[data-team="3"]
{
    color: #99CCFF;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
	width: 100%;
}

.text-box-multi-line
{
	width: 100%;
}

.tri-state
{
    width: 6em;
}