/*

Bo-Blog V2.0.3

product

By mini

2007-3-29

*/



/****** General Styles ******/

body {

	font-size: 11px;

	font-family: Tahoma, Arial, Verdana, sans-serif;
	
	line-height: 150%;
	
	letter-spacing: 1px;

	background: #FCFCFC url('images/bg.jpg') repeat-x;

	margin-top: 34px;

	padding: 0px;

	text-align: center;

}



table {

	color: #000000;
	
	line-height: 200%;

}

td{

	word-break: break-all;

}



a {

	color: #008FC6;
	text-decoration: underline;
}

a:hover {

	color: #008FC6;
	text-decoration: none;
}



hr {

	height: 1px;

	border: 0;

}



acronym {

	text-decoration: none;

	cursor: help;

}



/****** Form Controls Styles ******/

form {

	margin: 0;
	padding: 0;

}

input {

	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;

}

input.text {

	border: 1px solid #999999;

	color: #333333; 

	background-color: #ffffff;

}

input.button {

	height: 20px;

	border: 1px solid #999999;

	color: #000000; 

	background-color: #ffffff;

}

textarea { 

	border: 1px solid #CCCCCC;

	background-color: #ffffff;

	font-family: Tahoma, Arial, sans-serif;

	font-size: 12px; 

	color: #666666;
	
}

select { 

	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	
	color: #333333; 

	background-color: #ffffff;

	border: 1px solid #999999;

}





/****** Main Layout Styles ******/

#wrapper {

	margin:0 auto;

	width: 970px;

	/*position: relative;*/

	text-align: left;

}

#innerWrapper {

	background: url('images/main_bg.jpg') repeat-y; 

	width: 100%;

}

#header {

    height: 193px;
	
	padding-top: 0px;

}

#top {

     margin-left: 12px;
}

#top ul {

    margin: 0;
	padding: 0;
	list-style: none;
}

#top ul li {

   	margin: 0;
	padding: 0;
	display:inline;
	background: none;
	
}


#top a {

	float: left;
	margin: 0;
	padding: 4px 25px 1px;
	display: block;
	color: #666666;
	font: bold 125% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    text-decoration: none;
	background: url('images/mainnav-sep.gif') no-repeat center right;
	
}

#top a:hover {

	color: #000000;
}


#innerHeader {

	padding-top: 0px;

	height: 42px;
	
	background: url('images/header-03.jpg');

}



#footer {

	clear: both;
	
    background: url('images/footer_bg.jpg') no-repeat;

	background-position: bottom;

	height: 100px;

}

#footer a{

	color: #999999;
	font-weight: bold;

}



#footer a:hover {

	color: #333333;
	font-weight: bold;

}



#innerFooter {

	padding: 40px 20px 20px 0;

	font-family: verdana;

	font-size: 9px;

	text-align: right;

	color: #999999;

}



/* nav menu */

#menu {

	margin-top: 0;

	margin-left: 20px;

	line-height: normal;
	
	height: 30px;

}

#menu ul{

	margin: 0;
	padding: 0;
	list-style: none;

}

#menu ul li{

	margin: 0;
	padding: 0;
	display:inline;
	background: none;
	line-height: normal;
	
}

#menu a{

	padding: 0 15px;
	line-height: 30px;
	font-size: 110%;
	float: left;
	display: block;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url('images/subnav-sep.gif') no-repeat center right;
	
}

#menu a:hover, #menu .activepage a {

	color: #000000;
}



/****** Content Layout ******/

#mainWrapper {

	margin-left: 20px;

	margin-right: 10px;

}



/* sidebar */

.sidebar {

	padding-top: 36px;

	padding-left: 0px;

	margin-left: 0px;

	float: right;

	width: 190px;

	height: 100%;
	
	background: url('images/side.jpg') no-repeat ;
	
}

.sidebar a {

    padding: 3px 3px 3px 8px;
    text-decoration: none;
	
}

.sidebar li {

	border-bottom: none;
	text-decoration: none;
	background: url('images/sublevel-bg.gif') no-repeat top left;
}

.sidebar-hide {

	display: none;

	float: right;

}

#innerSidebar {

	padding-bottom: 10px;

	padding-right: 10px;
	
	margin-left: 10px;

}



/* content */

.content {

	float: left;

	width: 100%;

	padding-right: 10px;

	padding-left: 10px;

	margin-left: -250px;

}

.content-wide {

	width: auto;

	margin-left: -180px;

}

.content-only {

	width: 100%;

	margin-left: 200px;

	padding-left: 20px;

}

#innerContent {

	margin-left: 250px;

	overflow: visible;

	margin-right: 5px;

	margin-top: 0px;



}



/* 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:0px;

	margin-bottom: 10px;

}

.panel h5 {
    
	font-size: 12px;
	font-weight: bold;	
	margin: 0;
	padding: 3px 5px 3px 20px;
	border: none;
	text-decoration: none;
	display: block;
	color: #333333;
	background: url('images/bullet-list.gif') no-repeat 8px 8px;
}

.panel-content{

	width: 160px;
	
	margin:0px;

	padding-left:10px;

	padding-top:5px;

	padding-bottom:5px;

	color:#666666;

	border-top: 0px;

}

.panel-content ul{

	padding: 0px;

	margin: 0px;

	margin-left: 0px;

}

.panel-content li{

	padding: 5px;

	margin: 0px;

	list-style: none;

}



.panel-content li.indent{

	padding: 0px;

	background-image: url("images/list.gif");

	background-repeat: no-repeat;

	text-indent: 15px;

}



.panel-content ul ul li{

	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;

  font-family: verdana;

}

.calendar-top {

  text-align: center;

  padding:0px;

}

.calendar-year,

.calendar-month {

  font-weight: bold;

}

.calendar-weekdays {

  color: #000000;

  font-size:10px;

  text-align: center;

  width: 14%;

  padding:0px;

}

.calendar-weekday-cell {

  color: #000000;

  font-size:10px;

  text-align: center;

  width: 14%;

  padding:0px;

  font-weight: bold;

}

.calendar-main {

  background-color: #FFFFFF;

}

.calendar-day,

.calendar-day-blank,

.calendar-saturday,

.calendar-sunday,

.calendar-today{

  text-align: center;

  width: 14%;

  padding:0px;

  background-color: #ffffff;

}

.calendar-saturday,

.calendar-sunday {

  color: #ab0800; 

}

.calendar-today { 

  color: #fff;

  background: #ab0800;

}

.calendar-day a, .calendar-saturday a, .calendar-sunday a {

  color: #333333; 

  text-decoration: underline;

}

.calendar-today a {

  color: #fff;

  text-decoration: underline;

}



/****** Search Panel ******/

.search-field { 

  width: 140px;

  margin-bottom: 5px;

  border: 1px solid #CCCCCC;

}



/****** Announcement Box ******/

.announce{

	border-bottom: 1px solid #cccccc;

	margin-bottom: 15px;

}

.announce-content{

	word-wrap: break-all;

	padding: 10px; 

}



/****** Defaul Page Elements ******/

.article-top {

	padding: 15px 0px 10px 0px;
	
	margin-left: 15px;

	margin-bottom: 15px;

}

.article-bottom {

	padding: 5px;

	margin-top: 15px;

}



/* page links */

.pages {

	color: #333333;

}

.pagelink-current {

	font-weight: bold;

}



.listbox {

	padding-top: 5px;

	padding-bottom: 5px;
	
}

.listbox-table {

	width: 100%;

}

.listbox-header {

	background: #333333;
	color: #FFFFFF;
	font-weight: bold;

}

.listbox-entry {

	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;

}


.listbox-entry a{

	word-wrap: break-all;
	
}



/* entry display box */

.prev-article{ float: left; }

.next-article{ float: right; }



/* text box */

.textbox{

	padding-bottom: 10px;

	margin-bottom: 5px;

}

.textbox-title{

	word-wrap: break-all;

	padding-top: 10px;

	padding-left: 10px;

}

.textbox-title h4{

	margin-left: 0px;

	padding-left: 10px;

	font-size: 150%;
	
	font-weight: bold;
	
	line-height: normal;
	
	display: inline;

}

.textbox-title h4 a {

	text-decoration: none;
	
}


.textbox-label{

	padding-top: 5px;
	
	padding-bottom: 5px;

	padding-left: 15px;

	color: #999999;

}

.textbox-fontsize{

	color: #cccccc;

	float: right;

	text-align: right;

	padding: 3px;

	padding-top: 10px;

	font-size: 10px;

}

.textbox-fontsize a{

	color: #333333;

}

.textbox-content{

	word-wrap: break-word;

	padding: 10px;

}

.textbox-bottom{

	border-top: 1px solid #cccccc;

	padding: 0px;

	padding-top: 5px;

	padding-bottom: 4px;

	color: #999999;

	text-align:right;

}

.textbox-bottom a {

	color: #333333;

	text-decoration: none;

}

.textbox-bottom a:hover {

	color: #ab0800;

	text-decoration: none;

}

.textbox-adminbar {

	padding: 0px;

	padding-bottom: 4px;

	color: #999999;

	text-align:right;

}

.textbox-tburl {

	padding-top: 3px;

	font-size: 10px;

	color: #999999;

	text-align:left;

	padding-left: 15px;

	background: url('./images/tb_bg.gif') no-repeat 0px;

}

.tags {

	padding-top: 1px;

	padding-bottom: 3px;

	font-size: 11px;

	color: #5F5F5F;

	text-align:left;

	padding-left: 15px;

	background: url('./images/tag_bg.gif') no-repeat 0px;

}



/* comments wrapper */

.comment-wrapper{}



/* comments top box */

.comment-top{

	padding:5px;

	padding-top: 0px;

	margin: 5px;

	color: #666666;

	text-align: right;

}

.comment-pages{

	padding:5px;

	margin: 5px;

	color: #333333;

}



/* commnet box */

.commentbox{

	word-wrap: break-word;

	padding: 0px;

	margin: 5px;
	
	width: 666px;

	background-color: #FFFFFF;

	border: 1px solid #CCCCCC;

}

.commentbox-title{

	padding: 5px;

	background-color: #E7E7E7;;

	border-bottom: 1px solid #CCCCCC;

}

.commentbox-label{

	display: inline;

	font-family: verdana;

	color: #333333;

	font-size: 12px;

}

.commentbox-content{

	padding: 5px;

	padding-bottom: 5px;

}



/* trackback box */

.trackbackbox{

	padding: 0px;

	margin: 5px;

}

.trackbackbox-title{

	padding: 5px;

	border-left: 3px solid #333333;

}

.trackbackbox-label{

	display: inline;

	color: #666666;

	font-size: 11px;

}

.trackbackbox-content{

	padding: 3px;

	padding-bottom: 14px;

}

.trackbackbox a{

	color: #000000;

}



/* comment form wrapper */

#commentForm {

	width: 99%;

}



/****** normal message box ******/

.messagebox{

 width: 500px;

 margin-top: 120px;

 border: 1px solid #CCCCCC; 

 border-top: 0px; 

 text-align: center; 

 background-color: #FFFFFF;

}

.messagebox-title{

 /* background: url('images/menu_bg2.png') repeat-x;*/

 color: #333333; 

 font-weight: bold; 

 padding: 5px;

 background-color: #E7E7E7;

 border-top: 1px solid #CCCCCC;

 border-bottom: 1px solid #CCCCCC;

}

.messagebox-content{

 color: #666666; 

 background:#FFFFFF;

 padding: 10px; 

 padding-bottom: 20px; 

 text-align: left;

}

.messagebox-bottom{

 color: #333333; 

 background-color: #E7E7E7; 

 padding: 5px;

 border-top: 1px solid #CCCCCC;

}





/****** Input Form Styles (table) ******/

.formbox{}

.formbox-comment{

	padding-top: 10px;

}



.formbox-title,

.formbox-comment-title{

	color: #333333;

	font-weight: bold;

	border: 1px solid #CCCCCC;

	background-color: #ededed;

	padding: 5px;

	text-align: center;

}



.formbox-rowheader {

	padding: 5px;

	font-weight: bold;

}



.formbox-content {

	padding: 5px;

}



/* smilies list */

.panel-smilies {

	padding:5px;

	text-align: center;

}

.panel-smilies-title {

	color: #666666;

	text-align: left;

	border-bottom: 1px solid #CCCCCC;

}

.panel-smilies-content {

	padding: 5px;

	line-height: 120%;

}





/****** UBB Code Custom Styles ******/

/* IE fix for ul */

.code {

	word-wrap: break-all;

	border-left: 4px solid #CCCCCC;

	background-color: #E7E7E7;

	color: #333333;

	margin: 5px;

	padding: 10px;

	border-top: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

	border-right: 1px solid #CCCCCC;

	font-family: verdana;

	font-size: 10px;

}



.quote {

	border: 1px solid #333333;

	margin: 10px;

}

.quote-title {

	background-color: #ededed;

	border-bottom: 1px solid #CCCCCC !important;

	border-bottom: 1px solid #CCCCCC;

	padding: 5px;

	font-weight: bold;

	color: #333333;

}

.quote-title img {

	padding-right: 3px;

	margin-bottom: -4px;

}

.quote-content {

	word-wrap: break-all;

	color: #000000;

	padding: 10px; 

	background-color: #ffffff;

}



/****** 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;

	color: #000000;

}
