/*
gythialy for Bo-Blog 2.0.3
Transplant by pfire 
2007-02-02
*/

/****** General Styles ******/
body {
	PADDING: 0px; 
	BACKGROUND: url(images/bg.jpg) #222d2d repeat-y center;
	MARGIN: 0 auto; 
	FONT: 12px "Lucida Grande", "Lucida Sans Unicode", Sans-Serif; 
	COLOR: #ceebeb;
	TEXT-ALIGN: left;
}

table { 
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	COLOR: #e45a49; 
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #e45a49; 
	TEXT-DECORATION: none;
}

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

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

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-size: 12px; 
}
input.text {
	height: 18px;
	padding: 1px;
	border: 1px solid #2F3E3E;
	color: #000; 
	background-color: #C7D4DD;
}
input.button {
	height: 20px;
	border: 1px solid #2F3E3E;
	color: #FFFFFF; 
	background-color: #191F26;
}
textarea { 
	border: 1px solid #2F3E3E;
	background-color: #C7D4DD;
	font-size: 12px; 
	color: #000;
}
select {
	font-size: 12px;  
	color: #000; 
	background-color: #C7D4DD;
	border: 1px solid #2F3E3E;
}


/****** Main Layout Styles ******/
#wrapper {
	PADDING: 0px;
	PADDING-left: 0px !important;
	PADDING-left: 2px;
	FONT-SIZE: 11px;
	MARGIN: 0 auto;
	WIDTH: 757px; 
}
#innerWrapper {
    padding:0px;
	margin:0px;
}

#header {
	BACKGROUND: url(images/banner.jpg) no-repeat 0px 0px; 
	HEIGHT: 236px;
}
#innerHeader {
	padding:0px;
	margin:0px;
}

#footer {
	CLEAR: both;
	PADDING: 0px;
	margin: 0px;
	margin-left: 0px;
	color: #53817E;
	BACKGROUND: #1c2424;
	border-top:6px solid #404040;
	WIDTH: 756px;
}
#footer a{
    COLOR: #A8CBFF;
}
#footer a:hover{
    COLOR: #fff;
}
#innerFooter {
    padding:18px;
	padding-bottom:10px;
	margin:0px;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	PADDING: 0px;
	margin:0px;
	PADDING-LEFT: 230px; 
	FONT-SIZE: 14px;
	PADDING-TOP: 50px;
}
h1 {
	font-weight: bold;
	FONT-SIZE: 16px;
	height:21px;
	overflow:hidden;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	FONT-SIZE: 14px;
	padding:0px;
	margin:0px;
	height:34px;
	overflow:hidden;
}

/* nav menu */
#menu {
	CLEAR: both;
	FONT-SIZE: 12px;
	PADDING: 0px; 
	PADDING-LEFT: 10px;
	PADDING-TOP: 75px;
}
#menu ul{
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px; 
	PADDING-BOTTOM: 0px;
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
}
#menu li{
	float: left;
}
#menu a{
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px; 
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	COLOR: #fff; 
	LINE-HEIGHT: 24px;
	PADDING-TOP: 3px;
}
#menu a{
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #fff;
}
#menu a:hover{
	COLOR: #e45a49;
	TEXT-DECORATION: none;
}

/****** Content Layout ******/
#mainWrapper {
    padding:0px;
	margin:0px;
}

/* sidebar */
.sidebar {
	PADDING: 0px;
	FLOAT: left;
	MARGIN: 0px; 
	WIDTH: 256px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}
.logo {
	BACKGROUND: url(images/logo.gif) no-repeat right; 
	HEIGHT: 159px;
}	
.firefox {
	PADDING: 0px;
	margin:0px;
	FLOAT: right;
	PADDING-BOTTOM: 20px;
	PADDING-TOP: 20px;
}
.firefox-meta {
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
/* content */
.content {
	BACKGROUND: #2f3e3e;
	padding:0px;
	margin:0px;
	FLOAT: right; 
	WIDTH: 500px;
	overflow: hidden;
}
.content-wide {
	width: auto;
	margin-left: -256px;
}
.content-only {
	width: 100%;
	margin-left: -256px;
}
#innerContent {
	PADDING: 20px; 
	COLOR: #c7d4dd; 
	margin: 0px;
	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;
}
.panel h5 {
	PADDING-RIGHT: 0px; 
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 15px; 
	PADDING-BOTTOM: 5px;
	MARGIN: 16px 0px 6px;
	COLOR: #c7d4dd;
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #2f3e3e 1px dashed;
}
.panel h5 a{
	TEXT-DECORATION: none;
	COLOR: #c7d4dd;
}
.panel-content{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
}
.panel-content a{
	COLOR: #e45a49;
}
.panel-content a:hover{
	TEXT-DECORATION: underline;
}
.panel-content ul{
	CLEAR: both; 
	PADDING: 0px; 
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
}
.panel-content li{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	BACKGROUND: url(images/li_dot.gif) no-repeat 0px 5px; 
	PADDING-BOTTOM: 0px;
	COLOR: #b5b4a0; 
	PADDING-TOP: 0px;
}

.panel-content li.indent{
	padding: 0px;
	BACKGROUND: url(images/li_dot.gif) no-repeat 5px 5px; 
	text-indent: 20px;
}

.panel-content ul ul li{
	padding: 0px;
	text-indent: 15px;
}

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

/* calendar panel */
#calendar {
  width: 100%; 
  padding: 0px;
  margin: 0px;
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #B5B4A0;
  font-size:10px;
  text-align: center;
  padding:0px;
}
.calendar-weekday-cell {
  color: #A6B082;
  font-size:12px;
  text-align: center;
  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: #B5B4A0; 
}
.calendar-today { 
  color: #e45a49;
  border-left: 1px solid #B5B4A0;
  border-right: 1px solid #B5B4A0;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #e45a49; 
  text-decoration: underline;
}
.calendar-today a {
  color: #e45a49;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 0px;
  height: 20px;
  padding: 0px;
  border: 1px solid #2F3E3E;
  color: #000; 
  background-color: #C7D4DD;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
	background:#3D4F4F;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	font-size: 12px;
	color:#A6B082;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #c7d4dd;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #c7d4dd;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #c7d4dd;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ display: block; font-size: 12px;}
.next-article{ display: block; font-size: 12px;}

/* text box */
.textbox{
	padding:0px;
	margin:0px;
	PADDING-BOTTOM: 20px;
	COLOR: #c7d4dd;
}
.textbox-title{
	MARGIN: 20px 0px 0px; 
	padding:0px;
	font-size:13px;
}
.textbox-title h4{
	color: #c7d4dd;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a{
	color: #c7d4dd;
	TEXT-DECORATION: none;
	font-size:16px;
}
.textbox-title h4 a:hover{
	COLOR: #e45a49; 
	TEXT-DECORATION: none;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #c7d4dd;
	font-size:11px;
	margin:0px;
}
.textbox-fontsize{
	color: #c7d4dd;
	float: right;
	text-align: right;
	margin:0px;
	padding: 3px;
	padding-top: 7px;
	font-size: 10px;
}
.textbox-fontsize a{
	color: #e45a49;
}
.textbox-content{
	word-wrap: break-word;
	margin:0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 12px;
    clear:right;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #e45a49;
	text-align:right;
}
.textbox-bottom a {
	color: #e45a49;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #e45a49;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #e45a49;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #e45a49;
	text-align:left;
	padding-left: 15px;
}
.tags {
	CLEAR: both; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 18px; 
	BACKGROUND: url(images/icon_tag.gif) no-repeat left bottom; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 5px;
}
.tags a{
	COLOR: #c7d4dd;
}
.tags a:hover{
	COLOR: #cae001;
}
.insertimage{
    padding:4px;
	background:#3E4F4F;
	border:1px dashed #4E6973;
}
/* comments wrapper */
.comment-wrapper{
	font-size: 12px;
}

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

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
	width:100%;
}
.commentbox-title{
	padding: 5px;
	font-weight: bold;
	font-size:12px !important;
	font-size:11px;
	color:#CAE001;
}
.commentbox-title a{
	color:#CAE001;
}
.commentbox-label{
	display: block;
	color: #CAE001;
	FONT-SIZE: 10px;
	font-weight: normal;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
	border-bottom:1px dashed #3E4F4F;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
}
.trackbackbox-label{
	display: inline;
	color: #CAE001;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #e45a49;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 480px;
 margin-top: 120px;
 margin-left: 260px;
 border: 1px solid #A6B082; 
 text-align: center; 
 background-color: #3D4F4F;
}
.messagebox-title{
 color: #A6B082; 
 font-weight: bold; 
 background-color: #2F3E3E;
 border-bottom: 1px solid #A6B082; 
 padding: 5px;
}
.messagebox-content{
 padding: 10px; 
 color: #A6B082; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox a{
 color: #A6B082; 
}
.messagebox a:hover{
 color: #e45a49; 
}
.messagebox-bottom{
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
    background:3E4F4F;
    width:460px;
}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #C7D4DD;
	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: #C7D4DD;
	text-align: left;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border: 1px dotted #A6B082;
	background-color: #3D4F4F;
	margin: 5px;
	padding: 10px;
}
.quote {
	margin: 10px;
    background-color: #3D4F4F;
	border: 1px solid #B5B4A0; 
}
.quote-title {
	background-color: #2F3E3E;
	border-bottom: 1px solid #B5B4A0;
	padding: 5px;
	font-weight: bold;
	color: #A6B082;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	padding: 10px; 
	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: #B5B4A0;
}