/*
=== Bo-Blog2 StyleSheet File ================================
     Style Name: Spring Away
     Author: Nuonuo
     HomePage:http://www.nuocn.com
     Last Update: 2006-05-08
=============================================================
*/

/* General Styles*/
body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #fff;
	background-image: url("");
	margin: 0px;
	padding: 0px;
	color: #FF3778;
	text-align: center;
	CURSOR:url('http://www.126blog.com/Up/2007-8/34301.65647459.ani')
}

table {
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 12px;
}
td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #FF3778;
}
a:hover {
	text-decoration: none;
	color: #000;
	cursor:url('http://www.126blog.com/Up/2007-8/34341.93546096.ani')
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
acronym {
	text-decoration: none;
	border-bottom: 1px solid #E58712;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	border:1px solid #FF3778;
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #FF3778;
	color: #000; 
	background-color: #F0F3DE;
}
input.button {
	height: 20px;
	border: 1px solid #FF3778;
	border-left: 4px solid #FF3778;
	color: #000; 
	background-color: #F0F3DE;
}
textarea { 
	border: 1px solid #FF3778;
	background-color: #F0F3DE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: #000; }
select { 
    border: 1px solid #FF3778;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;  
	color: #000; 
	background-color: #F0F3DE;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 977px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background:url('images/bg_wrapper.jpg') repeat-y;
	width: 100%;
}

#header {}
/*#inner_menu{
	background:url('images/bg_wrapper.jpg') repeat-y;
	height: 267px;
}*/
#innerHeader {
	background:url('images/bg_header.jpg') no-repeat;
	padding-left: 40px;
	padding-right: 36px;
	height: 230px;
}

#footer {
	margin-top: 10px;
	clear: both;
	background: url('images/bg_footer.jpg') bottom no-repeat;
	height: 58px;
}
#innerFooter {
	padding: 10px;
	padding-top: ;
	font-size: 10px;
	text-align: center;
	color: #FF3778;
	font-family:verdana;
}
#innerFooter a{
	color: #FF9024;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
    padding: 0px;
	margin: 0px; 
	padding-top: 43px;
	padding-left:10px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #FF3778;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link {
	color: #FF3778;
	text-decoration: none;
}
h1 a:visited {
	color: #FF3778;
	text-decoration: none;
}
h1 a:hover {
	color: #FF9024;
}
/* blog description */
.blog-desc {
	padding-top: 5px;
	padding-left:15px;
	color: #FF3778;
}

/* nav menu */
#menu {
	float: left;
	margin-top: 154px;
	text-align: left;
	margin-left:300px;*margin-left:300px !important;_margin-left:15px;
	color:#000;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 15px;
	padding-right: 5px;
	margin: 0px;
	margin-right: 5px;
	background:url(images/menu_ico.gif) left no-repeat;
}
#menu a{
	color: #FF3778;
}
#menu a:hover {
	color: #FF9024;
}
/****** Content Layout ******/
#mainWrapper {
	margin-left: 30px;
	margin-right: 10px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
	background:#FFE9F1;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}
#innerSidebar a{
	color: #E32549;
}
#innerSidebar a:hover {
	color: #FF9024;
}
/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -210px;
	
}
.content-wide {
	width: auto;
	margin-left: -210px;
}
.content-only {
	width: 100%;
	margin-left: -170px;
}
#innerContent {
	margin-left: 210px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 5px;
	background:#FFE9F1;
}

/* 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: 5px;
}
.panel h5 {
    text-align: left;
	color: #FF558C;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	margin:0px;
	border-bottom: 1px solid #DC417B;
	background:#FFBBD4 url("images/arrow.gif") left no-repeat;
	padding-left: 28px;
	line-height:18px;
	padding-top:5px;
}
.panel-content a:hover {
    padding-bottom: 3px;
    background: url("images/bg_hover.png") right bottom no-repeat;
}
.panel-content{
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 120%;
	color:#B10D28;
	background:#fff;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height:21px;
}
.panel-content li.indent{
	padding: 0px;
	background: url("images/list.gif") left no-repeat;
	text-indent: 15px;
	line-height:19px;
}
.panel-content ul ul li{
	padding: 0px;
	background: url("images/list.gif") left no-repeat;
	text-indent: 15px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 95%;
	margin-top: 5px;
}

.calendar-top {
	color: #E32549;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #E32549;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #B10D28;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #B10D28;
	font-weight:bold;
}
.calendar-today {
	color: black;
	background: url('images/bg_today.gif') no-repeat ;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: underline;
	font-weight: normal;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 5px;
    background-color :#FFFFFF;
	border-top: 1px solid #F389B7;
	border-bottom: 1px solid #F389B7;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #B10D28;
}
.pagelink-current {
	font-weight: bold;
}
.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #FFFFFF;
	font-weight: bold;
	background: #FD5E78;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px solid #F389B7;
	color: #E32549;
}  
.listbox-entry a{
	word-wrap: break-all;
}
/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	margin-bottom: 5px;
	background: #FFFFFF;
	border-top: 1px solid #F389B7;
	border-bottom: 1px solid #F389B7;
	margin-left:5px;
	margin-right:5px;
	width:712px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_icon.gif') no-repeat left;
	padding-left: 42px;
	padding-top: 5px;
	height: 42px;
	border-bottom:1px solid #F84264;
}
.textbox-title h4{
    margin-left: 10px;
	color: #D81F42;
	font-size: 14px;
	display: inline;
	height: 45px;

}
.textbox-title h4 a {
    color: #D81F42;
}
.textbox-title h4 a:hover {
    color: #FF9024;
    background: url("images/bg_hover.png") right bottom no-repeat;
}


.textbox-label{
    padding-top: 2px;
	margin-left:10px;
	color: #B10D28;
	font-size: 11px;
	margin-right:10px;
}
.textbox-fontsize{
    float: right;
	text-align: right;
	color: #B10D28;
	padding: 3px;
	font-size: 12px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 7px;
	font-size: 12px;
	color: #B10D28;
    text-align:right;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #B10D28;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #E32549;
	text-align:left;
	padding-left: 15px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	text-align:left;
	padding-left: 20px;
	background: url('./images/tags.png') no-repeat 5px;
}

/* guestbook entry box */
.gbbox{
    background: #FFFFFF;
    border: 1px solid #CFB88C;
    margin-bottom: 6px;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #B10D28;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 5px;
    margin-left: 5px;
	color: #333333;
	border-top: 1px solid #F389B7;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #B10D28;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{width:100%;}

/* comments top box */
.comment-top{
	padding: 5px;
	margin-bottom: 5px;
	color: #B10D28;
	background: #f6f6f6;
    border: 1px solid #CFB88C;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin-bottom: 5px;
	color: #B10D28;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin-bottom: 5px;
    background-color :#FFFFFF;
	border: 1px solid #CFB88C;
	margin-left:6px;
	margin-right:6px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px solid #F389B7;
}
.commentbox-label{
	display: inline;
	color: #B10D28;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
	margin-bottom: 5px;
}
/* trackback box */
.trackbackbox{
	padding: 5px;
	margin-bottom: 5px;
    background: #FFFFFF;
    border: 1px solid #CFB88C;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px solid #F389B7;
}
.trackbackbox-label{
	display: inline;
	color: #B10D28;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000;
}

/* comment form wrapper */
#commentForm {
	background-color: #FFFFFF;
	width: 99%;
}
/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #F389B7; 
 border-top: 0px; 
 text-align: center; 
 background:#FFFFFF;
}
.messagebox-title{
 background: #996600;
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #FD5E78; 
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #CFB88C; 
 padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
    padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-color: #FD5E78;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #B10D28;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 4px;
	line-height: 120%;
}
/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #FED8DD;
	background-color: #FFF2F4;
	color: #000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 5px;
}
.quote-title {
	background-color: #FFF2F4;
	border: 1px solid #FED8DD;
	padding: 5px;
	font-weight: bold;
	color: #333;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #333;
	padding: 10px; 
	background-color: #FFFFFF;
	border: 1px solid #FED8DD;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 15px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
	margin:10px auto;
	border-bottom:1px dotted #BEE6FD;
	width:95%;
}
.linkimg {
/*	width: 35%;*/
	text-align: left;
	margin-right: 4px;
}
.linktxt {
	margin: 8px;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	color: #F389B7;
	padding-left:1px;
	line-height:24px;
	border-bottom:1px solid #F389B7;
	border-top:1px solid #F389B7;
}
/***loading**/
#loader_container {
	text-align:center;
	position:absolute;
	top:40%;
	width:100%;
	left: 0;
	z-index: 1;
}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:11.5px;
	color:#FFF;
	background-color:#Ed5e83;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:130px;
	border:1px solid #F00;
	text-align:left;
	z-index:2;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:0px;
	background-color: #b3002a;
}
#loader_bg {
	background-color: #FFE6BF;
	position:relative;
	top:8px;
	left:8px;
	height:7px;
	width:113px;
	font-size:1px;
}
