/*
=== Sohu Group Themes StyleSheet File ========================
	Style Name: p2021
	Version: 1.0
	Author: Matt Wang (www.uiland.com)
	First Created: 2008-02-21
	Last Update: 2007-02-21
	Copyright: Sohu.com (www.sohu.com)
==============================================================
*/

/*** General ***/
body {
	background:#FFFBE1 url(images/body_bg.jpg) no-repeat center 30px;
	color:#666;
}
a {
	color:#2C4C53;
}
a:hover {
	color:#f00;
}
.hot,
.hot a:link {
	color:#ff0f62;
}

/* mod */
.mod {
	display:block;
	overflow:hidden;
	margin-bottom:10px !important;
	border:1px solid #aaa;
	background:transparent url(images/mod_b_bg.gif) top repeat-x !important;
	background-position:0 1px;
}
.mod .m_head {
	height:32px;
	padding:0 5px;
	border:0 none;
	background:url(images/mod_t_bg.gif) right top no-repeat;
}
.mod .m_title {
	margin-top:7px;
}
.mod .m_opt{
	margin-top:4px;
}
.mod .m_body {
	padding:10px;
}

.noticeMod a {
	color:#676664;
}
.noticeMod a:hover {
	color:#f00;
}


/*** Header ***/
#header{
	height:120px;
	background:none;
}
#innerHeader{
	padding:10px 0 0 10px;
}
#groupTitle {
	color:#F9FF5A;
}
#groupUrl a{
	color:#EBDC61;
	font-weight:normal;
}
#groupUrl a:hover {
	color:#f00;
}
#groupDesc{
	color:#ccc;
}
#groupTitlebox{
	margin-bottom:5px;
}
#innerContentWrapper{
	background:none;
}
#crumbBox{
padding:7px 0 15px 10px;
}
#crumbBox a{
	color:#F9FF5A;
}
#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:#ff0f62;
}
.topicList .count{
	color:#66645A;
}

/* entry */
.entry {
	border-bottom:1px solid #EDE9D0;
}
.member_list {
	border-bottom:1px solid #EDE9D0;
}

/*** sidebar ***/
#sidebar {
	background:#871625;
}
#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{
	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 #A65E67;
	background:#9F4551;
	color:#fff;
}
#forumInfo h3 {
	color:#fff;
}

/* otherInfo */
.forumOtherInfo{
	border:1px solid #A65E67;
	background:#871625;
	color:#fff;
}
.forumOtherInfo{
	background:transparent url(images/mod_b_bg2.gif) top repeat-x !important;
	background-position:0 1px;
}
.forumOtherInfo .m_head {
	background:url(images/mod_t_bg2.gif) right top no-repeat;
}
.forumOtherInfo .m_title {
	color:#fff;
}
