﻿/*
Bo-Blog V2
Box Skin
By GKin.net
2005-12-3
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: "Tahoma","sans-serif","";
	background-color: #DDE6EE;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(gkin/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #3F68A6;
}
a:hover {
	text-decoration: underline;
	color:#FF0088;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}
.font11 {
	font-size: 11px;
    line-height:18px;
}

.post-body{
	width:690px;
	margin:0 0 10px 0;
	padding:0;
	word-break:break-all;
	color:#333;
	text-align:left;
	line-height:175%;
	float:left;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px; 
}
input.text {
	height: 14px;
	padding: 1px;
	border: 1px solid #ABAFBA;
	color: #003333;
	background-color: #FbFbFb;
}
input.button {
	height: 20px;
	border: 1px solid #ABAFBA;
	border-top: 1px solid #ABAFBA;
	border-left: 1px solid #ABAFBA;
	color: #333333;
	background-color: #FbFbFb;
}
textarea {
	border: 1px solid #ABAFBA;
	background-color: #FBFbFb;
	font-size: 12px; 
	color: #333333; 
}
select { 
	font-size: 12px;  
	color: #333333;
	background-color: #FBFbFb;
	border: 1px solid #ABAFBA;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	/*position: relative;*/
	text-align: left;
    background-image:url(gkin/main_bg.gif);
    background-repeat: repeat-y;
	background-position: 5px 0; 
	float:left;
}
#innerWrapper {

}

#header {
    background: url('gkin/logo.jpg') no-repeat;
	background-position: top center;
	float:left;
	
}
#innerHeader {
	margin:0 auto;
	width: 100%;
	background: url('gkin/menu_bg.jpg') no-repeat;
	background-position: 5px bottom;
	height: 134px;
	float:left;
}

#footer {
	margin:0 auto;
	width: 100%;
    background: url('gkin/footer_bg.jpg') no-repeat;
	background-position: 5px top;
	float:left;
}

#footer a{
	font-size: 11px;
    line-height:20px;
	color: #728299;
}

#innerFooter {
	padding: 18px 0 18px 0;
	font-size: 11px;
    line-height:20px;
	text-align: center;
	color: #728299;
}

/****** Header Elements Styles ******/
/* header title (no)*/
.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #4971AD;
	background-color: #fff;
	text-decoration: none;
}

/* blog description (no)*/
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	font-family:Tahoma;  
    margin-top:96px;
	margin-left:48px;
	height:12px;
	margin-bottom:28px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
    border-left: 1px #8FB7DC solid;

}
#menu a{
	display: block;
    color: #dddddd;
	padding-left:20px;
	padding-right:20px;
}
#menu a:hover {
	color: #ffffff;
    text-decoration: underline;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 13px;
	margin-right: 13px;
}
#mainWrapper-s {
	margin-left: 9px;
	margin-right: 9px;
}
/* sidebar */
.sidebar {
	padding-top: 6px;
	padding-left: 5px;
	float: left;
    margin: 0;
	width: 190px;
 
}

.sidebar ul{
	margin: 0px;
	padding: 0px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}

/* content (no)*/
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 212px;
	overflow: visible;
	margin-top: 6px;
	width:720px;

}

/* a style which makes mainWrapper touch the bottom of sidebar and content (no)*/
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels (hold)******/
.panel{
	padding:0px;
	margin-bottom: 10px;
}
.panel h5 {
	color: #00214E;
	font-size: 12px;
	padding:4px 0px 5px 28px;
	margin:0px;
	background: url('gkin/panel_header.gif') no-repeat;
cursor: pointer;
	cursor: hand;
}

.panel-content{
	padding:4px 10px 4px 10px;
    margin:0;
	line-height:20px;
    color: #AAAEB8;

}

.panel-content ul{
	margin: 0;

}
.panel-content li {
	background-image: url(gkin/content_li.gif);
	background-repeat: repeat-y;
	background-position: left;
    padding-left:8px;
    margin: 0;
	list-style: none;
	font-size:11px;
    line-height:18px;
    font-family:  Tahoma;
}
.panel-content a{
    color:#48638F;

}
.panel-content a:hover{
    color:#00214E;
    text-decoration: underline;
}
.panel-content li.indent{
	margin: 0;
	background-image: url("gkin/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	margin: 0;
	background-image: url("gkin/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form (no)*/
#loginForm {
	width: 720px;
}

/* calendar panel (no)*/
#calendar {
  width: 95%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #3F68A6;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #3F68A6;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
  color: #076AA6; 
}
.calendar-today { 
  color: #fff;
  background: #3F68A6;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #3F68A6; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel(hold) ******/
.search-field { 
  width: 125px;
  margin:0;
  background-color: #FBFbFb;
  border: 1px solid #ABAFBA;
}

/****** Announcement Box ******/
.announce{
	border-bottom: 1px solid #DDE6EF;
	background-color: #E7EDF4;
	margin: 0;
}
.announce-content{
	word-wrap: break-all;
    font-size:12px;
    padding:4px 8px 4px 8px;
    font-weight: bold;
    color: #00214E; 
}

/****** Defaul Page Elements ******/
.article-top {
	border-bottom: 1px solid #DDE6EF;
	background-color: #E7EDF4;
	margin: 0;
    height:23px;
}

.article-bottom {
	padding: 6px;
	margin-top: 10px;
}

/* page links */
.pages {
	font-size:11px;
    color: #AAAEB8;
	text-align: right;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-bottom: 10px;
}
.listbox-table {

}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #00214E;
	padding-top: 18px;
	padding-bottom: 8px;
    border-bottom: 1px solid #ABAFBA;

}
.listbox-entry {
	font-size:11px;
    word-wrap: break-all;
	color: #ABAFBA;
    padding:8px;
	border-bottom: 1px dotted #ABAFBA;
}


/* entry display box */
.prev-article{ 
	word-wrap: break-all;
    font-size:12px;
    padding:4px 8px 4px 8px;
    font-weight: light;
    color: #00214E; 
    float: left; 
}
.next-article{ 
	word-wrap: break-all;
    font-size:12px;
    padding:4px 8px 4px 8px;
    font-weight: light;
    color: #00214E; 
    float: right; 
}

/* text box */
.textbox{
	padding-top: 18px;
}
.textbox-title{
	word-wrap: break-all;
	padding: 0;
}
.textbox-title h4{
    margin:0px;
	padding-left:8px;
	line-height: 15px;
    font-size: 13px;
	color: #00214E;

}
.textbox-title h4 a {
	color: #00214E;
	
}

.textbox-label{
	padding-top:5px;
 	font-size: 11px;
	color: #AAAEB8;
	padding-left:8px;
}

.textbox-fontsize{
	color: #AAAEB8;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #AAAEB8;
}
.textbox-content{
    font-family:  "Trebuchet MS", Trebuchet, Tahoma;
	word-wrap: break-word;
	padding:12px 8px 4px 8px;
	font-size: 13px;
    line-height:20px;
	color: #333333;
}
.textbox-content img{
	border: 1px solid #ced4ca;
	padding: 1px;
	margin: 0 10px 10px 0;
	}
.textbox-content a {
	color: #7EA800;
    text-decoration: underline;
}
.textbox-content a:hover {
	color: #4D5A12;
	text-decoration: underline;
}

.textbox-bottom{
	border-bottom: 1px dotted #ABAFBA;
	font-size: 11px;
	color: #AAAEB8;
	padding-top: 14px;
	padding-left:8px;
	padding-bottom: 18px;
}
.textbox-bottom-m{
	font-size: 11px;
	color: #AAAEB8;
	padding-top: 14px;
	padding-left:8px;
	padding-bottom: 18px;
}

.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #3F67A5;
	text-align:right;
}
.textbox-tburl {
    padding-top:5px;
    font-size: 11px;
	color: #FF0088;
	text-align:left;


}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #3F67A5;
	text-align:left;
	padding-left: 15px;

}

/* comments wrapper */
.comment-wrapper{
    background: url('gkin/comment_bg.gif') no-repeat;
	background-position: top center;
    margin-top:10px;
    padding-top:24px;
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #ABAFBA;
	text-align: right;
}
.comment-pages{
	padding:8px 8px 18px 8px;
	margin-bottom: 10px;
	color: #ABAFBA;
    text-align: right;
    border-bottom: 2px solid #E7EDF4; 
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;

}
.commentbox-title{
    color:#AAAEB8;
	padding-top: 8px;
	font-size: 11px;
}
.commentbox-title a{
	color: #7EA800;
}
.commentbox-title a:hover{
	color: #4D5A12;
	text-decoration: underline;
}

.commentbox-label{
	font-size:11px;
    text-align:right;
}

.commentbox-label a{
	text-decoration: none;
	color: #3F68A6;
}
.commentbox-label a:hover{
	text-decoration: underline;
	color:#FF0088;
}
.commentbox-content{
    color:#333333;
	padding: 8px 8px 14px 8px; 
	border-bottom: 1px dotted #ABAFBA;
}

/* trackback box (no)*/
.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 {
    margin:0;
}

/****** normal message box ******/
.messagebox{
 width: 600px;
 margin: 0;
 padding:88px;
 background: url('gkin/logo.jpg') no-repeat;
 background-position: top center;
 text-align: center; 
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 6px 0px 28px 0px;
}
.messagebox-content{
 color: #00214E; 
 background:#FFFFFF;
 padding: 18px 22px 18px 22px; 
 text-align: left;
}
.messagebox-bottom{
 color: #AAAEB8; 
 background-color: #E7EDF4; 
 padding: 6px;
}


/****** Input Form Styles (table) ******/
.formbox,
.formbox-comment{
	margin-top: 10px;
    margin-bottom: 20px;
}

.formbox-title,
.formbox-comment-title{
	color: #3F67A5;
    padding-bottom:10px;


}

.formbox-rowheader {
   color:#00214E;
   border: 1px solid #DDE6EF; 
   background-color:#E7EDF4;
   padding:6px;
   text-align:right;

}

.formbox-content {
   color:#333333;
   border: 1px solid #DDE6EF; 
   padding:6px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: left;
}
.panel-smilies-title {
	color: #3F67A5;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #3F67A5;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #D6C094;
	margin: 10px;
}
.quote-title {
	background-color: #E6EEF7;
	border-bottom: 1px dashed #408AB7 !important;
	border-bottom: 1px dotted #408AB7;
	padding: 5px;
	font-weight: bold;
	color: #3F67A5;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #ffffff;
	border: 1px solid #E6EEF7;
	border-top: 0px;
}

/****** Link ******/
.linkover {
    margin-bottom: 50px;
}
.linkbody {
	margin:4px;
	width: 120px;
	float: left;
}
.linkimg {
	float: left;

}
.linktxt {
	float: left;
    font-size:11px;

}
.linktitle a {
	font-weight: bold;
	text-decoration: none;

}
.linkgroup {
    font-weight: bold;
    padding-left:8px;
	font-size: 12px;
	color: #3F67A5;
    border-bottom: 1px solid #ABAFBA;
}