/* CSS Document */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #261808;
	background-image: url(../resources/20_03c.jpg);
	background-position: top;
	background-repeat: repeat-y;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.5;
	font-size: medium; /*11px;*/
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 24px;*/
	color: #663;
	margin-left: 25px;
}

h2 {
	border-bottom: 1px solid #300;
}
h2.title {
	border-bottom: 1px solid #DAD0B1;
}

p, li, blockquote, dd, dt {
	color: #330;
}

p, li {
	margin-left: 25px;
}

blockquote {
	margin-left: 50px;
}

a {
	color: #8B2200;
	text-decoration: none;
	}

a em {
	font-style: normal;
	text-decoration: none;
	}
	
p a {	
		white-space: nowrap;
	}
p a:hover {
	background: transparent url(../images/underline.gif) repeat-x 100% 100%;
	padding-bottom:4px;
	text-decoration: underline;
	}
	
a.iconlink:hover {
	background: none;
	padding: 0;
}
	
#content, #header, #menu {
	clear:both;
	width:770px;
	margin:0px auto;
	text-align:left;
}

#content {
	/*background-image: url(./resources/sfondo.gif);*/
	border-left: 1px solid #261808;
	border-right: 1px solid #261808;
	background-color: #fff; /*background-image: url(../resources/dietro.gif);*/
}

#address {
	font-style: italic;
	border: Blue;
}
#header {
	height: 120px; /*	background: #fff url(../resources/zapatos.gif) no-repeat fixed top;*/
	background: #fff url(../resources/grafica2.jpg) no-repeat scroll top;
	border-left: 1px solid #261808;
	border-right: 1px solid #261808;
}

#header h1, #header p {
	display: none;
	}

 #menu {
	height: 2em; /*30px;*/
	padding: 0;
	color: #ECECDA;
	background-color: #663;
	border: 1px solid #261808;
}

 #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
	}
		
 #menu li {
	margin: 0;
	padding: 0;
	float: left;
    }

#menu li a {
	display: block;
	margin:0;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	line-height: 1em;
	color: #ECECDA;
	/* border-right: 1px solid #ECECDA; */
	border-left: 1px solid #ECECDA;
	background:   #663 /*url(./resources/sfondo.gif) no-repeat right*/;
}

#menu li a:hover {
	text-decoration: underline;
	color: #fff;
	background: Blue;
}		 
	 
 #footer a, #footer p {
	color: #ECECDA;
         }
	 	
#footer a:hover  {
	 background: none;
	 color: #fff;
	 }
   
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2em;/*20px;*/
	border-top: 1px solid #261808;
	border-bottom: 1px solid #261808;
	background-color: #663;
}

#footer span.copyright {
	float: left;
	padding-left: 20px;
	}

#footer span.validation {
	float: right;
	padding-right: 20px;
	}
	
h3.date {
	font-size: 100%;
	font-weight: bold;
	color:#C7B787;
	letter-spacing:.15em;
	}

#footer p {
	margin: 0;
}

#footer a {
	color: #ECECDA;
	text-decoration: none;
}

#articles p img {
	margin: 0 0 10px 0;
}

#article {
	width:auto;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#article h1, h2, h3, h4, p, li {
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	
}

#article h2 {
	font-size: 18px;
	border: none;
	font-weight: normal;
}

#article h3 {
	font-size: 16px;
	border: none;
	font-weight: bold;
}

