/*
Bo-Blog V2.1
DreaMana Skin
By civet
2008/9 Update
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	/* background: #FFFFFF url('images/bg.png') right bottom no-repeat; */
	background-attachment: fixed;
	background-color: #EEEEEE;
	margin: 0;
	color: #666666;
	padding: 0;
	text-align: center;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}
td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px;
	color: #666666;  
}
input.text {
	background: #fff;
	border: 1px solid #CCCCCC;
}
input.button {
	background: #fff;
	border: 1px solid #CCCCCC;
}
textarea {
	font-size: 12px;
	color: #666666;  
	background: #fff;
	border: 1px solid #CCCCCC;
}
select {
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #666666; 
	border: 1px solid #CCCCCC;
	background-color: #fff; 
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 935px;
	text-align: left;
	background-color: #fff;
}
#innerWrapper {
	width: 100%;
}
#header {
}
#innerHeader {
	padding: 0;
	padding-top: 22px;
	height: 100px;
}

#footer {
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}
#footer a{
color: #000;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 10px solid #EEEEEE;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 30px;
}
h1 a {
	color: #666666;
}
h1 a:hover {
	color: #999999;
}
/* blog description */
.blog-desc {
	display:none;
}
/* nav menu */
#menu {
	/*float: right;*/
	height: 25px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 72px;
}
#menu a{
	padding: 8px;
	padding-bottom: 2px;
	display: block;
	height: 20px;
	color: #999;
	background: #FFFFFF;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}
#menu a:hover, #menu .activepage a {
	color: #666666;
	background: #BFEFFF;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 5px;
	margin-right: 5px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 200px;
	margin-top: 5px;
}

.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}

#innerSidebarOne {
}
#innerSidebarTwo {
}

#innerSidebarSearch {
	clear: both;
	color: #666666;
	padding: 5px;
	margin-bottom: 10px;
	background: url('images/search.gif') top left no-repeat;
	border: 1px #CCCCCC solid;
	text-align: right;
}



/* content */
.content {
	float: left;
	width: 715px;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0;
	overflow: hidden;
	margin-top: 5px;
}

/* 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:0;
	margin-bottom: 10px;
}
.panel h5 {
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	border: 1px #999999 solid;
	cursor: pointer;
}
.panel h5 a{
	color: #666666;
}
.panel-content{
	line-height: 120%;
	color: #666666;
	padding: 5px;
	margin:0;
	border: 1px #CCCCCC solid;
	border-top: 0px;
}
.panel-content a{
}
.panel-content a:hover {
}

.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}


.panel-content li.indent{
	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;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #666666;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #FF9900; 
}
.calendar-today { 
  border: 1px solid #FF9900;
}
.calendar-day a {
  color: #666666;
  text-decoration: underline;
}
.calendar-saturday a, .calendar-sunday a {
  color: #FF9900;
  text-decoration: underline;
}
.calendar-today a {
  color: #666666;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

/****** Announcement Box ******/
.announce{
	border: 1px #CCCCCC solid;
	margin-bottom: 15px;
}
.announce-content{
	padding: 10px; 
	color: #666666;
	background: #fff;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	/* padding: 5px; */
	margin-top: 15px;
}

/* page links */
.pages {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	color: #666666;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px solid #CCCCCC;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.textbox-title {
	font-size: 14px;
	height: 56px;
	padding-top: 2px;
	word-wrap: break-all;
}

.textbox-title h4{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
	display: inline;
	border-left: 5px #EEEEEE solid;
}
.textbox-title h4 a {
	color: #666666;
}
.textbox-label{
	color: #999999;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #666666;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a {
	color: #666666;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}
.textbox-content a {
	color: #0099CC;
	text-decoration: none;
}
.textbox-content a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
.textbox-bottom a {
	color: #666666;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:left;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333
	text-align:left;
	background: #BFEFFF;
}
.tags a {
	color: #333;
}
/* 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: #000;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
	background: #fff;
	border-top: 1px solid #CCCCCC;
}
.commentbox-couple {
	background: #fff;
	border-top: 1px solid #CCCCCC;
}
.trackbackbox {
	background: #FCFDEC;
	border-top: 1px solid #CCCCCC;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 12px;
	color: #0D80BD;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #0D80BD;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #000;
	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 #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	border-top: 10px solid #BEE6FD;
}

.formbox-title,
.formbox-comment-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000;
	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;
	border-left: 4px solid #BEE6FD;
	background-color: #FBFEFF;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border: 1px solid #eee;
	margin: 10px;
}
.quote-title {
	padding: 5px;
	font-weight: bold;
	border-bottom:#eee 1px dotted;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.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;
	color: #0D80BD;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 14px;
	line-height: 120%;
}

/* 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 #BEE6FD;
}
