body {
	font-size: 12px;
	font-family: "ËÎÌå",Tahoma, Arial;
	background: #495166;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
}
p.date 
{
	font-family : ËÎÌå,Arial, Tahoma, Verdana, Sans-Serif;
	font-size : 11pt;
	font-weight : bold;
	text-align: right;
	padding-right: 10px;
}

table {
	font-family: "ËÎÌå",Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	text-decoration: none;
	color: #59307E;
}
a:hover {
	text-decoration: underline;
	color:#4B286A;
}

img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #CFB88C;
	color: #000000; 
	background-color: #F7F3E8;
}
input.button {
	height: 20px;
	border: 1px solid #B18F49;
	border-top: 1px solid #CFB88C;
	border-left: 4px solid #CFB88C;
	color: #330000; 
	background-color: #F7F3E8;
}
textarea { 
	border: 1px solid #CFB88C;
	background-color: #F7F3E8;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #F7F3E8;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background: #FEF8E2 url('images/main_bg.jpg') repeat-y;
	width: 100%;
}

#header {}
#innerHeader {
	background: #DCC7AB url('images/header_bg.jpg') no-repeat;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 36px;
	height: 265px;
}

#footer {
	margin-top: 20px;
	clear: both;
	background: #FFFCF5 url('images/footer_bg.jpg') no-repeat bottom;
	height: 76px;
}
.footer
{
	font-size: 12px;
	line-height:180%;
}
#innerFooter {
	padding: 10px;
	padding-top: 5px;
	font-size: 11px;
	text-align: center;
	color: #666666;
}

#news
{
	position: relative;bottom: 1in; left:0px; right:0; top: 00;
	padding-top: 5px;
	padding-left:-10px;
	font-size: 12px;
	color: #666666;
	width:200px;}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	display: none;
}

/* header title */
.blog-header {
	float: right;
	padding: 0px;
	padding-top: 20px;
	text-align: right;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
h1 a:link {
	color: #04831A;
	text-decoration: none;
}
h1 a:visited {
	color: #04831A;
	text-decoration: none;
}
h1 a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding-top: 10px;
	color:Olive 
}

/* nav menu */
#menu {
	float: right;
	margin-right: -253px;
	text-align: right;
	padding-top:0px
}
#menu ul{
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 0px;
	padding-right: 5px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #FEFCF5;
}
#menu a{
	color: #21B5B6;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 20px;
	margin-right: 18px;
}

/* sidebar */
.sidebar 
{
	padding-top:20px;
	padding-left:-20px;
	float: left;
	width: 200px;
	position:relative;left:-12px;
}

.listContent
{
	padding-top:6px;
	padding-bottom:6px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar 
{
	width:150px;
	padding: 3px;
}
#innerSidebar a{
	color: #6D4921;
}

/* content */
.content {
	float: right;
	width: 96%;
	margin-left: -210px;
	margin-top:10px;
}
.content-wide {
	width: auto;
	margin-left: -210px;
}
.content-only {
	width: 100%;
	margin-left: -170px;
}
#innerContent {
	margin-left: 210px;
	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{
	padding:1px;
	margin-bottom: 10px;
}
.panel h5 {
	color: #766134;
	font-size: 11px;
	font-weight: bold;
	padding:2px;
	margin:0px;
}
.panel-content{
	padding:5px;
	line-height: 120%;
 
	color:#666666;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/list_dot.gif') outside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 180px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #666666;
	font-size:10px;
	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: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #666666; 
	font-weight:bold;
}
.calendar-today {
	color: black;
	border: dashed 1px black;
}

.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;
}

/* stats panel */
#panelStats .panel-content
{
	position:relative;top:-10px;left:-10px;
	color: black;
}




/****** Search Panel ******/


/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
	background: #F7EED9;
	border: 1px solid #EDDCB0;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #002280; 
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #996600; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 5px;
}
.article-bottom {
	padding: 5px;
	margin-top: 5px;
}

/* page links */
.pages {
	color: #666666;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #666666;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CFB88C;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #F7F3E8;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-top: 15px;
	margin-bottom: 35px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_icon.gif') no-repeat left top;
	padding-left: 42px;
	padding-top: 5px;
	height: 42px;
}
.textbox-title h4{
	color: #002280;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #78AA09;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	color: #666666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #666666;
	text-decoration: underline;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #666666;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	border-top: 1px dashed #BEA46D;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
}
.gbbox-title{
	font-weight: bold;
	background: #EDDCB0;
	padding: 5px;
	margin-bottom: 5px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #330000;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background: #F7EED9;
}
.gbbox-reply {
	padding: 10px;
	background: #F5ECD3;
	color: #333333;
	border-top: 1px dashed #EDDCB0;
}
.gbbox-reply-title{
	color: #330000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	display: inline;
}



.listitem { 
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	text-align: left;
	line-height:130%;
	font-size:12px;
} 

a.listitem, a.listitem:link, a.listitem:visited, a.listitem:active  
{
	text-decoration: none; 
	color:#006bad; 
	font-size:12px; 
	font-weight: normal;
}

a.listitem:hover 
{
	color:#006bad; 
	text-decoration: underline; 
}


h1.blog-title{font-size:medium;}

#comments
{
	width:100%;
	padding-top:10px;	
}

.CommentTitle
{
	font-size:11pt;
	font-weight:bold;
	background-color : #FBF8F5;
	padding:5px;
	color:#000;
}

.NoComment
{
	font-size:9pt;
}

.postComment
{
	font-size:9pt
}

.FormText
{
	font-size:9pt
}

.CommentForm
{
	width:100%;
	table-layout:fixed;
}

.MoreEntries
{
	width:100%;
	padding:5px;
	text-align:center;
}



div.post
{
	width:98%;
	border-right: #DCD1C6 1px solid;
	border-top: #DCD1C6 1px solid;
	border-left: #DCD1C6 1px solid;
	border-bottom: #DCD1C6 1px solid;
	background-color: #F8F3EE;
	margin-top: 13px;
	text-align:left;
}

div.postTitle
{
	padding-left:10px;
	font-family: ËÎÌå,Arial, Verdana, Sans-Serif;
	font-size : 14px;
	font-weight:bold;
	color: #F8A943;
	border-bottom: solid 1px #DCD1C6;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color : #F8F3EE;
	text-align:left;
	width:100%;
	height:42px;
	background:url(./images/title_icon.gif) no-repeat center right;
}

.PostImage
{
	
}

div.postFoot
{
	padding:6px;
	background-color : #FBF8F5;
	font-size:9pt;
}

a.desc:link {text-decoration:none;font-size:9pt;color: #000000}
a.desc:visited {text-decoration:none;font-size:9pt;color: #000000}
a.desc:hover {text-decoration:none;font-size:9pt;color: #FF0000}
a.desc:active {text-decoration:none;font-size:9pt;color: #0000FF}


div.postText,.singlepost
{
	padding:10px;
	background-color : #FBF8F5;
	font-size:14px;	
}

div.postText p,
div.postText div
{
	font-size:14px;
	line-height:150%;

}
	
.listtitle
{   
	text-indent:30px;
	background: url('images/Categories.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size:18px;
	font-weight:bold;
	padding-top:3px;
	border-bottom:2px solid #495166;
}
A.entrylisttitle 
{
font-size:9pt;font-weight:bold;
}
DIV.singlepost p {font-size:14px;line-height:135%;}
A.singlePosttitle {font-size:11pt}

#UserPhoto,#Photo
{
	text-align: center;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PhotoList
{
	width:180px;
	border:1px solid #000000;
	margin-bottom:6px;
}


.pager
{
	font-size:12px;
	text-align:center;
	padding:5px;
}

.ListAll 
{
	table-layout:fixed;

}
.tdclass
{
	font-size:12px;
	word-break:keep-all;
	border-bottom:2px dotted #DEDEDE;
	padding-bottom:3px;
	color:#000;
}
.tdright
{
width:105px
}


a.tdlink:link {text-decoration:none;font-size:12px;color: #59307E}
a.tdlink:visited {text-decoration:none;font-size:12px;color: #59307E}
a.tdlink:hover {text-decoration:none;font-size:12px;color: #FF0000}
a.tdlink:active {text-decoration:none;font-size:12px;color: #0000FF}

#tz
{
	border:1px solid gray;
	width:30px;
	font-size:12px;
}

a.pager:link {text-decoration:none;font-size:12px;color: #000}
a.pager:visited {text-decoration:none;font-size:12px;color: #000}
a.pager:hover {text-decoration:none;font-size:12px;color: #FF0000}
a.pager:active {text-decoration:none;font-size:12px;color: #0000FF}

a.viewlink:link {text-decoration:none;font-size:12px;color: #000}
a.viewlink:visited {text-decoration:none;font-size:12px;color: #000}
a.viewlink:hover {text-decoration:none;font-size:12px;color: #FF0000}
a.viewlink:active {text-decoration:none;font-size:12px;color: #0000FF}


