/*
HoangPhuong.Net
*/

/****** General Styles ******/
body {
	font-family:Tahoma, Arial;
	font-size: 12px;
	background: #fff url("images/bg-g.gif") repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
}
	/****** Change mouse skin:
"cursor:url('http://blog.hoangphuong.net/template/HpSkin/images/cursor.cur'),url('http://blog.hoangphuong.net/template/HpSkin/images/cursor.cur'),auto;"
******/
a {
	text-decoration: none;
	color: #002c86;
}
a:hover {
	text-decoration: none;
	color: #0066ff;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #111;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #111;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	margin: 3px 0 0 0;
	background: #fff;
}
input.text {
	background: #fff;
	border: 1px solid #c8c8c8; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding-left: 3px;
}
input.button {
	padding: 3px;
	background: #fcfcfc;
	border: 1px solid #c8c8c8; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
textarea {
	clear: both;
	font-size: 12px;
	width: 400px;
	background: #fff;
	margin: -1px 0 0 0;
	border: 1px solid #c8c8c8;
}
select { 
	background: #ffffff;
	border: 1px solid #111;
}
/****** Main Layout Styles ******/
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#header, #innerHeader {
	margin: 0;
}
#footer {
	clear: both;
	font-size: 11px;
	margin: 0;
	background: #ffffff url(images/bg-footer-g.gif) repeat-x;
}
#footer a{
	color: #ff8f17;
}
#innerFooter {
	margin: 0 auto;
	width: 980px;
	height:123px;
}
#Statistics {
	clear: both;
	margin: 0 auto;
	background: #ffffff;
}
#innerStatistics {
	margin: 0 auto;
	width: 980px;
}
/****** Search ******/
.Search {
	float: right;
	margin: -42px 0 0 0;
	width: 220px;
	height: 35px;
	background: url("images/tim.png") no-repeat;
}
.Search input.keyword { 
	font-size:11px;
	color: #686868;
	padding: 11px 3px 10px 0px;
	margin: 0 0 0 12px;
	width: 168px;
}
.Search input {
	background: transparent;
	border: none;
}
.submit{
	font-size:1px;
	display: hidden;
}
/****** Header Elements Styles ******/
/* header title */
.blog-header {
	margin: 9px 0 9px 0;
	padding: 0;
}
/* blog description */
.blog-desc {
	display: none;
}
/* nav menu */
#menu {
	margin: 0;
	padding: 0;
	height: 35px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin-right: 5px;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 80px;
	height: 28px;
	background: url("images/a2.gif") no-repeat;
}
#menu li a {
	padding: 8px 0 0 0;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#menu .activepage a {
	color: #fff;
	margin-bottom:1px;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	background: url("images/a1.gif") no-repeat;
}
#menu a:hover {
	color: #fff;
	margin-bottom:1px;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	background: url("images/a1.gif") no-repeat;
}
/* Top */
#top-ads {
	overflow:hidden;
	margin: 6px 0 6px 0;
	clear: both;
}
span.top-ads-left{
	float: left;
}
span.top-ads-right{
	float: right;
}
/****** Content Layout ******/
/* Main */
#mainWrapper {
	margin-top: 10px;
}
/* 内容框架样式 */
#wrap {
	background: #ffffff;
	overflow:hidden;
	margin: 0;
}
* html #wrap {float: left;}
#content {
	clear: both;
}
#innerContent {
	padding: 5px 10px 10px 10px;
	margin: 0;
	clear: both;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}
/* Sitebar */
#page-header-inner {
	float: left;
	color: #ffffff;
}
#page-header {
	background: url("images/top_center.gif") repeat-x;
	height: 10px;
	clear: both;
	margin: 0;
}
span.side-top-left {
	background-position: 0 0;
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/top_left.gif") no-repeat;
}
span.side-top-right {
	background-position: 100% 0;
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/top_right.gif") no-repeat;
}
#page-footer {
	clear: both;
	background: #fff url("images/bot_center.gif") repeat-x;
	height: 10px;
	clear: both;
	margin: 0;
}
span.side-bot-left {
	background-position: 0 0;
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/bot_left.gif") no-repeat;
}
span.side-bot-right {
	background-position: 100% 0;
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/bot_right.gif") no-repeat;
}
/***** Column *****/
#left_column {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	overflow: hidden;
	display: block;
}

.sidebarOne {
	width: 180px;
	overflow: hidden;
}

#right_column {
	float: right;
	margin: 0 0 0 10px;
	width: 300px;
	overflow: hidden;
}
.sidebarTwo{
	width: 300px;
	overflow: hidden;
}

/* Panel */
.panel{
	padding: 0;
	margin: 0 0 10px 0;
}
.panel-nothing{
	padding: 0;
	margin: 0 0 10px 0;
}
.panel-ad{
	padding: 0;
	margin: 0 0 10px 0;
}
.panel h5 {
	text-align: center;
	color: #666666;
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1.2pt;
	padding: 8px 0 0 0;
	margin: 0px;
	height: 30px;
	background: url("images/p-center.gif") repeat-x;
}
span.panel-top-left {
	float: left;
	display: block;
	width: 10px;
	height: 35px;
	background: url("images/p-left.gif") no-repeat;
}
span.panel-top-right {
	float: right;
	display: block;
	width: 10px;
	height: 35px;
	background: url("images/p-right.gif") no-repeat;
}

.panel-topb {
	background: url("images/top_center.gif") repeat-x;
	height: 10px;
	clear: both;
	margin-top: 8px;
}
span.panel-topb-left {
	background-position: 0 0;
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/top_left.gif") no-repeat;
}
span.panel-topb-right {
	background-position: 100% 0;
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/top_right.gif") no-repeat;
}

.panel-content{
	margin: 0;
	padding: 0 10px 0 10px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	line-height: 20px;
	background: #FFF;
}

.panel-content ul{
	padding: 0;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin-left: 0px;
	border-bottom:1px solid #f3f3f3;
	list-style: none;
	background: url("images/list-a.gif") 0 4px no-repeat;
	text-indent: 15px;
}

.panel-content li.indent{
	border-bottom:1px solid #f3f3f3;
	padding: 0px;
	background: url("images/list-b.gif") 0 6px no-repeat;
	text-indent: 15px;
}
.panel-bot {
	height: 10px;
	background: url("images/bot_center.gif") repeat-x;
}
span.panel-bot-left {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/bot_left.gif") no-repeat;
}
span.panel-bot-right {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: url("images/bot_right.gif") no-repeat;
}
/* Clendar */
#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: #000;
}
.calendar-today { 
	color: #ff8f17;
	font-weight: bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
	color: #c8c8c8; 
	text-decoration: underline;
}
.calendar-today a {
	color: #ff8f17;
	text-decoration: underline;
}
/****** LoginForm ******/
#loginForm {
	width: 95%;
}
/****** Announce ******/
.announce{
	margin: 0px 0 10px 0;
}
.announce-content{
	color: #000;
	padding: 10px;
	background: #fcfcfc;
	border:1px solid #c8c8c8; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	color: #111;
	
}
/****** Article ******/
.article-top {
	padding: 5px 0 0 0;
	margin: 0;
}
.article-bottom {
	padding: 0;
	margin: 0;
}

/* Pages */
.pages {
	font-weight: bold;
	color: #111;
	padding: 10px;
}
.pagelink-current {
	font-weight: bold;
	color: #ff8f17;

}
/* Listbox */
.listbox {
	line-height: 20px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	background: #f6f6f6;
	text-align: center;
	color: #0066ff;
	height: 20px;
	border: 1px solid #c8c8c8; 
}
.listbox-entry {
	border-bottom: 1px solid #c8c8c8; 
}

/* Prev article */
/* .prev-article {
	float: left;
}
.next-article{
	float: right;
}
*/
/* Textbox */
.textbox{
	margin: 6px 0 0 0 ;
}
.textbox-calendar {
	float: left;
	text-align: center;
	margin-right: 8px;
	background: url(images/calendar-icon-b.gif);
	height: 46px;
	width: 50px;
}
.textbox-calendar-day {
	display: block;
	color: #0066ff;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
}
.textbox-calendar-month {
	display: block;
	color: #fff;
	margin-top: 2px;
	font-family: Arial;
	font-size: 12px;	
	font-weight: bold;
}

.textbox-title{
	font-size: 12px;
	height: 55px;
	color: #666;
}
.textbox-title h4{
	font-size: 15px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #666;
}
.textbox-title h4 a:hover { 
	color: #444; 
	text-decoration: none;
}
.textbox-label{
	padding-top: 3px;
	font-size: 12px;
}
.textbox-fontsize{
	color: #c8c8c8;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #c8c8c8;
}
.textbox-content{
	color: #111;
	line-height: 20px;
}
.textbox-bottom {
    margin: 10px 0 10px 0;
    padding: 5px;
    color: #111;
    font-size: 11px;
    background: #fcfcfc;
	border: 1px solid #d8d8d8; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.textbox-adminbar {
	margin: -20px 0 5px 0;
	color: #111;
	text-align: left;
}
.textbox-tburl {
	margin: -10px 0 5px 0;
	color: #111;
	text-align: left;
}

/* Comment */
.comment-wrapper{}
.comment-pages{
	padding: 0;
	margin: 10px 0 10px 0;
	color: #000;
}

/* Commentbox */
.commentbox, .trackbackbox {
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #d8d8d8; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	background: #fff url(images/stripe.gif) repeat;
}
.commentbox-odd .commentbox-couple .trackbackbox{
	background: #fff;
}
.commentbox-title, .trackbackbox-title{
	font-size: 16px;
	background: #fff url(images/post.jpg) no-repeat;
	padding: 6px 10px 3px 50px;
	margin:3px 3px 0 3px;
	color: #002c86;
	border: 1px solid #d8d8d8; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #0066ff;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #111;
	font-size: 12px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding: 5px 10px 0 10px;
}

/* CommentForm */
#commentForm {
	margin: 0 0 10px 0;
}

/****** Messagebox ******/
.messagebox {
	width: 550px;
	margin-top: 120px;
	border: 1px solid #222; 
	border-top: 0px; 
	text-align: center; 
	background: #222;
}
.messagebox-title {
	color: #c8c8c8; 
	font-weight: bold; 
	padding: 5px;
}
.messagebox-content {
	color: #111; 
	background: #fff;
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.messagebox-bottom {
	color: #c8c8c8; 
	background: #222; 
	padding: 5px;
}
.messagebox-bottom a {
	color: #c8c8c8; 
}
/****** Formbox ******/
.formbox {}
.formbox-comment {
	margin: 0;
	padding: 0 10px 5px 10px;
	background: #fff;
	border: 1px solid #d8d8d8; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.formbox-title,.formbox-comment-title {
	font-size: 16px;
	font-weight:bold;
	color: #0066ff;
	border-bottom: 1px dashed #c8c8c8;
	padding: 6px 0 6px 30px;
	margin: 6px 0 10px 0;
	background: url("images/comment_title_bg.gif") 0 5px no-repeat;
}
.formbox-rowheader {
	padding: 0;
	color: #111;
	font-weight: bold;
}
.formbox-comment-input {
	width: 444px;
	margin: 0px; 
}
.formbox-comment-tool {
	height: 20px;
	margin: 4px 0 0 0;
	padding: 5px 0 0 0;
	background: #fcfcfc;
	width: 400px;
	border: 1px solid #c8c8c8;
}
* html .formbox-comment-tool {width: 402px;}
*+html .formbox-comment-tool {width: 402px;}
.formbox-content {
	padding: 0;
}
/* Smiley buttons */
#smileybuttons {
	text-align: right;
	margin-top: 10px;
}

.smileybut {
	margin-right: 5px;
	vertical-align: middle;
	color: #111;
}

.smileybut a{
    padding: 0 3px 0 3px;
	border: 1px solid #c8c8c8;
}
/* Choose options */
.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: 20px;
	background:	#fcfcfc;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
* 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;}
/****** UBB ******/
.code {
	border: 1px solid #d8d8d8;
	background: #fcfcfc;
	color: #06439e;
	margin: 5px;
	padding: 10px;
}
.quote {
	margin: 5px;
	color: #06439e;
	border: 1px solid #d8d8d8; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	background: #fcfcfc;
}
.quote-title {
	height: 24px;
	background: url('images/comment.gif') no-repeat 1% 32%;
	padding:2px 5px 0 25px;
	font-weight: bold;
}
.quote-content {
	padding: 2px 5px 5px 10px; 
	line-height: 20px;
}
.downloadbox {
	background:#fff;
	border: 1px solid #d8d8d8; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
/****** Link ******/
.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: #002c86;
	text-indent: 5px;
}

/* Pages2 */
.pagebox {
	clear: both;
	margin: 0px 5px 0 5px;
}
.pagebox-title {
	font-size: 16px;
	height: 30px;
}
.pagebox-title h4 {
	color: #002c86;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #c8c8c8;
	font-weight: bold;
}
.pagebox-content {
	margin: 0;
	clear: both;
	padding: 0;
	line-height: 20px;
}

/* OpenID */
#openid_url {
	background: #fff url("images/others/openid.gif") 0 1px no-repeat;
	padding-left: 18px;
	width: 201px
}
/*Quick Statistics*/
.allhotview h1, .allhotreplies h1, .RandArticle h1, .replies h1, .entries h1, .Xem theo Tags h1,
.allhotreplies h1
{
	color: #3875D7;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 3px 0;
    border: 1px solid #c8c8c8;
	text-align:center;
} 
.allhotview, .allhotreplies, .RandArticle , .replies, .entries, .Xem theo Tags, .allhotreplies
{
    float: left;
    padding: 10px;
}
