/****** General Styles ******/
body {
	font-size: 12px;
	font-family:  Tahoma, Arial, Helvetica;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

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

a {
	text-decoration: none;
	color:#006699;
}

img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000; 
	border: 1px solid #92C3F1;
	background-color: #FFF;
}
input.button {
	height: 20px;
	color: #000; 
	border: 1px solid #92C3F1;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000;
	border: 1px solid #92C3F1;
	background-color: #FFFFFF;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {}
#innerWrapper {
	width: 98%;
	margin: 0 auto;
	padding:0px;
}

#header {}
#innerHeader {
	margin-top: 2px;
	clear: both;
	margin-bottom: 10px;
	background-color: #EEFFB9;
	border-bottom: 1px solid #99CC00;
}

#footer {
	clear: both;
}
#innerFooter {
	padding: 10px;
	padding-top: 5px;
	color: #000;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman";
	background-color: #EEFFB9;
	border-top: 1px solid #99CC00;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	padding: 10px;
	padding-bottom: 0px;
	margin: 0px;
	color: #6D8E0B;
	font-size: 18px;
	font-family: Georgia, "Times New Roman";
	font-weight: strong;
}
h1 a {
	color: #6D8E0B;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: black;
	color: #000;
	margin-left: 12px;
}

/* nav menu */
#menu {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 8px;
	margin: 0px;
	margin-right: 8px;
	border-right: 1px solid #99CC00;
}
#menu a{
	color: #333333;
}
#menu a:hover{
  background: #D0FF44;
 }
/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: right;
	width: 210px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 220px;
	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:1px;
	margin-bottom: 10px;
}
.panel h5 {
	background: #B9DAFF;
	padding: 5px;
	margin: 0px;
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #92C3F1;
	text-align: center;
	cursor: pointer;
}
.panel h5 a{
	color: #003399;
}
.panel-content{
	padding:5px;
	color:#003366;
	line-height: 120%;
	background: #E6F2FF;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #003366;
	list-style: disc inside;
}
.panel-content li.indent{
	padding: 0px;
	text-indent: 15px;
}
.panel-content a{
	color:#003366;
}
.panel-content a:hover{
	background: #B5D8FF;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 200px;
	margin-top: 5px;
}

.calendar-top {
	color: #000;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
}

.calendar-weekdays {
	background: #BFDEFF;
}
.calendar-weekday-cell {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
	background: #68AFFF;
	border-bottom: 1px solid #00499B;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #000;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #00499B;
}
.calendar-today {
	border: 1px solid #00499B;
}

.calendar-day a,
.calendar-saturday a,
.calendar-sunday a,
.calendar-today a {
	text-decoration: underline;
	font-weight: bold;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border-top: solid 1px #FFCC66;
	border-bottom: solid 1px #FFCC66;
	background-color: #FFFFCC;	
}
.announce-content{
	padding: 10px;
	color: #000000;
}
.announce-content a{
	color: #CC6600;
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	background: #FFFFCC;
	color: #CC6600;
	padding: 3px;
	border-top: solid 1px #FFCC66;
	border-bottom: solid 1px #FFCC66;
}
.pagelink-current {
	font-weight: bold;
}
.pages a {
	color: #CC6600;
}
.pages a:hover {
	background: #CC6600;
	color: #FFF;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #00499B;
	font-weight: bold;
	border-bottom: 1px solid #92C3F1;
	background: #BFDEFF;
}
.listbox-entry {
	word-wrap: break-all;
	color: #000;
	background: #E6F2FF;
}
.listbox-entry a{
	word-wrap: break-all;
	color: #000;
}


.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	margin-bottom: 15px;
}
.textbox-title{
	padding: 6px;
	font-size: 14px;
	background-color: #E6F2FF;	
	border-top: solid 1px #92C3F1;
	border-bottom: solid 1px #92C3F1;
    margin-top: 15px;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-label{
	padding-left: 5px;
	color: #006699;
	font-size: 12px;
}
.textbox-fontsize{
	padding: 0px;
	color: #006699;
	text-align: right;
	font-size: 12px;
	float: right;
	width: 50%;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
}
.textbox-bottom {
	padding: 5px;
	color: #000;
	font-size: 12px;
	background: #F7FBFF;
	border-top: 1px solid #92C3F1;
}
.tags {
	margin-top: 0px;
	padding-left: 12px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	background: url("./images/tags.gif");
	background-repeat: no-repeat;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
}
.comment-pages{
	color: #CC6600;
	padding: 5px;
	margin: 5px;
	text-align: right;
}
.comment-pages a {
	color: #CC6600;
}
.comment-pages a:hover {
	background: #CC6600;
	color: #FFF;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	background: #BFDEFF;
	border-bottom: 1px solid #92C3F1;
}
.commentbox-label{
	display: inline;
	color: #000;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	background: #E6F2FF;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	background: #BFDEFF;
	border-bottom: 1px solid #92C3F1;
}
.trackbackbox-label{
	display: inline;
	color: #000;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 3px;
	background: #E6F2FF;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
	margin-top: 110px;
	width: 510px;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #99CC00;
	background-color: #EEFFB9;
	color: #6D8E0B;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #000;
	text-align: left;
}
.messagebox-content a{
	color: #6D8E0B;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #EEFFB9;
	color: #6D8E0B;
	border-top: 1px solid #99CC00;
}
.messagebox-bottom a{
	color: #6D8E0B;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title {
	padding: 5px;
	color: #6D8E0B;
	font-weight: bold;
	text-align: center;
	background-color: #EEFFB9;
	border-top: 1px solid #99CC00;
	border-bottom: 1px solid #99CC00;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}
.formbox-comment-content textarea,
.formbox-comment-content input.button,
.formbox-comment-content input.text {
	border: 1px solid #99CC00;
	background-color: #EEFFB9;
	color: #000;
}
.formbox-comment-content a{
	color: #000;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #99CC00;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 105%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #FFFFE8;
	border-left: 3px solid #FFCC66;
}

.quote {
	margin: 5px;
	padding: 5px;
}
.quote-title {
	padding: 5px;
	background: #E6F2FF;
	border-bottom: 1px solid #92C3F1;
}
.quote-title a {
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background: #E6F2FF;
}
.quote-content a{
	color: #000000;
}
/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
	padding-bottom: 3px;
    margin-top: 10px;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	text-align: right;
	margin-right: 4px;
	float: left;
}
.linktxt {
}
.linktitle a:link,
#linktitle a:visited{
	text-decoration: none;
	color: #006699;
}
.linktitle a:hover{
	color: #006699;
}

.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
}
