/*
sunfishworld for Bo-Blog 2.0.3
This skin is designed by iLank and transplanted by 404cn.
Last update:2007-08-23
*/


/****** General Styles ******/
html{
    overflow-x : hidden ; 
	height : 100% ; 
	margin : 0 ; 
	padding : 0 ; 
}
body {
	font-size:12px!important;
	font-size:11px;
	margin:23px 25px 16px 25px;
	padding:0px;
	text-align:center;
	overflow-x:hidden;
	color:#80B7D5;
	font-family:Tahoma, Verdana;
	background-color:#081218;
	background-image: url("images/bg.gif");
	border-right: 7px solid #000!important;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-bottom: 5px solid #000;
}

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

a {
	text-decoration:none;
	color:#80B7D5;
}
a:hover {
	color:#FF9800;
	text-decoration:none;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #A6A9B9;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #A6A9B9;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	padding:2px 2px 0px 2px;
	background:#000;
	color:#A6A9B9;
	border: 1px solid #2977A0;
}
input.text {
	height: 20px;
	padding:2px 2px 0px 2px;
	background:#000;
	color:#A6A9B9;
	border: 1px solid #2977A0;
}
input.button {
	height: 20px;
	border: 0;
	border-left: 3px solid #337599;
	color: #A6A9B9; 
	background-color: #081218;
}
textarea { 
	border:1px solid #2977A0;
	color:#A6A9B9;
	font-size:12px;
	font-family:Tahoma, Verdana;
	padding:1px;
	overflow:auto;
	text-align:left;
	background-color: #030A0D;
}
select { 
	font-family:Tahoma, Verdana;
	font-size:12px;
	border: 1px solid #4B9BC6;
	color: #4294C0;
	background-color: #000;
}


/****** Main Layout Styles ******/
#wrapper {
	width:100%;
	margin:0 auto;
/*	text-align:center;*/
	background:#081218;
	border-right:1px solid #184050;
	border-left:1px solid #184050;
}
#innerWrapper {
    margin:0px;
	padding:0px;
}

#header {
	height:200px;
	background:url("images/skin-top.jpg") repeat-x left 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#innerHeader {
	margin:0px;
	padding:0px;
}

#footer {
	clear: both;
	margin-bottom:0px;
	padding:0px;
	margin-top:-2px!important;
	margin-top:-1px;
	color:#337599;
	background:#081218 url("images/foot_bg.gif") repeat-x bottom;
	height: 50px;
	padding-top:10px;
}
#footer a{
	color: #337599;
	font-weight: bold;
}
#innerFooter {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #337599;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	margin-top:-109px;
	margin-left:12px;
	text-align:left;
}
#blog-header {
	padding: 0px;
	margin-top:0px;
	margin-left:0px;
	text-align:left;
}

h1 {
/*	display:none;*/
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 14pt;
	font-family:"งบส^";
	font-weight: bold;
	text-shadow:yellow;			
	text-align:left;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color:#CCCC00; /*#4971AD;*/
	/*background-color: #fff;*/
	text-decoration: none;
}

/* blog description */
.blog-desc {
    display:none;
	color:#8000FF;#ffffff;
	margin-top:13px;
	margin-left:24px;
	margin-right:360px;
	text-align:left;
	text-shadow:#000000;
}

/*.blog-desc {
    color:#8000FF;
	margin-top:2px;
	margin-left:16px;
	margin-right:29px;
	text-align:left;
	text-shadow:#000000;
	adding:0px;
	padding-bottom:5px;
	}
*/

/* nav menu */
#menu {
	height:30px;
	text-align:left;
	margin:0px;
	padding:0px;
	background:url('images/menu_bg.gif');
}
#menu #Left{
    height:30px;
	background:url('images/menu_L.gif') no-repeat;
	width:178px;
	float:left;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	float:right;
	line-height:21px;
}
#menu li{
	float:left;
	background:url('images/menu_div.gif') no-repeat right top;
	margin:0px;
	padding:0px;
	height:30px;
}
#menu li img{
	display:none;
}
#menu a{
	float:left;
	height:30px;
	line-height: 30px;
	overflow: hidden;
	text-align:center;
	padding:0px 10px;
	text-decoration:none;
	color:#7DB5D4;
}
#menu a:hover{
	text-decoration:none;
	color:#eee;
	background-image: url('images/fade.gif');
}
#menu #Right{
    height:30px;
	background:url('images/menu_R.gif') no-repeat right;
	width:30px;
	float:right;
}  
/****** Content Layout ******/
#mainWrapper {
	width:100%;
	margin:0px;
	text-align:left;
	padding-top:25px;
	background:url('images/tbody_bg.gif') repeat-x left top;
}

/* sidebar */
.sidebar {
	float:left;
	width:215px;
	text-align:center;
	color:#7b96a5;
	clear:left;
	overflow:hidden;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
    padding:0px;
	margin:0px;
}

/* content */
.content {
	float:right;
	margin:0px 0px 0px -215px;
	text-align:center;
	width:100%;
	padding-top:0px!important;
	padding-top:3px;
	width:100%;
	overflow:hidden;
}
.content-wide {
	width: auto;
	margin-left: -215px;
}
.content-only {
	width: 100%;
	margin-left: -215px;
}
#innerContent {
	margin:0px 15px 0px 215px;
	background:url('images/liftbox_line.gif') repeat-y;
}

/* 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{
	/*margin-bottom:0px!important;*/
	margin:0px;
	padding-bottom:12px;
	padding-bottom:0px;
	background:url();
}
.panel h5 {
	margin:0px;
	margin-bottom:-6px;
	height:25px;
	text-align:center;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#0cf;
	border-bottom:0px solid #212121;
	background:url('images/siderbar.gif') no-repeat;
}
.panel-content{
	text-align:left;
	padding:4px 8px 0px 8px;
	background:url();
	font-size:12px;
	margin-left:4px;
	list-style: url('images/list.gif') outside;
}
.panel-footer{
	height:0px;
	margin-top:8px;
}
.panel-content a{
    text-decoration:none;
	color:#7b96a5;
}
.panel-content a:hover{
    color:#A6C2CD;
	text-decoration:none;
	background-image: url('images/link.gif');
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	text-indent: 6px;
}

.panel-content ul ul li{
	padding: 0px;
	text-indent: 6px;
}

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

/* calendar panel */
#calendar {
  width: 90%; 
  margin:5px 0px 5px 0px;
  font-family:arial;
  line-height:100%;
}
.calendar-top {
  padding:0px 2px 0px 2px;
  height:18px;
  text-align:center;
  font-weight:bold;
}
.calendar-year,
.calendar-month {
}
.calendar-weekdays {
  text-align:center;
  height:18px;
  font-size:10px;
  padding:0px 0px 0px 2%;
  font-weight:normal;
  vertical-align: bottom;
  color:#7b96a5;
}
.calendar-weekday-cell {
  color: #7B96A5;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
}
.calendar-today { 
  color: #000;
  background: #426776;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #b8d8f8;
  font-weight: bold;
}
.calendar-today a {
  color: #000;
}
.calendar-day a:hover , .calendar-saturday a:hover , .calendar-sunday a:hover , .calendar-today a:hover {
  color: #000;
}
/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #337599;
}

/****** Announcement Box ******/
.announce{
	margin:0px;
	margin-left:16px;
	padding:0px;
	padding-bottom:5px;
	text-align:left;
}

.announce-content{
	word-wrap: break-all;
}

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

/* page links */
.pages {
	margin:0px;
	margin-left:16px;
	padding:0px;
	padding-right:5px;
	height:18px;
	text-align:left;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	margin:0px;
	margin-left:16px;
	padding:0px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
    display:none;
	font-weight: bold;
	text-align: center;
	background-color: #3F67A5;
	color: #ffffff;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	text-align:left;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	margin:8px 4px 10px 16px;
	background:url('images/b1.gif') no-repeat left top;
}
.textbox-title{
	text-align: left;
	/*height: 23px!important;*/
	height: 21px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 160%;
	/*padding-top: 2px!important;*/
	padding-top: 4px;
	margin-top: 0px;
	background:url('images/b2.gif') no-repeat right top;
}
.textbox-title h4{
	display:inline;
	font-size:11pt;
	padding-left:16px;
}
.textbox-title h4 a {
	color:#0cf
}
.textbox-title h4 a:hover {
	color:#B8D8F8;
}
.textbox-label{
	color:#7b96a5;
	/*font-size:12px!important;*/
	font-size:11px;
	padding-left:15px;
	margin:1px;
	margin-top:12px;
	/*font-weight:100;*/
	margin-bottom:8px;
	display:inline;
	float:right;
}
.Content-Info {
    margin:0px;
	clear:both;
	padding:0px 10px 15px 10px;
}
 .Content-Info .Info{
    float:left;
    text-align:left
}
 .Content-Info .textbox-fontsize{
    float:right;
	text-align:right;
}
.textbox-content{
	word-wrap: break-word;
	font-size:11pt;
	margin:12px 8px 2px 12px;
	margin-top:34px;
	clear:both;
	padding:overflow:hidden;
	text-align:left;
	width:98%;
	line-height: 165%;
	color: #A6A9B9;
}
.textbox-bottom{
	text-align:right;
	height:20px;
	padding:3px 5px 1px 2px;
	/*margin-bottom:15px!important;*/
	margin-bottom:15px;
	color:#337599;
	background:url('images/textbox_down.gif') repeat-x bottom;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #337599;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #337599;
	text-align:left;
	padding-left: 15px;
}
.tags {
	text-align:left;	
	color: #A6A9B9;
	font-size:10pt;
}
.tags a{
	font-weight:normal;
	color:#80B7D5;
}
.tags a:hover{
	color:#FF9800;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	color: #A6A9B9;
	text-align:left;
	margin:0px 12px 15px 16px;
	border:1px solid #2875A4;
	background:#040B0F;
}
.commentbox-title{
	padding:4px;
	background:#213745;
}
.commentbox-label{
	display: inline;
	font-size:11px;
	color:#75A3BE;
}
.commentbox-content{
	padding:10px;
	line-height:140%;
	overflow:hidden;
	width:96%;
}

/* trackback box */
.trackbackbox{
	word-wrap: break-word;
	color: #A6A9B9;
	text-align:left;
	margin:0px 12px 15px 12px;
	border:1px solid #2875A4;
	background:#040B0F;
}
.trackbackbox-title{
	padding:4px;
	background:#213745;
}
.trackbackbox-label{
	display: inline;
	font-size:11px;
	color:#75A3BE;
}
.trackbackbox-content{
	padding:10px;
	line-height:140%;
	overflow:hidden;
	width:96%;
}

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

/****** normal message box ******/
.messagebox{
border:1px solid #2875A4;
padding:1px;
background:#040B0F;
width:450px;
margin:auto;
margin-bottom:20px;
 margin-top: 120px;
text-align:left;
}
.messagebox-title{
 color:#eee;
 background:#143B52;
 padding:4px;
 text-align:center;
 font-weight:bold;
}
.messagebox-content{
 padding:4px;
 line-height:180%;
}
.messagebox-bottom{
 padding: 5px;
 text-align:center;
}


/****** Input Form Styles (table) ******/
.formbox{
    border:1px solid #2875A4;
    padding:1px;
	text-align:left;
}
.formbox-comment{
	margin:0px 12px 15px 12px;
	padding:1px;
	text-align:left;
    border:1px solid #2875A4;
}

.formbox-title,
.formbox-comment-title{
	color: #eee;
	font-weight: bold;
	background:#143B52;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
	padding-left: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	text-align: left;
	color: #eee;
	font-weight: bold;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #C8161D;
	margin: 10px;
	padding: 10px;
}

.quote {
	border-left: 3px solid #1A3B4D;
	margin: 10px;
}
.quote-title {
	background:#102830;
	/*border-bottom: 1px dashed #337599 !important;*/
	border-bottom: 1px dotted #337599;
	padding: 5px;
	font-weight: bold;
	color: #80B7D5;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	padding: 10px; 
}

/****** 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;
}
/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}

.smileybut  a{
}
.AB-Styles{
	 font-size: 11pt;
	 font-family: Verdana;
	 line-height: 17pt;
	 color:#FF9900;/*#000066;*/
}