/*  
Theme Name: mt_wp_2
Theme URI: http://mountaintemplates.com/wordpress-templates
Description: Theme designed by Mountain Templates.
Version: 1.0
Author: Mountain Templates
Author URI: http://mountaintemplates.com/wordpress-templates
*/
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form{
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
body{
	margin: 0px;
	padding:0px;
	text-align: center;
	background: #96947F url(images/bg.jpg) repeat-x;
	font-size: 11px;
}
#container{
	width: 800px;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	background: #FFFFFF;

}
#container_t_l{
	background: url(images/container_t_l.jpg) top left no-repeat;
	
}
#container_t_r{
	background: url(images/container_t_r.jpg) top right no-repeat;
	
}
#container_b_l{
	background: url(images/container_b_l.jpg) bottom left no-repeat;
	
}
#container_b_r{
	background: url(images/container_b_r.jpg) bottom right no-repeat;
	padding: 10px;
}
#header{
	background: url(images/header.jpg) no-repeat;
	height: 149px;
	margin-bottom: 10px;
	
}
#logo, #logo a{
	padding: 15px;
	text: #FFFFFF;
        color: #D55001;
	font-size: 20px;
	text-align:center;
}
#main{
	float: none;
	margin-right: 205px;
	color: #515151;
	
}
#main h2 {
	background: url(images/icon_file.jpg) no-repeat ;
	height: 20px;
	line-height: 20px; 
	margin: 0px;
	padding:0px 0px 0px 20px;
}
#main h2, #main h2 a {
	color: #979481;
}
#main small{	
	color: #D55001;
	padding:0px 0px 0px 20px;
}
#main p{
	text-align:justify;
}
#main a {
	color: #D55001;
}
#main .postmetadata {
	padding: 5px;
	border: 1px #D55001 dashed;
	background: #EEEACD;
}
#main .postmetadata small {
	padding: 0px;
}
#main a.comments{
	background: url(images/icon_user.jpg) no-repeat;
	height: 20px; 
	line-height: 20px;
	color: #D55001;
	padding:0px 0px 0px 20px;
	text-decoration: none;
}
#sidebar{
	background:#EEEACD;
	width: 190px;	
	float: right;
	color: #515151;
	padding: 5px;

}
#sidebar #navcat {
	padding-top: 10px;
}
#sidebar #navcat ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar #navcat ul li ul {
	margin: 0px 15px;
	padding: 0px;
}
#sidebar #navcat ul li ul li {
	
}
#sidebar #navcat ul li ul li a{
	background: url(images/arrow.jpg) center left no-repeat;
	color: #525053;
	/*display: block;*/
	line-height: 18px;
	padding-left: 15px;
}
#sidebar #navcat ul li h2 {
	margin: 5px 0px;
	padding: 0px;
	color: #D45200;
}
#searchbox{
	text-align: right;
	border-bottom: 1px #95947F solid;
	padding: 0px 0px 5px 0px;
}
#footer{
	font-size: 0.9em;
	text-align: left;
	width: 800px;
	margin: 0px auto;
}
#footer, #footer a {
	color: #FEFEFF;
}
.textbox{
	font-family:inherit;
	font-size:inherit;
	background: #FFFFFF;
	border: 1px #95947F solid;
	color: #515151;
	width: 185px;
}
.button{
	background-color: #95947F;
	color: #FFFFFF;
	font-weight:normal;
	border: 1px solid #FFFFFF;
}
.clr {
	clear: both;
}
.separator{
	background: url(images/separator.jpg) bottom repeat-x;
	height: 1px;
	font-size: 0px;
	margin: 5px 0px;
}
 
