/*  
Theme Name: Alessandro Magretti
Description: Tema per il sito dell'artista Alessandro Magretti
Version: 1.0
Author: Antonio Bartalozzi
*/



/* STRUTTURA */

*
{
padding:0;
margin:0;
}

body {
	background-color: #FFFFFF;
	background-image:url(images/background_pittore.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
 
#page {
	width: 922px;
	margin: 0 auto;
}
  
#header {
	height: 106px;
	border:0px;
}
 
#wrapper {
	width: 100%;
}

/* Begin Content */  
#content {
	width: 482px;
        padding-right: 45px;
	float: right;
        font-family: Trebuchet MS;
	font-size: 12px;
        line-height: 14px;
        color: #444;
        text-align: justify;
        margin-bottom: 10px;
}



#content h2 {
	font-family: Trebuchet MS;
	font-size: 18px;
        font-weight:normal;
        margin-bottom: 20px;
	text-align: left;
	color: #8c0000;
        text-decoration: none;
}
 
#content h3 {
	font-family: Trebuchet MS;
	font-size: 13px;
        line-height: 15px;
        font-weight:normal;
        text-align: left;
        margin-bottom: 5px;
	color: #000;
}

#content h4 {
	font-family: Trebuchet MS;
	font-size: 13px;
        margin-top: 15px;
        font-weight:normal;
        text-align: left;
        margin-bottom: 15px;
	color: #000;
}

#content p {
	margin-bottom: 10px;       	
}


#content li {
	list-style-image: url(images/puntino.gif);
	padding-left: 0px;
	margin-left: 14px;
        margin-bottom: 5px;
}

#content a {
	color: #572722;
        text-decoration: none;     	
}

#content a:link {
	color: #572722;
        text-decoration: none;     	
}

#content a:visited {
	color: #572722;
        text-decoration: none;     	
}

#content a:hover {
	color: #572722; 
        text-decoration: underline;    	
}

#content a:active {
	color: #572722; 
        text-decoration: underline;    	
}

#content ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}
/* End Content*/ 

/* Begin Sidebar */ 
#sidebar {
        width: 170px;
	font-family: Garamond;
	font-size: 13px;
        font-weight:bold;
        line-height: 18px;
	float: left;
	text-align: left;
        margin-top: 229px;
        padding-left: 96px;
        
}

#sidebar ul{
	list-style:none;
}

#sidebar li a {
	color: #595959;
        text-decoration: none;
}

#sidebar  li a:hover {
	color: #8c0000;
        text-decoration: none;
}


/* End Sidebar */ 

/* Begin Footer */ 
#footer {
	width: 482px;
        text-align: left;
        margin-bottom: 10px;
        margin-left: 395px;
	color: #9e0b0f;
        font-family: trebuchet ms;
	font-size: 10px;
}

#footer h4{
	color: #000000;
        font-family: trebuchet;
	font-size: 10px;
}


#footer a:link {
	color: #572722;
        text-decoration: none;     	
}

#footer a:visited {
	color: #572722;
        text-decoration: none;     	
}

#footer a:hover {
	color: #572722; 
        text-decoration: underline;    	
}

#footer a:active {
	color: #572722; 
        text-decoration: underline;    	
}

#footer hr {    height:1px;
        width: 482px;
        color: #f2f2f2;
        float: left;
        border-width: 1px;
        margin-bottom: 10px;
	}
/* End Footer */ 


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

#content img {
	border: solid;
        border-width: 1px;
        border-color:#666;

}

/*	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: 0px;
	margin: 0 0 8px 12px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 12px 8px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */