/*
Bo-Blog V2.0.3
Default Skin
By YoBoO_boO
2007-5-23
*/

/****** General Styles ******/
table {
	font-family: Tahoma, Arial;
	color: #626262;
	font-size: 11px;
}
td{
	word-break: break-all;
}

a {
	text-decoration:none;
	color:#626262;
}

a:hover{color:#838383;}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #626262;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #838383;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 11px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #626262;
}
input.button {
	background: #FFFFFF url('images/bottom.gif') repeat-x;	
	border: 1px solid #626262;
	padding:1px;
   padding-left:4px;
	padding-right:4px;
	color: #626262;
	font-size: 11px;
}

textarea { 
	border: 1px solid #626262;
	font-family: Tahoma, Arial; 
	font-size: 11px;
}
.form_reply {
	background: #FFFFFF url('images/textarea_bg.gif') no-repeat; 
   background-position:right bottom;	
}
/*
select { 
	font-family: Tahoma, Arial; 
	font-size: 11px;  
	color: #838383; 
	background-color: #FFF9DD;
	border: 1px solid #FEDD8A;
}
*/

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 890px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	background: #FFF9DD url('images/body.gif') repeat-y; 
	width: 100%;
}

#header {
	background: #ffffff url('images/top-bg.jpg') repeat-y;
}
#innerHeader {
/*
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 12px;
	height: 130px;
	vertical-align: bottom; */
	height:324px;width:890px;margin:0 auto;
}


#footer {
	clear: both;
	background: url('images/bottom-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 44px;
}

#innerFooter {
	padding: 10px 35px 25px 25px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: right;
	color: #EE7779;
        font-weight:bold;
}
#innerFooter a{
	color: #EE7779;
}
#innerFooter a:hover{
	color: #F7A7B4;
}

/****** Header Elements Styles ******/
/* header title */
/*
.blog-header {
	padding: 0px;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 40px;
}

h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #D96B11;
	text-decoration: none;
}
*/
/* blog description */
.blog-title{
	display: none;
}
.blog-desc {
	display: none;
}

/* nav menu */
#menu {  padding-top: 45px; margin-left: 56px;	height: 50px; }/* Moz */
* html ˇ­menu { margin-top: 45px; margin-left: 56px; height: 50px; } /* IE6 */
*+html ˇ­menu { padding-top: 45px; margin-left: 56px;	height: 50px; }/* IE7*/

#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 50px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu a{
	padding-top: 0px;
	display: block;
	color: #C58E04;
	height: 20px;
	font-size: 11px;
}
#menu a:hover, #menu .activepage a {
	color: #C58E04;
	font-size: 12px;
        font-weight:bold;
}


/****** Content Layout ******/
#mainWrapper {
	margin-left: 30px;
	margin-right: 10px;
}

/* sidebar */
.sidebar{
	float:left;
	width:170px;
	color: #926B06;
}
.sidebar a{
	color: #926B06;
}
.sidebar a:hover{
	color: #ffffff;
        background-image:url("images/1.gif"); 
        TEXT-DECORATION: none;background-color:#EBB326
}

.sidebar-hide {
	display: none;
	float: left;
}

#innerSidebar {padding-bottom: 0px; padding-right: 0px; margin-left: -10px;}/* Moz */
* html #innerSidebar {padding-bottom: 0px; padding-right: 0px;}/* IE6 */
*+html #innerSidebar {padding-bottom: 0px; padding-right: 0px; margin-left: -10px;}/* IE7*/

/* content */
.content {
	float: right;
	width: 100%;
	margin-right: -170px;
	padding-top: 10px;
}
.content-wide {
	width: 100%;
	margin-right: -170px;
	padding-top: 10px;
}
.content-only {
	width: 100%;
	margin-right: -170px;
}
#innerContent {
	margin-right: 200px;
	overflow: visible;
}

/* 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;
}
.panel h5 {
	text-align: left;
	color: #926B06;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-left: 10px;
	padding-bottom: 4px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #926B06;
}
.panel-content{
	width: 170px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 130%;
	color:#926B06;
	border-top: 0px;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	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;
  font-family: verdana;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #926B06;
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #926B06;
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #FF0000; 
}
.calendar-today { 
  color: #FFFFFF;
  background: #926B06;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #926B06; 
  text-decoration: none;
}
.calendar-today a {
  color: #926B06;
  text-decoration: underline;
}
/****** Search Panel ******/
.search-field { 
  width: 160px;
  margin-bottom: 5px;
  border: 1px dotted #ffffff;
}

/****** Announcement Box ******/
.announce{
	margin-top: 10px;
	margin-bottom: 15px;
}
.announce-content{
	border:1px dotted #FEDD8A;
	background-color: #FFF9DD;
	word-wrap: break-all;
	padding: 10px;
	padding-left: 20px;
	color: #8C670A; 
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #626262;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #F2EACD;
	color: #626262;
	height: 25px;
	border-bottom: 1px dotted #E2D39D;
}
.listbox-entry {
	word-wrap: break-all;
	color: #9AC9A3;
	padding: 5px;
	border-bottom: 1px dotted #ffffff;
}
.listbox-entry a{
	word-wrap: break-all;
}

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

/* text box */
.textbox{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 25px;
}
* html .textbox {margin-bottom: -20px;}/* IE6.0 */

.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	background: url('./images/title_bg.gif') no-repeat left top;
	padding-left: 0px;
	padding-top: 5px;
	height: 15px;
}
.textbox-title-star{
	word-wrap: break-all;
	float:left;
	margin-top:0px;
}
.textbox-title h4{
	color: #ed516a;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #926b06;
}
.textbox-label{
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
	color: #4E4E4E;
	font-size: 11px;
}
.textbox-icon{
	float: left;
	padding-top: 5px;
	margin-left: -20px;
}

.textbox-fontsize{
	color: #626262;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{/* Moz */
	word-wrap: break-word;
	padding: 10px;
	padding-top: 40px;
}
* html .textbox-content {word-wrap: break-word;padding: 10px;}
*+html .textbox-content {word-wrap: break-word;padding: 10px;padding-top: 40px;}

.textbox-bottom{
	border-top: 1px solid #FDE5A6;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 11px;
	color: #999999;
	text-align:right;
}
.textbox-bottom a{
	color: #999999;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #999999;BORDER-BOTTOM: #999999 1px dashed;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 11px;
	color: #999999;
	text-align:right;
	background: url('./images/admin_bg.gif') no-repeat 0px;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 12px;
	color: #999999;
	text-align:right;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #999999;
	text-align:left;
	padding-left: 20px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

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

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #999999;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
	background-color: #FFFFF7;
	border: 1px dotted #FEDD8A;
}
.commentbox-title{
	padding: 5px;
	background-color: #FFF9DD;
	border-bottom: 1px solid #FEDD8A;
}
.commentbox-label{
	display: inline;
	font-family: verdana;
	color: #BAB8B8;
	font-size: 11px;
}
.commentbox-content{
	padding: 5px;
	padding-bottom: 5px;
}
/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #BAB8B8;
	color: White;
}
.trackbackbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #626262;
}

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

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px dotted #FEDD8A; 
 border-top: 0px; 
 text-align: center; 
 background-color: #FFF9DD;
}
.messagebox a{
	color: #626262;
}

.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
 background-color: #FD919E;
 border-top: 1px solid #FEDD8A;
 border-bottom: 1px solid #FEDD8A;
}
.messagebox-content{
 color: #000000; 
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
 background:url("images/message_bg.gif") no-repeat #FFF9ED;
 background-position:right bottom;
}
.messagebox-content a:hover{
	color: #FE8D97;
	text-decoration:underline;
}
.messagebox-bottom{
 color: #ffffff; 
 background-color: #FE8D97; 
 padding: 5px;
 border-top: 1px solid #FE8D97;
}
.messagebox-bottom a:hover{
	color: #ffffff;
	text-decoration:underline;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	margin-top: 10px;
	border:1px dotted #FEDD8A;
}

.formbox-title,
.formbox-comment-title{
	color: #F86567;
	font-weight: bold;
 	border:1px solid #ffffff;
 	background-color: #FBF6E3;
	padding: 5px;
	text-align: center;
}

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

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #F86567;
	text-align: left;
	border-bottom: 1px solid #F2EACD;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}
/*============================= 20070503 ================================*/

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #f0dc7a;
	background-color: #ffffcc;
	color: #626262;
	margin: 5px;
	padding: 10px;
	border-top: 1px solid #f0dc7a;
	border-bottom: 1px solid #f0dc7a;
	border-right: 1px solid #f0dc7a;
	font-family: verdana;
	font-size: 12px;
}

.quote {
	border: 1px dotted Gray;
	margin: 10px;
}
.quote-title {
	background-color: #F8F4E4;
	border: 1px dotted #FFFFFF;
	padding: 5px;
	font-weight: bold;
	color: #C6AD79;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: Silver;
	padding: 5px; 
	background-color: #ffffff;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.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: 13px;
	margin-bottom: 5px;
	color: #626262;
}
