/*
Bo-Blog 2.03 support
Rain Flower
By Celin.Fox
2007-2-2
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	background-color: #F1EBDB;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color:#7a2927;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	background-color:#f4efe5;
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #666666;
	color: #666666; 
	background-color: #FBFCFD;
}
input.button {
	height: 20px;
	border: 1px solid #666666;
	border-top: 1px solid #666666;
	border-left: 2px solid #000000;
	color: #666666; 
	background-color: #f4efe5;
}
textarea { 
	border: 1px solid #666666;
	background-color: #f4efe5;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #666666; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #666666; 
	background-color: #EFE6D6;
	border: 1px solid #666666;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	/*position: relative;*/
	text-align: left;
	background: url('images/wrapper_back.gif') no-repeat;
}
#innerWrapper {
	background: url('images/main_bg.png') repeat-y;
	width: 984px;
}

#header {
    width: 1000px;
}
#innerHeader {
	background: url('images/header_bg.png') no-repeat;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 12px;
	height: 120px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	margin-top: 20px;
	height: 30px;
	background: url('images/footer_back.gif') no-repeat;
}
#footer a{
    color: #999999;
}
#footer a:hover{
    color: #FF0000;
}
#innerFooter {
	padding: 10px;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	color: #666666;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
     visibility : hidden ; 
     display : none ;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #4971AD;
	background-color: #fff;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right:60px;	
	padding-top: 60px;

}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;	
	padding: 0px 6px 0px 6px;	
	margin-right: 5px;	
	border-right: 1px solid #666666;
}
#menu a{
     font-family: Tahoma, Arial;
     font-size: 12px;
     text-decoration: none;
     color: #666666;
}
#menu a:hover {
     color: #000000;
     background-color: #EABDAE;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 121px;
	margin-right: 0px;
}

/* sidebar */
.sidebar {
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 0px;
	float: left;
	width: 211px;
	background-color: #F4EFE5;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -311px;
	
}
.content-wide {
	width: auto;
	margin-left: -311px;
}
.content-only {
	width: 100%;
	margin-left: -311px;
}
#innerContent {
	margin-left: 234px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 5px;
	height: 100%; /* kill Peekaboo */
	background-color: #F4EFE5;
}

/* 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-left:10px;
	margin: 0px 0 20px 0;
}
.panel h5 {
     height: 32px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding-left:35px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin:0px;
	background: url('images/panel_header.gif') no-repeat ;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	margin-top:0px;
	margin-left:10px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #666666;
	padding-right: 5px;
}
.panel-content ul{
	padding: 0;
	margin: 0;
}
.panel-content li{
	padding: 0px;
	margin: 2px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url("images/list.gif") no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background: url("images/list.gif") no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
	height: 100%;
}

/* calendar panel */
#calendar {
  width: 90%; 
  margin-top:0px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: normal;
  font-family: verdana;
  font-size: 10px;
}
.calendar-weekdays {
  color: #666666;
  font-size:10px;
  text-align: center;
  width: 10%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #666666;
  font-size:10px;
  text-align: center;
  width: 10%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #333333; 
}
.calendar-today { 
  color: #fff;
  background: #999999;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #ff0000; 
  text-decoration: none;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #ffffff;
  background-color: #EFE6D6;
}

/****** Announcement Box ******/
.announce{
     padding-left: 5px;
     padding-right:5px;
	margin-bottom: 15px;
	background: url('images/announce_line.gif') no-repeat bottom center;
}
.announce-content{
	word-wrap: break-all;
	padding-left: 15px; 
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.article-bottom {
	padding: 10px;
	margin-top: 15px;
	margin-right: 20px;
}

/* page links */
.pages {
	color: #333333;
}
.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: #333333;
	background: url('images/menu_bg2.png') repeat-x;
	color: #ffffff;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #076AA6;
	border-bottom: 1px solid #8FAEC0;
}
.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: 20px;
}
.textbox-title{
	background: url('./images/title_bg.gif') no-repeat center top; 
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 15px;
	height: 33px;
}
.textbox-title h4{
	margin-left: 7px;
	color: #666666;
	padding-left: 15px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #333333;
}
.textbox-label{
	padding-top: 10px;
	padding-left: 25px;
	color: #999999;
	font-size: 10px;
}
.textbox-fontsize{
	color: #999999;
	float: right;
	text-align: right;
	padding-top:10px;
	padding-right: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #999999;
}
.textbox-content{
	word-wrap: break-word;
	padding: 30px;
}
.textbox-bottom{
	background: url('./images/announce_line.gif') no-repeat center top;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 20px;
	font-size: 12px;
	color: #999999;
	text-align:right;
}
.textbox-bottom a {
	color: #666666;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding-right: 20px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #333333;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #333333;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #333333;
	text-align:left;
	padding-left: 15px;
	margin-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

/* comments wrapper */
.comment-wrapper{
     padding-left: 20px;
     padding-right: 20px;
     }

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #333333;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #333333;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
.commentbox-title{
	padding: 5px;
	border-left: 3px solid #999999;
	background-color: #EFE6D6;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.commentbox-label{
	display: inline;
	color: #999999;
	font-size: 12px;
}
.commentbox-content{
	padding: 10px;
	padding-bottom: 5px;
	background-color: #FFFFE1;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #333333;
	background: url('images/sidebar_bg.png') repeat-y;
}
.trackbackbox-label{
	display: inline;
	color: #333333;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 92%;
	height: 100%;
	padding-left: 25px;
	padding-bottom: 20px;
}

/****** normal message box ******/
.messagebox{
 width: 400px;
 margin-top: 50px;
 border: 1px solid #666666; 
 text-align: center; 
 background-color: #EFE6D6;
}
.messagebox-title{
 background: url('images/menu_bg2.png') repeat-x;
 color: #000000; 
 font-weight: bold; 
 padding: 10px;
}
.messagebox-content{
 color: #666666; 
 background:#FFFFE1;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #666666; 
 background-color: #EFE6D6; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
     padding: 0px;
}
.formbox-comment{
	padding-top: 0px;
}

.formbox-title{
     padding: 10px;
}
.formbox-comment-title{
	color: #666666;
	font-weight: normal;
	border-left: 3px solid #666666;
	background-color: #efe6d6;
	padding: 5px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 0px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.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 #333333;
	background-color: #efe6d6;
	color: #000000;
	margin: 5px;
	padding: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
}
.quote-title {
	background-color: #efe6d6;
	border-bottom: 1px solid #FFFFE1;
	padding: 8px;
	font-weight: bold;
	color: #666666;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #F1EBDB;
	border: 1px solid #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: 14px;
	margin-bottom: 5px;
	color: #000000;
}