/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #58BBDE;
	background-image: url("images/page_bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 40px;
	text-align: center;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #F0FEFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #006790;
	SCROLLBAR-SHADOW-COLOR: #006790;
	SCROLLBAR-3DLIGHT-COLOR: #F0FEFF;
	SCROLLBAR-ARROW-COLOR:  #006790;
	SCROLLBAR-TRACK-COLOR: #F0FEFF;
	SCROLLBAR-DARKSHADOW-COLOR: #F0FEFF;
}
table {
	font-family: Tahoma, Arial;
	color: #006790;
	font-size: 12px;
}
td{ word-break: break-all; }
a:link,a:visited {

	text-decoration: none;
	color: #006790;
}
a:hover {
	text-decoration: none;
	color:#FF8500;
}
hr {height: 1px; border: 1px solid #CCCCCC;}

/* Form Control Styles*/
form { display: inline; }
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #006790;
	color: #006790; 
	background-color: #F0FEFF;
}
input.button {
	height: 20px;
	border: 1px solid #006790;
	border-top: 1px solid #006790;
	border-left: 4px solid #006790;
	color: #006790; 
	background-color: #F0FEFF;
}
textarea { 
	border: 1px solid #006790;
	background-color: #F0FEFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #006790; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #006790; 
	background-color: #F0FEFF;
}

/* Common Styles*/
#wrapper {
	margin:0 auto;
	width: 780px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	width: 100%;
}
#header {
}
#innerHeader {
	padding-top: 12px;
	padding-left: 30px;
	padding-right: 25px;
	height: 100px;
	vertical-align: bottom;
}
#logo { float: right; margin-right: 10px;}
#menu { margin-top: 2px; color: #CC9900;}
#menu a{color: #006790;}
#menu ul{ margin: 0px; padding: 0px;}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #a7e111;
}
.blog-header { padding: 0px;}
h1 { padding: 0px; margin: 0px; color: black; font-size: 24px; font-weight: bold;}
h1 a:link { color: #006790; text-decoration: none}
h1 a:visited { color: #006790; text-decoration: none}
h1 a:hover { color: #FF3300; text-decoration: none}
.blog-desc { color: #006790;}
#footer {
	clear: both;
	background: url('');
	height: 30px;
}
#innerFooter { padding: 10px; font-size: 11px; text-align: center; color: #666666;}
h3 { font-size: 18px; font-weight: bold;}
.comment-text{font-size: 11px; color: gray}
.red {color: red;}
.highlight {font-weight: bold; color: #FF6600; background: #FFFF00;}

/* Main Content Layout */
#main-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar {
	display: block;
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}
.content {
	width: auto;
	margin-left: 200px;
}
.content-wide {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
#innerContent {
	overflow: visible;
}
/* IE fix for #content width */
* html #innerContent{ width: 100%;}

/* sidebar panels */
.panel{ padding:1px; margin-bottom: 10px;}
.panel h5 {
	color: #006790;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	font-weight: bold;
	padding:2px;
	padding-bottom: 8px;
	margin:0px;
	background: url('images/panel_line.gif') no-repeat left bottom;
}
.panel-content{ padding:5px; line-height: 120%;}
.panel-content-category { padding:5px; color:#999999;}
.panel-content ul,
.panel-content-category ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li,
.panel-content-category li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/list_dot.gif') outside;
}
.panel-content-links { padding:5px; color:#999999;}
.panel-smilies { padding:5px; text-align: center;}
.panel-smilies-title { color: #666666; text-align: left; border-bottom: 1px solid #CCCCCC;}
.panel-smilies-content { padding: 5px; line-height: 120%;}
.meta-button { margin: 1px;}
/* page links */
.multipage { color: #999999 }
.multipage-current {color: #999999; font-weight: bold; text-decoration: none}
/* calendar */
#calendar { width: 180px; margin-top:5px;}
.calendar-top { color: #333333; text-align: center; padding:2px;}
.calendar-year,
.calendar-month { font-weight: bold;}
.calendar-weekdays {}
.calendar-weekday-cell { color: #666666; font-size:10px; font-weight:bold; text-align: center; width: 14%; padding:2px;}
.calendar-main { background: #FFFFFF;}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{ color: #666666; text-align: center; width: 14%; padding:2px;}
.calendar-saturday,
.calendar-sunday { color: #999999; font-weight:bold;}
.calendar-today { color: #006790; font-weight:bold; border: 1px solid #006790; background: #F0FEFF;}
.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited { text-decoration: none; font-weight: normal; }

.announce{
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #006790; 
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #006790; 
}

/* article page elements */
.article-top { padding: 5px; margin-bottom: 15px;}
.article-bottom { padding: 5px; margin-top: 15px;}
.pages { color: #999999; }
.pagelink-current {font-weight: bold;}
.view-mode {float: right; color: #999999;}
.listbox { padding-top: 5px; padding-bottom: 5px; border-top: 1px dashed #CCCCCC; border-bottom: 1px dashed #CCCCCC;}
.list-header { word-wrap: break-all; color: #666666; text-decoration: none; font-weight: bold;}
.list-entry { word-wrap: break-all; color: #666666;}
.list-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #006790; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666666; background: #F0FEFF; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center; width: 100%;}
/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_icon.gif') no-repeat left top;
	padding-left: 42px;
	padding-top: 2px;
	height: 42px;
}
.textbox-title h4{
	color: #006790;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #006790;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	text-align: right;
	font-family: Tahoma, Arial;
	padding: 5px;
	font-size: 12px;
	color: #666666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #666666;
	text-decoration: none;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
/* Guestbook */
.gbbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.gbbox-title{
	font-weight: bold;
	background: url('./images/gb_title_icon.gif') no-repeat left;
	padding-left: 35px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #006790;
}
.gbbox-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	border-top: 1px dashed #006790;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	display: inline;
}

/* Comment box */
.commentwrapper{}
.comment-top{ padding:5px; margin: 5px; color: #666666;}
.comment-pages{ padding:5px; margin: 5px; color: #999999;}
.commentbox{ word-wrap: break-word; padding: 5px; margin: 5px; }
.no-comment-box{ padding:10px; border: 1px solid #E0E0E0; background: #FCFCFC; color: #666666;}
.commentbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0; }
.commentbox-content{ padding: 3px;}
.trackbackbox{ padding: 5px; margin: 5px;}
.trackbackbox-title{ padding: 3px; border-bottom: 1px dashed #C0C0C0;}
.trackbackbox-content{ padding: 3px; color: #333333;}
.trackbackbox a{ color: #006790}
/* Boxes for redirection */
.messagebox{ width: 500px; border: solid 1px #006790; text-align: center; background: #F0FEFF;}
.messagebox-title{ color: #FFFFFF; font-weight: bold; background-color: #006790; padding: 5px;}
.messagebox-content{ color: #666666; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ color: #FFFFFF; background-color: #6CC3E6; padding: 5px;}
.errorbox{ width: 500px; border: solid 1px #006790; text-align: center; background: #F0FEFF;}
.errorbox-title{ color: #FFFFFF; font-weight: bold; background-color: #006790; padding: 5px;}
.errorbox-content{ color: #006790; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ color: #FFFFFF; background-color: #6CC3E6; padding: 5px;}
/* Form Table styles */
.formbox{}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ color: #666666; font-weight: bold; padding: 5px; border-bottom: 1px dashed #999999;}
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #333333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.upload-error { color: #006790;}
.upload-done { color: #003300;}
.member-list{ background-color: #F6F6F6}

/* UBB Code Custom Styles*/
/* IE only */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{ margin:1px; padding:1px;}
.code {
	word-wrap: break-all;
	font-family: "Courier New","ËÎÌå";
	border-left: 3px solid #006790;
	background-color: #F0FEFF;
	color: #006790;
	margin: 5px;
	padding: 10px;
}
.quote {
	border-left: 0px dashed #006790;
	background-color: #F0FEFF;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #006790;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	background-color: #F0FEFF;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #006790;
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #F3FFFD;
	text-align: left;
}

