/*

	screen.css
	
	definisce lo stile di presentazione del 
	sito systemanaturae.it per il media screen

	autore: Antonio Rizzo Pinna
	data: 16 agosto 07
	licenza: gpl
	
	
	struttura:

	#wrapper
		#header
		#content
			#menu
			#left
			#right
		#footer
*/

@import "imagemenu.css";


* {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Arial, Verdana, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 160%;
	text-align: center;
	background: #fff0a5;
	/*background: #dafcea;*/
}
a {
	text-decoration: none;
	color: #249533;
}

a:hover{
	color:#8e2800;
}
/*input {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}*/
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
}

#header {
	text-align: left;
	background: url(/img/header.jpg) no-repeat;
	height: 125px;
	width: 630px;

}
#header h1 a{
	display: block;
	height: 75px;
	width: 386px;
	background:url(/img/logo_hover.gif) top left no-repeat;
	text-indent:-5000px;
	position: relative;
	top: 30px;
	left: 30px;
}
#header h1 a:focus {
	outline: none;
}
#header h1 a:hover {
	background-position: bottom left;
}



#header h3 {
	text-indent:-5000px;
}


#menu {
	margin: 0 0 0 15px;
	width: 600px;
	background-color: #8e2800;
	text-align: center;
	color: #FFFFFF;
}

#menu ul {
	padding: 4px 0 4px 0;
}

#menu ul li{
	/*float: left;*/
	display: inline;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	color: #ffb03b;
	text-transform:uppercase;
	
}

#menu ul li a{
	color: #FFFFFF;
	/*border: 10px;
	padding: 10px;*/
}


#menu ul li a:hover{
	color: #468966;
}


#submenu {
	margin: 0 0 0 15px;
	width: 600px;
	background-color: #8e2800;
	text-align: center;
	color: #FFFFFF;

}


#submenu ul li{
	/*float: left;*/
	display: inline;
	margin: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffb03b;
	text-transform:uppercase;
	
}

#submenu ul li a{
	color: #FFFFFF;
}


#submenu ul li a:hover{
	color: #468966;
}

#content {
	text-align: left;
	padding: 10px 0 6px 0;
	background:url(/img/cornice.jpg) repeat-y;
	width: 630px;
}
#left {
	float: left;
	width: 60%;
	position: relative;
	top: 10px;
	left: 30px;
}

#left_diary {
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#left_gallery {
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#temp_gallery {
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#temp_gallery .estratti {
	margin: 50px 50px 100px 50px;
}

#left_gallery ul {
	list-style-type: none;
	padding-left:22px;
	padding-top: 10px;
}

#left_gallery ul li {
	display: inline;
	text-decoration: none;
}

#left_gallery ul li a {
	text-decoration:none;
	border: none;
}

/*#left_gallery ul li a img {
	border: none;
}*/

#left_me {
	float: left;
	padding-left:30px;
	padding-top: 20px;
	/*position: relative;
	top: 5px;
	left: 25px;*/
	width: 45%;
	font-size:90%;	
}

#left_me p {
	text-align:justify;
}

#right_me {
	float: right;
	padding-right: 30px;
	padding-top: 80px;
	/*position: relative;
	top: 25px;
	right: 25px;*/
	width: 40%;
	font-size:90%;
}

#right_me p {
	text-align:justify;
}

#final {
	float: left;
	padding-left:150px;
	padding-top: 50px;
	font-style:italic;
	/*position: relative;
	top: 5px;
	left: 25px;*/
	width: 65%;
	font-size:90%;
	
}
#left p.didascalia {
	text-indent: 5px;
	color: #8e2800;
}

#racconto {
	background: url(/img/racconto.gif) no-repeat;
	height: 360px;
	text-indent:-5000px;
}

#raccontointero {
	/*background: url(/img/racconto_intero.gif) no-repeat;
	height: 1200px;
	width: 580px;
	text-indent:-50000px;*/
	margin: 20px 80px 20px 20px;
	text-align: justify;
}

#raccontointero h5 {	
	color:#333;
	margin: 10px 0;
	font-size: 1.1em;
}
#raccontointero p {
	color: #444;
}

#right {
	float: right;
	width: 20%;
	position: relative;
	top: 10px;
	right: 50px;	

	/*padding: 0 20px 0 0;*/
	/*width: 30%;*/
	
	/* debug
	height: 250px;
	background: #FF3300;
	*/
}
#right img {

	/*position: relative;
	top: 30px;
	right: 20px;
*/
}

p.estratti{
	font-size: 1em;
	text-align: left;
	font-weight: bolder;
	margin-top: 15px;
	color: #8E2800;
}
p.link {
	font-size: 1em;
	text-align: left;
	font-weight: bolder;
	margin-top: 5px;
}
a.estratti {
	margin-top: 10px;
}


#footer {
	background:url(/img/footer.jpg) no-repeat;
	width: 630px;
	height: 125px;
}

#footer p#rights {
	position: relative;
	top: 75px;
	color:#fff0a5;
	font-size:10px;

}
#footer p#mail {
	position: relative;
	top: 45px;	
	font-weight:bold;
}


#header h1 {
	padding: 10px 0;
}
#header h1 a {
	display: block;
	/*text-indent: -5000px;
	height: 30px;*/
	
}
#header h1 a:hover {
	/*background-position: bottom left;*/
}
