body{
	background: #f9f8f4;
	margin:0px;
	margin-top: 10px; 
	padding:0px;
	font: 80%/1.6em tahoma, arial,  sans-serif; 
	color: #333; 
	text-align: center;
}


/*-------------------- constants -------------------*/

* {
	padding: 0; 
	margin:0;
}
p {
	margin: 0.7em 0;
	line-height:1.6em;
}
dl {
	margin:1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em;
	padding:0;
}

a 
{
    text-decoration:none;
}
a:link, a:visited {
	color: #265e15;	
}
a:hover, a:active {
	border-bottom:#963 1px solid;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: "Times New Roman", Times, serif, Georgia, Verdana, Arial, Serif;
}

/*-------------------- layout -------------------*/

#container-3col {
	border: #ddd 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 990px;
	position: relative; 
	text-align: left;
}
#container-inner-3col {
}

#container-2col {
	border: #ddd 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 780px; 	
	position: relative; 
	text-align: left;
}
#container-inner-2col {
}

#header-3col, #header-2col {
	background: #fff url(../images/misty.jpg) right bottom no-repeat;
	margin: 20px 10px; 
	height: 250px;
}
#header-inner-3col, #header-inner-2col {
	height: 50px;
}

#left-bar {
	width:210px;
}
#left-bar-inner {
	width:200px;
	margin-left:10px;
}

#middle-bar {
	width: 569px;
}
#middle-bar-inner {
	width: 510px;
	margin-right: 30px;
	margin-left:30px;
}

#right-bar {
	width:210px;
}
#right-bar-inner {
	width:200px;
	margin-right:10px;
}

.clear {
	clear:both;
}


/*-----------------header-----------------*/

.header-title {
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:1px;
}
.header-title a{ 
	text-decoration:none;	
	border:none;}
.header-title a:hover{ 
}	

.header-description {
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;		
}


/*-----------------sidebar--------------*/

.side-bar-component {
	background: #ededed url(../images/sideheadtop.gif) left top no-repeat;
	margin-bottom: 10px;
	font-size:0.9em;
	padding:10px 0px;
}
.side-comp-body {
	width:180px;
	margin-left:10px;
}

.side-comp-header {
	font-weight: normal;
	font-size: 1.6em;
	text-align: left;
	color: #265e15;
	margin-left:10px;
	margin-bottom:10px;
}

.side-bar-component ul{
	margin:0px;
	padding:0px;
}

.side-bar-component li{
	list-style:none;
	text-indent:13px;
	margin:0px;
	padding: 0px;
}


/*--------------------- page post --------------------*/

.post {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
}
.post .post-head h2{
	font-size: 1.4em;	
	letter-spacing: 1px;
	font-weight: normal;
}


.post-head {
	margin-bottom:10px;
}
.sum-foot {
	margin-top:15px;
	font-size: 0.9em;
	color: #999999;
}

#comment_a {
	padding-left:22px;
	padding-right:10px;
	font-size:0.9em;
	border-right:1px solid; 
	background:url(../images/comments.gif) 5px 2px no-repeat;  
}
.date {
	font-size: 0.9em;
	color: #999999;
	background-color: transparent;
	background: url(../images/underline1.jpg) left bottom no-repeat;
	padding-bottom: 12px;
}
#category_a {
	padding-left:10px;
	font-size:0.9em;
	border-left:1px solid; 
}
.day, .time {
	display:none;
}


/*--------------------- page comment --------------------*/

#comments {	
	margin-top: 40px;
	margin-left: 10px;
}

#comments h3 {
	font-size: 1.4em;
	color:#265e15;
	font-weight:normal;
	margin: 20px 0 20px 0;
}

#comments h5 {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

#comments p {
	margin: 3px 0 0 0px; 
}

#comments .date {
	font-size: 0.9em;
	color: #999999;
}
#comments .time {
	display: inline;
}

#form_add label {
  float:left; display:block;
  width:60px; margin:0px 15px 0px 15px;
}

#form_add {
	margin-left: 0px; width: 400px;
	border: 1px solid #D6DCC0;
	padding: 10px 10px 10px 10px;
}

textarea, input {
	font: normal 12px Arial;
	border: #CCCCCC 1px solid;
	margin-bottom: 2px;
}

#form_add textarea { 
	width:290px; height: 100px;
}	

#form_add h3 {
	padding-left: 20px;
	background: url(../images/icons/comment_add.gif) center left no-repeat;

}


/*--------------search--------------*/

#search_form {
	height:auto;
	padding:0px;
	margin:0px;
}

#search_form input {
	border: 1px solid #999999;
	width: 100px;
	padding: 2px;
	background-color: #ffffff;
}
#search_form .button {
	border: 1px solid #999999;
	background-color: #e6e6e6;
	margin-left: 2px;
	color: #265e15;
	padding: 2px;
	width: 50px;
	font-size:0.9em;
	vertical-align:top;
}
