

.notfound{
	font-size:16px;
	font-weight:bold;
	margin:30px;
}



/***** BAR *****/
.bar{
	float:left;
	width:192px;
	padding:30px 0px 0px 0px;
	background:url(../images/b1.gif) left top no-repeat;
}
.bar_title{
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:14pt;
	letter-spacing:1px;
	text-decoration:none;
}

.search_box{
	margin-bottom:20px;
	margin-left:14px;
}
.search_form div{
	float:left;}
.search_form .search_input{
	width:120px;
	border:1px solid #DF851B;
	background-color:#EF8E1D;
}
.search_form .search_submit{
	width:20px;
	border:1px solid #DF851B;
	background-color:#EF8E1D;
	border-left-width:0px;
}


.archive_box,
.last_box{
	margin-bottom:20px;
	margin-left:14px;
}
.archive_box ul,
.last_box ul{
	margin:0px;
	padding:0px;
}
.archive_box ul li,
.last_box ul li{
	list-style:none;
	padding:3px 0px;
}



/***** POST *****/
.post{
}
.post .title a{
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:14pt;
	letter-spacing:1px;
}
.post .category{
	font-weight:bold;
	font-size:14px;
	padding:8px 0px 8px 20px;
}
.post .text{
	text-align:justify;
}
.post .text object{
}

.post .tags{
}
.post .tags .ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.post .tags ul li{
	display: inline;
	margin-right:20px;
}
.post hr{
	width:96%;
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin-top:20px;
}


/***** ARCHIVE *****/
.archive{}
.archive .title a{
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:14pt;
	letter-spacing:1px;
	text-decoration:none;
}
.archive .category{
	font-weight:bold;
	font-size:14px;
	padding:8px 0px 8px 20px;
}
.archive .text{
	margin:4px 0px;
	text-align:justify;
}

.archive .tags{
}
.archive .tags .ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.archive .tags ul li{
	display: inline;
	margin-right:20px;
}



/***** COMMENTS *****/
.comments {
	padding:20px;
}

.comments .title{
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:14pt;
	letter-spacing:1px;
	margin-bottom:4px;
}

.comments .comment{
	padding:10px;
	background-color:#FF9F2F;
	margin-bottom:2px;
}

.comments .comment .author{
	font-weight:bold;
	padding-bottom:4px;
}

.comments .comment .url{
	padding-bottom:4px;
	font-size:12px;
	font-style:italic;
}

.comments .comment .text{
	text-align:justify;
}


/***** FOMR COMMENTS *****/
.form_comments {
	padding:20px;
}
.form_comments .form_item{
	clear:both;
	padding:4px 0px;
}
.form_comments .form_label{
	float:left;
	width:80px;
}
.form_comments .form_input{
	float:left;	
}
.form_comments .form_input input{
	color:#7E6F7F;
	width:200px;
}
.form_comments .form_input textarea{
	width:420px;
	height:100px;
	color:#7E6F7F;
}.form_comments .form_submit input{
	color:#7E6F7F;
	font-weight:bold;
}


.fw_error_message{
	color:#AF5759;
	padding:20px;
	border:6px solid #999999;
	background-color:#eeeeee;

}
