/*
Bo-Blog V2.1.1
haozer
Designed by www.webdesignlessons.com
Transplant by Haozer http://www.haozer.com
2009/10
*/

/****** General Styles ******/
body{
	font-size: 12px;
	margin: 0px auto;	
	padding: 0px;
	width:100%;
	background:#000 url('images/bgr_main.png') repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}
td{
	word-break: break-all;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
hr {
	display: none;
	}
#wrapper {
	margin:0px auto;
	padding:0px;
	width: 100%;
}
#innerWrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#innerHeader {
    height: 256px;
}
.blog-header {
	width:100%;
	height:188px;
	background:url('images/bgr_header.png') no-repeat;
	overflow:hidden;
}
h1 {
	margin: 0px;
	padding:30px 0 0 0;
	color:#fff;
	font-size:70px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:-6px;
	font-style:italic;
	float:left;
	width:832px;
	text-align:center;
}

h1 a {
	color:#fff;
} 
h1 a:hover {
	text-decoration:none;
}
#header_rss {
	float:right;
	padding:64px 0 0 0;
	width:168px;
}
#header_rss img{
	float:left;
}

/* blog description */
.blog-desc {
	font-size:23px;
	position:relative;
	top:-10px;
	color:#b0c099;
	display:block;
	font-weight:normal;
	text-align:center;
	letter-spacing:0;
}

/****** nav menu ******/
#menu {
    height: 67px;
    padding: 20px 0 0 0;
    width:100%;
	background:url('images/bgr_menu.png') no-repeat;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
#menu li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#fff;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 0 0 60px;
	background:url('images/bgr_menu_li.gif') no-repeat left center;
}
#menu a{
    float: left;
	display:block;
	color:#fff;
	z-index:1000;
	height:20px;
	padding:5px 10px 5px 10px;
}
#menu a:hover, #menu .activepage a {
	background:#000000;
	color:#fff;
	text-decoration:none;
}
/****** Content Layout ******/
#mainWrapper {
	width: 100%;
	background:url(images/bgr_body.png) repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* content */
#content {
	width: 630px;
	margin: 0 0 0 15px;
	color: #000;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 12px;
}

#innerContent {
	width:100%;
	margin:0px;
	padding:0 0 0 5px;
	float: left;
	overflow:hidden;
}
#innerContent a:link {
	color:#000000;
	text-decoration: none;
} 
#innerContent a:visited {
	color:#000000;;
	text-decoration: none;
} 
#innerContent a:hover {
	color:#f26521;
	text-decoration: underline;
}

#innerContent a:active {
	color:#f26521;
}
/* text box */
.textbox{
	width:100%;
	margin:0 0 40px 0;
}
.textbox-title{
	width:100%;
	overflow:hidden;
}
    
#innerContent .textbox .textbox-title h4 {
	font-size:27px;
	color:#000000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:500px;
	float:left;
	margin:10px 0 8px 0;
}
#innerContent .textbox .textbox-title h4 a{
	color:#000;
} 
#innerContent .textbox .textbox-title h4 a:link {
	color:#000000;
	text-decoration: none;
} 
#innerContent .textbox .textbox-title h4 a:visited{
	color:#000000;
	text-decoration: none;
} 
#innerContent .textbox .textbox-title h4 a:hover {
	color:#000000;
    text-decoration:underline;
} 
#innerContent .textbox .textbox-title h4 a:active {
	color:#000000
}
.textbox-label{
	font-weight:normal;
	color:#4b4b4b;
	font-size:12px;
	background:url('images/bgr_post_title.png') repeat-x left bottom;
	padding:0 0 23px 5px;
	
}

.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
.textbox-content {
	line-height:20px;
	font-size:14px;
	padding:0 20px 0 4px;
}


*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}

.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: left;
}


.textbox-adminbar {
	margin:0px 0px 10px 0px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: left;
	line-height:130%;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	text-align:left;
}
.tags {
	margin: 12px 0px 12px 0px;
	clear: left;
}
/* sidebar */
#sidebar {
	width: 230px;
	margin: 0;
	padding: 0;
	float: left;
	color: #382E1F;
	
}
* 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 {
	width: 98%;
	padding-left: 0;
	padding-top: 12px;
	padding-right: 12px;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 12px;
}
#innerSidebar a:link  {
	color:#000000;
	font-size:13px;
	text-decoration: none;	
} 

#innerSidebar a:visited {
	color:#000000;
	text-decoration: none;
} 
#innerSidebar a:hover {
	color:#f26521;
	text-decoration: underline;
} 
#innerSidebar a:active {
	color:#f26521;
	text-decoration: none;
} 


/* 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:0px;	
}
.panel h5 {
	font-size:23px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	background:url('images/bgr_sidebars_h5.png') no-repeat;
	margin:0 0 10px 0;
	padding:4px 0 0 25px;
	width:218px;
	height:41px;
}
.panel-content {
	margin-top:5px;
	margin-bottom:12px;
	padding: 0px;
}

.panel ul {
    list-style:none;
	font-weight:normal;
	padding-left:12px;
}
.panel li {
	margin:0px;
	line-height:150%;
	background:url('images/dotted_grey.gif') repeat-x bottom;
	padding:9px 0 9px 0;
}

.panel-content-sp, .panel-content-category, .panel-content-link {
	margin-top:3px;
	margin-bottom:12px;
	padding:0;
	line-height:150%;

}
.panel-content-category .indent {
	padding-left:12px;
}


/* 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:#949494;
	font-size:11px;
	text-align: center;
	width: 14%;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.calendar-weekday-cell {
	color: #949494;
	font-size:11px;
	text-align: center;
	width: 14%;
	padding:0px;
	font-weight: bold;
}
.calendar-main a {
	background: #fffdf5;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	text-align: center;
	width: 14%;
	padding:0px;
}
.calendar-saturday,
.calendar-sunday {
	color: #9eb3d6; 
}
.calendar-today {
	font-weight:bold;
	border: 1px solid #000000;
}
.calendar-day a,
.calendar-saturday a,
.calendar-sunday a {
	font-weight:bold;
	color: #000;

}
.calendar-today a {
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #A9DBF6;
}

/****** Announcement Box ******/
.announce{
	margin-top:0px;
	margin-bottom:10px;
	width:564px;
}
.announce-content{
	background-color: none;
	display: inline-block;
	clear: left;
	border: 1px solid #f0f5fb;
	padding: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
    border-top-style: dashed;
	border-bottom-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	color: #f26521;
	width:100%;
}

/****** Defaul Page Elements ******/
.article-top {
	font-size:12px;
	padding-top:4px;
	margin: 0px;
	padding-bottom: 4px;
	display: inline-block;
	float: left;
}
.article-bottom {
	width:100%;
	font-size:12px;
	padding-top:4px;
	margin: 0px;
	padding-bottom: 4px;
	display: inline-block;
	float: left;
	line-height:150%;
}
.prev-article{ float: left;line-height:30px;height:30px;font-size:16px;}
.next-article{ float: right;line-height:30px;height:30px;font-size:16px;}

.prev-article a:link,.next-article a:link {
	color:#000000;
	text-decoration: none;
} 
.prev-article a:visited,.next-article a:visited {
	color:#000000;
	text-decoration: none;
} 
.prev-article a:hover,.next-article a:hover {
	color:#f26521;
} 
.prev-article a:active,.next-article a:active {
	color:#f26521;
}
/* page links */
.pages {
	margin: 10px 0px;
	color:#A12A2A;

}
.pagelink-current {
	color:#BCBCBC;
}

.pages a:link,.pages a:visited,.pages a:active {
	color:#43afd2;
} 
.pages a:hover {
	color:#A12A2A;
	
} 
.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
}
.listbox-entry {
}
.listbox-entry a{
}

/* entry display box */

/* 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;
	color: #A12A2A;
}

.comment-pages a:link {
	color:#000000;
	padding:2px 4px;
} 
.comment-pages a:visited {
	border:1px solid #8DAB3B;
	color:#000000;
	padding:2px 4px;

} 
.comment-pages a:hover {
	border:1px solid #A12A2A;
	color:#A12A2A;
	padding:2px 4px;
	
} 
.comment-pages a:active {
	border:1px solid #8DAB3B;
	color:#f26521;
	padding:2px 4px;
	
}
/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}

.commentFor {
	font-size: 22px;
	color: #f26521;
	margin:0px;
	margin-top:5px;
	margin-bottom: 10px;
	padding:0px;
	width:100%;
}
.commentbox-odd {
	background-color: none;
	display: inline-block;
	clear: both;
	padding: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right:8px;
	font-size: 12px;
	color: #382E1F;
	width: 564px;
}
.commentbox-couple {
	background-color: #fcfdff;
	display: inline-block;
	clear: both;
	border: 1px solid #f0f5fb;
	padding: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right:8px;
	font-size: 12px;
	color: #382E1F;
	width: 564px;
}
.trackbackbox {
	background: #E9FDF1;
	border-top: 1px solid #A9DBF6;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 14px;
	color: #382E1F;
}
.commentbox-title a:link, .trackbackbox-title a:link{
 	color: #8e8e8e;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #757575;
	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 #f0f5fb;  
 text-align: center; 
 background-color: #fcfdff;
 color:#8e8e8e;
}
.messagebox a:link {
	color:#000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9EB3D6;
} 
.messagebox a:visited {
	color:#000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43afd2;

} 
.messagebox a:hover {
	color:#8dab3b;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #8dab3b;
	
} 
.messagebox a:active {
	color:#f26521;	
}
.messagebox-title{
 color: #f26521; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
width:564px;
}
.formbox-comment{
	padding-top: 10px;
	border-top: 10px solid #BEE6FD;
}

.formbox-title,
.formbox-comment-title{
	font-size: 24px;
	color: #f26521;
	font-weight: normal;
	margin-bottom: 10px;
}


.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/*input*/
form {
	display: inline;
}
.commentSummit{
	margin:0px;
	padding:0px;
}
.commentSummit li {
	margin:0px;
	margin-bottom:12px;
	padding:0px;}
input.text {
	list-style-type: none;
	border: 1px solid #edeae1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #382E1F;
	height: 16px;
	/*width: 145px;*/
	padding-top: 2px;
	padding-left: 2px;
}
input.search-field {
	list-style-type: none;
	border: 1px solid #edeae1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #D67900;
	height: 16px;
	width: 145px;
	padding-top: 2px;
	padding-left: 2px;
}
input.button {
	border: 1px solid #edeae1;
	background-color: #FFFFFF;
	padding-top:3px;
	color:#382E1F;
}
.checkbox,.radio {   
	border: 1px solid #edeae1;
	background-color: #FFFFFF;  
  } 
select {
	border: 1px solid #edeae1;
	background-color: #FFFFFF;
	color:#382E1F;
}
textarea {
	border: 1px solid #edeae1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #382E1F;
	height: 150px;
	width: 380px;
	font-size: 12px;
	padding: 8px;
}
/* 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;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	padding-left: 12px;
	color: #f26521;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 20px;
}

.quote {
	border-left: 0px;
	margin: 10px 10px 10px 0px;
}
.quote-title {
	padding-left: 12px;
	color: #949494;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f26521;
	margin-left: 10px;
}
.quote-title-commentbox {
	line-height:150%;
	text-align:right;
}
.quote-title-commentbox a:link {
	color: #8e8e8e;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	padding-left: 12px;
	color: #8dab3b;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f26521;
	margin-left: 10px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	color: #f26521;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	width:100%;
	margin:0px;
	padding:0px;
}
.pagebox-title h4{
	font-size: 15px;
	color: #43afd2;
	margin-top:0px;
	margin-bottom: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f26521;
	padding-left: 8px;
}
.pagebox-content{
	font-size: 12px;
	margin:0px;
	padding-left: 10px;
	padding-bottom: 12px;
	line-height: 16px;
	display: inline-block;
}

/* 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 #edeae1;
}
/*footer*/
#footer {
    clear: both;
	width:100%;
	height:198px;
	background:url('images/bgr_footer.png') no-repeat;
	overflow:hidden;
}
#innerFooter {
	padding:130px 0 0 0;
	text-align:center;
	color:#fff;
	font-size:13px;
}
#footer a:link {
	color:#E9E9E9;
	text-decoration: none;
} 
#footer a:visited {
	color:#E9E9E9;
	text-decoration: none;
} 
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
} 
