/*
Bo-Blog V2
Default Skin
By Bob Shen
2005-12-3
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Arial;
	background:#ffffff url("images/topbg.gif") repeat-x;
	padding: 0px;
	margin:0px;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
	margin:0px;
	padding:0px;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #999999;
	color: #666666; 
	background-color:#fdfdfd;
}
input.button {
	height: 20px;
	color: #666666; 
	border: 1px solid #999999;
	border-left:3px solid #666666;
	background-color:#fdfdfd;
}
textarea { 
	border: 1px solid #cccccc;
	background-color: #fdfdfd;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #666666; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #666666; 
	border: 1px solid #999999;
	background-color: #fdfdfd;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width:862px;
	/*position: relative;*/
	clear:both;
	text-align: left;
	margin-top:15px;
	background:url("images/ysplit.gif") repeat-y 75% top;
}
#innerWrapper {
	width: 628px;
	float:left;
}

#header {
}
#innerHeader {
}

#footer {
}
#innerFooter {
	padding-left:17px;
	color:#9a9a9a;
	padding-bottom:30px;
}
#innerFooter a{
	color:#3366FF;
	text-decoration:underline;
	line-height:175%;
}
#innerFooter a:hover{
	text-decoration:none;
}
#bottom_padding{
	clear:both;
	padding-bottom:20px;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	text-align:left;
	width:862px;
	height:79px;
	padding-top:20px;
	font-family:"Courier New";
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 30px;
	font-weight: 600;
	letter-spacing:2px;
	padding-left:80px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding-left:80px;
	color: #000000;
	font-size:12px;
}
.header-right{
	float:right;
	color:#9a9a9a;
}
.header-right a{
	text-decoration:underline;
}

/* nav menu */
#top{
	width:862px;
	margin:0 auto;
}
#menu {
	width:862px;
	font-size:100%;
	line-height:normal;
	font-family:"verdana";
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li {
	display:inline;
}
#menu a {
	float:left;
	color:#ffffff;
	background:url("images/tableft6.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-right:3px;
}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabright6.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#f7f7f7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:none;
}
/* End IE5-Mac hack */
#menu a:hover {
	background-position:0% -42px;
}
#menu a:hover span {
	background-position:100% -42px;
}
#menu .activepage a,#menu .activepage a{
}
#menu .activepage a,#menu .activepage a span{
	color:#fff;
}

/* sidebar */
.sidebar {
	float: right;
	width: 220px;
	margin-top:0px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
	padding-top:8px;
	padding-left: 12px;
}

/* content */
.content {
	float: left;
}
.content-wide {
	width: auto;
}
.content-only {
	width: 100%;
	clear: both;
}
#innerContent {
	padding-top: 15px;
	clear:both;
}

/* 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;
	font-family:"verdana";
}
.panel h5 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color:#9a9a9a;
	text-decoration:underline;
	padding:4px;
	padding-bottom: 4px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: 200px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 150%;
	color:#9a9a9a;
	padding-left:5px;
}
.panel-content a{
	color:#3366FF;
	text-decoration:underline;
}
.panel-content a:hover{
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-repeat: no-repeat;
}

.panel-content ul ul li{
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: 15px;
}

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

/* calendar panel */
#calendar {
  width: 80%;
  margin-top:1px;
  line-height:135%;
  color:#a9a9a9;
}
.calendar-top {
  text-align: center;
  padding:0px;
  padding-bottom:3px;
  padding-top:3px;
}
.calendar-top a{
	border-bottom:none;
}
.calendar-year,
.calendar-month {
  font-size:11px;
}
.calendar-weekdays {
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  font-size:10px;
  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;
  padding-top:1px;
  padding-bottom:1px;
}
.calendar-saturday,
.calendar-sunday {
}
.calendar-today {
  border:#e7e7e7 1px solid;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  border-bottom:none;
  display:block;
  font-size:12px;
}
.calendar-today a {
  font-size:12px;
  text-decoration:underline;
  border-bottom:none;
}
.calendar-today a:hover{
}
.calendar-day a:hover,.calendar-saturday a:hover, .calendar-sunday a:hover {
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #999999;
  color: #666666; 
  background-color:#fdfdfd;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	padding:3px;
	padding-top:10px;
	padding-left:18px;
	color:#666666;
	font-size:13px;
	border-top:#dddddd 1px solid;
	clear:both;
}
.pages a{
	color:#666666;
}
.pagelink-current {
	font-weight: bold;
	font-size:16px;
	text-decoration:underline;
}

.listbox {
	padding: 5px;
	padding-top:0px;
	width:98%;
}
.listbox-table {
}
.listbox-header {
	text-align: left;
	height: 25px;
	font-size:14px;
	font-weight:bold;
}
.listbox-entry {
	word-wrap: break-all;
	padding:5px;
	padding-left:8px;
	color:#9a9a9a;

	font-size:10px;
	letter-spacing:1px;
	
	border-bottom:#dddddd 1px solid;	
}
.listbox-entry a{
	word-wrap: break-all;
	font-size:12px;
	letter-spacing:0px;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	width:100%;
	margin-bottom:20px;
}
.textbox_left{
	width:570px;
	float:right;
}
.textbox_right{
	width:48px;
	float:left;
	text-align:left;
	margin-left:5px;
}
.textbox_bottom{
	width:100%;
	clear:both;
	background:#f7f7f7;
}
.innerRight{
/*	border-bottom:#444444 1px solid;
	background:url("images/titlebg.gif") right no-repeat;
	border-top:#444444 1px solid;*/
	padding:5px;
	padding-left:0px;
	padding-right:0px;
	color:#1c1c1c;
	font-size:12px;
	padding-top:10px;
	background:url("images/cal.gif") no-repeat top right;
	padding-bottom:50px;
	text-align:center;
	font-family:"Courier New";
}
.innerRight img{
	padding-bottom:3px;
}
.textbox-title{
	padding-bottom:5px;
	padding-left: 8px;
	padding-top:5px;
}
.textbox-title h4{
	display:inline;
	font-size: 14px;
	font-weight:600;
	color:#000000;
}
.textbox-title h4 a {
	color:#2759CD;
	border-bottom:#2759CD 1px solid;
}
.textbox-title h4 a:hover{
}
.textbox-label{
	color: #D8B035;
	font-size: 12px;
	margin-top:12px;
	margin-bottom:5px;
}
.textbox-label a{
	color: #D8B035;
}
.textbox-label a:hover{
}
.textbox-fontsize{
	padding-left: 2px;
	color: #666666;
	font-size: 10px;
	float:right;
	margin-top:12px;
	margin-bottom:5px;
	margin-right:10px;
}
.textbox-fontsize a{
	color: #666666;
}
.textbox-content{
	word-wrap: break-word;
	padding: 7px;
	padding-left: 8px;
	font-size:12px;
	color:#000000;
	word-spacing:2px;
	line-height:175%;
	padding-right:20px;
}
.textbox-content a img{
	margin-top:5px;
	margin-bottom:5px;	
}
.textbox-content a{
	color:#008000;
	text-decoration:underline;
}
.textbox-content a:hover{
	border-bottom:none;
}
.readmore{
	margin-top: 9px;
	font-size:12px;
	font-size:14px;
	color:#2759CD;
}
.readmore a{
	border:none;
	color:#2759CD;
}
.textbox-bottom{
	padding-top: 5px;
	margin-top:10px;
	padding-bottom: 4px;
	font-size: 12px;
	color:#9a9a9a;
}
.textbox-bottom a {
	color:#9a9a9a;
	text-decoration: none;
	text-decoration:underline;
}
.textbox-bottom a:hover {
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align:right;
	border-top: 1px dotted #dddddd;
	color:#999999;
}
.textbox-tburl {
	padding: 0px;
	padding-top:8px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align:right;
	border-top: 1px dotted #dddddd;
	background:#ffffff;
	color:#999999;
}
.tags {
	padding-bottom: 1px;
	padding-right:10px;
	font-size: 11px;
	color:#9a9a9a;
	text-align:left;
	margin-top:5px;
}
.tags a{
	color:#3366FF;
	padding:1px;
	border-bottom:none;
}
.tags a:hover{
}

/* comments wrapper */
.comment-wrapper{
	clear:both;
}
.commentWrapper-top{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding:8px;
	margin-bottom:5px;
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin-bottom: 5px;
	text-align: right;
}
.comment-pages{
	margin-left:5px;
	margin-bottom:10px;
	margin-top:5px;
	text-align:right;
	padding-right:20px;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
	color:#000000;
	margin-right:20px;
	margin-top:12px;
}
.commentbox-art{
	margin-left:30px;
}
.commentbox a{
	color:#3366FF;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.commentbox-title{
	margin-top: 5px;
	color:#9a9a9a;
}
.commentbox-label{
	display: inline;
	font-size: 12px;
}
.commentbox-label a{
	font-size: 12px;
	font-weight:100;
	color:#9a9a9a;
}
.commentbox-content{
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom:#dddddd 1px solid;
}
.commentbox-content a{
	font-weight:100;
	font-size:12px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #666666;
}
.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: 100%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 80px;
 border: 1px solid #000000;
 border-right: 3px;
 border-bottom: 4px;
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
 color: #f7f7f7;
 background:#666666;
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #666666;
 background:#ffffff;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox a{
 border-bottom:#666666 1px solid;
}
.messagebox a:hover{
 border-bottom:none;
}
.messagebox-bottom{
 color: #666666; 
 background-color: #f3faff; 
 padding: 5px;
}


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

.formbox-title{
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom:#dddddd 1px solid;
}
.formbox-comment-title{
	font-weight: bold;
	padding: 5px;
	font-size:14px;
}

.formbox-rowheader {
	padding: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	color:#666666;
}

.formbox-content {
	padding: 5px;
	padding-bottom: 0px;
	color:#666666;
}

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


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	color:#008000;
	margin: 5px;
	background:url("images/borderleft.gif") repeat-y;
	margin-left:30px;
	padding: 5px;
	padding-left:15px;
	font-size:12px;
	line-height:125%;
	font-family:"sans-serif";
}

.quote {
	margin: 10px;
	margin-left:30px;
	font-size:12px;
}
.quote-title {
	padding: 5px;
	padding-left:15px;
	font-weight: bold;
	background:url("images/borderleft.gif") repeat-y;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	padding: 5px;
	padding-left:15px;
	color: #008000;
	line-height:125%;
	font-family:"sans-serif";
	background:url("images/borderleft.gif") repeat-y;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
	font-size:12px;
	border-bottom:#f7f7f7 1px solid;
}
.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: #D8B035;
	font-size:12px;
	border-bottom:#dddddd 1px solid;
}