/*
Bo-Blog V2.1.1
chipbong Skin
By YeYo
2008-06-12
*/

/****** General Styles ******/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;h, Tahoma, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	/*background: url("images/bg.php");Background automatic replacement*/
	background: #960 url("images/background.png") no-repeat fixed center top;
	text-align: center;
}
td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
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: Verdana, Arial, Helvetica, sans-serif;h, Tahoma, Arial; 
	font-size: 12px;
	margin: 3px 0 0 0;
}
input.text {
	background: #eee;
	border: 1px solid #ccc;
}
input.button {
	background: #eee;
	border: 1px solid #ccc;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;h, Tahoma, Arial;
	font-size: 12px;
	width: 381px;
	background: #eee;
	border: 1px solid #ccc;
}
select { 
	background: #eee;
	border: 1px solid #ccc;
}
/****** Main Layout Styles ******/
#wrapper {
	margin: 0 auto;
	width: 920px;
	text-align: left;

}
#innerWrapper {
	width: 100%;
}
#header {
	background: url("images/header.png") no-repeat;
	behavior: url("template/chipbong/js/iepngfix.htc");
	height: 245px;
	margin: 10px 0 0 0;
}
#innerHeader {
	width: 100%;
}

#footer {
	clear: both;
	height: 120px;
	background: url("images/footer.png") no-repeat;
	behavior: url("template/chipbong/js/iepngfix.htc");
}
#footer a {
	color: #ccc;
}
#innerFooter {
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #ccc;
}

/****** Header Elements Styles ******/
/* menu top */
.menuTop {
	color: #fff;
	padding: 75px 10px 0 30px;
}
.menuTop a {
	color: #fff;
}
/*blog search */
.Search {
	float: right;
	margin: -53px 30px 0 0;
}
* html .Search {margin: -50px 15px 0 0;}
*+html .Search {margin: -55px 30px 0 0;}
.Search input.keyword { 
	color: #fff;
	padding: 3px 5px 0 5px;
	margin: 5px 0 5px 5px;
	height: 16px;
	width: 155px;
	position: relative;
	z-index: 16;
}
.Search input {
	background: transparent;
	border: none;
}
/* header title */
.blog-header {
	padding: 25px 0 0 40px;
	f
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 30px;
}
h1 a {
	color: #fff;
}
h1 a:hover {
	color: #999;
}
/* blog description */
.blog-desc {
	display:none;
}
/* Top Ads */
.topAds {
	float: right;
	margin: -70px 30px 0 0;
}
* html .topAds {margin: -70px 15px 0 0;}
/* nav menu */
#menu {
	margin: 15px 0 0 0;
	height: 30px;
}
* html #menu {margin: 16px 0 0 0;}
*+html #menu {margin: 14px 0 0 0;}
#menu ul{
	margin: 0;
	padding: 0 0 0 50px;
}
#menu li{
	margin: 0;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 75px;
	background: url('images/menu.gif');
}
#menu a{
	display: block;
	margin-top: 0px;
	padding: 6px 0 5px 0;
	color: #999;
	height: 14px;
	border-bottom: none;
	font-weight: bold;
}
*+html #menu a {margin-top: 1px;}
* html #menu a {margin-top: 1px;padding: 6px 0 4px 0;}
#menu a:hover {
	color: #000;
	border: 0px solid #9EC9FF;
}
#menu .activepage a {
	color: #000;
	border: 0px solid #9EC9FF;
}
/****** Content Layout ******/
#mainWrapper {
	float: left;
	margin: 0 auto;
	padding: 5px 30px 0 30px;
	background: url("images/mainbg.png") repeat-y;
}
* html #mainWrapper {
	width: 860px;
	background: url("images/mainbg.png");
	behavior: url("template/chipbong/js/iepngfix.htc");
}
/* sidebar */
.sidebar {
	float: right;
	width: 330px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarTabOne {
	margin-bottom: 10px;
}
#innerSidebarOne {
	float: left;
	width: 160px;
	border: 1px solid #ccc;
	background: #eee;
	margin: 0 0 10px 0;
	padding: 0;
}
#innerSidebarTwo {
	float: left;
	width: 160px;
	margin: 0 0 10px 5px;
	padding: 0;
	border: 1px solid #ccc;
	background: #eee;
}
* html #innerSidebarOne {margin: 0;}
*+html #innerSidebarOne {margin: 0;}
* html #innerSidebarTwo {margin: 0 0 0 5px;}
*+html #innerSidebarTwo {margin: 0 0 0 5px;}
#innerSidebarTabTwo {
	clear: both;
}
* html #innerSidebarTabTwo {margin: 10px 0 0 0;}
*+html #innerSidebarTabTwo {margin: 10px 0 0 0;}
/* content */
.content {
	float: left;
	width: 520px;
	margin-right: 10px;
}
* html .content {width: 518px;}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	overflow: hidden;
}

/* 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{
	padding:0;
}
.panel h5 {
	text-align: left;
	color: #000;
	background: #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	padding: 5px 0 0 10px;
	margin: 0px;
}
.panel h5 a{
	color: #000;
}
.panel-content{
	width: 87%;
	margin:0;
	padding: 0 0 0 10px;
	margin-bottom: 25px;
	line-height: 180%;
	color:#333;
}
.panel-content a{
 	color:#333;
}
.panel-content a:hover {
 	color:#ff0000;
}

.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;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

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

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #333;
  font-size:11px;
  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 {
  color: #333;
}
.calendar-today { 
  color: #000;
  text-decoration: line-through;
  font-weight: bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #666;
  text-decoration: underline;
}
.calendar-today a {
  color: #666;
  text-decoration: line-through;
}

/****** Search Panel ******/
.search-field {
	background: #eee;
	border: 1px solid #ccc;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	padding: 10px; 
	color: #000;
	border-bottom: 1px solid #ccc;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 0 0 15px 0;
	text-align: left;
}
.article-bottom {
	padding: 15px 0 0 0;
	text-align: left;
}
.prev-article, .next-article {
	padding: 0 0 10px 0;
}
/* page links */
.pages {
	color: #333;
	padding: 10px 0 0 0;
}
.pagelink-current {
	color: #ff9900;
	font-weight: bold;
}
.pagebar-mainbody {
	color: #333;
	padding: 10px 0 0 0;
}
.listbox {
	margin: 0;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #333;
	height: 20px;
	border-bottom: 1px solid #ccc;
}
.listbox-entry {
	word-wrap: break-all;
	color: #333;
	border-bottom: 1px solid #ccc;
	height: 40px;
}

/* text box */
.textbox{
    width: 100%;
    margin: 0;
    padding: 0 0 30px 0;
}
.textbox-calendar {
	float: left;
	width: 25px;
	background-image: url("images/title_bg1.png");
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
    font-weight: bold;
	color: #333;
	font-size: 16px;
}
.textbox-calendar-month {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.textbox-title{
	word-wrap: break-all;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.textbox-title h4{
	font-size: 14px;
	padding: 0 0 0 10px;
	display: inline;
}
.textbox-label{
	padding: 0 0 0 46px;
	color: #333;
	font-size: 12px;
}
.textbox-content{
	word-wrap: break-word;
	margin: 0;
	color: #333;
	line-height: 180%;
}
.textbox-tags {
	font-size: 11px;
	color: #666;
	text-align: left;
	padding: 5px 0 0 0;
}
.textbox-adminbar {
	padding: 0 5px 20px 0;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.readmore {
    margin: 10px 0 0 0;
    height: 36px;
    color: #333;
    padding: 0 0 0 40px;
    background: url('images/readmore.png') 0 1px no-repeat;
    behavior: url("template/chipbong/js/iepngfix.htc");
}

#statistical {
   	margin: 10px 0 0 0;
}
.show {
   	padding: 2px 0 0 35px;
   	height: 36px;
   	background: url('images/show.png') no-repeat;
   	behavior: url("template/chipbong/js/iepngfix.htc");
}
.reviews {
   	margin: -38px 0 0 170px;
   	padding: 2px 0 0 35px;
   	height: 36px;
   	background: url('images/reviews.png') no-repeat;
   	behavior: url("template/chipbong/js/iepngfix.htc");
}
.tb {
	color: #000;
   	margin: -38px 0 0 280px;
   	padding: 2px 0 0 35px;
   	height: 36px;
   	background: url('images/tb.png') no-repeat;
   	behavior: url("template/chipbong/js/iepngfix.htc");
}
.tb a {
	color: #000;
}
.tb a:hover {
	color: #ff0000;
}
.textbox-tburl {
	color: #333;
	padding: 0 0 20px 0;
}
.textbox-bottom {
    margin: 0;
    padding: 5px;
    color: #333;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top {
	padding: 5px;
	margin: 0px;
	color: #333;
	text-align: right;
}
.comment-pages {
	margin: 0 0 30px 0;
}
/* commnet box */
.commentbox {
	word-wrap: break-word;
	padding: 0;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}
* html .commentbox {width: 100%;}
.commentbox-title {
	padding: 4px 0 5px 5px;
	color: #333;
	background: #e6e6e6;
	border-bottom: 1px solid #ccc;
}
.commentbox-label {
	display: inline;
	color: #333;
	font-size: 12px;
}
.commentbox-content {
	padding: 10px 10px 10px 15px;
	color: #333;
	background: url('images/textbox-top.jpg') no-repeat top right;
}

/* trackback box */
.trackbackbox {
	word-wrap: break-word;
	padding: 0;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}
* html .trackbackbox {width: 100%;}
.trackbackbox-title {
	padding: 4px 0 5px 5px;
	color: #333;
	background: #e6e6e6;
	border-bottom: 1px solid #ccc;
}
.trackbackbox-label {
	display: inline;
	color: #333;
}
.trackbackbox-content {
	padding: 5px 10px 15px 15px;
	color: #333;
	background: #eee;
}

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

/****** normal message box ******/
.messagebox{
    width: 500px;
    margin-top: 120px;
    border: 1px solid #999;
    text-align: center; 
}
.messagebox-title{
    background: #e6e6e6;
    color: #FF0000; 
    font-weight: bold; 
    padding: 5px;
}
.messagebox-content{
    color: #333; 
    background: #eee;
    padding: 10px; 
    padding-bottom: 20px; 
    text-align: left;
}
.messagebox-bottom{
    color: #333; 
    background: #e6e6e6;
    padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	color: #333;
	border: 1px solid #ccc;
	background: #ececff;
	margin: 0 0 10px 0;
}
.formbox-title,
.formbox-comment-title{
	color: #000;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}
.formbox-rowheader {
	padding: 0;
	color: #333;
	font-weight: bold;
}
.formbox-comment-content {
	padding: 0 0 10px 10px;
}
.formbox-content {
	padding: 0;
	color: #333;
}
/*******Comments / Message toolbar*******/
.button-img {
    float: left;
    margin: -11px 0 0 322px;
    cursor: pointer;
}
#comment-tool {
    margin: 3px 0 2px 0;
    padding: 5px 5px 0 5px;
    border: 1px solid #ccc;
    background: #eee;
    color: #333;
    float: left;
    width: 371px;
}
* html #comment-tool {width: 373px;}
*+html #comment-tool {width: 361px;}
#emots {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    width: 240px;
}
#ubb {
    padding: 0;
    text-align: left;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px 10px 10px 20px;
	margin: 0;
	background: transparent url("images/code.gif") left top no-repeat;
	background-color: #eee;
}

.quote {
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
}
.quote-title {
	background: #eee;
	padding: 5px 0 0 10px;
	color: #000;
	font-weight: bold;
}
.quote-content {
	word-wrap: break-all;
	color: #333;
	background: #eee;
	padding: 10px; 
	border-top: 1px solid #ccc;
}

/****** Link ******/
.linkover {
	height: auto;
	clear: both;
}
.linkbody {
	margin: 10px 20px 0 0;
	width: 96%;
	float: left;
}
.linkimg {
	float: left;
	text-align: right;
	margin-right: 5px;
}
.linktxt {
	float: left;
	color: #666;
	margin: 0 0 5px 10px;
}
.linktitle a {
	font-weight: bold;
	color: #333;
}
.linktitle a:hover {
	font-weight: bold;
	color: #FFF;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 0 5px;
	color: #333;
}

/*Page*/
.pagebox {
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.pagebox-title h4{
	color: #333;
	font-size: 16px;
	margin: 0;
	display: block;
	font-weight: bold;
}
.pagebox-content{
    clear: both;
	word-wrap: break-word;
	padding: 5px 0 0 0;
	color: #333;
	line-height: 180%;
}

/* Emot Page Selection */
#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;
}
/*OpenID input area */
#openid_url {
	background: #eee url("images/openid.gif") no-repeat;
	padding-left: 18px;
}
.insertimage {
    border: 1px solid #E7F1D4;
    padding: 3px;
    background-color: #FFFFFF;
}

