/*
Bo-Blog V2.1
Default Skin
By Bob Shen
2007/7
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #b4b4b4;
	margin: 0;
	color: #CCCCCC;
	padding: 0;
	text-align: center;
    background:#000000;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}
td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color:#1a9ba8;
}
a:hover {
	text-decoration: none;
	color:#fff;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	background: #fff;
	border: 1px solid #A9DBF6;
}
input.button {
	background: #fff;
	border: 1px solid #A9DBF6;
}
input.button_index {
    width:40px;
    height:21px;
	background: #fff url("images/button.gif") no-repeat right;
	border: 0px;
    color:#FFFFFF;
    padding-bottom:3px;
}
textarea {
    color:#FFFFFF;
	background: #181818;
	border: 1px solid #A9DBF6;
}
select { 
	background: #fff;
	border: 1px solid #A9DBF6;
}
/****** Main Layout Styles ******/
#wrapper {
    width:980px;
	margin:0 auto;
	padding:0 auto;
	text-align: left;
	background-color: #000;
}
#innerWrapper {
	width: 100%;
}
#header {
}
#innerHeader {
	padding: 0;
	padding-top: 0px;
	height: 140px;
    background: #000 url("images/banner.jpg") no-repeat center;
}

#footer {
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}
#footer a{
color: #000;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
    height:200px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 10px solid #BEE6FD;
    background-color: #000;
    display:none;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 30px;
}
h1 a {
	color: #000;
}
h1 a:hover {
	color: #999;
}
/* blog description */
.blog-desc {
	display:none;
}
/* nav menu */
#menu {
    margin:0 auto;
	width:990px;
	height:32px;
	background:url("images/x-lion-menu.png") no-repeat;
	text-align:center;
}
#menu ul{
	margin:0 auto;
	padding:0 300px;
	text-align:center;
    list-style:none;
}
#menu li{
    margin:0 auto;
	float:left;
	padding:0 0 0 0;
	margin:0 2px 0 2px;
	font-size:12px;
	line-height:12px;
	text-align:center;
}
#menu a{
	float:left;
	margin:0;
	padding:9px 12px 3px 12px;
	height:14px;
	text-decoration: none;
	color: white;
}
#menu a:link {
	color: ffffff;
}
#menu a:visited {
	color: ffffff;
}
#menu a:hover {
	color: white;
	background:#DC143C;
}
#menu a:active {
	color: white;
	background:#DC143C;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 0px;
	margin-right: 0px;
    background-color:#000000;
}

/* sidebar */
.sidebar {
    float:right;
    margin-right:0px;
	width: 360px;
	top: 75px;
}
* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top: expression("-"+document.getElementById('content').offsetHeight+"px");
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	width: 188px;
	border: 1px solid #9EC9FF;
	background: #121212;
	
    float: left;
}
#innerSidebarTwo {
    background: #121212;
    border: 1px solid #9EC9FF;
	float: right;
	width: 166px;
}
#innerSidebarSearch {
    border:1px solid #94b1c1;
	clear: both;
	padding: 8px 12px 10px 0px; 
	color: #000;
	background: url('images/search_bg.jpg') no-repeat;
	background-color: #121212;
	margin-bottom: 2px;
	text-align: right;
    height:18px;
}
#innerSidebarFooter {
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px !important;
    color:#999999;
    padding:8px 8px 8px 8px;
    margin-top:1px;
    width:172px;
    float:left;
	margin-bottom: 10px;
	clear: both;
	background-color: #121212;
    border: 1px solid #9EC9FF;
}
#innerSidebarFooter a{
    color:#0099CC;
}
#innerSidebarFooter a:hover{
    text-decoration:underline;
}
/* content */
.content {
    float:left;
	width: 616px;
    background-color:#000000;
}
.content-wide {
}
.content-only {
	
}
#innerContent {
    width: 616px;
	margin:0 0 0 0;
	padding: 0;
	text-align:left;
	float:left;
	border:1px solid #94b1c1;
	background:#121212 url("images/main_top.jpg") no-repeat 0 top
}

/* 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_c{
	padding-top:8px;
    padding-left:6px;
}
.panel_c h5 {
    color:#121212;
	text-align: left;
	font-size: 0px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 0;
	margin: 0px;
	margin-bottom: 2px;
    background:url('images/caterory.gif') no-repeat;
	height:22px;
}
.panel_c h5 a{
	color: #000;
}
.panel{
	padding-top:10px;
    padding-left:8px;
}
.panel h5 {
    width:90%;
    height:21px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 5px 0 0px 8px;
	margin: 0px;
	margin-bottom: 4px;
    background:#252525;
}
.panel h5 a{
	color: #ccc;
}


.panel_cal{
	padding-top:10px;
    padding-left:8px;
}
.panel_cal h5 {
    height:25px;
    color:#121212;
	text-align: left;
	font-size: 0px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 0;
	margin: 0px;
	margin-bottom: 0px;
    background:url('images/calendar.gif') no-repeat;
}
.panel_cal h5 a{
	color: #000;
}

.panel-content-cal{
	width: 176px;
    height:180px;
	margin:0;
	margin-top: 0px;
	line-height: 180%;
	color:#333;
    background:url('images/car_bg.gif') no-repeat;
}

.panel-content-c{
	width: 95%;
	margin:0;
	margin-top: 0px;
	line-height: 180%;
	color:#333;
}
.panel-content-c a{
 	color:#e7e7e7;
}
.panel-content-c a:hover {
 	color:#fff;
	text-decoration:underline;
}

.panel-content-c ul{
	padding: 0px;
    margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.panel-content-c li{
    color:#e7e7e7;
    height:23px;
	padding-left: 8px;
	margin: 1px;
	list-style: none;
	background:#171717;
}
.panel-content-c li:hover{
    color:#e7e7e7;
    height:23px;
	padding-left: 8px;
	margin: 1px;
	list-style: none;
	background:#1c1c1c;
}



.panel-content-c li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content{
	width: 95%;
	margin:0;
	margin-bottom: 25px;
	line-height: 150%;
	color:#eff6fe;
}
.panel-content a{
 	color:#999;
}
.panel-content a:hover {
 	color:#00bfd2;
}

.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
    height:20px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #7b8b9e;
}


.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

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

/* calendar panel */
#calendar {
  font-family:Arial, Helvetica, sans-serif;
  width: 100%; 
  margin-top:1px;
}

#calendar a{
  color:#1a9ba8;
  width: 100%; 
  margin-top:1px;
}

#calendar a:hover{
  color:#fff;
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#1a9ba8;
  text-align: center;
  padding:0px;
  padding-top:4px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  line-height:180%;
  color: #999;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  font-family:Arial, Helvetica, sans-serif;
  color: #2e93c9;
  font-size:9px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #0D80BD; 
}
.calendar-today { 
  color: #bf0070;
  border: 1px solid #0D80BD;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #0D80BD; 
  text-decoration: underline;
}
.calendar-today a {
  color: #0D80BD;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
    margin-right:20px; 
    margin-top:4px; 
    width:108px;
    height:16px;
	background: #fff;
	border: 0px;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 0px;
    padding-top:8px;
}
.announce-content{
	padding-top: 4px; 
    padding-left: 12px; 
	color: #fff;
}

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

.article-bottom_top {
	padding-top: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
}

/* page links */
.pages {
    font-family: Arial, Helvetica, sans-serif;
	color: #3F68A6;
}
.pagelink-current {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding:0 4px;    
    text-align:center;
    border:0px;
}

.page-link {
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #444;
}
.page-link1 {
    border:1px solid #444;
}

.pages a{ margin:0px 1px 0px 0px ;  padding:0px 4px;     text-align:center;     color:#FEF6E2; }
.pages a:hover{ color:#FEF6E2;     background-color:#E38502;}


.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
    padding-left:8px;
	width: 96%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #aad92f;
	color: #333;
	height: 25px;
}
.listbox-entry {
    line-height:150%;
    background:#1b1b1c;
	word-wrap: break-all;
	border-bottom: 1px solid #A9DBF6;
}

.listbox-entry a{
    color:#CCCCCC;
	word-wrap: break-all;
}
.listbox-entry a:hover{
    color:#aad92f;
    text-decoration:underline;
}

/* entry display box */
.prev-article{
margin-top:8px;
margin-left:15px;
margin-bottom:10px;
float: left; 
}
.prev-article a{
color:#1a9ba8;
}
.prev-article a:hover{
color:#fff;
text-decoration:underline;
}
.next-article{ 
margin-top:8px;
margin-right:15px;
margin-bottom:10px;
float: right; 
}
.next-article a{ 
color:#1a9ba8;
}
.next-article a:hover{ 
color:#fff;
text-decoration:underline;
}

/* text box */
.textbox{
    padding-left: 10px;
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
	color:#FFFFFF;
	font-size:12px;
	/*background: url('images/dash.gif') no-repeat;
	background-position: 50px 20px;*/
}
.textbox-calendar {
    padding-top:8px;
    padding-left:1px;
    padding-bottom:4px;
	float: left;
	height: 44px;
	width: 55px;
	text-align: center;
    background:url('images/c_list.jpg') no-repeat;
}
.textbox-calendar-day {
	display: block;
	font-family: Arial;
	color: #cfcfcf;
	font-size: 20px;
	padding: 1px;
}
.textbox-calendar-month {
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #007bfa;
	font-weight: bold;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-title{
	font-size: 14px;
	margin-left: 5px;
    padding-top: 20px;
}
.textbox-title h4{
	color: #0D80BD;
	font-size: 14px;
    padding-left: 15px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #cbcbcb;
}
.textbox-label{
    font-family:Arial, Helvetica, sans-serif;
    width:96%;
    height:18px;
	padding-top: 4px;
	padding-right: 10px;
	font-size: 12px;
	text-indent: 29px;
    text-align:right;
    background-color:#1b1b1c;
    color:#999999;
}
.textbox-label a{
    color:#999999;
}
.textbox-label a:hover{
    color:#fff;
    text-decoration:underline;
}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: left;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
    color:#cccccc;
	clear: both;
	word-wrap: break-word;
	padding: 0px 8px 5px 8px;
	font-size: 12px;
	line-height: 150%;
    margin-top:5px;
    margin-bottom:15px;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-bottom a {
	color: #000;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:left;
}
.tags {
    font-family:Arial, Helvetica, sans-serif;
	clear: both;
    width:96%;
	padding-top: 3px;
    padding-left: 10px;
	padding-bottom: 4px;
	font-size: 11px;
	color: #889a62;
	text-align:left;
	background: #252627;
    font-weight:bold;
}
.tags a {
	color: #aad92f;
}
.tags a:hover {
	color: #aad92f;
    text-decoration:underline;
}
/* comments wrapper */
.comment-wrapper{}

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

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
    margin-left:17px;
    padding:5px;
    width:93%;
	background: #1b1b1c;
	border-top: 1px solid #A9DBF6;
}
.commentbox-couple {
    margin-left:10px;
    padding:5px;
    width:94%;
	background: #252627;
	border-top: 1px solid #A9DBF6;
}
.trackbackbox {
	background: #E9FDF1;
	border-top: 1px solid #A9DBF6;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 14px;
	color: #0D80BD;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #0D80BD;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #fef6e2;
	font-size: 12px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}


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

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 border: 1px solid #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
	border-top: 10px solid #97c02d;
}

.formbox-title,
.formbox-comment-title{
	color: #97c02d;
	font-weight: bold;
	font-size: 12px;
}

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

.formbox-content {
	padding: 5px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #BEE6FD;
	background-color: #FBFEFF;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #333;
	margin: 10px;
}
.quote-title {
    color:#889a62;
	background-color: #252627;
	border-bottom: 2px solid #aad92f;
	padding: 5px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #aad92f;
	padding: 10px; 
	background-color: #1b1b1c;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.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;
	color: #0D80BD;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;  
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 10px;
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
    padding-left: 10px;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
    margin-left: 15px;
    margin-right: 10px;
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 14px;
	line-height: 120%;
}
.pagebox-content a{
    color:#aad92f;
}
.pagebox-content a:hover{
    text-decoration:underline;
}

/* smilies list */
.panel-smilies {
	text-align: center;
	position:relative;
	height:0px;
}
.panel-smilies-title {
	display:none;
}
.panel-smilies-content {
	padding: 3px;
	line-height: 120%;
	position:absolute;
	border: 1px solid #BFCAD2;
	background:#fff;
	left:160px;
	top:-1px;
}

/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #BEE6FD;
}

/*OpenID input area */
#openid_url {
	background: url(../../images/others/openid.gif) no-repeat;
	text-indent: 20px;
}
/*x-lion*/
.line-bottom{
   margin-top:15px;
   height:10px;
   background: url(images/x-line.png) no-repeat center;
}