﻿/****** General Styles ******/
body {
	font-size: 12px !important;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	background-color: #F2F2ED;
	background: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	color: #333;
}

table {
	font-family: Verdana, Tahoma, Arial;
	color: #333;
	font-size: 12px !important;
	font-size: 11px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color:#ca0000;
	background-color: #FFF;
}

img{
	max-width:100%;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
	vertical-align: middle;
	height: auto;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #868699;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 12px !important;
	font-size: 11px; 
}
input.text {
	padding: 2px;
	color: #565666; 
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}
input.button {
	font-size: 12px !important;
	font-size: 11px;
	height: 19px;
	color: #CCC; 
	border: 1px solid #CCC;
	background-color: #333;
}
textarea {
	padding: 2px;
	font-size: 12px !important;
	font-size: 11px;  
	font-family: Verdana, Tahoma, Arial; 
	color: #333;
	border: 1px solid #CCC;
	line-height: 125%;
}
select { 
	font-size: 12px !important;
	font-size: 11px;  
	font-family: Verdana, Tahoma, Arial; 
	color: #CCC; 
	background-color: #666;
}

/****** Main Layout Styles ******/
#wrapper {

}
#innerWrapper {
	width: 100%;
	position: relative;
}

#header {
	width:100%;
	background-color: #000;
	height: 55px;
}
#innerHeader {
	padding: 0 10px 15px 10px;
}

#footer {
	clear: both;
	padding: 25px 0 5px 0;
}
#innerFooter {
	color: #999;
	font-size: 12px !important;
	font-size: 11px;
	text-align: center;
}


/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin: 4px 10px 0 0;
}

/* header title */
.blog-header {
	padding: 0px;
	/*display: none;*/
}
h1 {
	padding: 10px 0 0 790px !important;
	padding: 15px 0 0 820px;
	margin: 8px 0 0 0;
	/*color: black;*/
	font-size: 12px !important;
	font-size: 11px;
	font-weight: #FF3300;
}
h1 a:link,
h1 a:visited {
	color: #CCC;
	text-decoration: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #a20000;
}

/* blog description */
/*.blog-desc {
	color: black;
}*/
.blog-desc {
	display: none;
}

/* nav menu */
#menu {
	display: block;
	margin: 14px 0 10px 0 !important;
	margin-top: 0px;
	color: #999;
	font-size: 12px !important;
	font-size: 11px;
	font-weight: bold;
	float: left;
	clear: right;
}
#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 #CA0000;
}
#menu a:link{
	color: #CCC;
}
#menu a:visited{
	color: #CCC;
}
#menu a:hover{
	color: #FFF;
	background-color: #a20000;
}

/****** Content Layout ******/
#mainWrapper {
	font-size: 12px !important;
	margin-top: 11px;
	float: left;
	width: 100%;
}

/* sidebar */
.sidebar {
	float: right;
	width: 200px;
	margin-right: 3px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 3px;
}

/* content */
#content {
	background-color: #F2F2ED;
}
.content {
	margin-left: 46px;
	margin-right: 210px;
}
.content-wide {
	margin-left: 46px;
	margin-right: 10px;
}
.content-only {
	margin-left: 46px;
	margin-right: 10px;
}
#innerContent {
	float: left;
	width: 100%;
	margin-right: -300px;
	background-color: #F2F2ED;
}

/* 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: 6px;
}
.panel h5 {
	padding: 2px;
	/*padding-left: 5px;*/
	margin: 0px;
	color: #C10000;
	font-size: 12px !important;
	font-size: 11px;
	font-weight: bold;
	text-indent: 24px;
	border-bottom: solid 1px #CCC;
}
#panel_user h5 {
    background: url(images/kdot.gif) no-repeat 4px top;
}    
#panelCategory h5 {
	background: url(images/icon_categories.gif) no-repeat 4px top;
}
#stylepanel h5{
	background: url(images/icon_categories.gif) no-repeat 4px top;
}
#panelCalendar h5 {
    background: url(images/icon_calendar.gif) no-repeat 4px top;
}
#archive h5{
	background: url(images/kdot.gif) no-repeat 4px top;
}
#panelArticle h5 {
	background: url(images/icon_recent1.gif) no-repeat 4px top;
}
#panelComment h5 {
	background: url(images/icon_recent2.gif) no-repeat 4px top;
}
#panelStats h5 {
	background: url(images/icon_statistics.gif) no-repeat 4px top;
}
#panelSearch h5 {
	background: url(images/icon_search.gif) no-repeat 4px top;
}
#panelTags h5 {
	background: url(images/hot.gif) no-repeat 4px top;
}
#panelLinks h5 {
	background: url(images/icon_link.gif) no-repeat 4px top;
}
.panel-content{
	padding:5px;
	color:#666;
	line-height: 16px;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.panel-content li{
	margin-left: 0px;
	padding-bottom: 5px;
	color: #999999;
	list-style-image: url(images/dot.gif);
	list-style-position: inside;
}

#loginInfo {
	margin-bottom: 6px;
	color: #999;
	padding-left: 4px;
}

/* user panel login form */
#loginForm {
	width: 180px;
}

#loginForm td {
	font-size: 12px !important;
	font-size: 11px;
}

#loginForm a:link {
	font-size: 12px !important;
	font-size: 11px;
}

/* calendar panel */
#calendar {
	width: 170px;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 12px !important;
	font-size: 11px;
	text-align: center;
}

.calendar-top {
	padding: 2px;
	background-color: #000;
}
.calendar-year,
.calendar-month {
	font-size:12px;
	color: #933333;
}

.calendar-top a:link,
.calendar-top a:visited {
	color:#CCC;
}

.calendar-top a:hover {
	color:#FFF;
	background-color: #CA0000;
}

.calendar-weekdays {
	
}
.calendar-weekday-cell {
	font-size:9px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
	color: #999;
}

.calendar-main {

}
.calendar-day{
	background-color: #FFF;
}
.calendar-day-blank{
	background-color: #FFF;
}
.calendar-saturday{
	color: #55717D;
	background-color: #EDF6FA;
}
.calendar-sunday{
	color: #9D7367;
	background-color: #FCF3F0;
}
.calendar-today{
	color: #999;
	text-align: center;
	width: 14%;
	padding: 2px;
	background-color: #FFF;
	font-size: 9px;
}
.calendar-saturday,
.calendar-sunday {
	font-size: 9px;
}
.calendar-today {
	background-color: #CA0000;
	font-weight: bold;
	font-size: 9px;
	color: #FFF;
}

.calendar-day a:link,
.calendar-day a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.calendar-saturday a:link,
.calendar-saturday a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #55717D;
}
.calendar-sunday a:link,
.calendar-sunday a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9D7367;
}

.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.calendar-day a:hover,
.calendar-saturday a:hover,
.calendar-sunday a:hover {
	color: #CA0000;
	background-color: transparent;
}
.calendar-today a:hover {
	color: #000;
	background-color: transparent;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	border-top: solid 4px #CCCCCC;
	background-color: #F8F8F5;
	background-image: url("images/article-title-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #666666;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 0 5px;
	height: 16px;
}
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #999999;
	font-size: 9px;
}
.pagelink-current {
	color: #C10000;
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #CA0000;
	font-size: 12px !important;
	font-size: 11px;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.listbox-table {

}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px !important;
	font-size: 11px;
}
.listbox-entry {

	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin: 15px 0;
}
.no-entry-message {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
	font-size: 12px !important;
	font-size: 11px;
}

.prev-article{
	float: left;
	/*width:50%;*/
	color: #CA0000;
}
.next-article{ 
	float: right;
	/*width:50%;*/
	text-align:right;
	color: #CA0000;
}
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 13px;
	border-top: 3px solid #000;
}
.textbox-title{
	word-wrap: break-all;
	padding: 4px;
	padding-left: 8px;
	font-size: 12px;
	position: relative;
	background-color: #F6F6F6;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 8px;
	font-size: 12px !important;
	font-size: 12px;
	font-weight: bold;
	display:inline;
	background: url('images/icon_doc.gif') no-repeat left top;
	padding-left: 17px;
}
.textbox-title a:link,
.textbox-title a:visited {
	color: #333;
	text-decoration: none;
}
.textbox-title a:hover {
	background-color: transparent;
	color: #CA0000;
}
.textbox-label{
	color: #868699;
	font-size: 11px;
	margin: 1px 0 0 18px;
}
.textbox-fontsize{
	padding: 5px;
	color: #CA0000;
	text-align: right;
	font-size: 12px !important;
	font-size: 11px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 5px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
}
.textbox-content img {
	vertical-align: auto;
}
.textbox-content a:link {
	color: #933;
}
.textbox-content a:visited {
	color: #933;
}
.textbox-content a:hover {
	color: #C33;
	background-color: #FFF;
}

.textbox-bottom {
	margin-left:10px;
	margin-right: 5px;
	padding: 5px;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
	text-align: right;
}
.editmark {
	margin: 10px 0 5px 0;
	color: #999;
	font-size: 12px !important;
	font-size: 11px;
	text-align: right;
}
.textbox-urls {
	margin-top: 10px;
	padding: 5px;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
	border-top: 1px solid #C0C0C0;
	line-height: 14px;
}

/* guestbook entry box */
.gbbox{
	border-top: 1px solid #C0C0C0;
	margin-bottom: 4px;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #999999;
	font-size: 12px !important;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	margin-left: 10px;
	color: #333333;
	background-color: #F8F8F8;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #999;
	font-size: 12px !important;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{
	
}


/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	border: 1px solid #E0E0E0;
	text-align: right;
	font-size: 12px !important;
	font-size: 11px;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	border-bottom: 1px solid #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
}
.commentbox-content{
	padding: 5px 10px 5px 0;
}
.no-comment-box{
	margin: 5px;
	padding:6px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
	font-size: 12px !important;
	font-size: 11px;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-bottom: 1px solid #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 12px !important;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 5px 10px;
	font-size: 12px !important;
	font-size: 11px;
}
.trackbackbox a{
	color: #333;
}

/* comment form wrapper */
#commentForm {
	border-top: 3px solid #a20000;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
	font-size: 12px !important;
	font-size: 11px;
}
.messagebox-title{
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 2px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background-color: #FFF;
	border: solid 1px #CCC;
	font-size: 12px !important;
	font-size: 11px;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 2px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 2px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** Input Form Styles (table) ******/
.formbox{
	margin: 20px auto 0 auto;
	clear: both;
	background-color: #F2F2ED;
	font-size: 12px !important;
	font-size: 11px;
}
.formbox-comment{
	font-size: 12px !important;
	font-size: 11px;
}

.formbox-title {
	padding: 5px;
	color: #EEE;
	font-weight: bold;
	font-size: 12px !important;
	font-size: 11px;
	background-color: #333;
	border-bottom: 2px solid #ca0000;
}
.formbox-comment-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 12px !important;
	font-size: 11px;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	font-size: 12px !important;
	font-size: 11px;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}
.formbox a:link,
.formbox a:visited {
	color: #933;
	text-decoration: none;
}
.formbox a:hover {
	background-color: #FFF;
	color: #C33;
}

/* smilies list */
.panel-smilies { padding:5px; text-align: center;}
.panel-smilies-title { color: #666666; text-align: left; border-bottom: 1px solid #CCCCCC;}
.panel-smilies-content { padding: 4px;}
.panel-smilies-content a:link,
.panel-smilies-content a:visited {
	padding:0px;
	border:1px solid #F2F2ED;
}
.panel-smilies-content a:hover{
	border:1px solid #CCC;
	background-color: #EFEFEF;
}
.panel-smilies-content img {
	margin:1px;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #F2F2ED;
}
.upload-error { color: #900;}
.upload-done { color: #666;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 12px !important;
	font-size: 11px;
	color: gray;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** 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;
	line-height: 150%;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	color: #666;
	line-height: 150%;
	background-color: #F6F6F6;
	border: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border: 1px dashed #999;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #EFEFEF;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

a.readMore:link,
a.readMore:visited {
	font-size: 12px !important;
	font-size: 11px;
	text-decoration: none;
	color: #ca0000;
	margin-left: 10px;
}
a.readMore:hover {
	text-decoration: underline;
	background-color: transparent;
}

#panelStats {
	font-size: 12px !important;
	font-size: 11px;
}
#panelStats a:link,
#panelStats a:visited {
	text-decoration: none;
	padding: 0;
}
#panelStats a:hover{
	color: #ca0000;
	text-decoration: underline;
	background-color: transparent;
}
img.dot {
	margin-right: 4px;
}
#flashClock {
	position: absolute;
	right:5px;
	top:0;
}
