/*
Bo-Blog V2.1.1 2009/01/09
NOimages Skin By China_Y
Blog:Http://www.wdsxp.com/blog
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Verdana,Courier New,Arial;
	color: #444;
	background: #666;
	margin: 0 ;
	padding: 0;
	text-align: center;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color:#000;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	border: 1px solid #A9DBF6;
}
input.button {
	border: 1px solid #A9DBF6;
	background:#fff;
	padding:3px 45px;
	margin:3px 0;
}
textarea { 
	font-family: Courier New;
	border: 1px solid #A9DBF6;
	width:80%;
}
select { 
	background: #fff;
	border: 1px solid #A9DBF6;
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	text-align: left;
}
#innerWrapper {
	width:100%;
}
#header {
    width:100%;
	height: 130px;
	background: #222;
	border-bottom:1px solid #FFaf00;
	position:relative;
}
#innerHeader {
	padding: 0 0;
	margin:0 auto;
	width: 930px;
	height: 130px;
	position:relative;
}
#searchbar{
  width:226px;
  height:28px;
  position: absolute;
  top:30px;
  right:30px;
}
div.searchbg{
  width:226px;
  height:23px;
  padding:3px;
  background-color:#555;
  background-image:url('images/sou.gif');
  background-repeat:no-repeat;
  background-position:3px 4px;
}
#search-text{
  margin:3px 18px;
  padding:0;
  width:190px;
  background:none;
  border:0;
}
div#footer {
	clear: both;
	width:930px;
	height:60px;
	margin:0 auto 20px;
	padding:16px 0 16px;
	text-align: center;
	color:#555;
	font-family: Courier New;
	background: #222;
	border-top:10px solid #eee;
}
#footer a{color: #555;}
#footer a:hover{text-decoration:underline;}
#innerSidebarFooter {
    margin:0;
	padding:0 15px;
	height:50px;
}
#skin{float:left;width:40%;}
#copyright{float:right;width:40%;}
#go-up{width:20%;float:left;}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	font-size: 12px;
	font-family: Courier New;
	padding: 26px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #ffa500;
	font-size: 30px;
}
h1 a {
	color: #FFaf00;
}
h1 a:hover {
	color: #ff9800;
}
/* blog description */
.blog-desc {
	color:#555;
	padding-left:3px;
}
/* nav menu */
div#nov {
    position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:#FFaf00;
	padding:3px 0 0 0;
}
#menu {
	margin: 0 20px 0 20px !important;
	margin: 0 20px -1px 20px;
	padding:0;
	position: absolute;
	bottom:-1px;
	left:0;
}
#menu ul{
	padding: 0;
	margin: 0;
}
#menu li{
	margin: 5px 3px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 72px;
}
div#menu a{
	padding: 7px 8px 6px 8px;
	color: #222;
	display: block;
	font-weight: bold;
}
*+#menu a{height:18px;}
#menu a:hover, #menu .activepage a {
	color: #FFaf00;
	background: #222;
}
div#feed{
	position: absolute;
	display: inline;
	text-align: center;
	bottom:-1px;
	right:20px;
	margin:0 0 !important;
	margin:0 0 -1px 0;
	padding:0;
	width:70px;
	background: #222;
}
#feed a {
	padding:6px 8px 4px 8px;
	color:#FFaf00;
	font-weight: bold;
	display: block;
}

/****** Content Layout ******/
#mainWrapper {
    width: 930px;
	overflow: auto;
	margin:0 auto;
	padding: 0 0 20px 0;
    background: #fff;
	border-top:2px solid #222;
}

/* sidebar */
.sidebar {
	float:right;
	width:330px;
	margin-bottom:20px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
div#innerSidebarOne {
	float: left;
	width: 170px;
	background: #f5f5f5;
	padding:15px 5px;
}
#innerSidebarTwo {
	float: right;
	width: 140px;
	padding:15px 0;
}
/* content */
.content {
	width: 590px;
	float:left;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 10px;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 5px;
}

/****** Sidebar Panels ******/
.panel{
	padding:0;
}
.panel h5 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
	margin: 0 0 4px 0;
	background:url('images/arrows/singledown.gif') no-repeat left 2px;
}
.panel h5:hover{background:url('images/arrows/singleup.gif') no-repeat left 2px;}
.panel h5 a{
	color: #222;
}
.panel-content{
	width: 100%;
	margin:0;
	margin-bottom: 25px;
	line-height: 150%;
	color:#666;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding-left: 3px;
	margin: 0px;
	list-style: none;
}


.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  background:#f8f8f8;
  border:1px solid #eee;
}
.calendar-weekday-cell {
  color: #666;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
  background:#eee;
  border:1px solid #ddd;
}
.calendar-main {
  background: #f5f5f5;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday { 
}
.calendar-today { 
  border: 1px solid #ccc;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #1c8dff; 
  text-decoration: underline;
}
.calendar-today a {
  color: #1c8dff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #A9DBF6;
}

/****** Announcement Box ******/
div#announce{
	margin-bottom: 15px;
	background: #eee;
}
.announce-content{
	padding: 10px; 
	color: #000;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	padding: 5px 3px;
	font-family: Georgia;
}
.pages img {padding:2px 0;margin-bottom:-3px;}
.pages a {
	margin:0;
	padding:3px 3px;
	font-weight: bold;
	color:#1c8dff;
	background:#f8f8f8;
	border:1px solid #ddd;
}
.pages a:hover,.pagelink-current {
    padding:3px 3px;
    color:#ffaf00;
    background:#222;
	border:1px solid #ccc;
	font-weight: bold;
}

.listbox {
	border:1px solid #A9DBF6;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #1c8dff;
	color: #fff;
	height: 25px;
}
.listbox-entry {
	border-bottom: 1px solid #A9DBF6;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin:10px 0 5px 0;
	clear: both;
}
div.textbox-calendar {
	float: left;
	width: 46px;
	font-family:Arial;
	text-align: center;
	background:#f1ddc4;
	color: #b0001e;
	padding:2px 0;
	margin:0 0;
}
.textbox-calendar-day {
	font-size: 20px;
	margin-top:-4px;
	padding:0;
	display: block;
}
.textbox-calendar-month {
	margin: 0px;
	padding:0;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.textbox-calendar-year {
	margin-top: -4px;
	padding:0;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.textbox-title{
	clear: both;
	height: 58px;
}
.textbox-title h4{
	color: #1c8dff;
	font-size: 14px;
	padding: 6px 0 3px 6px;
	display: inline;
	font-weight: bold;
	border-bottom:1px solid #eee;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #1c8dff;
}
.textbox-title h4 a:hover {
	color: #000;
}
.textbox-label{
	padding-top: 7px;
	margin:5px 10px 0 52px;
	font-size: 12px;
	color: #999;
}
.textbox-label a{color:#999;}
.text-label-indented {
	font-size: 12px;
	display: inline;
	text-align: right;
	margin-left:30px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-content{
	clear: both;
	padding: 5px;
	font-size: 12px;
	line-height: 139%;
}
div.textbox-bottom{
    clear: both;
	padding: 3px;
	font-size: 12px;
	color: #666;
	text-align: left;
	background: #f9f9f9;
}
.textbox-bottom a {
	color: #666;
}
.textbox-bottom a:hover {
	color: #1c8dff;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:left;
}
div.showrelate {
    background:#f5f5f5;
	padding:9px;
}
.showrelate a,.showrelate strong {padding-left:10px;}
.readmore {
    clear:both;
	margin:9px 5px;
	padding:2px 5px;
	color:#1c8dff;
	border-left:2px solid #ffaf00;
}
.readmore a{color:#ffaf00;}
.readmore a:hover{color:#1c8dff;}
.tags {
	margin-left:15px;
	padding:3px 0 3px 7px;
}
.posted{
    padding:3px 0 3px 7px;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #000;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #000;
}

/* commnet box */
.commentbox, .trackbackbox {
	padding: 5px;
	margin:7px 5px;
	color:#555;
}
div.commentbox-odd {
	background: #E0FFFF;
}
div.commentbox-couple {
	background: #f9f9f9;
}
.commentbox-time{display:inline;text-align: right;float:right;color:#ccc;}
.trackbackbox {
	background: #E9FDF1;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	color: #1c8dff;
}

.commentbox-label, .trackbackbox-label{
	display:inline;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
	color: #999;
}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
}
.admin-comment{margin:10px;display: block;}
div.admin-post{
    padding:5px;
	margin:5px 80px 5px 5px;
	background:#fff;
	color:#1c8dff;
	border-left:2px solid #87CEFA;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 border: 1px solid #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
	width:100%;
}
div.formbox-comment{
	padding: 15px;
	margin: 0 7px;
	background: #BEE6FD;
}

.formbox-title,
.formbox-comment-title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom:7px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 0;
}
.formbox-comment-ubb{padding-left:10px;}
.in{
	border:0;
	padding:2px 0 0 0;
	margin:0 0 5px 0;
}
/****** UBB Code Custom Styles ******/
/* IE fix for ul */
div.code {
	font-family: Courier New;
	border-left: 4px solid #666;
	background: #f5f5f5;
	color: #555;
	margin: 5px 9px;
	padding: 10px;
}

.quote {
	margin: 10px;
	font-family: Courier New;
	border:1px solid #eee;
}
.quote-title {
	padding: 5px;
	font-weight: bold;
	color:#1c8dff;
	background: #f5f5f5;
	border-bottom:1px solid #eee;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	padding: 10px; 
	color:#666;
	background: #f9f9f9;
}
.quote-content a:hover{color:#1c8dff;}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
	color:#999;
}
.linktitle a {
	font-weight: bold;
	color:#1c8dff;
}
.linkgroup {
	font-weight: bold;
	color: #ccc;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	padding: 0;
	font-size: 12px;
	line-height: 120%;
}

/* smilies list */
.panel-smilies {
	text-align: center;
	position:relative;
	height:0px;
}
.panel-smilies-title {
	display:none;
}
.panel-smilies-content {
	padding: 3px;
	line-height: 120%;
	position:absolute;
	border: 1px solid #BFCAD2;
	background:#fff;
	left:160px;
	top:-1px;
}

/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #BEE6FD;
}

/*OpenID input area */
#openid_url {
	background:#fff url(../../images/others/openid.gif) no-repeat;
	padding-left: 20px;
}
.insertimage {
  border: 1px solid #eee;
  padding: 4px;
  background-color: #fff;
}
