/*
Theme Name: Vania Comoretti
Description: Tema WordPress per il sito www.vaniacomoretti.com
Version: 1.0
Author: Remigio Guadagnini / Altreforme
Author URI: http://www.altreforme.net/
*/

/* ------------------ STRUTTURA */

* {
outline: none;
}

body {
background: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #535252;
line-height: 1.2em;
margin: 0 auto;
padding: 0;
}

#container {
width: 810px;
margin: 30px auto;
padding: 0;
}

#header {
width: 100%;
height: 65px;
}

#navigationhome {
float: left;
height: 80px;
}

#navigation {
height: 80px;
float: left;
}

#language {
height: 80px;
float: right;
font-size: 11px;
}

#content {
width: 807px;
float: right;
padding-bottom: 50px;
}

#textcontent {
width: 500px;
margin-left: 3px;
float: left;
padding-bottom: 50px;
}

#texthomepaintings {
width: 800px;
margin-left: 3px;
float: left;
padding-bottom: 50px;
}

#textcontentopere {
width: 807px;
margin-left: 3px;
float: left;
padding-bottom: 50px;
}

#footer {
clear: both;
width: 807px;
margin-left: 3px;
padding: 30px 0;
}
/* ------------------ FINE STRUTTURA */

/* ------------------ NAVIGAZIONE */

#navigationhome ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navigationhome ul li {
display: inline;
}

#navigationhome ul li a {
padding: 0 12px 0 3px;
font-size: 13px;
line-height: 1.5em;
}

#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation ul li {
display: inline;
}

#navigation ul li a {
padding: 0 12px 0 3px;
font-size: 13px;
line-height: 1.5em;
}

#language ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#language ul li {
display: inline;
}

#language ul li a {
padding: 0 15px 0 3px;
line-height: 1.5em;
}

.current_page_item a, .current_page_ancestor a, .current_page_parent a {
color: #000!important;
}

.annual a {
padding: 0 8px 0 3px!important;
font-size: 12px!important;
}
/* ------------------ FINE NAVIGAZIONE */

/* ------------------ LINKS */
a {
text-decoration: none;
color: #8B8A8A;
}

a:hover {
color: #000;
}

#textcontent a {
text-decoration: underline;
color: #000;
}

#textcontent a:hover {
text-decoration: none!important;
}
/* ------------------ FINE LINKS */

/* ------------------ TIPOGRAFIA */

#textcontent h2 {
font-size: 12px;
margin-top: 30px;
color: #000;
}

p {
margin-top: 0;
margin-bottom: 14px;
line-height: 1.3em;
}

/* ------------------ FINE TIPOGRAFIA */

/* ------------------ IMMAGINI */

img {
border: none;
}

/* ------------------ FINE IMMAGINI */


/* ------------------ LISTA OPERE */

#texthomepaintings ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#texthomepaintings ul li {
display: block;
float: left;
width: 102px;
margin: 0 12px 20px 0;
list-style-type: none;
}

/* ------------------ FINE LISTA OPERE */

hr {
display: none;
}


/* 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 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */