﻿*{margin:0;padding:0;}
ul,li{margin:0;padding:0;list-style:none;}
body {	font-size:12px;font-family:Tahoma, Arial;background:#DAD6CB url(images/background.gif) no-repeat top center fixed;margin: 0;color:#666459;}

a {	text-decoration: none;color: #797979;}
a:hover {text-decoration: underline;	color:#AE0101;}
#wrap{margin:0 auto;width:804px;}
#header{margin:0 auto;width:804px;height:148px;background:url(images/banner.jpg);}
	.logo{padding-top:8px;padding-left:18px;font-size:30px;font-weight:bold;color:#766E59;}	
	.logo a{font-size:30px;font-weight:bold;color:#766E59;}
	#header ul{padding-left:15px;}
	#menu li{float:left;padding-top:63px;font-size:12px!important;font-size:11px;filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);}
	#menu li a{text-decoration:none;color: #333;padding:2px 4px;}
	#menu li a:hover{text-decoration: underline;color:#AE0101;}

#containbg{float:left;width:804px;margin:0 auto;background:url(images/body.jpg) repeat-y;}
#contain{padding:0 20px 0;}
.clear{clear:left;display:block;}
#main{float:left;padding:10px;width:510px;}
	.text_box{padding:0 10px;font-size:12px!important;font-size:11px;padding-bottom:34px;}
	.title{float:left;width:496px;}
	.text_title{float:left;width:425px;}
	.text_title h1{font-size:12px;color:#797979;height:22px;border-bottom:1px dashed #DCD6CA;width:425px;}
	.text_title h1 a{font-size:12px;color:#797979;}
	.text_title h1 a:hover{color:#666459;text-decoration:none;}
	.text_title p{padding-top:5px;}
	.text_title p a{color:#797979;padding-right:5px;}
	.text_title p a:hover{color:#AE0101;}
	.text_date{float:right;text-align:center;color:#fff;padding-top:10px;font-size:10px;width:62px;height:50px;background:url(images/date.gif) no-repeat top;}
	.text_date p{font-size:20px;font-weight:bold;}
	.text_bottom {background:url(images/comment.gif) no-repeat;width:496px;height:26px;line-height:26px;margin-top:20px;text-indent:10px;color:#797979;font-size:12px!important;font-size:11px;font-weight:normal;}
	.text_bottom a{font-size:12px!important;font-size:11px;line-height:30px;color:#797979;}
	.text_bottom span{font-size:12px!important;font-size:11px;font-weight:normal;color:#797979;line-height:30px;padding-right:25px;float:right;margin-top:-30px;}
	
#sider{float:right;width:203px;padding:10px;line-height:160%;}
	#sider h2{display:block;font-size:12px!important;font-size:11px;text-indent:4px;height:26px;line-height:26px;margin-top:4px;border-bottom:1px dashed #DCD6CA;color:#666459;}
	#sider ul{}
	#sider li {white-space:nowrap;overflow:hidden;text-indent:8px;}
	#sider li a{font-size:12px!important;font-size:11px;height:18px;color:#797979;}
	#sider li a:hover{text-decoration:none;color:#AE0101;}
	#sider li a strong{font-weight:bold;}
	#sider li a:hover strong{}
	#sider p{padding-top:3px;font-size:12px!important;font-size:11px;padding-left:8px;color:#797979;}
	#sider p a{color:#797979;}
	#sider p a:hover{text-decoration:none;color:#AE0101;}

#foot{float:left;clear:both;margin:0 auto;width:804px;height:90px;background:url(images/bottom.jpg);}
#copyright{font-size:11px;margin-top:10px;text-align:center;width:592px;color:#938F84;text-align:center;width:100%;padding-top:18px;filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1) 
}
#copyright a{color:#87847D;}







hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}
img {max-width: 100%;height: auto;}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	background: #fff;
	border: 1px solid #E1DCD1;
}
input.button {
	background: #fff;
	border: 1px solid #E1DCD1;
}
textarea { 
	background: #fff;
	border: 1px solid #E1DCD1;
}
select { 
	background: #fff;
	border: 1px solid #E1DCD1;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 10px solid #E1DCD1;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #797979;
	font-size: 30px;
}
h1 a {
	color: #797979;
}
h1 a:hover {
	color: #999;
}
/* blog description */
.blog-desc {
	display:none;
}
/* sidebar */
.sidebar {
	position: absolute;
	float:right;
	width: 360px;
	right: 20px;
	top: 75px;
}
* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top: expression("-"+document.getElementById('content').offsetHeight+"px");
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: right;
	width: 201px;
	border: 1px solid #9EC9FF;
	background: #F5FBFE;
	padding-left: 9px;
}
#innerSidebarTwo {
	float: left;
	width: 140px;
}
#innerSidebarSearch {
	clear: both;
	padding: 10px; 
	color: #797979;
	background: url('images/search.gif') no-repeat;
	background-color: #F4FBFF;
	margin-bottom: 10px;
	text-align: right;
}
#innerSidebarFooter {
	margin-bottom: 10px;
	clear: both;
	padding: 10px; 
	background-color: #F4FBFF;
}
/* content */
.content {
	width: auto;
	margin-right: 380px;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0;
	overflow: hidden;
	margin-right: 5px;
	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;
}
.panel h5 {
	text-align: left;
	color: #797979;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 0;
	margin: 0px;
	margin-bottom: 4px;
}
.panel h5 a{
	color: #797979;
}
.panel-content{
	width: 95%;
	margin:0;
	margin-bottom: 25px;
	line-height: 150%;
}
.panel-content a{
}
.panel-content a:hover {
 	color:#999;
}

.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #D3E7FC;
}


.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:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #797979;
  font-size:11px;
  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: #797979; 
}
.calendar-today { 
  color: #797979;
  border: 1px solid #797979;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #797979; 
  text-decoration: underline;
}
.calendar-today a {
  color: #797979;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #E1DCD1;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	padding: 10px; 
	padding-left:20px;
	background:url(images/announce.gif) no-repeat left;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 35px;
}
.article-top img{
	visibility:hidden;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	padding: 3px;
	border: 0px solid #E1DCD1;
}
.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: #E1DCD1;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom:1px dashed #DCD6CA;
}
.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;
	background: url('images/dash.gif') no-repeat;
	background-position: 50px 20px;
}
.textbox-calendar {
	float: left;
	height: 49px;
	width: 46px;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
	font-family: Arial;
	font-size: 25px;
	padding: 1px;
	background: #EFF6FE;
	border: 1px solid #A4BEDF;
}
.textbox-calendar-month {
	border-bottom: 1px solid #A4BEDF;
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #2E93C9;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.textbox-title h4{
	color: #797979;
	font-size: 16px;
	padding: 5px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #797979;
}
.textbox-label{
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	text-indent: 29px;
}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.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: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #797979;
	text-align: left;
}
.textbox-bottom a {
	color: #797979;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #797979;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #797979;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #797979;
	text-align:left;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	text-align:left;
}
.tags a {
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #797979;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #797979;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
	border-top:1px dashed #DCD6CA;
}
.commentbox-couple {
	border-top:1px dashed #DCD6CA;
}
.trackbackbox {
	border-top:1px dashed #DCD6CA;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 14px;
	color: #797979;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #797979;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #797979;
	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 dashed #DCD6CA;
 border-top: 0px; 
 text-align: center; 
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #797979; 
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #797979; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	border-top: 10px solid #E1DCD1;
}

.formbox-title,
.formbox-comment-title{
	color: #797979;
	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: #797979;
	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 #E1DCD1;
	background-color: #FBFEFF;
	color: #797979;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #333;
	margin: 10px;
}
.quote-title {
	background-color: #FBFEFF;
	border-bottom: 2px solid #E1DCD1;
	padding: 5px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #797979;
	padding: 10px; 
	background-color: #FBFEFF;
	border: 1px solid #E1DCD1;
	border-top: 0px;
}

/****** 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: #797979;
	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: #797979;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #E1DCD1;
	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 #E1DCD1;
}

