/*
Bo-Blog V2
3DIcon Skin
By Bear.Boolo
2005-12-3
*/

/****** General Styles ******/
body {   /****** Modify ******/
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #EEE8D8;
	margin-top: 8px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

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

a {
	text-decoration: none;
	color: #645526;
}
a:hover {
	text-decoration: none;
	color:#F79400;
}

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

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

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 14px;
	border-width: 1px;
	border-color: #C0C0C0; 
	color: #333333; 
	background-color: #FFFFFF;
}

input.button {
	height: 20px;
	border-width: 1px;
	padding-bottom: 1px; 
	border-color: #C0C0C0; 
	color: #333333; 
	background-color: #FFFFFF;
}

textarea { 
	border-width: 1px;
	border-color: #C0C0C0; 
	color: #333333; 
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}

select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #645526; 
	background-color: #FBFCFD;
	border: 1px solid #645526;
}

/****** Main Layout Styles ******/
#wrapper { /****** Modify ******/
	margin:0 auto;
	width: 770px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper { /****** Modify ******/
	width: 100%;
}

#header { /****** Modify ******/
	width: 770px;
	height:48px;
}
#innerHeader { /****** Modify ******/
	width: 100%;
}

#footer {
	clear: both;
}
#footer a{
	color: #000;
}
#innerFooter {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */

/*
.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
*/

#headerMenu {/****** New ******/
	float: left;
	width: 614px;
	height:51px;
	background: url('images/header_menu.gif') no-repeat;
}
 
#headerLogo {/****** New ******/
	float: right;
	width: 156px;
	height:51px;
	background: url('images/header_logo.gif') no-repeat;
}

h1 {
	padding-top: 12px;
	padding-right:20px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align:right;
}
h1 a {
	color: #E7A801;
	text-decoration: none;
}
h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	margin-top: 10px;
	height: 25px;
}
#menu ul{
	margin: 0px;
	padding-left: 80px;
	padding-top:4px;
}
#menu li{
	list-style: none;
	width: 75px;
	height:20px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url('images/menu_bg.gif') no-repeat;
}
#menu a{
	padding-top:2px;
	display: block;
	color: #CA7900;
	font-weight: bold; 
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	color: #CCCCCC;
}

/****** Content Layout ******/
.mainWrapper {
	width:770px;
	background: url('images/main_bg.gif') repeat-y;
}
.mainWrapper-noSidebar {
	width:770px;
	background: url('images/main_bg_noSidebar.gif') repeat-y;
}
/* sidebar */
.sidebar {
	padding-top: 0px;
	padding-left: 15px;
	float: left;
	width: 163px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* main  */
#mainWrapper-top { /****** New ******/
	width:770px;
	height:14px;
	background: url('images/main_top.gif') no-repeat;
}

#mainWrapper-bottom { /****** New ******/
	width:770px;
	height:25px;
	clear:both;
	background: url('images/main_bottom.gif') no-repeat;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -175px;
}
.content-only {
	width: 100%;
	margin-left: -175px;
}
#innerContent {
	margin-left: 193px;
	overflow: visible;
	margin-right: 15px;
	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:0px;
	margin-bottom: 10px;
}
.panelTitle{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.gif') no-repeat;
}
.panelTitle_Category{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Category.gif') no-repeat;
}
.panelTitle_Statistics{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Statistics.gif') no-repeat;
}
.panelTitle_Calendar{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Calendar.gif') no-repeat;
}
.panelTitle_Search{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Search.gif') no-repeat;
}
.panelTitle_Entries{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Entries.gif') no-repeat;
}
.panelTitle_Replies{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Replies.gif') no-repeat;
}
.panelTitle_Link{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Link.gif') no-repeat;
}
.panelTitle_Archive{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Archive.gif') no-repeat;
}
.panelTitle_Misc{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle_Misc.gif') no-repeat;
}

.panel h5 {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 4px;
	margin:0px;
	background: url('images/panel_header.gif') no-repeat;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: 163px;
	margin:0px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 120%;
	color:#645526;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.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 li img{
	vertical-align:middle;
}
.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: 95%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #645526;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #645526;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:1px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
  color: #887435; 
}
.calendar-today { 
  color: #fff;
  background: #887435;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #645526; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #645526;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
}

.announce-content{
	border: 1px dashed #E2D9BE !important;
	background-color:#FEFEFC;
	word-wrap: break-all;
	padding: 6px; color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	border: 1px dashed #E2D9BE !important;
	background-color:#FEFEFC;
	padding: 5px;
	height:12px;
	margin-bottom: 10px;
	line-height:12px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #645526;
	text-align:right;
}
.pages  img {
	vertical-align:middle;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
	border-top:1px solid #E2D9BE;

}
.listbox-header {
	font-weight: bold;
	text-align: center;
	
	color: #887435;
	height: 20px;
	padding:3px;
	border-bottom: 1px solid #E2D9BE;
}
.listbox-entry {
	padding:3px;
	word-wrap: break-all;
	color: #887435;
	border-bottom: 1px solid #E2D9BE;
}
.listbox-entry a{
	word-wrap: break-all;
}

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

.prev-article img { vertical-align:middle;}
.next-article img { vertical-align:middle;}

/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E2D9BE !important;
}
.textbox-title h4{
	margin-left: 3px;
	color: #887435;
	padding-left: 0px;
	font-size: 15px;
	display: inline;
	line-height:15px;
}
.textbox-title h4 a {
	color: #887435;
}

.textbox-title h4 a:hover {
	color:#F79400;
}

.textbox-title img {
	
	vertical-align:top;
	*vertical-align:middle;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #887435;
	font-size: 11px;
}
.textbox-fontsize{
	color: #887435;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 11px;
}
.textbox-fontsize a{
	color: #887435;
}
.textbox-content{
	word-wrap: break-word;
	padding: 7px;
	line-height:20px;
	font-size:9pt;
	color:#333333;
}
.textbox-bottom{
	clear:both;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #887435;
	text-align:right;
}
.textbox-bottom a {
	color: #887435;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #887435;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #887435;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #887435;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	clear:both;
	margin-top:30px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #887435;
	text-align:left;
}

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

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

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px dashed #E2D9BE !important;
	background-color:#F9F5EE;
}
.commentbox-title{
	padding: 5px;
}

.commentbox-label{
	display: inline;
	color: #887435;
	font-size: 12px;
}

.commentbox-content{
	padding: 5px;
	padding-bottom: 14px;
}
.commentbox-adminreplybody{
	margin: 10px;
}
/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #887435;
	background: url('images/sidebar_bg.png') repeat-y;
}
.trackbackbox-label{
	display: inline;
	color: #887435;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
	margin-bottom:15px;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	margin-top: 120px;
	border: 1px solid #E2D9BE; 
	text-align: center; 
}
.messagebox-title{
	background-color:#F7F3EA;
	color: #887435;
	font-weight: bold; 
	padding: 5px;
	border-bottom: 1px solid #E2D9BE; 
}
.messagebox-content{
	color: #887435; 
	background-color:#FFFFFF;
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.messagebox-bottom{
	color: #887435; 
	background-color: #F7F3EA; 
	padding: 5px;
	border-top: 1px solid #E2D9BE; 
}


/****** Input Form Styles (table) ******/
.formbox{
	background-color:#E2D9BE;
}
.formbox-comment{
	background-color:#E2D9BE;
}

.formbox-title,
.formbox-comment-title{
	color: #887435;
	font-weight: bold;
	padding: 5px;
	height:20px;
	background-color:#F7F3EA;
}
.formbox-comment-rowheader{
	background-color:#FFFFFF;
}
.formbox-comment-content{
	background-color:#FFFFFF;
}
.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
	color:#887435;
	background-color:#FFFFFF;
}

.formbox-content {
	padding: 5px;
	color:#887435;
	background-color:#FFFFFF;
}
.formbox-bottom {
	padding: 5px;
	background-color:#FFFFFF;
	text-align:center;
}


/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #887435;
	text-align: left;
	border-bottom: 1px solid #E2D9BE !important;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #887435;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
}
.quote-title {
	background-color: #F2EFE3;
	border-bottom: 1px dashed #E2D9BE !important;
	border-bottom: 1px dotted #E2D9BE;
	padding: 5px;
	font-weight: bold;
	color: #887435;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #ffffff;
	border: 1px solid #E2D9BE;
	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: 14px;
	margin-bottom: 5px;
	color: #887435;
}