/*
Bo-Blog V2.03
WaterFlow
By sevenmoon
2007-03-13
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background:url("pictures/PageTexture.jpg") repeat;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
    text-decoration: none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #C4E0EA;
}
img {
    margin-right: 5px;
    margin-top: 5px;
}
acronym {
	text-decoration: none;
	cursor: help;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	margin: 1px;
	border: 1px solid #C4E0EA;
	color: #5B5B5B;
	background:#fbfbfb;
}
input.button {
	height: 20px;
	border: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	color: #5B5B5B;
	background-color: #ffffff;
}
textarea { 
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	border: 1px solid #C4E0EA;
	color: #000000;
	background:#fbfbfb;
	padding: 1px;
	margin: 1px;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #5B5B5B;
	background:#fbfbfb;
	border: 1px solid #C4E0EA;
	padding: 1px;
	margin: 1px;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:5px auto;
	width: 780px;
	/*position: relative;*/
	text-align: left;
	background: url('pictures/main-mid.jpg') repeat-y 50% 10%;
}
#innerWrapper {
	width: 100%;
}

#header {
    padding-top: 25px;
    background: url("pictures/PageTexture.jpg") repeat;
}
#innerHeader {
	margin: 0;
}
#footer {
	clear: both;
	background: url('pictures/main-bot.jpg') no-repeat 80% top;
	height: 34px;
	color:#3D3D3D;
}
#footer a {
	color:#3D3D3D;
}
#footer a:hover {
    text-decoration: none;
    color: #666666;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #3D3D3D;
	margin-top: 30px;
	background: url('pictures/main-bot.jpg') no-repeat 80% top;
}
#innerFooter {
    background: url('pictures/main-bot.jpg') no-repeat 80% top;
    padding-top: 40px;
}
* html #innerFooter {
    background:url("pictures/PageTexture.jpg") repeat;
    padding-top:10px;
}
*+html #innerFooter {
    background:url("pictures/PageTexture.jpg") repeat;
    padding-top:10px;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
    background: url('pictures/header.jpg') no-repeat top;
	padding: 0px;
	height: 447px;
}
.blog-header {
    margin-bottom: 0px;
}
* html .blog-header {
    margin-bottom: 0px;
}
*+html .blog-header {
    margin-bottom: 12px;
}

/* nav menu */
#menu {
    padding: 0px;
	height: 37px;
	margin-top: -12px!important;
	margin-top: 0px;
	background: url('pictures/menu.jpg') no-repeat center;
}
#menu ul{
	margin-left: 25px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 70px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 240%;
}
#menu li a{
	display: block;
	color: #3D3D3D;
	height: 37px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu li a:hover,#menu .activepage a{
    text-decoration: none;
    background: url('pictures/menuh.jpg') no-repeat;
}
/****** Content Layout ******/
#mainWrapper {
}
#mainWrapper-top {
    margin-top: 0px;
    background: url('pictures/main-top.jpg') no-repeat top;
    height: 23px;
}
/* sidebar */
.sidebar {
	padding-top: 3px;
	float: right;
	width: 195px;
	margin-right: 3px!important;
	margin-right: 0px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
	padding-bottom:50px;
}

/* content */
.content {
	float: left;
	width: 99%;
	margin-left: -200px;
}
.content-wide {
	float: left;
	width: 99%;
	margin-left: -200px;
}
.content-only {
    float: left;
	width: 99%;
	margin-left: -200px;
}
#innerContent {
	margin-left: 210px;
	overflow: visible;
}

/* 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:4px;
	padding-right: 4px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.panel h5 {
	text-align: left;
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	height:20px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #464646;
}
.panel-content{
	width: 97.5%;
	margin:0px;
	padding-left:15px;
	padding-bottom:5px;
	line-height: 140%;
	color:#5B5B5B;
	border-top: 0px;
}
.panel-content a {
    color:#5B5B5B;
}
.panel-content a:hover {
	color:#5B5B5B;
	text-decoration: underline;
}
.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("pictures/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url("pictures/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 100%;
  margin-top:1px;
  margin-left:-6px;
  color:#666666;
}
.calendar-top {
  color: #000000;
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-size:10px;
}
.calendar-weekdays {
  font-size:12px;
  text-align: center;
  width: 14%;
}
.calendar-weekday-cell {
  font-size:12px;
  text-align: center;
  width: 14%;
  font-weight: normal;
}
.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  font-size:11px;
}
.calendar-saturday,
.calendar-sunday {
}
.calendar-today {
  background:#FFFFFF;
  border:#C4E0EA 1px solid;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #0068b7;
  font-size:12px;
}
.calendar-day a:hover, .calendar-saturday a:hover, .calendar-sunday a:hover {
  color: #0068b7;
}
.calendar-today a {
  color: #0068b7;
  font-size:12px;
}
.calendar-today a:hover{
	text-decoration:underline;
}
.calendar-day a:hover,.calendar-saturday a:hover, .calendar-sunday a:hover {
	text-decoration:underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #C4E0EA;
}

/****** Announcement Box ******/
.announce{
	border-bottom:#C4E0EA 1px solid;
	margin-left: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000000; 
}

/* page links */
.pages {
	color: #333333;
	padding:3px;
	margin-left:5px;
	text-align:right;
	padding-right:10px;
}
.pages a{
	color: #737373;
}
.pagelink-current {
	font-weight: bold;
	font-size:12px;
}

.listbox {
	padding-bottom: 10px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #F6F9FD;
	border-top:#C4E0EA 1px solid;
	border-bottom:#C4E0EA 1px solid;
	color: #666666;
	letter-spacing:1px;
	height: 22px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
	border-bottom: 1px dotted #cccccc;
	padding:5px;
	padding-bottom:10px;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* text box */
.textbox{
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 3px;
}
.textbox-title{
	word-wrap: break-all;
	margin-left: 7px;
	margin-bottom: 10px;
	color: #335D92;
	font-size: 14px;
	display: inline;
	word-spacing:1px;
}
.textbox-title h5{
	font-weight:bold;
	display:inline;
	font-size:14px;
	padding-left: 25px;
	background: url('pictures/page.gif') no-repeat left;
}
.textbox-title a{
	color: #335D92;
}
.textbox-title a:hover{
	color: #CA3D26
}
.textbox-label{
	padding-left: 10px;
	color: #999999;
	font-size: 10px;
	margin-top:2px;
	word-spacing:0px;
}
.textbox-label a{
	color:#999999;
}
.textbox-fontsize{
	color: #979797;
	text-align: right;
	padding: 5px 0px 10px 0px;
	margin: 5px 10px 10px 0px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 150%;
	color:#000000;
}
.textbox-content a {
    text-decoration: none;
    color: #0068B7;
}
.textbox-content a:hover{
	color: #CA3D26;
    border-bottom: 1px dashed #CA3D26;
}
.textbox-bottom{
	padding: 3px;
	font-size: 12px;
	color: #555555;
	text-align:left;
	padding-left:12px;
	margin-left: 5px;
	background: #EDEDED;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.textbox-bottom a {
	color: #555555;
}
.textbox-bottom a:hover {
	border:none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 14px;
	font-size: 12px;
	color: #666666;
	letter-spacing:1px;
	text-align:left;
	line-height:130%;
	padding-left:12px;
	border-top: 1px solid #C4E0EA;
	border-bottom: 1px solid #C4E0EA;
	background:#F6F9FD;
}
.textbox-tburl {
	font-size: 12px;
	color: #999999;
	text-align:left;
	padding:3px;
	padding-left: 10px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #555555;
	text-align:left;
	padding-left: 12px;
}
.tags a{
	color:#666666;
	border: none;
}

/* comments wrapper */
.comment-wrapper{
	padding-top:10px;
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #333333;
}
#com{
	font-size:18px;
	color:#C4E0EA;
	padding-left:10px;
	border-bottom:#e7e7e7 1px dotted;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 15px;
	margin-bottom: 15px;
}
.commentbox-title{
	padding: 5px;
	padding-left:10px;
	color:#000000;
	border-bottom: 1px solid #D7D7D7;
}
.commentbox-label{
	display: inline;
	color:#999999;
	font-size:12px;
}
.commentbox-content{
	margin-top:10px;
	padding-left:10px;
	padding-right:100px;
	margin-bottom: 10px;
	color:#000000;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #C4E0EA;
}
.trackbackbox-label{
	display: inline;
	color: #333333;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #333333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #999999;
 text-align: center; 
 background-color: #999999;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
 background:url("pictures/configtop.gif") repeat-x;
}
.messagebox-content{
 color: #666666;
 padding: 15px;
 padding-bottom: 25px; 
 text-align: left;
 background:url("pictures/config.gif") no-repeat #ffffff;
 background-position:right bottom;
}
.messagebox-content ul{
	list-style:square;
}
.messagebox-bottom{
 background-color: #f7f7f7;
 padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{width:100%;}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	font-weight: bold;
	padding: 5px;
	font-size:12px;
	background:#F6F9FD;
	text-align:left;
	margin-bottom:5px;
	color:#335D92;
	letter-spacing:1px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:0px;
	text-align: center;
	width:110px;
}
.panel-smilies-title {
	color: #335D92;
	padding:3px;
	padding-bottom:1px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	text-align: left;
	border-bottom: 1px solid #E4E3D0;
}
.panel-smilies-content {
	padding: 4px;
	line-height: 120%;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #C4E0EA;
	background:url("pictures/code_bg.gif") repeat;
	font-family:"sans-serif";
	color: #333333;
	margin: 5px;
	padding: 10px;
	font-size:11px;
	line-height:120%;
	margin-right:50px;
}
.reply {
	margin-right:30px;
	margin-left:20px;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #E9E9E9;
	border-left: 3px solid #E9E9E9;
	padding: 5px 0px 5px 0px;
}
.reply-content {
	word-wrap: break-all;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px solid #e3e3e3;
	background:#fdfdfd;
}
.reply-title {
	color: #000000;
	background:url("pictures/quote.gif") repeat-x;
	border-top:#f3f3f3 1px solid;
	text-align:left;
	padding-left: 10px;
	padding-bottom: 5px;
}
.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
	border: 1px solid #C4E0EA;
	margin-right:50px;
	margin-left:5px;
}
.quote img{
	border:none;
}
.quote-title {
	padding: 5px;
	font-weight: bold;
	color: #666666;
	padding-left:7px;
	background:url("pictures/quote.gif") repeat-x;
	border-bottom:#f3f3f3 1px solid;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
	background-color: #ffffff;
	border-top: 0px;
	padding-left:20px;
}

/****** Link ******/
.linkover {
	margin-bottom: 10px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
	border-bottom:#f7f7f7 1px solid;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
	padding-left:20px;
}
.linktitle a {
}
.linkgroup {
	font-size: 12px;
	margin-bottom: 5px;
	color: #3d3d3d;
	padding-left:12px;
}
