/*  
Template: Elegantly ver1.0 
Designer: Celin.Fox
Website: http://www.gamepallas.com/blog
Time: 2007.1.15
*/

/****** General Styles ******/
body {
	margin: 10px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Arial;
	text-align: center;
}

table {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #000;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid ##666666;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	apdding: 1px;
	border: 1px solid #999999;
	color: #000; 
	background-color: #FFF;
}
input.button {
	height: 20px;
	border: 1px solid #999999;
	border-left: 3px solid #666666;
	color: #666666; 
	background-color: #FFF;
}
textarea { 
	border: 1px solid #F2F2F2;
	background-color: #FFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #666666; 
	background-color: #FFF;
	border: 1px solid #999999;
}


/****** Main Layout Styles ******/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFFFFF;
}

#header {
	margin:0px;
	padding:0;
	height: 340px;
	text-align:left;
	float:left;
	background: url('images/header_bg.gif') no-repeat;
}
#innerHeader {
	margin: 0;
	padding: 0;
}

#footer {
	clear:both;
	margin: 0;
	padding: 0;
	height: 125px;
	background: url('images/footer_bg.gif') no-repeat;
}

#innerFooter {
	padding-top: 40px;
	!line-height: 40px;
	text-align: center;
	color: #ADADAE;
	font-family: Verdana;
	font-size: 12px;
}

#innerFooter a{
	color: #999900;
}
#innerFooter a:hover {
	color: #FF0000;
}


/****** Header Elements Styles ******/
/* header title */
.blog-header {
	margin: 10px;
	padding: 10px 15px 0 15px;
	display: none;
}


/* blog description */
.blog-desc {
	margin: 5px;
	display: none;
}

/* nav menu */
#menu {
	width: 900px;
	margin: 320px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
#menu ul{
	margin: 0;
	padding: 0 0 0 20px;
}
#menu li{
	list-style: none;
	width: auto;
	float: left;
	padding: 0 5px 0 3px;
}
#menu a{
	color: #000000;
}
#menu a:hover {
	color: #FF0000;
}

/****** Content Layout ******/
#mainWrapper {
    width: 900px;
	margin: 0px 10px 40px 10px;
}

/* sidebar */
.sidebar {
	width: 190px;	
	float: left;
	margin: 0;
	padding: 0;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0 0 0 0px;
}

/* content */
.content {
	width: auto;
	float: right;
	width: 100%;
	margin-left: -195px;
}
.content-wide {
	width: auto;
	margin-left: -195px;
}
.content-only {
	float: right;
	width: 100%;
	margin-left: -195px;
}
#innerContent {
	clear: both;
	margin: 0 10px 0 0;
	padding: 0 7px 0 195px;
	overflow: visible;
}

/* 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{
	margin: 5px 0 10px 0;
}
.panel h5 {
    height:29px;
	margin:0;
	margin-right: 0px;
	font-size: 12px;
	color: #E31E72;
	line-height:28px;
	text-align: left;
	text-indent: 30px;
	cursor: pointer;
	cursor: hand;
	background: url("images/side_title_back.gif");
}

.panel-content{
	margin:10px;
	color: #8B5345;
}
.panel-content ul{
	padding: 0;
	margin: 0;
}
.panel-content li{
	padding: 0px;
	margin: 2px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url("images/list.gif") no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background: url("images/list.gif") no-repeat;
	text-indent: 15px;
}


/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 93%; 
  font-size: 12px;
}
.calendar-main {
  background: #FFF;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
	font-size:12px;
	margin-bottom:10px;
}
.calendar-weekdays {
  color: #666666;
  text-align: center;
  margin-bottom:10px;
}
.calendar-weekday-cell {
  color: #000000;
  font-weight: bold;
  font-size:12px;
  text-align: center;
}
.calendar-saturday,
.calendar-sunday {
  color: #993300; 
  padding:0 0 2px 0;
}
.calendar-saturday a,
.calendar-sunday a{
  color: #97B658; 
  font-weight: bold;
}
.calendar-saturday a:hover,
.calendar-sunday a:hover{
  color: #A1BD68;
  font-weight: bold;
}

.calendar-day {
  color: #999999; 
  padding:0 0 2px 0;
}
.calendar-day a {
  color: #8B5345;
  font-weight: bold;
}
.calendar-day a:hover {
  color: #FF0000;
  font-weight: bold;
}

.calendar-today { 
  background: #FF0000;
  color: #fff;
}
.calendar-today a { 
  color: #fff;
  font-weight:bold;
}
.calendar-today a:hover { 
  color: #8B5345;
  font-weight:bold;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  background-color: ##F2F2F2
  border: 1px solid #999999;
}

/****** Announcement Box ******/
.announce{
	border-left: 2px solid  #CFE8F5;
	border-right: 2px solid  #CFE8F5;
	margin: 5px;
	margin-bottom: 20px;
	background: url("images/ann_back.jpg");
}
.announce-content{
	word-break: break-all;
	text-align: left;
	padding: 10px;
	!background-color: #FEFEFE;
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #97B658; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #8B5345;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #8B5345;
	height: 20px;
	border-top: 1px solid #CCDCAF;
	border-bottom: 1px solid #CCDCAF;
}
.listbox-entry {
	word-wrap: break-all;
	color: #8B5345;
	border-bottom: 1px solid #CCDCAF;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	height:41px;
	font-size: 14px;
	padding-top: 5px;
	text-indent: 45px;
	background: url("images/text_box_titleback.gif");
}
.textbox-title h4{
	margin: 7px;
	color: #4F8099;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #4F8099;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #4F8099;
	font-size: 12px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 20px;
	line-height: 150%;
	margin-bottom: 10px;
}
.textbox-bottom{
	padding: 0px;
	margin-bottom: 3px;
	height:10px;
	font-size: 12px;
	color: #8B5345;
	text-align:right;
}
.textbox-bottom a {
	color: #999999;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #000000;
	text-decoration: none;
}
.textbox-adminbar {
	padding-bottom: 4px;
	font-size: 12px;
	color: #8B5345;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #8B5345;
	text-align:left;
	padding-left: 15px;
	background: url('images/trackback.gif') no-repeat 0px;
}
.readmore {
	margin-top: 10px;
	padding: 0 0 0 12px;  
	font-size: 11px;
	color: #8B5345;
	text-align:left;
	font-size:12px;
	background: url('images/readmore.png') no-repeat 0 2px;
}
.tags {
	margin: 15px;
	padding: 0 0 0px 12px;  
	font-size: 12px;
	color: #9EA8BF;
	text-align:left;
	background: url('images/tag_bg.gif') no-repeat 0 2px;
}

/* comments wrapper */
.comment-wrapper{
	margin: 5px;
}

/* comments top box */
.comment-top{
	padding:5px;
	color: #8B5345;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin-bottom: 15px;
	color: #8B5345;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 10px 5px 10px 5px;
}
.commentbox-title{
	border: 1px solid #999999;
	background: #E6E6E6;
	padding: 5px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 5px;
	line-height: 150%;
}
.commentbox-label{
	display: inline;
	color: ##006666;
	font-size: 12px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 2px solid #666666;
	background-color: #EEEEEE;
}
.trackbackbox-label{
	display: inline;
	color: #8B5345;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000;
}

/* comment form wrapper */
#commentForm {
	margin: 10px;
	width: 95%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 50px;
 text-align: center; 
 background-color: #FFF;
 border: 1px solid #CCDCAF;
}
.messagebox-title{
 background-color: #A1BD68;
 color: #fff; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 background:#FFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
 line-height: 150%;
}
.messagebox-bottom{
 color: #666666; 
 background-color: #EEEEEE; 
 padding: 5px;
}


/****** Tag Show Page ******/
.tag-content{
	line-height: 250%;
	word-break: none;
	word-wrap: break-word;
}

/****** Input Form Styles (table) ******/
.formbox{
}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #36A0DF;
	text-align: center;
	border: 1px solid #999999;
}
.formbox-title a, .formbox-title a:hover,
.formbox-comment-title a, .formbox-comment-title a:hover{
	color: #fff;
}
.formbox-rowheader {
	font-weight: bold;
	color: #999999;
	padding: 5px;
}
.formbox-content {
	padding: 0px;
	color: #000;
}


/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #8B5345;
	text-align: left;
	border-bottom: 1px solid #CCDCAF;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 1px solid #666666;
	background-color: #EEEEEE;
	color: #000;
	margin: 10px;
	padding: 10px;
}
.quote {
	margin: 10px;
	border-left: 1px solid #666666;
}
.quote-title {
	background-color: #EEEEEE;
	padding: 5px;
}
.quote-content {
	word-wrap: break-all;
	color: #000;
	padding-left: 10px; 
	background-color: #FFF;
}

/****** Link ******/
.linkover {
	clear: both;
	margin-bottom: 20px;
}
.linkbody {
	margin-top: 0px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
	font-size: 11px;
}
.linktitle a {
	font-size: 12px;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	color: #8B5345;
	border-bottom: 1px solid #CCDCAF;
}