/*
Bo-Blog Style 2.0.3+
yahoo
By luxzip
2007-03-15
*/

/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table {
	font-family: Tahoma,Verdana,Arial;
	color: #000;
	font-size: 12px;
}
td{ 
	font-size: 12px;
}
a:link,a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #16387C;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
}

/* Form Control Styles*/
form { display: inline; }
input {
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px; 
}
input.text {
	height: 15px;
	padding: 1px;
	border: 1px solid #91A7B4;
	color: #000; 
	background-color: #FFF;
}
.upload-file {
	padding: 1px;
	border: 1px solid #91A7B4;
	color: #000; 
	background-color: #FFF;
}
input.button {
	height: 19px;
	color: #000; 
	background: url(images/tab_bg.gif);
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 1px solid #4F7CC1;
	border-bottom: 1px solid #4F7CC1;
}
textarea { 
	border: 1px solid #91A7B4;
	background-color: #FFF;
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px; 
	color: #000; 
}
select { 
	font-family: Tahoma,Verdana,Arial; 
	font-size: 12px;  
	color: #000; 
	background-color: #FFF;
}

/* Common Styles*/
#wrapper {
	margin:0px;
	padding-top:20px;
	width: 100%;
	position: relative;
	text-align: left;
	background-color: #FFF;
}
#innerWrapper {
	width: 100%;
}
#header {
	margin-left: 25px;
	margin-right: 25px;
}
#innerHeader {
	padding: 0px;
	border: 1px solid #DBE2E8;
	height: 90px;
	background-image: url(images/grd-1px_1.1.gif);
}
#blogLogo {
	float: left;
	padding: 20px 20px 1px 20px;
}
#logo {
	/*display: none;*/
}

#menu { 
	margin: 20px 0px 0px 20px;
    padding: 0;
    height: 22px;
}
#menu a:link, #menu a:visited
{
    display: inline;
    float: left;
    list-style-type: none;
    background: url(images/tab_bg.gif) #FFF left top repeat-x;
    margin: 0;
    margin-right: 5px;
	padding: 0px;
    padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 1px solid #93a6b4;
	border-bottom: 0px solid #93a6b4;
	text-decoration: none;
	color:#16387C;
    height: 19px;
}
#menu a:hover
{
    display: inline;
    float: left;
    list-style-type: none;
    background: url(images/tab_active.gif) #FFF left top repeat-x;
    margin: 0;
    margin-right: 5px;
	padding: 0px;
    padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 1px solid #93a6b4;
	border-bottom: 0px solid #93a6b4;
	text-decoration: none;
	color:#16387C;
    height: 19px;
}

#menu ul{ height: 22px;}
#menu li{
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
	padding: 0px;
}
.blog-header {
	padding: 0px; margin: 0px;
	padding-left: 20px;
	padding-top: 20px;
}
h1 { 
	padding: 0px; 
	margin: 0px; 
	color: black; 
	font-size: 20px; 
	font-weight: bold;
	display:inline;
}
h1 a:link { 
	color:#16387C; 
	text-decoration: none
}
h1 a:visited { 
	color: #16387C; 
	text-decoration: none
}
h1 a:hover { 
	color: #ff0000; 
	text-decoration: none
}
.blog-desc { 
	color: #16387C;
	display:inline;
	margin-left:18px;
}
#footer {
	margin: 10px 25px 10px 25px;
	clear: both;
	height:80px;
	border: 1px solid #B0BEC7;
}
#innerFooter { 
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #999;
}
#innerFooter a{
	color: #999;
	text-decoration: underline;
}
h3 { 
	font-size: 18px; 
	font-weight: bold;
}
.comment-text,
.hidden-note{
	font-size: 12px; 
	color: gray
}
.red {
	color: red;
}
.highlight {
	font-weight: bold; 
	color: #F60; 
	background: #FF0;
}

/* Main Content Layout */
#mainWrapper {margin: 10px 25px 10px 25px;}
.sidebar {
	margin: 0px;
	float: right;
	width: 190px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0px;
	border: 1px solid #91A7B4;
	padding-bottom: 10px;
	background-image: url(images/grd-4px.gif);
}
.content {
	float: left;
	width: 100%;
	margin-right: -200px;
	background-color: #FFF;
}
.content-wide {
	width: auto;
/*	margin-right: -200px; */
}
.content-only {
	width: auto;
	margin-right: -200px;
}
#innerContent {
	margin-right: 200px;
	overflow: visible;
	padding:1px;
}
/* A div to make 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;
}
.panel h5 {
	color: #16387C;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	padding-top:12px;
	padding-left:0px;
	padding-bottom:3px;
	margin:0px;
	border:0px;
	border-bottom: 1px solid #C2CFD8;
}
.panel-content{ 
	padding:3px; 
	padding-left:5px;
	line-height: 120%;
	color: #3E3E2F;
	border-top: 1px solid #fff;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.panel-content a:link,.panel-content a:visited{
	color:#16387C;
}
.panel-content a:hover{
	text-decoration: underline;
}
.panel-content li a:link,.panel-content li a:visited{
	color:#16387C;
}
.panel-content li a:hover{
	text-decoration: underline;
}

#loginForm {
	width: 95%;
}
.panel-smilies { padding:5px; text-align: center;}
.panel-smilies-title { cursor: pointer; color: #666; text-align: left; border-bottom: 1px solid #CCC;}
.panel-smilies-content { padding: 5px; line-height: 120%;}
.meta-button { margin: 1px;}
/* page links */
.multipage { color: #999 }
.multipage-current {color: #999; font-weight: bold; text-decoration: underline}
/* calendar */
#calendar { 
	width: 180px; 
	margin-top:5px;
	margin-left:6px;
}
.calendar-top { color: #333; font-size:10px; text-align: center; padding:2px;}
.calendar-year,
.calendar-month { font-weight: bold;}
.calendar-weekdays {}
.calendar-weekday-cell { color: #666; font-size:10px; font-weight:bold; text-align: center; width: 14%; padding:2px;}
.calendar-main { background: #FFF;}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{ color: #666; font-size:10px; text-align: center; width: 14%; padding:2px;}
.calendar-saturday,
.calendar-sunday { color: #999; font-size:10px; font-weight:bold;}
.calendar-today { color: #0000CD; font-size:10px; border:1px solid #ccc;background-color:#fff;}
.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: underline; font-weight: normal; }

.announce{
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000; 
	border-top: 1px solid #91A7B4;
	background-image: url(images/grd-4px.gif);
}
.announce-time{
	float: right;
	color: #999; 
}

/* article page elements */
.article-top { margin-bottom: 2px;
	padding: 10px;
	border-top: 1px solid #91A7B4;
	background-image: url(images/grd-4px.gif);}
.article-bottom { margin-top: 2px;
	padding: 10px;
	border-bottom: 1px solid #91A7B4;
	background-image: url(images/grd-4px.gif);}
.pages { }
.pagelink-current {font-weight: bold;font-size:110%; color:#FF0B5B}
.view-mode {float: right;}
.listbox { padding-top: 2px; padding-bottom: 2px; }
.listbox-table { width: 100%;}
.listbox-header { word-wrap: break-all; font-weight: bold;}
.listbox-header a {text-decoration: underline;}
.listbox-entry { word-wrap: break-all}
.listbox-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #CCC; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #666; background: #FEFFFA; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;
}
/* text box */
.textbox{
	padding: 0px;
	margin: 6px 0px 6px 0px;
	border-bottom: 3px solid #E7E7E7;
	border: 1px solid #91A7B4;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	padding: 3px;
	background-image: url(images/grd-4px.gif);
}
.textbox-title h4{
	color: #2C4F83;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,.textbox-title h4 a:visited{
	color:#2C4F83;
}
.textbox-title h4 a:hover{
	color:#f00;
}
.textbox-label{
	padding-left: 16px;
	color: #999;
	font-size: 12px;
	display: inline;
}
.textbox-label a:link,.textbox-label a:visited{
	color:#666;
}
.textbox-label a:hover{
	color:#999;
}
.textbox-fontsize{
	text-align: right;
	color: #333;
	padding: 5px;
	font-size: 12px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #000;
}
.textbox-content a:link,.textbox-content a:visited{
	color:#666;
	text-decoration: underline;
}
.textbox-content a:hover{
	color:#666;
}
.textbox-bottom{
	text-align: right;
	padding: 3px;
	color: #999;
	font-size: 12px;
}
.textbox-bottom a:link,.textbox-bottom a:visited{
	color:#999;
}
.textbox-bottom a:hover{
	color:#000;
}
.textbox-adminbar {
	padding: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align:right;
}
.editmark {
	margin-top: 20px;
	color: #333;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #333;
	font-size: 12px;
	background-image: url(images/grd-4px.gif);
}
/* Guestbook */
.gbbox{
	margin: 10px 0px;
	border:1px solid #999;
}
.gbbox-title{ padding: 2px; padding-left: 12px; border:1px solid #ccc; border-bottom: 1px dashed #C0C0C0; background-color: #F5F7F7; margin-bottom:6px; }
.gbbox-label{
	font-weight: normal;
	color: #999;
	display: inline;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 6px;
}
.gbbox-reply {
	padding: 6px;
	color: #333;
}
.gbbox-reply-title{ padding: 2px; padding-left: 12px; border:1px solid #ccc; border-bottom: 1px dashed #C0C0C0; background-color: #F5F7F7; margin-bottom:6px; }
.gbbox-reply-label{
	font-weight: normal;
	color: #999;
	display: inline;
}

/* Comment box */
#commentForm { border:1px solid #B0BEC7; 
	background-image: url(images/grd-4px.gif);}
.comment-wrapper{ }
.comment-top{ padding: 10px; margin: 5px 0px; color: #666; border: 1px solid #B0BEC7;
	background-image: url(images/grd-1px_1.1.gif);}
.comment-pages{ color: #999;
	padding: 2px 10px;
	background-image: url(images/grd-4px.gif);}
.commentbox{ word-wrap: break-word; padding: 0px; margin: 6px 0px; border:1px solid #B0BEC7; }
.no-comment-box{ padding:10px; border: 1px solid #E0E0E0; background: #FCFCFC; color: #666;}
.commentbox-title{ padding: 2px;background: url(images/tab_bg.gif);
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 0px solid #4F7CC1;
	border-bottom: 0px solid #4F7CC1;
	height: 19px;}
.commentbox-label{ display: inline; color: #666;}
.commentbox-content{ font-size: 12px; padding: 10px; color: #000;}
.commentbox-content a:link,.commentbox-content a:hover,.commentbox-content a:visited { color:#4A9AE9;}
.trackbackbox{ word-wrap: break-word; padding: 0px; margin: 10px 0px; border:1px solid #B0BEC7; }
.trackbackbox-title{ padding: 2px; background: url(images/tab_bg.gif);
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 0px solid #4F7CC1;
	border-bottom: 0px solid #4F7CC1;
	height: 19px;}
.trackbackbox-label{ display: inline; color: #666;}
.trackbackbox-content{ padding: 10px; color: #000;}
.tags {
	padding-left: 5px;
	text-decoration: none;
}

/* Boxes for redirection */
.messagebox{ margin-top: 10px; margin-bottom: 20px; width: 80%; border:1px solid #B0BEC7; text-align: center; background: #FCFCFC;}
.messagebox-title{ color: #000; font-weight: bold; padding: 2px; background: url(images/tab_bg.gif);
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 0px solid #4F7CC1;
	border-bottom: 0px solid #4F7CC1;
	height: 19px;}
.messagebox-content{ color: #333; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ padding: 5px;}
.errorbox{ margin-top: 10px; margin-bottom: 10px; width: 80%; border: solid 1px #ccc; text-align: center; background: #FCFCFC;}
.errorbox-title{ color: #f00; font-weight: bold; padding: 2px; background: url(images/tab_bg.gif);
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 0px solid #4F7CC1;
	border-bottom: 0px solid #4F7CC1;
	height: 19px;}
.errorbox-content{ color: #333; padding: 10px; padding-bottom: 20px; text-align: left;}
.errorbox-bottom{ padding: 5px;}
/* Form Table styles */
.formbox{ border: 1px solid #B0BEC7;}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ font-weight: bold; padding: 2px; text-align: center; background: url(images/tab_form.gif);
	border-left: 1px solid #DBE2E8;
	border-top: 1px solid #DBE2E8;
	border-right: 1px solid #DBE2E8;
	border-bottom: 1px solid #DBE2E8;
	height: 18px;}
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.upload-error { color: #000;}
.upload-done { color: #000;}
.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: Verdana,Tahoma/*"Courier New",""*/;
	padding: 3px;
	border: 1px solid #91A7B4;
	background-image: url(images/grd-4px.gif);
	color: #000;
	margin: 3px;
	font-size: 12px;
}
.quote {
	margin: 3px;
	padding: 0px;
}
.quote-title {
	padding: 3px;
	border:1px solid #dedede;
	background-color: #F5F7F7;
	color: #666;
	font-weight: bold;
}
.quote-content {
	border:1px solid #dedede;
	border-top: 0px;
	word-wrap: break-all;
	background-image: url(images/grd-4px.gif);
	color: #666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	margin: 3px;
	padding: 5px;
	border:1px solid #dedede;
	background-image: url(images/grd-4px.gif);
}
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #fff;
	text-align: left;
}

/****** 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: #3F67A5;
}
/* style set for logovote plugin */
#logo_vote_wrapper {
	clear: both;
	margin: 0 auto;
}

#logo_vote_inner {
	background: #ffffff;
	margin: 0 auto;
}

#moreinfo {
	display: none;
	width: 600px;
	height: 40px;
	margin: 2px 0px 2px 40px;
	padding: 2px 5px;
	border: 1px dotted #ff0000;
	background-color: #FDF5E6;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#mymore {
	color: #ff0000;
	cursor: pointer;
}

#mymoreLess {
	display: none;
	color: #ff0000;
	cursor: pointer;
}
