/*
Bo-Blog V2
Black
By Ferryboat401
2006.10.23
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #000;
	margin: 2px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #6E6E64;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #FEC801;
}
a:hover {
	text-decoration: none;
	color:#F99D36;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #FEC801;
	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 #7d7d7d;
	color: #6B6D62; 
	background-color: #000;
}
input.button {
	height: 20px;
	border: 1px solid #7d7d7d;

	border-left: 4px solid #FEC801;
	color: #c6c6c6; 
	background-color: #6E6E64;
}
textarea { 
	border: 1px solid #7d7d7d;
	background-color: #6E6E64;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #c6c6c6; 
	}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #7d7d7d; 
	background-color: #282924;
	border: 1px solid #7d7d7d;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 1000px;
	/*position: relative;*/
	text-align: left;
	color:#6E6E64;
}
#innerWrapper {
	background: #000;
	width: 100%;
}

#header {
	background: url("images/header.jpg") no-repeat top center;
	margin:0;
	padding:0;
	height: 197px;
	border-top:1px solid #000;
}
#innerHeader {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 12px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	height: 65px;
}
#footer a{
color: #363636;
}
#innerFooter {
	margin:10px 100px 10px 100px;
	padding: 10px 10px 10px 280px;
	font-size: 12px;
	text-align: left;
	color: #F8931D;
	border:1px solid #7d7d7d;
	background:url("images/logo.jpg") no-repeat 65% 50%;

}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	margin:0;
	margin-top:125px;
	margin-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
	border-left:3px solid #fff;

}
h1 {
	padding: 0px;
	margin:0px;
	color: black;
	font-size: 24px;
	font-weight: bold;

}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
	}

/* nav menu */
#menu {

	margin-top:0px;
	height: 25px;
	background: url('images/menu_bg.gif') repeat-x;
	border-top:2px solid #fff;

}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 80px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;

}
#menu a{
	padding-top: 5px;
	display: block;
	color: #000;
	font-weight: bold;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	color: #333;
	background: url('images/menu_bg1.gif') repeat-x;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 10px;
	margin-right: 15px;
}

/* sidebar */
.sidebar {
	padding-top: 4px;
	padding-left: 5px;
	float: left;
	width: 195px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 205px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 5px;
}

/* 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: center;
	color: #FEC708;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 4px;
	margin:0px;
	background:#282924;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: auto;
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 120%;
	color:#FF8F1B;
	border: 1px #272725 dotted;
	border-top: 0px;
}
.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 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: #FFC500;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #E9991C;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
  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: #6C6D65; 
}
.calendar-today { 
  color: #fff;
  background: #282924;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #E9991C; 
  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 #7d7d7d;
  background:#000;
}

/****** Announcement Box ******/
.announce{
	border: 1px dashed #7D7D7D !important;
	border: 1px dotted #7D7D7D;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #fff; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #6A6B65;
	border:1px solid #7d7d7d;
	background:#272723;
	padding:1px 2px;
}
.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: #6E6E64;
	color: #ffffff;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #707169;
	border-bottom: 1px dotted #7d7d7d;
}
.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: 5px;
}
.textbox-title{
	background:#6E6E64;
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 2px;
	height: 42px;
	border:3px solid #7d7d7d;
	}
.textbox-title h4{
	margin-left: 7px;
	color: #CAC9CD;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #CAC9CD;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #363636;
	font-size: 12px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	width: 97%;
	height:auto;
	overflow-x:auto;
}
.textbox-bottom{
	border-top: 3px dashed #6C7266;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #7d7d7d;
	text-align:right;
}
.textbox-bottom a {
	color: #FEC801;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #6C7266;
	color: #FF8F1B;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #3F67A5;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #3F67A5;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #6E6E64;
	text-align:left;
	padding-left: 15px;
	border:3px solid #ff0000;
	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: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px 5px 5px 50px;
	color: #6E6E64;
	border:1px dotted #6E6E64;
	background:#333;
	width:auto;
	text-align:left;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	border: 1px dashed #6E6E64;

}
.commentbox-label{
	display: inline;
	color: #363636;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #3F67A5;
	background: url('images/sidebar_bg.png') repeat-y;
}
.trackbackbox-label{
	display: inline;
	color: #3F67A5;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #7d7d7d; 
 border-top: 0px; 
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
 background: #6E6E64;
 color: red; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #6E6E64; 
 background:#000;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;

}
.messagebox-bottom{
 color: #7d7d7d; 
 background-color: #282924; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
		border:1px solid #7d7d7d;
		color:#6E6E64;
}
.formbox-comment{
	padding-top: 10px;
	color:#6E6E64;
}

.formbox-title,
.formbox-comment-title{
	color: #C9C9C9;
	font-weight: bold;
	background: #6E6E64;
	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: #CBCBCD;
	text-align: left;
	border-bottom: 1px solid #7d7d7d;
}
.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 #FEC801;
	background-color: #6E6E64;
	color: #C9CAC4;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
}
.quote-title {
	background-color: #6E6E64;
	border-bottom: 1px dashed #fff !important;
	border-bottom: 1px dashed #fff;
	padding: 5px;
	font-weight: bold;
	color: #CAC9CD;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;

}
.quote-content {
	word-wrap: break-all;
	color: #C9CAC4;
	padding: 10px; 
	background-color: #6E6E64;
	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: #CAC9CD;
}