/*
=== Sohu Group Themes StyleSheet File ========================
	Style Name: p2020
	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:#220000 url(images/body_bg.jpg) no-repeat center 30px;
	color:#999999;
}
a {
	color:#EBDC61;
}
a:hover {
	color:#f00;
}
.hot,
.hot a:link {
	color:#FF0084;
}

/* mod */
.mod {
	border:0 none;
	background:transparent url(images/mod_bg.gif) left center repeat-y;
}
.mod .m_head {
	padding:5px 15px;
	border:0 none;
	background:transparent url(images/mod_t_bg.gif) left top no-repeat;
}
.mod .m_title {
	margin-top:3px;
	color:#FFCC33;
}
.mod .m_body {
	padding:5px 10px 10px;
	background:transparent url(images/mod_b_bg.gif) left bottom no-repeat;
}

.noticeMod a {
	color:#676664;
}
.noticeMod a:hover {
	color:#f00;
}


/*** Header ***/
#header{
	height:220px;
	background:none;
}
#innerHeader{
	padding:25px 0 0 15px;
}
#groupTitle {
	color:#F9FF5A;
}
#groupUrl a{
	color:#E04200;
	font-weight:normal;
}
#groupDesc{
	color:#E04200;
}
#groupTitlebox{
	margin-bottom:5px;
}
#innerContentWrapper{
	background:none;
}
#crumbBox{
	height:20px;
	padding:10px;
}
#crumbBox a{
	color:#F9FF5A;
}
#crumbBox span{
	color:#ccc;
}
#crumbBox .slash-right{
	background:url(images/ico_arrowRight.gif) no-repeat scroll center;
}

/*** main ***/
#focus .m_body{
	padding:5px 30px 25px;
}

/* topicList */
.topicList {
	border-top:0;
	color:#AAA796;
}
.topicList th,
.topicList td {
	border-bottom:1px solid #462E2E;
}
.topicList .type {
	background:none;
}
.topicList .topic strong {
	color:#fff;
}
.topicList .topic a.title,
.topicList .topic a.title:visited {
	color:#fff;
}
.topicList .topic a.title:hover {
	color:#f00;
}
.topicList .topic a.hot,
.topicList .topic a.hot:visited {
	color:#FF0084;
}

/* entry */
.entry {
	border-bottom:1px solid #462E2E;
}
.member_list {
	border-bottom:1px solid #462E2E;
}

/*** sidebar ***/
#sidebar {
	background:#8B0000;
}
#innerSidebar {
	border:0 none;
}
#sidebar a,
#sidebar a:visited {
	color:#ECDC62;
}
#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{
	margin:10px 25px 15px 0;
}
#nav li{
	margin-left:-1px;
	vertical-align:middle;
}
#nav img{
	border:medium 0;
	line-height:20px;
	vertical-align:middle;
}
#nav li a{
	height:23px;
	color:#fff !important;
	line-height:23px;
}
#nav li a:hover{
	height:22px;
	border:1px solid #FFB504;
	border-width:0 1px 1px 0;
	background:#FFB504 url(images/span_bg.gif) 0 0 repeat-y;
	color:#471107 !important;
	line-height:22px;
}
#nav li span{
	height:22px;
	border:1px solid #FFB504;
	border-width:0 1px 1px 0;
	background:#FFB504 url(images/span_bg.gif) 0 0 repeat-y;
	color:#471107;
	line-height:22px;
}

/* forumInfo */
#forumInfo {
	border:1px solid #A84F4F;
	background:#A23333;
	color:#fff;
}
#forumInfo h3 {
	color:#fff;
}

/* otherInfo */
.forumOtherInfo{
	background:#760000 url(images/mod_bg2.gif) left center repeat-y;
	color:#fff;
}
.forumOtherInfo .m_head {
	background:transparent url(images/mod_t_bg2.gif) left top no-repeat;
}
.forumOtherInfo .m_title {
	color:#fff;
}
.forumOtherInfo .m_body {
	background:transparent url(images/mod_b_bg2.gif) left bottom no-repeat;
}
