body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: dejavu-sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a0d00;
	/*	background:  #333333;*//*#000;*/
	background: url("images/header_back.jpg");

	/*background: #4c4c4c;*/
}


#wrapper
{

    margin-right: 20%;
    margin-left: 20%;
    background: url("./images/background.jpg");

}

#subcategories
{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 4em;
}



#subcategories li
{
    display: inline;
}

#subcategories li a
{
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .5em;
    color: #703901;
    font-family: dejavu-sans, arial, helvetica, sans-serif;
    font-size: 1.5em;

}

#subcategories li a.current, #subcategories li a:hover
{

    color: #ffffff;
    border-bottom: 3px solid #703901;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbc1a7;
	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #a6703c;
	border-bottom: 1px dotted #663e17;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

#header_panel
{
    background: url("images/header_back.jpg");
    border-bottom: solid .3em #7D2120;
    padding: 0;
    margin: 0;
    height:170px;
}
#header_panel #left_image 
{
    float:left;
    width:25%;
    height:170px;
    background:url("images/chittarra.jpg") no-repeat;
}

#header_panel #right_image
{
    float:right;
    width:65%;
    height:140px;
    margin-top:30px;
    margin-right:10%;
    background:url("images/header3.jpg") no-repeat;
}

#header_panel img#left-image
{
    width:25%;
    height: 150px;
    margin-right: 0;
    float: left;
    padding: 0;
}

#header_panel img#right-image
{
    position: relative;
    float: right;
    height: 130px;
    margin-right :20%;
    margin-left: 0;
    width: 55%;
    text-align: center;


}


#title_section h1
{
    padding: .0em;
    font-size: 500%;
}

#menu_panel{

	height: 45px;
	margin: 0 auto;
	background: url(images/menu_bg.gif) repeat-x;
	color: #ffffff;
	border-right: solid .3em #7D2120;
	border-left: solid .3em #7D2120;
}

#menu_panel #menu_section{
	width: 100%;
	height: 100%;	
	margin:0 auto;
	padding: 0 0 0 0;
	color: #03a0a6;
}

#menu_section ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 3px solid #472400;
}

#menu_section li a:hover, #menu_section li .current{
	color: #ffffff;
	border-bottom: 3px solid #703901;
}
/* end of menu */


/* content panel */
    
#content_container {
	overflow: hidden;
	height: 100%;
       
	margin: 0 auto;
	border-right: solid .3em #7D2120;
	/*border-left: solid .3em */
	border-left: solid .3em #7D2120;
	border-bottom: solid .3em #7D2120;

	/*background: url(images/content_bg.gif) repeat;*/

}



#content  {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 15px;
}

#content  .post_wrapper {
	clear: both;

	background: url(images/post_bg_repeat.gif) repeat;
	border-top: 3px solid #3b3023;
	border-bottom: 3px solid #3b3023;
	margin-bottom: 40px;	
}

#content  .post {
    padding: 25px 30px 0 30px;
    margin-bottom: 5px;
}

.post .post_title{
	margin: 2px;
	padding: 5px 0 25px 5px;
	font-size: 26px;
	font-weight: bold;
	color: #1a0d00;
}

.post .post_title a
{
    color: #806969;
    text-decoration: none;
    padding: 2px;
    line-height: 1em;
}

.post .post_body{
	width: 100%;
}

.post .post_body img{
	margin-bottom: 15px;
}
