﻿/*
Bo-Blog V2.1.1
YeYo-Skin07 Skin
By YeYo http://blog.nzye.com
2008/11/01
*/
body {
	font-family: msyh, Tahoma, Arial;
	font-size: 12px;
	background: #000 url(images/black.JPG) top center no-repeat fixed;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
}

a {
	text-decoration: none;
	color: #0FF;
}
a:hover {
	text-decoration: none;
	color: #F0F;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}
form {
	display: inline;
	margin: 0;
}
input {
	font-family: msyh, Tahoma, Arial;
	background:url(images/bg2.png) repeat;
	font-size: 12px;
	margin: 3px 0 0 0;
}
input.text {
	
	border: 1px  dashed #F0F;
}
input.button {
	padding: 2px 0 0 0;
	height: 24px;
}
textarea {
	clear: both;
	font-size: 12px;
	width: 400px;
	margin: -1px 0 0 0;
	border: 1px solid #ccc;
}
select {
	background: #fff;
	border: 1px solid #ccc;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#header {
	margin: 0;
	padding: 0;
	height: 250px;
	
}
#header-tools {
	background: transparent url("images/top_m.png") repeat-x;

	height: 30px;
	
}

#quicklogin {
    float: left;
    color: #F0F;
    width: 60%;
    height: 30px;
}
#quicklogin a {
	color: #F0F;
}
#quicklogin input {
	border: none;
	height: 16px;
	margin: 6px 0 0 0;
}
#quicklogin input.text {
	color: #FFF;
	padding: 0 0 0 5px;
	width: 114px;
	background: url("images/login_bg.png") no-repeat;
}
#quicklogin input.submit {
	background: url("images/submit.png") no-repeat;
	width: 25px;
}
#header-tools-inner {
	float: left;
	width: 37.6%;
	height: 16px;
	margin: 0;

}
#tools {
	text-align: right;
	padding: 7px 0 0 0;
}
#tools a{
	text-decoration:none;
	padding: 0;
}
#innerHeader {
	margin: 0;
}
.topvip {
float: left;
background: url(images/bg2.png);
width: 688px;
height: 200px;
}
.tv {
float: right;
background: url(images/bg2.png);
width: 270px;
height: 168px;
}
/****** Top centent ******/
.hottop h1 {

	 margin: -2px 0 0 0px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;

}
.hottop {
	margin: 3px 0 0 1px;
   
    height: 193px;
    
}
.hottop ul {
	
	 margin: 0;
    padding: 2px 0 0 15px;
    line-height: 150%;
	
  
}
.hottop li {
	list-style-type: none;
    color: #000;
}
.hottop a {
    color: #fff;
}
.hottop ul a:hover {
    color: #03C;
}
/*****/
.blog-header {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}
.blog-desc {
	display: none;
}
.Search {
	float: right;
	margin: 25px 0 0 0;
	width: 157px;
	height: 22px;
	background: url("images/search-bg.png") no-repeat;
}
.Search input.keyword { 
	color: #999;
	padding: 2px 0 0 0;
	margin: 2px 0 0 30px;
	height: 16px;
	width: 120px;
}
.Search input {
	background: transparent;
	border: none;
}
.Search:hover {
	float: right;
	margin: 25px 0 0 0;
	width: 157px;
	height: 22px;
	background: url("images/search-bg.png") 0 -22px no-repeat;
}
/* nav menu */
.menu{
	border:none;
	border:0px;
	margin:0 auto ;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width: 950px;
	}
.menu ul{
	background: #0F0 url(images/heading_bg_mods.png);
	height:28px;
	list-style:none;
	margin:1;
	padding:0;
	
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background: url("images/seperator.gif") bottom right no-repeat;
		color: #FFF;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 5px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 25px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

* html #mainWrapper {
	margin: -6px auto;
}
#maincontent {
	background: url(images/bg2.png);
	margin: 0;
	overflow: hidden;
}
* html #maincontent {float: left; margin: 0 5px 0 5px; word-break: break-all;}
#content {
	margin: 0;
	padding: 0;
}
#left_column {
	float: left;
}
#right_column {
	float: right;
}
#left_column, #right_column {
	width: 200px;

	margin: 0 10px 0 10px;
}
.sidebarOne, .sidebarTwo{
	width: 200px;
	overflow: hidden;
}
* html #left_column, * html #right_column {margin: 0 5px 0 5px;}
.panel{
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	background: url(images/bg2.png);
}
.panel h5 {
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 5px 5px 0 30px;
	margin: 0px;
	height: 25px;
	
	background: url("images/bg2.png");
}
.panel h5 a{
	color: #000;
}

.panel-content{
	margin: 0;
	padding: 0 5px 0 5px;
	line-height: 180%;
	color: #000;
}
.panel-content ul{
	padding: 0;
	margin: 0;
	
}
.panel-content li{
	list-style: none;
}
/**
Link o menu ( the a)
Phan loai to
**/
.panel-content li a{
	font-size:13px ;
	font-weight:800;
	color:#0F0;

}
.panel-content li a:hover{
color:#FF0;

}
/**
Link o menu ( the a)
Phan loai nho
**/
.panel-content li.indent a{
	font-size:12px;
	font-weight:100;
	color:#0FC;
	
}
.panel-content li.indent a:hover{
	color:#FF0;
}
.panel-content li.indent{
	padding: 0px;
	font-size:12px;
	text-indent: 15px;
	
}
#calendar {
	margin: 0 0 0 -5px;
	padding: 0;
}
.calendar-top {
	text-align: center;
	padding: 0;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}
.calendar-weekdays {
	color: #000;
	text-align: center;
	width: 14%;
	padding: 0;
}
.calendar-weekday-cell {
	color: #000;
	text-align: center;
	width: 14%;
	padding: 0;
	font-weight: bold;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	text-align: center;
	width: 14%;
	padding: 0;
}
.calendar-saturday,
.calendar-sunday {
	color: #ff0000;
}
.calendar-today { 
	color: #ff9900;
	font-weight: bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #fff; 
  text-decoration: underline;
}
.calendar-today a {
  color: #ff9900;
  text-decoration: underline;
}
#loginForm {
	width: 95%;
}
.announce {
	margin: 0 0 10px 0;
	padding: 0;
}
.announce-content{
	color: #000;
	padding: 0 10px 0 10px;
	background: url(images/bg2.png);
}
.article-top {
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}
.article-bottom {
	padding: 0;
	margin: 20px 0 0 0;
}
.pages {
	color: #333;
	padding: 0;
}
.pagelink-current {
	font-weight: bold;
	color: #06F;
}
.listbox {
	line-height: 180%;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	background: #e9e9e9;
	text-align: center;
	color: #333;
	height: 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.listbox {
	border-bottom: 1px solid #ccc;
}

/* .prev-article {
	float: left;
}
.next-article{
	float: right;
}
*/
.textbox{
	margin: 0;
	padding: 0;
}
.textbox-calendar {
	float: left;
	height: 40px;
	width: 49px;
	margin: 0 8px 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	background: url("images/day.png") 2px 5px no-repeat
}
.textbox-calendar-day {
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #EAE9E7;
	font-size: 27px;
	margin: -12px 0 0 -5px;
}
*+html .textbox-calendar-day {margin: -12px 0 0 1px;}
* html .textbox-calendar-day {margin: -10px 0 0 1px;}
.textbox-calendar-month {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #F30;
	margin: -4px 0 0 -2px;
}
* html .textbox-calendar-month {margin: -3px 0 0 2px;}
.textbox-title{
	font-size: 14px;
	height: 50px;
	color: #000;
}
.textbox-title a{
color:#03C;
}
.textbox-title h4{
	color: #ffffff;
	font-size: 16px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #0F0;
}
.textbox-title h4 a:hover { 
	color: #CF0; 
	text-decoration: none;
}
.textbox-label{
	padding-top: 3px;
	font-size: 12px;
}
.textbox-fontsize{
	color: #ccc;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #ccc;
}
.textbox-content{
	color: #FFF;
	line-height: 180%;
	text-align:center;
}
.textbox-bottom {
    margin: 10px 0 15px 0;
    padding: 3px;
    color: #333;
    font-size: 11px;
    background: url(images/commentbox_odd.png);
    border-top: 1px dotted #3C9;
    border-bottom: 1px dotted #3C9;
}
.textbox-adminbar {
	margin: -20px 0 5px 0;
	color: #333;
	text-align: left;
}
.textbox-tburl {
	margin: -10px 0 5px 0;
	color: #333;
	text-align: left;
}
.comment-wrapper{}
.comment-pages{
	padding: 0;
	margin: 10px 0 10px 0;
	color: #000;
}
.commentbox, .trackbackbox {
	padding: 0;
	margin: 0 0 10px 0;
}
.commentbox-odd {
	background: url(images/commentbox_odd.png);
}
.commentbox-couple {
	background: url(images/commentbox_couple.png);
}
.trackbackbox {
	background: #F5F5F5;
}
.commentbox-title, .trackbackbox-title{
	padding: 0 10px 0 10px;
	color: #2F2C27;
}
.commentbox-replier{
	font-weight: bold; 
}
.commentbox-title a, .trackbackbox-title a{
 	color: #2F2C27;
}

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

.commentbox-content, .trackbackbox-content{
	padding: 5px 10px 0 10px;
}
#commentForm {
	margin: 0 0 10px 0;
}
.messagebox {
	width: 550px;
	margin-top: 120px;
	border: 1px solid #111; 
	border-top: 0px; 
	text-align: center; 
	
}
.messagebox-title {
	background:url(images/bg2.png);
	color: #FFF; 
	font-weight: bold; 
	padding: 5px;
}
.messagebox-content {
	color: #FFF; 
	background:url(images/bg.png);
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.messagebox-bottom {
	background:url(images/bg2.png);
	color: #FFF; 
	padding: 5px;
}
.messagebox-bottom a {
	color: #ccc; 
}
.formbox {}
.formbox-comment {
	margin: 0;
	padding: 0 10px 5px 10px;
	
}
.formbox-title,
.formbox-comment-title {
	font-size: 18px; 
	border-bottom: 1px dashed #ccc;
	padding: 7px 0 5px 35px; 
	margin: 0 0 10px 0;
	background: url("images/comment_title_bg.gif") 0 5px no-repeat;
}
.formbox-rowheader {
	padding: 0;
	color: #333;
	font-weight: bold;
}
.formbox-comment-input {
	width: 400px;
	margin: 0px; 
}
.formbox-comment-tool {
	height: 20px;
	margin: 4px 0 0 0;
	padding: 5px 0 0 0;
	background: #ddd;
	width: 400px;
	border: 1px solid #ccc;
}
* html .formbox-comment-tool {width: 402px;}
*+html .formbox-comment-tool {width: 402px;}
.formbox-content {
	padding: 0;
}
#smileybuttons {
	text-align: right;
	margin-top: 10px;
}

.smileybut {
	margin-right: 5px;
	vertical-align: middle;
	color: #333;
}

.smileybut a{
    padding: 0 3px 0 3px;
	border: 1px solid #ccc;
}
.choose-options {
	text-align: center;
	position: relative;
}
.choose-options-title {
	display: none;
}
.choose-options-content {
	position: absolute;
	left: 0px;
	top: 21px;
	padding: 8px;
	line-height: 120%;
	background:	#eee;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
* html .choose-options-content {top: 29px;}
#choose-options-panel {
	float: left;
	margin: 0 0 0 5px;
}
#ubb {
	margin: -3px 0 0 70px;
}
* html #ubb {margin: 0 0 0 70px;}
*+html #ubb {margin: 0 0 0 70px;}
.code {
	border-left: 4px solid #ccc;
	background: #eee;
	color: #333;
	margin: 5px;
	padding: 10px;
}
.quote {
	margin: 5px;
	border: 1px solid #e1e1e1;
}
.quote-title {
	background: url(images/bg2.png);
	padding: 5px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
}
.quote-content {
	color: #0000FF;
	padding: 10px; 

}
.linkover {
	margin: 5px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
	float: left;
	text-align: right;
	margin-right: 5px;
}
.linktxt {
	float: left;
	padding: 5px;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	color: #96BE31;
	text-indent: 5px;
}
.pagebox {
	clear: both;
	margin: 10px 5px 0 5px;
}
.pagebox-title {
	font-size: 16px;
	height: 30px;
}
.pagebox-title h4 {
	color: #96BE31;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.pagebox-content {
	margin: 0;
	clear: both;
	padding: 0;
	line-height: 180%;
}
#openid_url {
	background: #fff url("images/others/openid.gif") 0 1px no-repeat;
	padding-left: 18px;
	width: 201px
}

#footer {
	float: left;
	width: 100%;
	font-size: 11px;
	margin: 10px 0 0 0;
	background:url(images/bg2.png);
	
}
#footer a{
	
	color: #03C;
}

#innerFooter {
	color: #000;
	padding: 0 10px 10px 10px;
}
#w3c {
	float: right;
	margin: 0;
}
.fixtext {
color: #F00;
text-align:left !important;
}
.c_a {
font-weight:bold;
}
.c_a a{
color: #0CF;
}
.c_c {
font-weight:700;
color:#FF0;
}
.c_b {
font-weight:700;
color:#FFF
}