﻿/* Site typography */

/* Valori generali */
html,body{
	margin: 0;padding:0;
}
h1,h2,h3,p{margin: 0}

h1{
	padding-left:10px;
	font: bold 2.3em/80px arial,sans-serif
}
h2{
	color: #69f;
	font-size: 1.5em
}

img {
	border:0px;
}


h3{
	padding-top: 10px;
	font-size: 1.3em;
	color:red;
	text-align:center;
}

h4 {
	color:white;
	font:1em;
	font-weight:bold;
	text-align:center;
}

p {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
}

a {
	text-decoration:underline;
	color:blue;
}

body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align:center;
}

/* Definizione Layout */

#container{
	width:95%; 
	margin: 10px auto;
    border-width: 2px 2px; 
    border-style:solid;
    border-color:gray;
	background-image:url('../images/extra.png');
	background-repeat:repeat-y;
	background-position: right top;
	line-height:130%;
}

#container2{
	background-image:url('../images/navigation.png');
	background-repeat:repeat-y;
	background-position: left top;
}

#header{
	height: 80px;
	background-image:url('../images/logo_it.png');
	background-position:right;
	background-repeat:no-repeat;
	background-color:maroon;
	border-bottom:2px solid gray;
	color: #ff0;
	text-decoration:none;
	padding: .5em;
}

#navigation{
	float:left;
	margin:0; 
	width: 150px;
	padding: 1em;
}
#extra{
	float:right;
	margin:0; 
	width: 250px;
	padding: 1em;
}
#content{
	margin-left:150px;
	margin-right:250px;
	background-color:black;
	border-left: 1px solid gray; 
	border-right: 1px solid gray;
	padding: 1em;
}
#footer{
	text-align:center; 
    background-color:maroon; 
    color: white;
    clear:both;
    border-top:2px solid gray;
    margin:0 auto;
    padding: .5em;
	font-size:x-small;
	font-weight:bold;
}

/*stili per la sezione header*/

#dataCorrente {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:white;
	text-align:left;
}

#settings {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:white;
	text-align:left;
}

#settings img {
	vertical-align:middle;
}


#settings a {
	text-decoration:none;
	color:white;
	cursor:pointer;
}

/*stili per la sezione navigazione*/

#navigation p { 
	margin: 0 0 1em 0; 
}

#navigation ul{
	margin: 0 0 1em 0;
	padding: 0; 
	list-style-type: none;
	text-align:left;
}

#navigation ul a{
	display:block;
	width: 130px;
	border-bottom: 1px solid #fff;
	color:white;
    font-weight:bold; 
    text-decoration: none;$
}

#navigation ul a:hover{
	background-color: black;
	color: #f00;
}
#navigation ul a#activelink{
	color: #f00;
	text-decoration: none;
}
#navigation p {
	font-size: 70%;
}

#dreamstime_stats {
	font-weight:bold;
	color:white;
	font-size:xx-small;
	text-align:left;
}

#navigation1 {
	text-align:left;
	float:left;
}
/*stili per la sezione extra*/

#extra p { 
	margin: 0 0 1em 0; 
}

#extra1 table {
float:right;
}

#extra1 h5 {
	padding-left:20px;
	text-align:left;
}
 #extra1 img {
	vertical-align:middle;
}
/*stili per la sezione content*/

#content h2 { 
	margin: 0 0 .5em 0; 
}

#content1 {
	border-top: 1px dotted #999;
}

#section {
	width:500px;
	height:300px;
	font-weight:bold;
	font-family:"Comic Sans MS";font-style:italic;
	background-color:white;
	margin:auto auto;
	border-color:blue;
	border-style:groove;
}

#links {
	text-align:justify;
	color:white;
}

#contacts {
	text-align:justify;
}

#contacts span {
	text-align:center;
	color:white;
}

#articoli a {
	color:red;
}

#articoli h5 {
	color:white;
	text-align:left;
	font-size:medium;
}

#articoli h4 {
	color:white;
	text-align:justify;
	font-size:small;
}

#articoli p {
	border-bottom:thin maroon dotted;
	text-align:left;
}

#collection table {
	/*border-style:solid;+*/
	background-color:white;
}

#collection p {
	text-align:left;
	color:black;
	padding:1px;
}

#collection h4 {
	color:maroon;
}

#telelavoro {
	border-bottom:thin maroon dotted;
}

#subscribeForm legend {
	color:blue;
}

#newsletter strong {
	color:white;
}

/* stili per sezione footer */

#dataUltimaModifica {
	font-style:italic;	
	color:red;
}
#copyright {
	color:white;
}
#webmaster {
	text-decoration: underline;
}

#footer table {
	width:100%;
	border:0;
}

#footer td.left {
	width:190px;
	text-align:center;
}

#footer td.right {
	width:300px;
	text-align:center;
}
