/*
Bo-Blog V2.1.0
wewehg
2009-2-28
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #d8d8d8;
	margin: 2px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #434343;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #7E7974;
}
a:hover {
	text-decoration: none;
	color:#5e5e5e;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #e2dfbe;
	color: #666666; 
	background-color: #f3f2e4;
}
input.button {
	height: 20px;
	border: 1px solid #e2dfbe;
	border-top: 1px solid #e2dfbe;
	border-left: 4px solid #e2dfbe;
	color: #c7b77e; 
	background-color: #f3f2e4;
}
textarea { 
	border: 1px solid #e2dfbe;
	background-color: #F3F2E4;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #666666; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #c7b77e; 
	background-color: #f3f2e4;
	border: 1px solid #e2dfbe;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 816px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	background: url('images/index_bg.gif') repeat-y; 
	width: 100%;
}

#header {
	background: url('images/header.gif') repeat-y;
}
#innerHeader {
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 12px;
	height: 280px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 133px;
}
#footer a{
color: #696969;
}

#footer a:hover {
color: #3AA0C0;
}

#innerFooter {
	padding: 17px;
	padding-left: 136px;
	font-family: verdana;
	font-size: 9px;
	text-align: left;
	color: #696969;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding-left: 80px;
	padding-right: 20px;
	padding-top: 40px;
	height:38px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #e35942;
	font-size: 22px;
	font-weight: bold;
}
h1 a {
	color: #e35942;
	text-decoration: none;
}
h1 a:hover {
	color: #D96B11;
	/* background-color: #fff; */
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #9e9c95;
	font-family: Tahoma, Arial;
}

/* nav menu */
#menu {
	margin-top: 161px;
	margin-left: 70px;
	height: 28px;
	/* background: url('images/menu_bg.gif') no-repeat; */
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 68px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu a{
	padding-top: 5px;
	display: block;
	color: #ffffff;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	/* background: url('images/menu_bg.gif') no-repeat;  */
}
#menu a:hover, #menu .activepage a {
	color: #ffffff;
	background: url('images/menu_bg.gif') no-repeat; 
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 36px;
	margin-right: 36px;
}

/* sidebar */
.sidebar {
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 5px;
	float: left;
	width: 200px;
	height: 100%;
	background: url('images/side_bg.gif') ;
}
.sidebar-hide {
	display: none;
	float: left;
	margin-left: 20px;
}
#innerSidebar {
	padding-top: 44px;
	padding-bottom: 10px;
	padding-right: 4px;
	/* background: url('images/side_bot.gif') no-repeat bottom; */
	background: url('images/side_head.gif') no-repeat top;
}


/* content */
.content {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: -230px;
}
.content-wide {
	width: auto;
	margin-left: -180px;
}
.content-only {
	width: 100%;
	margin-left: 200px;
	padding-left: 20px;
}
#innerContent {
	margin-left: 220px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 0px;

}

/* 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-top: 5px;
	margin-bottom: 16px;
}
.panel h5 {
	text-align: left;
	color: #D75116;
	font-size: 13px;
	font-weight: bold;
	padding:2px;
	padding-left: 10px;
	padding-bottom: 4px;
	margin:0px;
	background: url('images/panel_line.gif') no-repeat bottom left;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #D75116;
}
.panel-content{
	width: 162px;
	margin:0px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 130%;
	color:#a59789;
	border-top: 0px;
}
.panel-content a{
	color: #a59789;
}
.panel-content a:hover {
	color: #5e5e5e;
}
.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: #A59789;
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #ab0800;
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background-color: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #A59789; 
}
.calendar-today { 
  color: #ffffff;
  background: #ab0800;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #ab0800; 
  text-decoration: none;
}
.calendar-today a {
  color: #ffffff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #c7b77e;
}

/****** Announcement Box ******/
.announce{
	border: 0px dashed #BFCAD2 !important;
	border: 0px dotted #BFCAD2;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #333333; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #A2A2A2;
}
.pagelink-current {
	font-weight: bold;
	color: #555555;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #3AA0C0;
	color: #ffffff;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #434343;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 0px;
	height: 45px;
}
.textbox-title h4{
	color: #3aa0c0;
	margin-left: 0px;
	font-size: 14px;
	padding-left: 10px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	color: #3aa0c0;
}
.textbox-calendar {
	float: left;
	padding-left:13px;
	height: 42px;
	width: 46px;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
	font-family: Arial;
	color: #3aa0c0;
	font-size: 25px;
	padding: 1px;
	border: 1px solid #3aa0c0;
	background-color: #ffffff;
}
.textbox-calendar-month {
	border-bottom: 1px solid #3aa0c0;
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	background: #3aa0c0;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-label{
	padding-top: 10px;
	padding-left: 10px;
	color: #C1BEBD;
	font-size: 10px;
	font-family: verdana; 
}
.textbox-label a{
	color: #C1BEBD;
}
.textbox-fontsize{
	color: #C1BEBD;
	float: right;
	text-align: right;
	padding: 3px;
	padding-top: 10px;
	font-size: 10px;
}
.textbox-fontsize a{
	color: #C1BEBD;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	color: #434343;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #C1BEBD;
	text-align:right;
	background: url(images/dotline.gif) no-repeat top;
}
.textbox-bottom a {
	color: #C1BEBD;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #5e5e5e;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #C1BEBD;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 10px;
	color: #C1BEBD;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.textbox-tburl a{
	color: #C1BEBD;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #C1BEBD;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}
.tags a{
	color: #C1BEBD;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #A2A2A2;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin-top: 15px;
}
.commentbox-title{
	padding: 5px;
	border-left: 3px solid #E67132;
	background-color: #ebeaea;
}
.commentbox-label{
	display: inline;
	font-family: verdana;
	color: #3d3d3d;
	font-size: 12px;
}
.commentbox-content{
	padding: 5px;
	padding-bottom: 5px;
	border: 1px solid #e5e5e9;
	border-left: 3px solid #e5e5e9;
	color: #434343;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #6BA3C4;
}
.trackbackbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #C1BEBD;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 text-align: center;
 border-left: 3px solid #91CADC;
 border-right: 3px solid #91CADC;
}
.messagebox-title{
 color: #434343; 
 font-weight: bold; 
 padding: 5px;
 background-color: #DFF3FD;
}
.messagebox-content{
 color: #A2A2A2; 
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
 background: #ffffff;
}
.messagebox-bottom{
 color: #434343; 
 padding: 5px;
 border-top: 1px dotted #c7b77e;
 background: #ffffff;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	height: 24px;
	color: #46B8DC;
	background: #F7F7F7;
	font-weight: bold;
	border-left: 3px solid #91CADC;
	border-right: 3px solid #91CADC;
	background: url('images/comment-icon.png') no-repeat left;
	font-size: 14px;
	padding: 5px;
	padding-left: 42px;
	margin-top: 15px;
	text-align: left;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	width: 130px;
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #949494;
	text-align: left;
	border-bottom: 1px solid #949494;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #f0dc7a;
	color: #7E7974;
	margin: 5px;
	padding: 10px;
	border-top: 1px solid #f0dc7a;
	border-bottom: 1px solid #f0dc7a;
	border-right: 1px solid #f0dc7a;
	font-family: verdana;
	font-size: 10px;
}

.quote {
	margin: 10px;
}
.quote-title {
	border-left: 3px solid #3AA0C0;
	background-color: #DFF3FD;
	padding: 5px;
	color: #3F67A5;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #949494;
	padding: 10px; 
	border-left: 3px solid #E5E5E9;
}

/****** 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;
	color: #A2A2A2;
}
.linktitle a {
	font-weight: bold;
	color: #707070;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000000;
}

/* Emot Page Selection */
#smileybuttons {
 text-align: right;
 margin-top: 9px;
}

.smileybut {
 margin-right:3px;
 padding: 3px;
 vertical-align: middle;
 font-weight: bold;
 color: #666666;
 text-align: center;
 background-color: #EFEFEF;
}

.smileybut  a{
}