/*
nightdream skin 
copyright by www.ShadowSky.cn
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family:  Tahoma,sans-serif,Arial;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #c1bfc0;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#222222;
	scrollbar-shadow-color:#777578;
	scrollbar-3dlight-color:#777578;
	scrollbar-arrow-color:#777578;
	scrollbar-track-color:#2a2a2a;
	scrollbar-darkshadow-color:#777578;
	scrollbar-base-color:#222222;
}

table {
	font-family: Tahoma, Arial;
	color: #777578;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #A0ACBE;
}
a:hover {
	text-decoration: none;
	color: #dff0ff;
}

hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #666666;
}

acronym {
	text-decoration: none;
	cursor: help;
	color: #fffffd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fffffd;
}

/****** Form Controls Styles ******/
form {
	display: inline;
	color: #777578;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #c0c0c0;
}
input.text {
	height: 20px;
	padding: 1px;
	color: #c8c8c8;
	border: 1px solid #2a2a2a;
	background-color: #000000;
}
input.button {
	height: 22px;
	color: #777578;
	background-color: #12110f;
	border: 1px solid #242424;
}
textarea { 
	border: 1px solid #2a2a2a;
	background-color: #000000;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #c8c8c8;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #c8c8c8; 
	background-color: #000000;
	border: 1px solid #2a2a2a;
}
.search-field {
	width: 160px;
    height: 20px;
	background-color: #000000;
	color: #c8c8c8;
	border: 1px solid #2a2a2a;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	width: 1004px;
	text-align: center;
	margin:0 auto;
	background: url(images/bg.jpg) center center;
}

#header {
	padding: 0px;
	height: 103px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#innerHeader {
	height: 95px;
}
#logo {
	float: left;
	margin-top: 3px;
	margin-left:45px;
}
#footer {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0;
	margin-left: 0 auto;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2a2c31;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
}
#footer a{
color: #89adbd;
}
#footer a:hover {
color: #FFF;
}
#innerFooter {
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	color: #B6CCD6;
	background-image: url(images/colorline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 10px;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	margin-left: -9999px;
	display: none;
}
.blog-header a{
	display:block;
	height: 25px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	display: none;
}

/* blog description */
.blog-desc {
	margin: 0px;
	display: none;
}

/* nav menu */
#menu {
	text-align: right;
	float: right;
	padding: 0;
	margin-top: 55px;
	margin-right: 80px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	float: left;
	text-align: center;
	padding-left: 5px;
}
#menu a{
	font-weight: bold;
	padding: 0px 2px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #00ccff;
}

/****** Content Layout ******/
#mainWrapper {

}

#mainWrapper-inner {

}

/* sidebar */
.sidebar {
	float:left;
	width:190px;
	margin-left:-210px;
	text-align: left;
	padding-top: 1px;
}
.sidebar-hide {
    text-align: left;
	padding-top: 5px;
	padding-left: 2px;
	float: left;
	width: 182px;
}
#innerSidebar {
	padding-left: 5px;
}
#innerSidebar2 {
	padding: 3px;
}

.sidebar-right {
	float:left;
	width:220px;
	margin-left:-98%;
	text-align: left;
	padding-top: 1px;

}

/* content */
.content {
	float:left;
	width:98%;
	padding: 5px;
	height:100%;
}

#innerContent {
	margin: 0 220px 0 240px;
	text-align: left;
	height:auto;

}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	padding:0px;
	margin-bottom: 10px;
}
#sidebar{
    background-color:#292929;
	padding: 10px 0px 10px 0px;
}
#sidebar .panel{
	background-color: #292929;
	margin:5px 1px 0px 1px;
}
#sidebar .panel h5{
	color: #00ccfe;
	font-size: 12px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	padding-top: 3px;
	text-indent: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 2px
}
#sidebar2 .panel h5{
    color: #feffff;
	font-size: 16px;
	padding-bottom: 0px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
	background-image: url(images/panel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 44px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar .panel h5 a{
    color: #00ccfe;
}
#sidebar2 .panel h5 a{
	color: #feffff;
}
#sidebar .panel-content{
	margin:0px;
	padding:2px 0px 0px 5px;
	color: #777578;
	line-height: 120%;
	background-color: #292929;
	background-image: url(images/panel2-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sidebar2 .panel-content{
	margin:0px;
	padding:3px;
	color: #c8c8c8;
	line-height: 120%;
	background-color: #111111;
	border: 1px solid #323232;
}
#sidebar .panel-content a {
	text-decoration: none;
	color: #777578;	
}
#sidebar .panel-content a:hover {
	text-decoration: none;
	color: #c1bfc0;
}
#sidebar .panel h5 span{
}
#sidebar2 .panel h5 span{
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
    color: #777578
	padding: 2px;
	margin: 0px;
	list-style: none;
	display: block;
}
.panel-content li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#sidebar2 .panel-content ul a {
	color: #e0e0e0;
}
#sidebar2 .panel-content ul a:hover {
	color: #363636;
	background-color: #a0acbe;
}
#sidebar2 .panel-content li{
	color: #e0e0e0;
	display: block;
	line-height: 14px;
}
#sidebar2 .panel-content li a:hover{
	color: #363636;
	background-color: #a0acbe;
}
.panel-content li.indent, .panel-content ul ul li{
	padding: 2px;
	text-indent: 12px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 98%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #585858;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:2px;
  background-color: #363636;
}
.calendar-weekday-cell {
  color: #585858;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:2px;
  font-weight: bold;
  background-color: #363636;
}
.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
  background-color:#111111;
}
.calendar-saturday, .calendar-sunday,.calendar-saturday a, .calendar-sunday a{
  color: #777578;
}
.calendar-saturday a, .calendar-sunday a{
}
.calendar-today { 
  color: #c8c8c8;
  background: #000;
  border: 1px solid #585858;
}
.calendar-day a {
  color: #777578;
}
.calendar-today a {
  color: #c8c8c8;
}
.calendar-today a:hover, .calendar-day a:hover, .calendar-saturday a:hover, .calendar-sunday 
a:hover {
  color: #777578;
}


/****** Announcement Box ******/
.announce{
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #c0c0c0; 
}

/****** Defaul Page Elements ******/
.article-top {
	clear: both;
	padding: 5px;
	margin-bottom: 15px;

}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #c8c8c8;
	background-color: #000000;
	border: 1px solid #2a2a2a;
	font-size: 12px;
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
	
}
.pagelink-current {
	font-weight: bold;
	text-decoration: line-through;
}
.pages a{
	color: #00cbfd;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 21px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #000;
	color: #c8c8c8;
	height: 25px;
	border: 1px solid #2a2a2a;
}
.listbox-entry {
	word-wrap: break-all;
	color: #c8c8c8;
	border-bottom: 1px dashed #666666;
}
.listbox-entry a{
	word-wrap: break-all;
	color: #c8c8c8;
}
.listbox-entry a:hover{
	color: #FFF;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 16px;
	padding-top: 2px;
	margin-bottom: 6px;
	margin-left: 15px;

}
.textbox-title h4{
	color: #fff;
	padding-left: 0px;
	font-size: 16px;
	display: inline;
}
.textbox-title h4 a, .textbox-label a {
	color: #fff;
}
.textbox-title h4 a:hover {
	color: #fff;
}
.textbox-label{
	margin-top: 1px;
	padding-left: 3px;
	color: #999;
	font-size: 12px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.textbox-fontsize{
	color: #999;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #999;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 155%;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.textbox-bottom a {
	color: #666666;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #999999;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #cccccc;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #cccccc;
	text-align:left;
	padding-left: 15px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #666666;
	text-align:left;
	padding-left: 15px;
}
.tags a{
	color: #666666;
}
.tags a:hover {
	color: #999999;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #c8c8c8;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #c8c8c8;
	background-color: #000;
	border: 1px solid #2a2a2a;
}
.comment-pages a {
	color: #c8c8c8;
}
/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	font-size: 12px;
	padding-left: 3px;
}
.commentbox-label{
	color: #666666;
	font-size: 10px;
	padding-left: 2px;
	display: inline;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.commentbox-title a,  .commentbox-content a {
	color: #cccccc;
}
.commentbox-label a {
	color: #999999;
}
/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
}
.trackbackbox-label{
	display: block;
	color: #cccccc;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #cccccc;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 100px;
 border: 1px solid #2a2a2a; 
 text-align: center; 
 background-color: #222222;
 color: #fff; 
}
.messagebox a,  .messagebox-content a{
 color: #c8c8c8; 
}
.messagebox-title{
 background: #292929;
 color: #cccccc; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #c8c8c8; 
 background:#000;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #c8c8c8; 
 background-color: #292929; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #777578;
	font-weight: bold;
	padding: 4px;
	background-color: #292929;
	border: 1px solid #2a2a2a;
}
.formbox-comment-content a, .formbox-rowheader a{
 color: #c8c8c8; 
}

.formbox-rowheader {
	padding: 4px;
	font-weight: bold;
}

.formbox-content {
	padding: 4px;
}

/* smilies list */
.panel-smilies {
	padding:4px;
	text-align: center;
}
.panel-smilies-title {
	color: #777578;
	text-align: left;
	border-bottom: 1px dashed #777578;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	background-color: #292929;
	color: #0F53AE;
	margin: 5px;
	padding: 5px;
	overflow: auto;
}
.quote {
	margin: 10px;
}
.quote-title {
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
	color: #c1bfc0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #2a2a2a;
	border-right-color: #2a2a2a;
	border-bottom-color: #2a2a2a;
	border-left-color: #2a2a2a;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #999999;
	padding: 10px;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2a2a2a;
	border-right-color: #2a2a2a;
	border-bottom-color: #2a2a2a;
	border-left-color: #2a2a2a;
}
.quote-title a, .quote-content a {
	color: #A0ACBE;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 100%;
	clear: both;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #00ccff;
	clear: both;
	border-bottom: 2px solid #00ccff;
}
/******CAT******/
/*panelCategory*/
#panelCategory{
	height:330px;
	width:209px;
	padding:5px 2px 20px 3px;
	margin:0;
	background: url(images/menu.gif) no-repeat top center;
	overflow:hidden;
}
#panelCategory .leicamenu{
	color: #fff;
}
#panelCategory .leicamenu a{
    color:#fff;
}
#panelCategory .leicamenu a:hover{
    color:#2b2c31
}
#panelCategory .leicamenu h5{
	display: none;
}
#panelCategory ul {
	padding:0px;
	margin-left:5px;
}
#panelCategory li {
	background: url(images/list.gif) no-repeat left center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	padding-left: 10px;
	margin-left: 10px;
}

#panelCategory .leicamenu-content li a{
		color:#fff;
	
}

#panelCategory .leicamenu-content li a:hover{
	color:#00ccff;
}

#panelCategory.leicamenu-content li.indent{

	padding-left: 20px;

}

#space{
	margin-left: 12px;
	margin-bottom: 20px;
}
