@charset "utf-8";
/* UPsP CSS */

.red_link{
	color: #9C230D;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.red_link:hover{
	text-decoration: underline;	
}

.popup{
	width: 510px;
	min-height: 100px;
	margin: 10px auto;
	border: 1px solid #ccc;
	text-align: center;
	box-shadow: 2px 2px 2px #888888;
	
	display: none;
}

.close_btn{
	float: right;
	padding: 8px 10px 0px 0px;
	cursor: pointer;
}

.popup_title{
	width: 510px;
	margin: 10px auto;
	padding-left: 10px;
	padding-right: 10px;
}

#edit_form{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.form_left{
	float: left;
	width: 140px;
	text-align: right;
}
.form_right{
	float: right;
	width: 320px;
	text-align: left;
	padding-left: 10px;
}
.clear{
	clear: both;
}
#form_prefs {
	padding: 10px 0px 20px 10px;
}

.form_submit{
	width: 214px;
	margin: 10px auto;
	cursor: pointer;
}

textarea{
	resize: vertical;
}

.resultHeader{
	color: #9C230D;
	font-weight: bold;
	font-size: 16px;
}
	
.botPad8{
	padding-bottom: 8px;
}
.pad10{
	padding: 10px;
}

#send_msg, #view_profile{
	width: 150px;
	margin: 16px auto;
	text-align: center;
	cursor: pointer;
}

#login_block .link{
	border-bottom: none;
	padding-right: 20px;
}
#login_block .link a{
	font-size: 16px;
}

/*Message Block*/
#msg_board{
	width: 510px;
	margin: 10px auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #888888;	
}

#msg_list a{
	color: #9C230D;
	text-decoration: none;
}
#msg_list a:hover{
	color: #9C230D;
	text-decoration: underline;
}

.msg_img{
	float: left;
	border: 1px solid #ccc;
	/*border: 1px solid #9C230D;*/
}
.msg_img img{
	border: 2px solid #fff;
}

#featured_msg_body{
	float: left;
	width: 386px;
	padding-left: 8px;
}
.msg_body{
	float: left;
	width: 401px;
	padding-left: 8px;
}
.user_name{
	float: left;
}
.date{
	float: right;
	font-size: 10px;
	color: #000;
}
.msg_block{
	clear: both;
	padding: 6px 0px 6px 4px;
	min-height: 56px;
	margin-top: 4px;
}
.msg_text{
	padding: 2px 4px;
}

#msg_new_block{
	padding-left: 6px;
	width: 440px;
}

#show_posts_btn{
	position: absolute;
	padding: 4px;
	right: 20px;
	top: 8px;
	color: #9C230D;
	cursor: pointer;
}

#msg_container .header{
	color: #9C230D;
	padding: 2px;
	cursor: pointer;
	display: block;
}
#msg_new_form{
	text-align: left;
	padding: 10px;
}
#msg_new_form textarea{
	width: 400px;
	resize: vertical;
}
#view_more{
	padding: 10px;
}

#post_content{
	line-height: 22px;
	padding-left: 8px;
}
#newCount{
	color: rgb(192, 51, 5); 
	font-size: 36px; 
	font-weight: bold; 
	padding-top: 10px;
}

#historical_header{
	text-align: center;
	padding-bottom: 10px;
	font-size: 18px;
	color: #9C230D;
	font-weight: bold;
}


.left{
	float: left;
}
.right{
	float: right;	
}


/* Picks Digest */
.pad{
	padding: 4px;
}
.rt{
	text-align: right;
}
.ctr{
	text-align: center;
}



/* Trophy Box */
.trophy_block{
	float: left;
	margin-right: 5px;
	min-width: 70px;
	min-height: 130px;
	text-align: center;
}
.trophy_block .title{
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	margin: 2px auto;
	font-weight: bold;
	width: 85px;
}
.trophy_block .subtitle{
	font-size: 8px;
	font-weight: normal;
}


.trophy_block .survivor{
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-position: top center;
	padding-top: 23px;
	
	font-size: 20px;
	color: #000;
}
.trophy{
	float: right;
	margin-left: -30px;
}
.trophyWide{
	float: right;
	margin-left: -40px;
}
.trophyTurkey{
	float: right;
	margin-left: -51px;
}
.trophy1{
	float: right;
}
.trophySurvivor{
	text-decoration: none;
	color: #D71925;
}

#floating_menu{
	display: none;
	position: fixed;
	top: 0px;
	z-index: 999;
	margin-left: 300px;
}
#float_header{
	width: 590px;
	border: solid 6px #e5e5e5;
	background-color: #410703;
	box-shadow: 4px 4px 4px #aaa;		
}

#float_header .menu{ 
	width:100%; 
	overflow:hidden; 
	padding-top: 14px; 
	height: 30px;

}
#float_header .menu ul{}
#float_header .menu li{ float:left; font-size:1.154em; padding-left:21px; letter-spacing:-1px;}
#float_header .menu a{ text-decoration:none; text-transform:uppercase; color:#ffffff; font-weight:bold;}
#float_header .menu a:hover, #float_header .menu .active{ color:#ba2709;}
