/****** General Styles ******/
html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body {
	font-size: 12px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}

table {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #557700;
}
a:hover {
	text-decoration: underline;
	color:#000;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	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 #666;
	color: #000; 
	background-color: #fff;
}
input.button {
	height: 20px;
	border: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 4px solid #666;
	color: #000; 
	background-color: #fff;
}
textarea { 
	border: 1px solid #666;
	background-color: #fff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #557700; 
	background-color: #FBFCFD;
	border: 1px solid #557700;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	text-align: left;
}
#innerWrapper {
	background: url('images/main_bg.png') repeat-y;
	width: 1000px;
}

#header {
	background: url('images/header_bg.png') repeat-y;
}
#innerHeader {
	background: url('images/header_bg.png') no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 70px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	height: 105px;
	text-align: center;
	padding-top: 10px;
}
#footer a{
	color: #666;
}
#innerFooter {
	width: 95%;
	margin: auto;
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #666;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	background: url('images/head.png') repeat-x;
	background-position: 223px 0px;
	background-color: #fff;
}
.blog-title-wrap {
	margin-top: 0px;
	height: 45px;
	background: url('images/headend.png') no-repeat;
	background-position: 980px 0px;
}
.blog-title {
	padding: 0px;
	width: 400px;
	display: block;
	background: url('images/headbegin.png') no-repeat;
	background-position: 187px 0px;
}
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 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 11px;
	margin: 0;
	background: #FFF6A3 url(images/top-bg.gif) bottom repeat-x;
	border-bottom: 1px #ccb954 solid;
	width: 100%;
}

/* nav menu */
#menu {
	height: 25px;
	float: right;
}#menu {
	margin-top: -50px;
}
* html #menu {
	margin-top: -54px;
}
*+html #menu {
	margin-top: -54px;
}
#menu { padding-right: 150px; }/* Moz & IE7*/
* html #menu { padding-right: 50px; } /* IE6 */

#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 55px; 
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url('images/navbg.gif') left top no-repeat;
	white-space: nowrap;
}
#menu minisearchbar {
	list-style: none;
	width: 150px; 
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url('images/search1.png') no-repeat;
}


#minisearcharea {padding-left: 0px;}
* html #minisearcharea {padding-left: 10px;}
*+html #minisearcharea {padding-left: 10px;}

#minisearcharea { 
	width: 150px;
	height: 36px;
	padding-top: 12px;
	padding-top: 12px;
	text-indent: 37px;
	background: url('images/search1.png') no-repeat;
}

.minisearcharea input { 
	border: none;
	background: #fff;
	width: 96px;
}

#menu a{
	padding-top: 13px;
	display: block;
	color: #ffffff;
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}
#menu a:hover, #menu .activepage a {
	color: #ffffff;
	background: url('images/navbg.gif') left bottom no-repeat;
	font-weight: bold;
	text-decoration: underline;
}
/****** Content Layout ******/
#mainWrapper {
	margin-left: 10px;
	margin-right: 15px;
}

/* sidebar */
.sidebar {
	padding-top: 4px;
	padding-left: 5px;
	float: right;
	width: 390px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar1 {
	width: 155px;
	float: left;
}
#innerSidebar2 {
	width: 215px;
	float: right;
}

/* content */
.content {
	float: left;
	width: 750px;
	margin-left: -170px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 200px;
	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: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 4px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid #FAB619;
}
.panel h5 a{
	color: #000;
}
.panel-content{
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 120%;
	color:#557700;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#innerSidebar1 .panel-content li{
	background-image: url("images/dlist.gif");
	background-repeat: no-repeat;
	text-indent: 10px;
}

#innerSidebar1 .panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 20px;
}

#innerSidebar2 .panel-content li{
	height: 20px;
}

#sidebar_entries ul .rowodd, #sidebar_replies ul .rowodd{
	background-color: #F6F6F6;
	border-bottom: 1px solid #E3E3E3;
}

#sidebar_entries ul .rowcouple, #sidebar_replies ul .rowcouple{
	background-color: #FFFFF3;
	border-bottom: 1px solid #E3E3E3;
}

.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: #000;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #000;
  font-size:11px;
  text-align: center;
  width: 14%;
  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: #557700; 
}
.calendar-today { 
  color: #fff;
  background: #557700;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #557700; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #666;
}

.pagelink-current {
	color: #000;
	border-bottom: 2px solid #FAB619;
	font-weight: bold;
}
.pages a:hover{
	border-bottom: 2px solid #FAB619;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #F6F6F6;
	color: #000;
	border-top: 1px solid #E3E3E3;
	border-bottom: 2px solid #E3E3E3;
	height: 24px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666;
	border-bottom: 1px solid #E3E3E3;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article { display: block; }
.next-article{ display: block; }
.prev-article a, .next-article a{ color: #666; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.textbox-time {
	color: #999;
	font-size: 12px;
	padding-top: 9px;
	padding-bottom: 5px;
	margin-left: 7px;
}
.textbox-title{
	background: url('images/title-bg.gif') no-repeat;
	word-wrap: break-all;
	font-size: 16px;
	padding-top: 2px;
	height: 23px;
	margin-left: 7px;
}
.textbox-title h4{
	margin-left: 25px;
	color: #000;
	font-size: 16px;
	display: inline;
}
.textbox-title h4 a {
	color: #000;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #076AA6;
	font-size: 12px;
}
.textbox-fontsize{
	color: #979797;
	float: left;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	color: 333;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	word-wrap: break-word;
	line-height: 160%;
	padding: 10px;
}
*+html .textbox-content{
	margin-top: 20px;
}
.textbox-bottom{
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background-color: #F6F6F6;
	padding-left: 10px;
	color: #BBBBBB;
	font-size: 12px;
}
.textbox-bottom a {
	color: #666;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #666;
}
.textbox-tburl {
	padding-top: 3px;
	color: #666;
}
.tags2 {
	float: right;
}

.tags, .tags2 {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #CCC;
	text-align: right;
}
.tags a, .tags2 a {
	color: #CCC;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #666;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #666;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
}
.commentbox-title{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.commentbox-label{
	display: inline;
	color: #666;
	font-size: 12px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.comment-odd {
	background-color: #F6F6F6;
	border-bottom: 1px solid #E3E3E3;
}
.comment-couple {
	background-color: #FFFFF3;
	border-bottom: 1px solid #E3E3E3;
}



/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
}
.trackbackbox-label{
	display: inline;
	color: #666;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #666;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 400px;
 margin-top: 120px;
 text-align: left; 
 background-color: #ffffff;
}
.messagebox-title{
 color: #000; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 border-top: 1px solid #FAB619;
 color: #666; 
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
 background: url('images/inform.png') no-repeat;
 background-position: 345px 0px;
}
.messagebox-bottom{
 border-top: 1px solid #FAB619;
 color: #666; 
 background:#FFFFFF;
 padding: 5px;
 text-align: center;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #666;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background-color: #F6F6F6;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #666;
	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-left: 3px solid #E3E3E3;
	background-color: #F6F6F6;
	color: #666;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #E3E3E3;
	margin: 10px;
}
.quote-title {
	background-color: #F6F6F6;
	border-bottom: 1px solid #E3E3E3;
	padding: 5px;
	font-weight: bold;
	color: #666;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #666;
	padding: 10px; 
	background-color: #ffffff;
	border: 1px solid #E3E3E3;
	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: #666;
}

