/****** 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


******/


/****** General Styles ******/
body {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, Arial;
	text-align: center;
	background-color: #5593F6;
}

table {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #000;
}
td{
	word-break: break-all;
}
.avatar
{
  clear: none;
  float: left;
  margin: 5px;
  width: 60px;
  height: 60px;
}
img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
a {
	text-decoration: none;
	color: #228AE8;
}
a:hover {
	text-decoration: none;
	color:#86C8E3;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #B8CEE8;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	apdding: 1px;
	border: 1px solid #228AE8;
	color: #000; 
	background-color: #FFF;
}
input.button {
	height: 20px;
	color: #228AE8;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #228AE8;
	border-right-color: #228AE8;
	border-bottom-color: #228AE8;
	border-left-color: #228AE8;
}
textarea { 
	border: 1px solid #228AE8;
	background-color: #FFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #228AE8; 
	background-color: #FFF;
	border: 1px solid #86C8E3;
}


/****** Main Layout Styles ******/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	width: 100%;
	background:  url('img/main_bg.gif') repeat-y;
	padding: 0;
	margin: 0;
}

#header {
	margin:0;
	padding:0;
    width: 1002px;
	height: 370px;
	text-align:left;
	float:left;
	background: url('img/header_bg.jpg') no-repeat;
}
#innerHeader {
	margin: 0;
	padding: 0;
}

#footer {
	clear:both;
	margin: 0;
	padding: 0;
	width: 1002px;
	height: 206px;
	background: url('img/footer_bg.gif') no-repeat;
}

#innerFooter {
	padding-top:24px;
	text-align: center;
	color: #228AE8;
	font-family: Arial;
	font-size: 12px;
}

#innerFooter a{
	color: #228AE8;
}
#innerFooter a:hover {
	color:#86C8E3;
}


/****** Header Elements Styles ******/
/* header title */
.blog-header {
	display: none;
}

/* blog description */
.blog-desc {
	display: none;
}

/* nav menu */
#menu {
	color: #69292F;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 316px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
#menu ul{
	margin: 0;
	padding: 0;
	clip: rect(362px,auto,auto,auto);
}
#menu li{
	list-style: none;
	width: 86px;
	float: left;
	padding: 0 5px 0 3px;
}
#menu a{
	display: block;
	color: #CE4A80;
}
#menu a:hover {
	color: #EEBDC2;
}

/****** Content Layout ******/
#mainWrapper {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 110px;

}

/* sidebar */
.sidebar {
	width: 190px;
	float: left;
	padding: 0;
	margin: 0px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0 0 0 14px;
}

/* content */
.content {
	width: auto;
	float: right;
	width: 100%;
	margin-left: -195px;
}
.content-wide {
	width: auto;
	margin-left: -195px;
}
.content-only {
	float: right;
	width: 100%;
	margin-left: -195px;
}
#innerContent {
	clear: both;
	margin: 7px;
	padding: 0 7px 0 202px;
	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{
	margin: 5px 0 20px 0;
}
.panel h5 {
	text-align: center;
	background: url('img/headerbg.gif') no-repeat;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #228AE8;
	border-bottom: 2px solid #86C8E3;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	margin: 0;
}

.panel-content{
	color: #228AE8;
	padding-left: 5px;
	padding-top: 3px;
}
.panel-content ul{
	padding: 0;
	margin: 0;
}
.panel-content li{
	padding: 0px;
	margin: 2px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url("img/list.gif") no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background: url("img/list.gif") no-repeat;
	text-indent: 15px;
}


/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 93%; 
  font-size: 12px;
}
.calendar-main {
  background: #FFF;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
	font-size:12px;
	margin-bottom:10px;
}
.calendar-weekdays {
  color: #228AE8;
  text-align: center;
  margin-bottom:10px;
}
.calendar-weekday-cell {
  color: #228AE8;
  font-weight: bold;
  font-size:12px;
  text-align: center;
}
.calendar-saturday,
.calendar-sunday {
  color: #CD4900; 
  padding:0 0 2px 0;
}
.calendar-saturday a,
.calendar-sunday a{
  color: #f20000; 
  font-weight: bold;
}
.calendar-saturday a:hover,
.calendar-sunday a:hover{
  color: #86C8E3;
  font-weight: bold;
}

.calendar-day {
  color: #228AE8; 
  padding:0 0 2px 0;
}
.calendar-day a {
  color: #f20000;
  font-weight: bold;
}
.calendar-day a:hover {
  color: #86C8E3;
  font-weight: bold;
}

.calendar-today { 
  background: #86C8E3;
  color: #fff;
}
.calendar-today a { 
  color: #fff;
  font-weight:bold;
}
.calendar-today a:hover { 
  color: #228AE8;
  font-weight:bold;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  height: 17px;
  background-color :#E6F3F9;
  color: #228AE8;
  margin-bottom: 5px;
  border: 1px solid #86C8E3;
}

/****** Announcement Box ******/
.announce{
	border: 1px solid #86C8E3;
	margin: 0px;
	margin-bottom: 20px;
	background-color: #E6F3F9;
}
.announce-content{
	word-break: break-all;
	text-align: left;
	padding: 10px;
	color: #228AE8;
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #228AE8; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #228AE8;
}
.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: #228AE8;
	height: 20px;
	border-top: 1px solid #e6eef7;
	border-bottom: 1px solid #e6eef7;
}
.listbox-entry {
	word-wrap: break-all;
	color: #228AE8;
	border-bottom: 1px solid #e6eef7;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	background: url('img/headerbg-1.gif') repeat-x;
	font-size: 14px;
	padding-top: 2px;
	height: 42px;
}
.textbox-title h4{
	margin: 7px;
	color: #228AE8;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
	height: 20px;
}
.textbox-title h4 a {
	color: #228AE8;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #228AE8;
	font-size: 12px;
}
.textbox-fontsize{
	color: #228AE8;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #228AE8;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 160%;
	margin-bottom: 10px;
}
.textbox-bottom{
    border-top: 1px solid #86C8E3;
	padding: 3px;
	margin-bottom: 3px;
	height:10px;
	font-size: 12px;
	color: #228AE8;
	text-align:right;
}
.textbox-bottom a {
	color: #228AE8;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #86C8E3;
	text-decoration: none;
}
.textbox-adminbar {
	padding-bottom: 4px;
	font-size: 12px;
	color: #228AE8;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #228AE8;
	text-align:left;
	padding-left: 15px;
	background: url('img/trackback.gif') no-repeat 0px;
}
.readmore {
	margin-top: 10px;
	padding: 0 0 0 12px;  
	font-size: 11px;
	color: #228AE8;
	text-align:left;
	font-size:12px;
	background: url('img/readmore.png') no-repeat 0 2px;
}
.tags {
	margin: 10px;
	padding: 0 0 0px 12px;  
	font-size: 12px;
	color: #228AE8;
	text-align:left;
	background: url('img/tag_bg.gif') no-repeat 0 2px;
}

/* comments wrapper */
.comment-wrapper{
	margin-left: 200px;
        width: 60%;
}

/* comments top box */
.comment-top{
	padding:5px;
	color: #228AE8;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 0px;
	color: #228AE8;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 10px 5px 10px 5px;
}
.commentbox-title{
	border-bottom: 1px solid #86C8E3;
	padding: 5px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 5px;
	line-height: 100%;
}
.commentbox-label{
	display: inline;
	color: #228AE8;
	font-size: 12px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #228AE8;
	background: url('img/sidebar_bg.png') repeat-y;
}
.trackbackbox-label{
	display: inline;
	color: #228AE8;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 60%;
margin-left: 200px
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 50px;
 border: 1px solid #86C8E3; 
 text-align: center; 
 background-color: #FFF;
}
.messagebox-title{
 background: url('img/headerbg-1.gif');
 border-bottom: 1px solid #86C8E3; 
 color: #228AE8; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 background:#FFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
 line-height: 150%;
}
.messagebox-bottom{
 color: #228AE8; 
 background-color: #E6F3F9; 
 padding: 5px;
}


/****** Tag Show Page ******/
.tag-content{
line-height: 150%;
word-break: none;
word-wrap: break-word;
}

/****** Input Form Styles (table) ******/
.formbox{

}
.formbox-comment{
	padding-top: 10px;
	color: #000;
}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	background: url('img/headerbg-1.gif') repeat-x;
	color: #228AE8;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #86C8E3;
}
.formbox-rowheader {
	font-weight: bold;
	padding: 5px;
	color: #228AE8;
}
.formbox-content {
	padding: 4px;
	color: #000000;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #228AE8;
	text-align: left;
	border-bottom: 1px solid #228AE8;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 1px solid #86C8E3;
	background-color: #E6F3F9;
	color: #000000;
	margin: 10px;
	padding: 10px;
}

.quote {
	margin: 10px;
	border: 1px solid #86C8E3;
}
.quote-title {
	border-bottom: 1px solid #86C8E3;
	padding: 5px;
	background-image: url(img/headerbg-1.gif);
}

.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #FFF;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	clear: both;
	margin-bottom: 20px;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
	font-size: 11px;
}
.linktitle a {
	font-size: 12px;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	color: #228AE8;
	border-bottom: 1px solid #86C8E3;
}