﻿/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	line-height:150%;
	/*background-image: url(images/all_bg.png);*/
	background-image: url(images/bg.png);
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}

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

a {
	text-decoration: none;
	color: #15387c;
}
a:hover {
	text-decoration: none;
	color:#076aa6;
}

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

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #15387c;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	/*height: 20px;*/
	border: 1px solid #c5ccdb;
	color: #15387c; 
	background-color: #ffffff;
}
input.button {
    padding-bottom: 3px;
    font-weight: bold;
	height: 24px;
	width:60px;
	border: 0px;
	background-image: url(images/botton_bg.png);
	/*border: 1px solid #15387c;
	border-top: 1px solid #15387c;
	border-left: 1px solid #15387c;background-color: #FBFCFD;*/
	color: #15387c; 
	
}
textarea { 
	border: 1px solid #c5ccdb;
	background-color: #ffffff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #15387c; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #15387c; 
	background-color: #ffffff;
	border: 1px solid #c5ccdb;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	background:  url(images/main_bg.png) repeat-y;
	width: 100%;
}

#header {
	background:  url(images/header_bg.png) no-repeat;
}
#innerHeader {
	background:  url(images/header_bg.png) no-repeat;
	padding-top: 25px;
	padding-left: 1px;
	height: 113px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background:  url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 90px;
}
#footer a{
color: #000;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* blog description */
.blog-desc {
    font-size:12px;
	color: #91a1c1;
}

/* nav menu */
#menu {
	margin-top: 45px;
	height: 29px;
	background:  url(images/menu_bg2.png) no-repeat;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 70px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu a{
    font-weight: bold;
	padding-top: 5px;
	display: block;
	color: #c5ccdb;
	height: 22px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
    font-weight: bold;
    height: 29px;
	color: #ffffff;
	background:  url(images/menu_bg.png) no-repeat;
}

/****** 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: #15387c;
	font-size: 12px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
	margin:0px;
	background:  url(images/panel_header.png) no-repeat;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #15387c;
}
.panel-content{
	width: 174px;
	margin:0px;
	padding-left:9px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 150%;
	color:#15387c;
	border: 1px #91a7b4 solid;
	border-top: 0px;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-image:  url(images/list.png);
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image:  url(images/list.png);
	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: #15387c;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #15387c;
  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: #15387c; 
}
.calendar-today { 
  color: #fff;
  background: #15387c;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #15387c; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

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

/****** Announcement Box ******/
.announce{
	/*border: 1px dashed #91a7b4 !important;*/
	border: 1px /*dotted*/ solid #91a7b4;
	background-color:#FFFFFF;	
	margin-top:7px;
	margin-bottom: 15px;
}
.announce-content{
    /*background-image: url("images/announce_bg.png");*/
	text-align:center;
	word-wrap: break-all;
	padding: 10px; color: #000; 
	font-weight:bold;
}

/****** Defaul Page Elements ******/
.article-top {
    font-weight:bold;
	padding-top:1px;
	padding-bottom: 12px;
	/*padding-left:10px;*/
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #15387c;
}
.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-color: #425e95;
	background: url('images/menu_bg2.png') repeat-x;*/
	color: #15387c;
	height: 25px;
}
.listbox-entry {
	text-align: center;
	word-wrap: break-all;
	color: #15387c;
	border-top: 1px solid #8FAEC0;
}
.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:  url(images/title_bg.png) no-repeat;
	word-wrap: break-all;
	font-size: 12px;
	padding-top: 3px;
	height: 42px;
}
.textbox-title h4{
	margin-left: 7px;
	color: #15387c;
	padding-left: 5px;
	font-size: 12px;
	display: inline;
}
.textbox-title h4 a {
	color: #15387c;
}
.textbox-label{
	padding-top: 12px;
	padding-left: 5px;
	color: #15387c;
	font-size: 12px;
}
.textbox-fontsize{
    color: #000000;
	float: right;
	text-align: right;
	padding-right: 3px;
	padding-top: 12px;
	font-size: 12px;
}
.textbox-fontsize a{
    color: #000000;
}
.textbox-content{
	word-wrap: break-word;
	padding-top:24px;
	padding-left:12px;
	padding-bottom:6px;
}
.textbox-bottom{
	border-top: 1px solid #c5ccdb;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #16397d;
	text-align:right;
}
.textbox-bottom a {
	color: #16397d;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #076aa6;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #16397d;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 12px;
	color: #16397d;
	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: #16397d;
	text-align:left;
	padding-left: 15px;
	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: #16397d;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #16397d;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
    color:#15387c;
	padding-left:12px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-top: 1px solid #91a7b4;
	/*background: url('images/commentbox_title_bg.png') no-repeat;*/
}
.commentbox-name{
    font-weight:bold
}
.commentbox-label{
	display: inline;
	color: #15387c;
	font-size: 12px;
}
.commentbox-content{
	padding: 12px;
	padding-bottom: 12px;
	padding-top: 8px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	padding-left: 12px;
	padding-bottom: 8px;
	/*border-left: 3px solid #16397d;*/
	background:  url(images/commentbox_title_bg.png) no-repeat;
}
.trackbackbox-label{
	display: inline;
	color: #16397d;
	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 #91a7b4; 
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
 background:  url(images/message_box_bg.png) repeat-x;
 color: #16397d; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #16397d; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #16397d; 
 background-color: #eaecef; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	padding-bottom:8px;
}

.formbox-title{}
.formbox-comment-title{
	color: #15387c;
	font-weight: bold;
	background:  url(images/sidebar_bg.png) repeat-x;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom:5px;
}

.formbox-rowheader {
    width:80px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #16397d;
	text-align: left;
	border-bottom: 1px solid #c5ccdb;
}
.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 #16397d;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
}
.quote-title {
    background-color: #ffffff;
	/*background: url('images/quote_bg.png') repeat;*/
	border: 1px solid #c5ccdb; !important;
	border-bottom: 0px;
	padding-left: 12px;
	padding-top:4px;
	padding-bottom:6px;
	color: #15387c;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	border: 1px solid #c5ccdb;
	border-top: 0px;
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
    background-color: #ffffff;
	/*background: url('images/quote_content_bg.png') repeat;*/
	
}

/****** Link ******/
.linkover {
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 0px;
	margin-bottom: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;
	color: #16397d;
}