/*  
Theme Name: La fattoria maldestra tema 2
Description: Tema per il sito dell'etichetta discografica La fattoria maldestra
Version: 2.0
Author: Antonio Bartalozzi
*/



/* STRUTTURA */

*
{
padding:0;
margin:0;
}

body {
	background-color: #418d29;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
 
#page {
	width: 600px;
	margin: 0 auto;
}
  
#header {
	height: 30px;
	border:0px;
}
 
#wrapper {
	width: 100%;
}
 
#content {
	width: 370px;
        height: 480px;
        padding-right: 20px;
	float: right;
        font-family: courier new;
	font-size: 11px;
        line-height: 14px;
        color: #4c4835;
        overflow: Auto;
}

#content p {
         margin-bottom: 12px;
}

#content a {
	color: #b51701;
        text-decoration: none;
}

#content a:hover {
	font-weight: bold;
}

#content h2 {
	font-family: courier;
	font-size: 13px;
        font-weight:normal;
        margin-bottom: 14px;
	text-align: left;
	color: #b51701;
        text-decoration: underline;
}
 
#content h3 {
	font-family: courier new;
	font-size: 12px;
        font-weight:normal;
        margin-top: 14px;
	margin-bottom: 10px;
	text-align: left;
	color: #b51701;
}

#content h4 {
	font-family: courier new;
	font-size: 11px;
        font-weight:normal;
        margin-top: 14px;
	margin-bottom: 5px;
	text-align: left;
	color: #b51701;
}

#sidebar {
        width: 160px;
	font-family: courier new;
	font-size: 12px;
        font-weight:regular;
        line-height: 16px;
	float: left;
	text-align: right;
        margin-top: 80px;
        
}

#sidebar ul{
	list-style:none;
}

#sidebar li a {
	color: #4c4835;
        text-decoration: none;
}

#sidebar  li a:hover {
	color: #b51701;
        text-decoration: none;
        font-weight: bold;
}
 
#footer {
        font-family: Verdana;
	font-size: 8px;
	color: #EE7F00;
	text-align: right;
	margin-top: 456px;
	margin-right: 162px;
}

#footer h1{
        font-family: Verdana;
	font-size: 8px;	
        color: #FFFFFF;
        font-weight: bold;
	
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
