/****** General Styles ******/
body {
	 font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    font-size:12px;
	 background:#BEC3C6 url(img/bg.jpg) repeat-x;
	 color:#555;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family:Arial;
}
strong {
    font-weight:normal;
}

table {
	color: #382E1F;
	font-size: 12px;
}

td{
	word-break: break-all;
}
a:link,a:visited {
   color:#2970a6; 
   text-decoration: none;
}
a:hover{
   padding-bottom:1px;
   text-decoration: underline;
}
hr {
	height: 1px;
}
input.textfield, 
textarea,input{
	background:#FFF url(img/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.textfield{
	height:15px;
}
*html .textfield{
	margin-left:-8px;
}
*+html .textfield{
	margin-left:-8px;
}
acronym {
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Verdana, Arial;
	font-size: 12px;
}
input.text {
   padding: 1px;
	color: #9a9a9a; 
	margin-top: 1px;
	margin-bottom: 1px;
}
input.button {
	background: #b4d666;
	COLOR:#2970a6;
	padding:1px 4px;
	border:1px solid #81b840;
}
input.button:hover{
	background: #98c64c;
}
textarea {
	font:12px  Verdana, Arial,sans-serif; 
	color: #9a9a9a;
	margin-top: 1px;
	margin-bottom: 1px;
}
select { 
	margin-top: 1px;
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	text-align: center;
	margin-top:5px;
}
#innerWrapper {	
   width: 936px;
	margin:0 auto;
}
#header {
	width: 936px;  
}
/****** Header Elements Styles ******/
/* header title */
#innerHeader{
	background:url(img/header_footer.jpg) 0 0 no-repeat;
	height:132px;   
}
#innerHeader h1{
   text-align: left;
	margin-left:32px;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:3px;
}
#innerHeader h1 a{
   color:#fff;
	font-size:25px;
	padding-left:-10px;
}
#innerHeader h1 a:hover{
   text-decoration:none;
}
#blog-desc{
	color:#FFF;
	border-top:1px solid #FFF;
	font-size:12px;
	float:left;
	padding-top:1px;
	margin-left:33px;
	margin-top:-20px;
}
*html #innerHeader h1{
	margin-top:2px;
}
*+html #innerHeader h1{
	margin-top:0px;
}
*html #blog-desc{
	margin-left:17px;
}
#searchbox {
	float:right;
	padding:4px 10px;
}
#searchbutton {
	background: #fff url(img/icons.gif) 0 0px no-repeat;
	height: 16px;
	width: 20px;
	border: none;
}
/* nav menu */
#navigation {
	margin-top:37px;
	font-size:12px;
	margin-left:-30px;
}
*html #navigation{
	margin-top:37px;
}
*+html #navigation{
	margin-top:39px;
}
.homepic{
	background:transparent url(img/menu.gif) no-repeat;
	background-position:0 -155px;
	display:block;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	float:left;
	z-index:1;  
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	background:transparent url(img/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	float:left;
	z-index:1;
}
#menus li a:hover {
	background-position:0 -31px;
	text-decoration: none;
}
#menus li.activepageitem a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.activepageitem a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
}
#navitem_index{
	background-position:0 -124px;
}
/****** Content Layout ******/
#mainWrapper {
	width: 936px;
	text-align: left;
	background: #f7f7f7;
	background:#FFF url(img/background_line.gif) repeat-y;
}
*html #mainWrapper{
	margin-top:-27px;
}
/* sidebar */
#sidebar {
	overflow:hidden;
	display:inline-block;
	width:300px;
	float: left;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	margin-left:5px;
	overflow:hidden;
}
#subscribe{
	padding:10px 0px 30px 10px;
}
#feedrss, #feedemail {
	height:25px;
	line-height:25px;
	display:block;
	padding-left:31px;
	float:left;
	text-decoration:none;
}
#feedrss {
	background:url(img/feeds.gif) 0 0 no-repeat;
	margin-left:5px;
}
#feedemail {
	background:url(img/feeds.gif) 0 -25px no-repeat;
	margin-left:25px;
}
/* content */
.content {
	float: left;
	width: 635px;
	overflow:hidden;
	background: #fff;
}
.content-wide {
	width: auto;
}
.content-only {
	width: 100%;
}
#innerContent {
   margin:8px 8px;
}
/* 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: 0px;
	margin-top:-15px;
}
.panel h5 {
	color: #555;
	font-size:14px;
   font-weight:bold;
   background: url(img/widgetsep.png) no-repeat;
	padding-top:20px;
	padding-left:15px;
}
.panel-content{
	margin:0px;
   padding:5px;
	padding-left:14px;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-top:-18px;
}
.panel-content li a:link,.panel-content li a:visited{
	height:22px;
   width:100%;
	overflow:hidden;
	color:#2970a6;
}
.panel-content li a:hover{
	overflow:hidden;
}
/****** Sidebar Panels category******/
.panel-content-category{
	margin:0px;
	padding:0px;
} 
.panel-content-category ul{
	padding: 0px;
	margin: 0px;
	padding-left:15px;
	margin-top:-12px;
}
.panel-content li,.panel-content-category li{
	padding-left: 23px;
	list-style: none;
   padding-bottom: 5px;
	margin-bottom:2px;
	background:url(img/icons.gif) no-repeat;
	background-position:0 -320px;
}
.panel-content-category li.indent{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sidebar_link ul li{
color:#999;
}
#sidebar_statistics,#sidebar_misc{
	margin-top:-15px;
	color:#555;
	padding-left:20px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 90%;
  line-height:135%;
  font-family:Georgia;
}
.calendar-top {
  text-align: center;
  padding:0px;
  padding-bottom:3px;
  padding-top:3px;
}
.calendar-top a{
	color:#666666;
	border-bottom:none;
    font-size:12px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #666666;
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
  color:#999;
}

.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  height:20px;
  padding:0px;
  padding-top:1px;
  padding-bottom:1px;
}
.calendar-today{
 color: #555555;
 border:#555555 1px solid;
}
.calendar-today a,.calendar-day a, .calendar-saturday a, .calendar-sunday a {
    border-bottom:none;
    display:block;
    font-size:12px;
    font-family:Georgia;
    font-weight:bold;
}


/****** Search Panel ******/
.search-field { 
    width: 120px;
    border: 1px solid #CCCCCC;
	 height: 18px;
}
/******* announce *******/
.announce{
   margin-bottom:5px;
	margin-left:5px;
}
.announce-content{
   padding:4px;
	color:#008800;
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 0px;
    margin:0;
}
.article-bottom {
	padding: 0;
	margin:0;
}

/* page links */
.pages {
    font-size:12px;
}
.pages a {
    font-size:12px;
}
.pagesline{
	border-top:1px solid #CCC;
	margin-bottom:14px;
}
.pages{
	background:url(img/icons.gif) 0 -273px no-repeat;
	padding-left:24px;
	margin-left:5px;
	margin-bottom:15px;
}
.pages a:link{
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #FFF;
}
.pages a:hover{
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
.pagelink-current {
	background:#f7f7f7;
	padding:6px 7px; 
	font-weight:bold;
}
.listbox {
    background:#fff;
}
.listbox-table{
}
.listbox-header {
	color: #333333;
	font-size:14px;
	margin:1px;
	padding:4px 9px;
   text-align:left;
   padding-left:10px;
}
.listbox-entry {
	word-wrap: break-all;
	padding:5px;
	padding-left:8px;
	color:#9a9a9a;
	font-size:11px;
	letter-spacing:1px;
	border-bottom:1px solid #f1f1f1;	
}
.listbox-entry a{
	word-wrap: break-all;
	font-size:12px;
	letter-spacing:0px;
}

/* entry display box */

/* text box */
.textbox{
	clear: both;
	margin-bottom:5px;
	text-align: left;
}
.textbox-title,.textbox-title-top{
	margin-bottom:4px;
   color: #4c4c4c;
	font-size:13px;
	padding-left:6px;
	FONT-SIZE: 1.4em; 
	TEXT-TRANSFORM: uppercase
}
.textbox-title h3{
	margin-bottom:4px;
	margin-right:8px;
	margin-top:4px;
	padding-left:4px;
	border-bottom:1px solid #ccc;
}
.textbox-title h3 a:hover{
	text-decoration: none;
}
.textbox-title h3 a,.textbox-title h3 a:visited{
	color:#4c4c4c;
}
.textbox-label{
	padding-left:23px;
	font-size:12px;
	background: #fff url(img/icons.gif) 0 0 no-repeat;
	background-position:0 -48px;
	margin-left:10px;
	padding-bottom:2px;
}
.textbox-label span{
   float:right;
	margin-top:-12px;
	margin-right:10px;
	background: #fff url(img/icons.gif) 0 0 no-repeat;
	background-position: 0 -96px;
	padding-left:22px;
	color:#2970a6;
}
.textbox-label a{
	color:#999999;
}
.textbox-title-top{
    height:20px;
}
#textbox-content,.textbox-content{
	padding:10px 5px 5px 13px;
	line-height:155%;
}
.textbox-content img {
    border:none;
}
.textbox-content textarea{
    word-break: normal;
	color:#9a9a9a;
    line-height: 150%;
   	text-align: justify;
	text-justify: distribute;
}
/*****    *****/
#commentsnum{
	color:#2970a6;
	width:635px;
	background: #fff url(img/icons.gif) 0 0 no-repeat;
	background-position: 0 -113px;
	padding-left:24px;
	margin-left:8px;
}
.textbox-bottom{
	padding:5px;
	font-size:12px;
	padding-bottom: 30px;
}
.textbox-bottom a{
	color:#999999;
}
.label{
    float:left;
	 padding-left:4px;
}
.label .entrycate,.label .alltags{
	 background: #fff url(img/icons.gif) 0 0 no-repeat;
	 padding-left:24px;
}
.label .entrycate{
	 background-position:0 -34px;
}
.label .alltags{
	 background-position:0 -16px;
}
.label a:link,.label a:visited{
	color:#2970a6;
}
/*****    *****/

.textbox-adminbar {  
	padding-bottom: 4px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
	float: right;
	text-align: left;
}
.textbox-adminbar a{
}
.textbox-tburl {
    text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 3px;
	font-size:12px !important;
	font-size: 12px;
}
.tags {
	font-size: 10px;
    clear:both;
}


/* comments wrapper */
.comment-wrapper{
  border-top:1px solid #ccc;
  width: 635px;
  margin-left:-8px;
  margin-top:5px;
}

/* comments top box */
.comment-top{ /*un*/
	padding:5px;
	padding-top: 0px;
	color: #666;
	text-align: right;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
   margin-top:5px;
	overflow:hidden;
	width: 600px;
	margin:15px auto;
}
.commentbox-title{
	padding:4px 10px;
	padding-top:10px;
   background:#edeff0;
	background:#edeff0 url(img/commnet_top.jpg) no-repeat;
	font-size:11px;
}
.commentbox-label{
	font-size:11px;
   float:right;
   margin-top: -14px;
   background:#edeff0;
}
.commentbox-content{
   padding:0px 10px;
   background:#edeff0;
}
#commentbox-text{
	font-size:11px;
	color:#2970a6;
}
#commentbox_bottom{
   padding-top:2px;
   height: 8px;
	width: 600px;
	background:#edeff0 url(img/commnet_bottom.jpg) no-repeat;
}
*html #commentbox_bottom{
   height: 0px;
	background: url(img/commnet_bottom.jpg) no-repeat;
}
.comment-pages{
	margin-left:17px;
}
/* trackback box */
.trackbackbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;	
}
.trackbackbox-label{
	color: #666;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}

/* comment form wrapper */
#commentForm {
	 overflow:hidden;
	 padding:10px 0px 10px 0px;
	 margin-left:10px;
}
#commentForm textarea{
	 margin-left:-10px;
}
.tijiao{
	margin-top:5px;
}
/****** normal message box ******/
.messagebox{
   text-align: center; 
 	width:438px;
	background-color: #FFFFFF;
	margin: 12px;
	margin-top: 120px;
	padding:10px;
	padding-bottom:40px;
	color: #999; 
}
.messagebox-title{
    font-weight: bold; 
    padding: 5px;
}
.messagebox-content{
    padding-bottom: 20px; 
    text-align: left;
}
.messagebox-bottom{
    padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	font-size:14px;
	margin:1px;
	padding:4px 9px;
}
.formbox-comment-ubb,.formbox-comment-smilies,.formbox-comment-content,.formbox-
comment-info{
    padding:0 10px;
}

.formbox-rowheader {
	padding: 5px;
}
.formbox-content input,textarea{
	border:#CCCCCC 1px solid;
}
.formbox-comment-info input{
	border: #CCCCCC 1px solid;
}
#v_content{
	border: #CCCCCC 1px solid;
}
.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #382E1F;
	text-align: left;
	border-bottom: 1px solid #E6E6FA;
}
.panel-smilies-content {
	padding: 3px;
	line-height: 120%;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	background:#F1F5F6;
	color:#666;
	padding:5px 10px;
	margin:5px 0;
}
.quote {
	color:#666;
	padding:0px 10px;
	background:#F1F5F6;
}
.quote-title {
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
   margin-top:4px;
	padding-top:2px;
}
.quote-content img{
	border:none;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 100%;
	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;
}
.linkdesc{
    color:#9a9a9a;
}
/* footer START */
#footer {
	background:url(img/header_footer.jpg) 0 -132px no-repeat;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	line-height:145%;
	width:100%;
	text-align: left;
}
#footer a {
	color:#2A2A2A;
}
#footer a:hover{
   text-decoration: none;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(img/bob-logo.png) no-repeat;
	display:block;
	width:92px;
	height:56px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
   text-decoration: none;
}
a#gotop {
	background:url(img/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}
/* footer END */


