@charset "utf-8";
#overall-container{
	width: 1237px;
	min-height: 300px;
}
#content-container{
	margin: 0 auto;
	margin-top: 40px;
	width: 925px;
	background-color: #ffffff;
	padding: 5px;
	min-height: 500px
}
#content-box{
	margin: 0 auto;
}
.top_navigator{
	width: 390px;
	height:auto;
	float: right;
	padding:0;
	padding-bottom: 15px;
}
.search_field_wrapper{
	width:100%;
	height:2em;
	background:url(../images/0111/nsm-search.png) no-repeat top left;
}
.search_field_wrapper input{
	border: 0px;	
	padding-left: 2px;
	float: left;
	width:240px;
	height:20px;
	font-size:12px;
	font-family:Trebuchet MS;
	font-size:12px;
	background:transparent;
}
#btnSearch{
	float: right;
	height: 20px;
	width: 75px;
}
.wrapper{
	width:100%;
	min-height:600px;
	margin: 0 auto;
}
.left{
	width:140px;
	float:left;
	padding:0px 5px 0px 0px;
	overflow:visible;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	height: 600px;
}
.right{
	width:142px;
	float:left;
	padding:0px 0px 0px 5px;
	height: 600px;
}
.center{
	width:925px;
	float:left;
	background-color:#ffffff;
	padding:5px 10px;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	box-shadow: 0px 0px 6px #888;
	z-index:1;
}

.content-data{
	width: 600px;
	float: left;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.number-holder{
	width: 40px;
	float: left;
}
.field-holder{
	width: 540px;
	float: left;
}
.button-red{
	margin-top: 5px;
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #b72609;
	text-decoration: none;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 20px;
}
.button-red a{
	text-decoration: none;
}
.button-red:hover{
	text-decoration: none;
	background-color: #ff9900;
}
#main-content{
	float: left;
	width: 710px;
	min-height: 600px;
}
.blog-list{
	float: left;
	width: 700px;
	height: 185px;
	padding: 5px;
	border: 1px dotted #cccccc;
	margin-bottom: 10px;
}
.blog-owner-avatar{
	float: left;
	width: 50px;
	height: 58px;
	background-image: url(../images/0111/index/members-avatar-thumb.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}
.blog-owner-avatar img{
	border: 0px;
	width: 48px;
	height: 48px;
	padding: 1px;
	overflow: hidden;
}
.blog-details{
	float: left;
	width: 630px;
	padding-left: 10px;
	height: 162px;
}
.blog-title{
	float: left;
	width: 625px;
	height: 20px;
}
.blog-author{
	float: left;
	width: 625px;
	height: 15px;
}
.blog-feed{
	float: left;
	width: 625px;
	height: 75px;
}
.blog-thumb{
	float: left;
	width: 625px;
	height: 45px;
}
#right-bar{
	float: left;
	width: 185px;
	height: 700px;
	padding: 5px;
	padding-left: 15px;
}
.ad-banner-right{
	padding-top: 10px;
	float: left;
	width: 165px;
	height: 650px;
}
.content-box{
	float: left;
	width: 180px;
	padding-top: 5px;
	min-height: 30px;
	margin-bottom: 10px;
}
.button-red{
	margin-top: 5px;
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background-color: #b72609;
	text-decoration: none;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Verdana ;
	margin-left: 15px;
}
.button-red a{
	text-decoration: none;
}
.button-red:hover{
	text-decoration: none;
	background-color: #ff9900;
}
#blog-rules-header{
	float: left;
	background-color: #cc0235;
	width: 165px;
	padding: 5px;
	height: 22px;
	border: 1px solid #cc0235;
	color: #ffffff;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Verdana ;
	text-align: center;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#blog-rules-content{
	float: left;
	background-color: #faefef;
	width: 160px;
	padding: 5px;
	border: 1px solid #cc0235;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana ;
	padding-left: 10px;
}