/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background: #a2bfe3 url('images/body.gif') repeat-x;
	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: #596462;
}
a:hover {
	text-decoration: underline;
	color: #3672B4;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

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;
	padding: 1px;
	border: 1px solid #9DB9ED;
	color: #000000; 
	background-color: #FFFFFF;
}
input.button {
	height: 20px;
	border: 1px solid #9DB9ED;
	color: #000000; 
	background-color: #FFFFFF;
}
textarea { 
	border: 1px solid #9DB9ED;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #FFFFFF;
	border: 1px solid #9DB9ED;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 956px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
    background: #C9DCF5 url('images/content.jpg') bottom no-repeat!important;
	width: 100%;
}

#header {
	background: url('images/header.jpg') left no-repeat;
}
#innerHeader {
    height: 156px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background:  #A2BFE3 url('images/bottom.gif') left top repeat-x;
	vertical-align: bottom;
}
#footer a{
color: #FFF;
}
#innerFooter {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	line-height: 150%;
	vertical-align: bottom;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-top: 35px;
	padding-left: 145px;
	padding-right: 20px;
}
h1 {
	padding-left: 150px;
	margin: 0px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
h1 a {
	color: #FFFF66;
	text-decoration: none;
}
h1 a:hover {
    color: #F0ECE8;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
    padding-left: 200px;
    margin-top: 5px;
	color: #FFFF66;
}

/* nav menu */
#menu {
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 12px;
	border: 1px solid #A4BBED;
	background-color: #FEFEFE;
	filter:alpha(opacity=80);-moz-opacity:0.8;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
    font-size: 14px;
    font-weight: bold;
	list-style: none;
	width: auto;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
}
#menu a{
    display: inline;
	color: #4c3f9a;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
    text-decoration: none;
    color: #0035ba;
}

/****** Content Layout ******/
#mainWrapper {
    background: #C9DCF5 url('images/content.jpg') bottom no-repeat;
    width: 100%;
}

/* sidebar */
.sidebar {
	float: left;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
    padding-left: 10px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -300px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 225px;
	overflow: visible;
	margin-right: 10px;
	margin-top: 0px;
}

/* 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;
	border: 1px solid #9DB9ED;
	width: 202px;
}
.panel h5 {
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	background: url('images/side_title_1.gif') top no-repeat;
	margin: 0;
	cursor: pointer;
	cursor: hand;
}
.panel-content{
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 150%;
	color:#596462;
	background: #F5F8FD;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
	line-height: 150%;
}
.panel-content li{
    line-height: 150%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
    line-height: 150%;
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	line-height: 150%;
	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 {
  color: #6F6A5E;
  font-size:11px;
}
.calendar-weekdays {
  color: #999999;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #999999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:2px;
  border: 1px solid #CECECE;
  font-weight: bold;
}
.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  color: #666666;
  font-size: 11px;
  text-align: center;
  width: 14%;
  padding:1px;
  border: 1px solid #CECECE;
}
.calendar-saturday,
.calendar-sunday {
  color: #6F6A5E; 
}
.calendar-today { 
  color: #6F6A5E;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #6F6A5E; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #6F6A5E;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #9DB9ED;
}

/****** Announcement Box ******/
.announce{
	border: 1px solid #9DB9ED;
	margin-bottom: 10px;
	background: #FFFFFF;
}
.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: #4C3F9A;
}
.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: #ffffff;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #076AA6;
	border-bottom: 1px solid #8FAEC0;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article a{ float: left; color: #4C3F9A;}
.next-article a{ float: right;color: #4C3F9A; }

/* text box */
.textbox{
    border-left: 1px solid #9DB9ED;
    border-right: 1px solid #9DB9ED;
    border-bottom: 1px solid #9DB9ED;
	padding-bottom: 25px;
	padding-right: 5px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
.textbox-title{
    background: #FFFFFF url('images/side_title_2.gif') top left no-repeat;
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 5px;
	height: 49px;
}
.textbox-title h4{
	margin-left: 7px;
	color: #3672B4;
	padding-left: 5px;
	font-size: 12px;
    display: inline;
}
.textbox-title h4 a {
	color: #3672B4;
}
.textbox-label{
    padding-top: 5px;
	padding-left: 10px;
	color: #4C3F9A;
	font-size: 12px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
    color: #000000;
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	border-top: 1px solid #BFCAD2;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align:right;
}
.textbox-bottom a {
	color: #596462;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #999999;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #596462;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #DE4760;
	text-align:left;
	padding-left: 15px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #DE4760;
	text-align:left;
	padding-left: 15px;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #3F67A5;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
    color:#000000;
    font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #3F67A5;
}
.trackbackbox-label{
	display: inline;
	color: #3F67A5;
	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 #C9DCF5; 
 border-top: 0px; 
 text-align: center; 
}
.messagebox-title{
 color: #4C3F9A; 
 background: #E7F3FF;
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000000; 
 background: #E7F3FF;
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
}
.formbox-comment{
    border: 1px solid #9DB9ED;
	padding-top: 10px;
	background: #FFFFFF;
}

.formbox-title,
.formbox-comment-title{
    background: #E7F3FF;
    text-align: center;
	color: #4C3F9A;
	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: #000000;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border: 1px solid #9DB9ED;
	border-left: 3px solid #9DB9ED;
	background-color: #FFFFFF;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border: 1px solid #9DB9ED;
    background-color: #FFFFFF;
	border-left: 3px solid #9DB9ED;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #666666 !important;
	border-bottom: 1px dotted #666666;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 5px; 
	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: #000000;
}
