/*
=== Sohu Group Themes StyleSheet File ========================
	Style Name: p2017
	Version: 1.0
	Author: Matt Wang (www.uiland.com)
	First Created: 2008-01-30
	Last Update: 2007-01-30
	Copyright: Sohu.com (www.sohu.com)
==============================================================
*/

/*** General ***/
body {
	background:#272727 url(images/body_bg.jpg) no-repeat center 30px;
	color:#676559;
}
a {
	color:#2D4B53;
}
a:hover {
	color:#f00;
}
.hot,
.hot a:link {
	color:#ff0384;
}

/* mod */
.mod {
	display:block;
	overflow:hidden;
	margin-bottom:10px !important;
	border:0 none;
	background:#FFFBE0;
}
.mod .m_head {
	height:35px;
	padding:0 5px;
	border:0 none;
	background:url(images/mod_t_bg.gif) no-repeat;
}
.mod .m_title {
	margin-top:3px;
	color:#fff;
}
.mod .m_body {
	padding:0 5px 5px 10px;
}

.noticeMod a {
	color:#676664;
}
.noticeMod a:hover {
	color:#f00;
}


/*** Header ***/
#header{
	height:100px;
	background:none;
}
#innerHeader{
	padding:10px 0 0 280px;
}
#groupTitle {
	color:#F5FF00;
}
#groupUrl a{
	color:#341E06;
	font-weight:normal;
}
#groupTitlebox{
	margin-bottom:5px;
}
#innerContentWrapper{
	background:none;
}
#crumbBox a{
	color:#FEFD02;
}
#crumbBox span{
	color:#fff;
}
#crumbBox .slash-right{
	background:url(images/ico_arrowRight.gif) no-repeat scroll center;
}


/*** main ***/
#focus .m_body{
	padding:10px 20px 15px;
}

/* topicList */
.topicList {
	border-top:0;
	color:#AAA796;
}
.topicList th,
.topicList td {
	border-bottom:1px solid #EDE9D0;
}
.topicList .type {
	background:none;
}
.topicList .topic strong {
	color:#676559;
}
.topicList .topic a.title,
.topicList .topic a.title:visited {
	color:#2D4B53;
}
.topicList .topic a.title:hover {
	color:#f00;
}
.topicList .topic a.hot,
.topicList .topic a.hot:visited {
	color:#ff0384;
}
.topicList .count{
	color:#66645A;
}

/* entry */
.entry {
	border-bottom:1px solid #EDE9D0;
}
.member_list {
	border-bottom:1px solid #EDE9D0;
}

/*** sidebar ***/
#sidebar {
	background:#536F24;
}
#innerSidebar {
	border:0 none;
}
#sidebar a {
	color:#EBDC61;
}
#sidebar a:hover {
	color:#f00;
}
.blogIco {
	background:#eee;
}
.groupIco {
	background:#eee;
}
.photosetIco {
	background:url(images/photoset_bg.gif) no-repeat;
}
.btnAddBox a {
	color:#294c5f;
}

/* nav */
#nav li{
	vertical-align:middle;
}
#nav img{
	border:medium 0;
	line-height:20px;
	vertical-align:middle;
}
#nav li a{
	height:23px;
	color:#fff;
	line-height:23px;
}
#nav li a:hover{
	background:#fff;
	height:22px;
	border:1px solid #849568;
	border-width:0 1px 1px 0;
	color:#471202;
	line-height:22px;
}
#nav li span{
	background:#fff;
	height:22px;
	border:1px solid #849568;
	border-width:0 1px 1px 0;
	color:#471202;
	line-height:22px;
}

/* forumInfo */
#forumInfo {
	background:#748C50;
	border:1px solid #849568;
	color:#fff;
}
#forumInfo h3 {
	color:#fff;
}

/* otherInfo */
.forumOtherInfo{
	border:1px solid #849568;
	background:#748C50;
	color:#fff;
}
.forumOtherInfo .m_head {
	background:url(images/mod_t_bg2.gif) no-repeat;
}
.forumOtherInfo .m_title {
	color:#536F24;
}
