/*
Skin For Bo-Blog V2.0.3
2007.02
Author:Robbi
*/

/****** General Styles ******/
body {
	color: #000000;
	font-size:12px;
	font-family: Tahoma, Arial;
	padding:0;
	margin:auto;
    text-align: center;
    background: #D1D4D5;
}

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

a {
    text-decoration: none;
	color: #000000;
}
a:hover {
    color:#A8ADB4;
}

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

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

/****** Form Controls Styles ******/
form {
	display: inline;
	width: 500px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	background: #FFFFFF;
}
input.text {
    padding: 1px;
	color: #000000; 
	border:1px solid #BABABA;
	background: #F5F5E9;
}
input.text:hover {
    background: #FFFFFF;
}
input.inf {
	padding: 1px;
	color: #000000; 
	border:1px solid #BABABA;
	background: #F5F5E9;
}
input.button {
	height: 20px;
	border: 1px solid #BABABA;
	color: #000000;
	background-color: #ffffff;
	margin-right: 25px;
}
textarea {
	font:12px  Tahoma, Arial,sans-serif; 
	color: #000000;
	border:1px solid #BABABA;
	background: #F5F5E9;
}
textarea:hover {
    background: #FFFFFF;
}
select { 
	margin-top: 1px;
	color: #000000; 
	border: 1px solid #BABABA;
}
/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	text-align: center;
}
#innerWrapper {
	width: 780px;
	margin:0 auto;
	text-align:left;
	background: #FAFAF0;
}

#header {
	width: 780px;
	margin: 0 auto;
}
#innerHeader {
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	background: #000000;
}
#innerFooter {
	text-align:center;
	font-size: 11px ;
	color: #A8ADB4;
	font-weight: normal;
	padding: 10px 0px 10px 10px;
}
#footer a {
	color: #A8ADB4;
	font-weight: normal;
}
#footer a:hover {
	color:#ffffff;
	font-weight:bold;
}
/****** Header Elements Styles ******/
/* header title */
.blog-header {
	background: url('images/header.jpg') top no-repeat;
	padding-left: 20px;
	height: 116px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-top: 40px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #000000;
	font-size: 12px!important;
	font-size: 11px;
	padding-left: 10px;
}

/* nav menu */
#menu {
	color: #000000;
	background: url('images/nav.gif') repeat-x;
	height: 35px;
	border-bottom: 1px solid #E2E2CF; 
    border-top: 1px solid #E2E2CF;
}
#menu ul{
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
#menu li{
    background:url("images/arrow.gif") no-repeat 1px 2px;
	margin-top:5px;
	margin-left:10px;
	float:left;
	padding:0 20px 9px 20px;
	line-height:16px;
	list-style: none;
}
#menu a{
    color: #FAFAFA;
}
#menu a:hover{
	color: #a9a9a9;
}
#menu .activepage a {
    color: #FAFAFA
}
/****** Content Layout ******/
#mainWrapper {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 10px;
}

/* sidebar */
.sidebar {
	margin-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 220px;
	height: 100%;
}
.sidebar {
    margin-top: -10px;
}
* html .sidebar {
    margin-top: 10px;
}
*+html .sidebar {
    margin-top: 10px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: left;
	padding: 0px;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.content-wide {
	margin: 0px;
	width: 780px;
}
.content-only {
	margin: 0px;
	width: 780px;
}
#innerContent {
	overflow: hidden;
}

/* 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;
    margin-right: 15px;
    text-align: left;
}
.panel h5 {
	background: #FFFFFF;
	background: url('images/side_back.gif') no-repeat;   
	border-bottom: 1px groove #000000;    
	color:#000000;
	font-size: 12px;
	margin-bottom: 0px;
    padding: 10px 0 3px 12px;
}
.panel h5 a{
    color: #ffffff
}
.panel-content{
	color:#000000;
	padding: 10px 0px 0px 20px;
	line-height: 120%;
	color: #000000;
}
.panel-content ul{
	color:#000000;
	margin: 0px;
}
.panel-content li{
padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dashed #a9a9a9;	
    padding:3px 3px 0px 2px;
}
.panel-content li {
    margin-left: -20px;
}
* html .panel-content li {
    margin-left: 10px;
}
*+html .panel-content li {
    margin-left: 10px;
}
.panel-content li.indent{
	padding: 0px;
	list-style: none;
}
.panel-content li.indent {
    text-indent: 5px;
}
* html .panel-content li.indent {
    text-indent: 20px;
}
*+html .panel-content li.indent {
    text-indent: 20px;
}
.panel-content ul ul li{
	padding: 0px;
	text-indent: 5px!important;
	text-indent: 20px;
	list-style: none;
}

.panelcat-content{
	color:#000000;
	padding: 10px 0px 0px 20px;
	padding-left: 0px!important;
	padding-left: 10px;
	line-height: 120%;
}
.panelcat-content ul{
	color:#000000;
	margin: 0px;
}
.panelcat-content li{
	color: #000000;
    padding:3px 3px 1px 2px;
    list-style: none;
}
.panelcat-content li {
    margin-left: -20px;
}
* html .panelcat-content li {
    margin-left: 10px;
}
*+html .panelcat-content li {
    margin-left: 10px;
}

.panelcat-content li.indent{
	padding: 0px;
	text-indent: 20px;
	list-style: none;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 90%; 
  margin-top:1px;
  color:#000000;
}
.calendar-top {  
	text-align: center;
	padding: 0px;
	font-size: 12px;
}
.calendar-year,
.calendar-month {
    font-weight: bold;
}
.calendar-weekdays {
  color: #000000;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
    color: #000000;
	font-size:12px;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-main {
  background: #FFFFFF
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
    color: #000000;
	text-align: center;
	width: 14%;
}
.calendar-saturday,
.calendar-sunday {
    color: #000000;
	text-align: center;
}
.calendar-today { 
	border: 1px solid #d1d4d5;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a, .calendar-today a {
    text-decoration: underline;
	font-weight: bold;
}

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

/****** Announcement Box ******/
.announce{
	padding: 5px 10px;
	margin: 15px;
	margin-top: 10px;
	border:1px dashed #494949;
	text-align: left;
	background: #ffffff;
}
.announce-content{
	font-size:12px;
	color: #333333; 
	line-height: 20px;
	padding-left: 5px;
}

/****** Defaul Page Elements ******/
.article-top {
    color: #767676;
	padding: 5px; 0px 0px 15px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	color: #767676;
	padding: 5px;
}

/* page links */
.pages {
    text-align: left;
	font-size:12px !important;
	font-size:11px;
	color: #000000;
	margin-left: 10px;
}
.pagelink-current {
	font-weight: bold;
	font-size: 14px;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	color: #000000;
	font-weight:bold;
}
.listbox-entry {
	word-wrap: break-all;
	font-size:12px;
	color: #a9a9a9;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; margin-left: 2px;width: 100%;}
* html .prev-article,*+html .prevarticle { float:left;margin-left:2px;}
.next-article{ float: left; margin-left: 2px;}

/* text box */
.textbox{
	margin:5px 15px 0px 15px; 
	padding-top:5px; 
	padding-bottom: 10px;
	text-align: left;
	background: #FFFFFF;
	border-bottom:2px solid #000000;
	border-left:1px solid #a9a9a9;
}
.textbox-title{
	font-size: 14px;
	height: 46px;
	padding-top: 2px;
	background: url("images/post.gif") no-repeat 50% right;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom:1px dotted #000000;
}
.textbox-title h4{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
    margin: 3px 0px 0px 0px;
	display: inline;
}
.textbox-title h4 a {
	color: #000000;
}
.textbox-label{
	margin: 3px 0px 0px 0px;
	color: #666666;
	font: 12px "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
}
.textbox-label a{
    color: #666666;
}
.textbox-label a:hover{
	color: #767676;
}
.textbox-fontsize{
    text-align: right;
	color: #767676;
	font-size:12px !important;
	font-size: 11px;
	padding: 5px; 15px 0px 0px;
}
.textbox-fontsize a{
    color: #999999;
}
.textbox-content{
	
	word-wrap: break-word;
	padding: 10px;

}
.insertimage{
    
}
.textbox-bottom{
    text-align: left;
    margin-top: 5px;
    margin-left: 10px;
	font-size:12px !important;
	font-size: 11px;
	color: #666666;
}
.textbox-bottom a {
	color: #666666;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #A2A2A2;
}
.textbox-adminbar {  
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align:left;
}
.textbox-adminbar a{
    color: #666666;
}
.textbox-tburl {
    text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 3px;
	font-size:12px !important;
	font-size: 11px;
	color: #666666;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size:12px !important;
	font-size: 11px;
	color: #666666;
	text-align:left;
	padding-left: 10px;
}

.item_m{
float: left;
padding: 0px 5px 0px 0px;
}
.item_date {
height: 46px;
width: 43px;
text-align: center;
background: url("images/date-bg.gif") no-repeat center top;
}

.item_date .date_month {
color: #DDDDDD;
font-size: 11px;
padding-top: 2px;
padding-left: 1px;
}
.item_date .date_day {
color: #999999;
font: 18px Arial, Sans-Serif;
margin-top: 5px;
}

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

/* comments top box */
.comment-top{
	padding: 5px;
	color: #A2A2A2;
	text-align: right;
	border-bottom: 1px solid #A2A2A2;
}
.comment-pages{
	padding: 5px;
	color: #666666;
	text-align: left;
	margin-left: 20px;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px 10px 5px 5px;
	font-size:12px;
	text-align: left;
}
.commentbox-title{
	background: #ffffff;
    border-bottom: 1px solid #d1d4d5;
    border-top: 2px solid #a9a9a9;        
	color:#000000;
	padding: 5px 0px 5px 10px;
}
.commentbox-label{
	display: inline;
	color: #a9a9a9;
}
.commentbox-content{
	padding: 10px 0px 0px 10px;
	color:#000000;;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px solid #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #A2A2A2;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #A2A2A2;
}

/* comment form wrapper */
#commentForm {
	width: 300px;;
	text-align: left;
}

/****** normal message box ******/
.messagebox{
    margin-top: 135px;
    width: 770px;
	text-align: center;
	border: 1px solid #7B9724;
	background: #ffffff;
}
.messagebox-title{
    padding: 5px;
	color: #ffffff;
	font-weight: bold;
	background: #000000;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #000000;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #ffffff;
	background: #000000;
}
.messagebox-bottom a {
    color: #ffffff;
}
.messagebox-bottom a:hover {
    color: #d1d4d5;
}
/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

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

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000000;
	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: 1px solid #E2E2CF;
	border-left: 4px solid #E2E2CF;
	margin: 5px 20px;
	padding: 5px;
	background: #FAFAF0;
}

.quote {
	margin: 10px 10px 2px 25px;
	color: #000000;
	border: 1px solid #E2E2CF;
	background: #F5F5E9;
}
.quote-title {
	height: 24px;
	font-weight: normal;
	padding: 5px 5px 0px 25px;
	background: url("images/comment.gif") 1% 32% no-repeat;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	padding: 2px 5px 5px 10px; 
	line-height: 18px;
}

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