/*
Elegan-X2
Designed by JJ.Ying
http://www.jjying.cn
Search codes by simear (Special thanks for the kind permission)
2007-12-22
*/

/* General */
body {
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
}

table {
	color: #50535E;
	font-size: 12px;
}
td{
	word-break: break-all;
}
/*  linktextcolor  */
a {												
	text-decoration: none;				
	color: #a3a4b1;			
}
a:hover {
	text-decoration: none;
	color: #0078CC;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #aaa;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #696B78;
	cursor: help;
}
/* Main Layout Styles */
#wrapper {
	margin:0 auto;
	width: 780px;
	padding: 0 20px;
	text-align: left;
	background: #797D83 url('images/body_bg.gif') repeat-y;
}
#innerWrapper {
	background: #EAEAEB url('images/inner_bg.png') repeat-y;
	width: 780px;
}
#header {
	background-color: #353537;
	padding: 0;
	margin: 0;
}
#innerHeader {
	background-color: #353537;
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
 	width: 780px;
	height: 60px;
 	border-top: 10px solid #080813;
	color: #9899a9;
	background-color: #252527;
}

#footer a:hover {
    color: #000;
	background-color: #9899a9;
}

#innerFooter {
	text-align: left;
	margin: 3px 3px 7px 67px;
}
#innerFooter-info {
    width: 150px;
    height: 50px;
	float: right;
}
/*Header*/
.blog-header {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	width: 760px;
	height: 40px;
}
h1 {
	float: left;
	padding: 0;
	margin: 9px 4px 6px 4px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
h1 a {
	color: #e5e5e5;
}
h1 a:hover {
	color: #fff;
}
/* blog description */
.blog-desc {
	float: left;
	font-size: 11px;
	padding: 14px 0 0 30px;
	color: #898989;
}
/* nav menu */  
#nav {
	margin: 0;
	padding: 0;
	height: 52px;
	background: #ECECED url('images/menu_normal.gif') repeat-x;
	clear: both;
}
#menu {
	margin: 0;
	padding: 0;
	height: 52px;     /* nav height */
	background: url('images/menu_normal.gif') repeat-x;
	float: left;
	clear: none;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	list-style: none;
	width: 72px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#menu a{
	padding-top: 16px; 
	display: block;
	color: #6F7280;
	height: 36px;   /* critical */
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	color: #555762;
	background: url('images/menu_normal.gif') repeat-x 0 -55px;
}

/* Content*/
#mainWrapper {
	margin-bottom: 4px;
}


/* sidebar */
.sidebar {
	border-right: 1px solid #D5D5DE;
	background-color: #ECECED;
	float: left;
	width: 192px;
	height: 100%;
	margin-top: -2px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}

/* content */
.content {
	float: right;
	width: 586px;
	padding-top: 11px;
	background-color: #f5f5f5;
	border-left:1px solid #fff;
}
.content-wide {
	width: 750px;
	clear: both;
	margin: 0;
	background-color: #f5f5f5;
	padding: 11px 13px 20px 17px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
	padding-top: 11px;
}
#innerContent {
	margin: 0;				
	overflow: visible;
}

/* hack */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/* Panels*/
.panel{
	padding: 0;
	margin-bottom: 5px;
}
.panel h5 {
	text-align: center;
	color: #6E7383;
	font-size: 12px;
	font-weight: 700;
	padding-top: 4px;
	margin: 11px 0 4px 0;
	height: 25px;
	background: #ECECED url("images/panel_header.png");
	cursor: hand;
}
.panel-content{
	width: 174px;
	margin: 0;
	padding: 0 0 5px 13px;
	line-height: 180%;
	color:#9899b1;
}
.panel-content a strong{
	color: #006DBA;
}
.panel-content a{
	color:#9899b1;
}
.panel-content a:hover{
	margin-left: 3px;
	color: #0078CC;
}
.panel-content ul{
	padding: 0;
	margin: 0;
}
.panel-content li{
	padding: 0;
	margin: 0;
	list-style: none;
	word-wrap:break-word;
	overflow: hidden;

}
.panel-content li.indent{
	padding: 0;
	text-indent: 10px;
	background: #ECECED url("images/arrow-1.gif") no-repeat;
}
.panel-content ul ul li{
	padding: 0;
	text-indent: 15px;
}
/* login form */
#loginForm {
	width: 95%;
}
/* Search Panel */
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #696B78;
}
/* Announcement */
.announce{
	border: 1px dashed #BFC2C9 !important;
	margin: 10px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; 
	color: #7E8395; 
}
/* Defaul Elements */
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}
/* page links */
.pages {
	color: #424556;
	font-size: 11px;
	margin: 0 0 20px 0;
}
.pages a {
	border: 1px solid #BFC2C9;
	background-color: #ECECED;
	padding: 1px 3px 1px 3px;
	color: #626576;
	font-size: 11px;
	margin: 1px;
}
.pages a:hover {
	border: 1px solid #018CED;
	color: #626576;
}
.pagelink-current {
	font-weight: bold;
	font-size: 17px;
	border: 1px solid #9Fa2a9;
	background-color: #BFC2C9;
	padding: 1px 3px 1px 3px;
}
.listbox {
	padding: 20px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: 700;
	padding-left: 10px;
	background-color: #E2E3E7;
	border: 1px solid #A1A3B3;
	height: 30px;
}
.listbox-entry {
	word-wrap: break-all;
	padding: 5px;
	color: #4E5067;
}
.listbox-entry a{
	word-wrap: break-all;
	color: #4E5067;
}
/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; padding-right:10px;}

/* text box */
.textbox{
	margin: 0 2px 37px 5px;
}
.textbox-title, .textbox-title-top{
	word-wrap: break-all;
	font-size: 24px;
	height: 80px;
	position: relative;
	color: #006DBA;
	font-weight: 400;
}
.textbox-title-top{
	height: 35px;
}
.title-label{
	border-top: 1px dotted #b5b5bE;
	clear: left;
	width: 80%;
	font-size: 12px;
	color: #a1a2b4;
	text-align:left;
	padding: 3px 13px 7px 17px;
}
h2{
	margin: 5px 75px 3px 16px;
	font-size: 24px;
	font-weight: 400;
	display: inline;
	float: left;
}
h2 a {
	color: #006DBA;
}
h2 a:hover {
	color: #2B5500;
	background-color: #EAF1DC;
}
.entry-date{				  
	width: 30px;
	clear: none;
	padding: 0 10px 0 5px;
	border-left: 1px solid #e5e5eE;
	text-align: center;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 7px;
}
.entry-month{
	font-size: 13px;
	color: #969Ca5;
	margin-top: -3px;
}
.entry-day{
	font-size: 25px;
	color: #55596B;
	margin-top: -7px;
	font-weight: 700;
}
.entry-year{
	font-size: 13px;
	color: #969Ca5;
	margin-top: -8px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 0px 10px 8px 10px;
	color: #4E5067;
	margin: 6px 0 0 0;
	clear: both;
	line-height: 180%;
}
.textbox-content a {
	word-wrap: break-word;
	color: #0078CC;  
}
.textbox-content a:hover{
	word-wrap: break-word;
	color: #0078CC;  
	background-color: #DCE8F1;
	background: url('images/hover-bg.gif');
	border-bottom: 1px dotted #0078CC;  
}
.textbox-content a:active{
	color: #4493CC;  
	background-color: #E5EEF5;
}
.textbox-bottom {
	font-size: 11px;
	color: #a1a2b4;
	text-align:right;
	padding: 0 13px 7px 7px;
	background: url('images/tag_bg.gif') repeat-x;
}
.textbox-adminbar {
	margin: 0 0 20px 15px;
	font-size: 13px;
	color: #626576;
}
.tags {
	text-align:right;
	margin-bottom: 2px;
}
.sep {
	font-size: 0;
	border-top: 1px solid #e2e2df;
	border-bottom: 1px solid #fff;
}
.readmore {
	margin-top: 9px;
}
.readmore a {
	color: #4E5067;
	border-bottom: 1px dotted #4E5067;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:10px;
	padding-top: 0;
	margin: 0;
	color: #626576;
	background-color: #FFB794;
	text-align: right;
}
.comment-pages{
	padding: 4px;
	padding-left: 17px;
	margin-bottom: 10px;
	color: #626576;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 3px;
	margin: 10px;
}
.commentbox-title{
	padding: 4px;
	font-size: 17px;
	border-left: 3px solid #c2c3c7;
	background-color: #e2e3e7;
	height: 22px;
}
.commentbox-title a {
	color: #626576;
}
.commentbox-title a:hover {
	color: #0078CC;
}
.commentbox-name{
	color: #626576;
	clear: none;
	float: left;
}
.commentbox-label{
	font-size: 12px;
	color: #626576;
	clear: none;
	float: right;
}
.commentbox-content{
	padding: 5px;
	border: 1px solid #e5e5e9;
	border-left: 3px solid #e5e5e9;
	color: #626576;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/* normal message box */
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #525566; 
 text-align: center; 
 background-color: #E5E6EA;
}
.messagebox-title{
 background-color: #95969A;
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #626576; 
 background-color: #f5f5f5;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #626576; 
 background-color: #F5f5f5;
 border-top: 1px dashed #d5d5d9; 
 padding: 5px;
}


/* Input Form Styles (table) */
.formbox{}
.formbox-comment{
	border: 1px solid #A1A3B3;
	margin: 20px;
}

.formbox-title,
.formbox-comment-title{
	color: #626576;
	font-weight: bold;
	border-bottom: 1px dashed #A1A3B3;
 	background-color: #E2E3E7;
	font-size: 20px;
	padding: 5px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #626576;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/* UBB Code Custom Styles */
.code {
	word-wrap: break-all;
	border-left: 3px solid #C3D993;
	background-color: #EBEBEC;
	color: #000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
	padding: 2px;
	border: 1px solid #D3D9C6;
	background-color: #EAF1DC;
}
.quote-title {
	background-color: #C3D993;
	padding: 4px;
	font-weight: bold;
	color: #1B4500;
}
.quote-title a {
	color: #2B5500;
	padding-left: 5px;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #394D30;
	padding: 5px; 
}

/* Link*/
.linkover {
	margin-bottom: 56px;
	height: auto;
	clear: both;
}
.linkbody {
	margin: 5px 0 0 5px;
	padding: 10px 20px;
	background-color: #EBEEEF;
	width: 110px;
	text-align: center;
}
.linkdesc {
	color: #9ab;
}
.linkgroup {
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 6px 10px;
	margin-bottom: 5px;
	color: #626576;
	border-bottom: 1px dotted #b5b5bE;
}
/*search*/
.minisearchbar {
	list-style: none;
	width: 130px; 
	height: 25px;
	float: right;
	text-align: right;
	padding-right: 20px;
	background: url('images/search2.gif') no-repeat;
}
#minisearcharea { 
	width: 130px;
	height: 25px;
	background: url('images/search1.gif') no-repeat;
}
.minisearcharea input { 
	border: none;
	background: url('images/search3.gif') repeat-x;
	height: 15px;
	width: 75px;
	margin-right: 14px;
	font-size: 11px;
}
/*tag list*/
.taglist a{
	text-decoration: none;
}
/* Form Controls */
form {
	display: inline;
}
input {
	font-size: 12px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #696B78;
	color: #696B78; 
	background-color: #FBFCFD;
}
input.button {
	height: 20px;
	border: 1px solid #9FA4B2;
	color: #696B78; 
	background-color: #FBFCFD;
}
textarea { 
	border: 1px solid #9FA4B2;
	background-color: #f5f5f5;
	font-size: 12px; 
	color: #696B78; 
	}
select { 
	font-size: 12px;  
	color: #696B78; 
	background-color: #FBFCFD;
	border: 1px solid #696B78;
}