/*CSS N.O. Gallery
created by Diana Quarti http://www.dianadesign.it/ 
for Dondina Associati http://www.dondina.it/ */

* {
padding:0px;
margin:0px;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
}

/* classi generali - allineamenti */
.colonna {
	width: 250px;
	text-align: left;
	float: left;
}

.left {
	text-align: left;
	float: left;	
}
.right {
	text-align: right;
	float: right;	
}
.giustificato {
	text-align: justify;
	width: 760px;
	float: left;	
	clear: both;
}
.riga {
	float: left;	
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
}
.argomento {
	float: left;	
	clear: both;
	padding-bottom: 15px;
	padding-top: 5px;
	width: 760px;
}
.didascalia {
	font-size: 12px;
	line-height: 13px;	
}

.imgleft {
	text-align: left;
	float: left;	
	padding-bottom: 10px;
	padding-right: 10px;
}

.imgright {
	text-align: right;
	float: right;	
	padding-bottom: 10px;
	padding-left: 10px;
}

.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}

.green {
	color:#99cc00;
}

a.green  {
	color: #99cc00;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover.green  {
	color: #99cc00;
	text-decoration: underline;
	font-weight: bold;
}

a:active.green  {
	color: #99cc00;
	text-decoration: underline;
	font-weight: bold;
}

a:visited.green  {
	color: #b6db21;
	font-weight: bold;
}
/* formattazione testo */

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 25px;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
	color: #000000;
	padding-bottom: 15px;
	text-transform: uppercase;
}

p  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	padding-bottom: 10px;
}
blockquote  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}

ul  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	list-style-type: disc;
	padding-left: 35px;
}

li  {
	padding-bottom: 10px;
}

a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #999999;
	font-weight: bold;
}

.title a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.title a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.title a:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.title a:visited {
	color: #000000;
	font-weight: normal;
}

.img-border {
	border: 1px solid #000000;
}

/* id struttura */

/* contenitore pagina */
#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	height: 100%;
}

/* formattazione header e navigazione */
#header {
	height: 80px;
	width: 760px;
}

#logo {
	height: 14px;
	width: 160px;
	float: left;
	padding-bottom: 5px;
	padding-top: 40px;
}

#header ul {
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 40px;
}

#header li {
	white-space: normal;
	display: inline;
	padding-left: 14px;
	font-size: 13px;
}

#header a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

#header a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#header a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#header a:visited {
	color: #999999;
	font-weight: bold;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
}
#logo a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

#logo a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#logo a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#logo a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* formattazione footer */

#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#666666;
	width: 760px;
	padding-bottom: 10px;
	padding-top: 30px;
	margin-bottom: 10px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited {
	color: #999999;
	font-weight: bold;
}

/* formattazione navigation2 */

.navigation2 ul {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

.navigation2 li {
	white-space: normal;
	display: inline;
	padding-left: 0px;
	padding-right: 20px;
	font-size: 13px;
}

.navigation2 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

.navigation2 a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.navigation2 a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.navigation2 a:visited {
	color: #999999;
	font-weight: bold;
}

/* formattazione home */
#containerhome {
	width:100%;
	margin: 0px auto;
	text-align: center;
	height: 100%;
}

#footerhome {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#666666;
	width:100%;
	margin-bottom: 10px;
}

#footerhome a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}
.tit_evento {
	text-transform: uppercase;
	font-weight: bold;
}.clear {
	clear: both;
}
