@charset "UTF-8";
/*
	CSS for mamavida.it
	Author: Tecnichemiste srl
	Version: 1.0
*/

body, div, p, ul, li, ol, span, p, table, tr, td, img, form, input, button, select, h1, h2, h3 {
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}


body {
	background-image:url(img/bg-leaves.jpg);
	background-size:100%;
	background-attachment:fixed;
	
	font-family:Verdana, Arial, sans-serif;
	color:#000;
	font-size:0.8em;
}


a {
	color:#4c720a;
	font-weight:bold;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}

#container {
	margin:0 auto;	
	width:980px;
}

#header {
	width:980px;
	height:260px;
	position:relative;
}

#logo {
	position:absolute;
	margin-left:10px;
	margin-top:35px;	
}

#facebook {
	position:absolute;
	margin-left:10px;
	margin-top:230px;
	width:400px;
	height:30px;
	text-align:left;
	z-index:999;
}

#photo-header {
	position:absolute;
	width:491px;
	height:300px;
	margin-left:490px;
	margin-top:0px;	
	background-image:url(img/mamma-bimbo.png);
	background-repeat:no-repeat;
}

#middle {
	width:980px;
	margin-top:-11px;
}

#middle-navbar {
	width:980px;
	height:41px;
	background-image:url(img/body-top.png);
	background-repeat:none;	
	position:relative;
}

#mainmenu {
	position:absolute;
	margin-left:25px;
	margin-top:20px;
	width:725px;
	height:20px;
}

#mainmenu a {
	color:#fff;
	font-size:1em;
}

#mainmenu ul {
	list-style-type:none;
}

#mainmenu ul li {
	float:left;
	display:block;
	margin-right:15px;
}

#searchbar {
	position:absolute;
	margin-left:765px;
	margin-top:15px;
	width:200px;
	height:20px;
}

#searchbar input {
	height:20px;
	color:#4c720a;
	font-size:1em;
}

#searchbar input[type=text] {
	width:170px;
}

#searchbar input[type=submit] {
	width:20px;
}

#middle-content {
	width:980px;
	min-height:10px;
	background-image:url(img/body-middle.png);
	background-repeat:repeat-y;
	overflow:hidden;
}

#accordion-container {
	width:960px;
	height:260px;
	background-color:#f0f0f0;
	padding-top:10px;
}

#page-content {
	width:960px;
	margin-left:10px;
	margin-bottom:10px;
	overflow:hidden;
	font-size:1em;
}

.content-1col {
	width:300px;
	min-height:10px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

.content-2col {
	width:615px;
	min-height:10px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

.content-3col {
	width:930px;
	min-height:10px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

#searchresults {
	list-style: none;
}

#searchresults li {
	margin-bottom: 20px;
}

#middle-bottom{
	width:980px;
	height:18px;
	background-image:url(img/body-bottom.png);
	background-repeat:none;	
}

#footer {
	margin-top:20px;
	width:980px;
	color:#4c720a;
	text-align:center;
	margin-bottom:60px;
}

#footer a {
	color:#4c720a;
}

h1 {
	font-size:28px;	
	color:#a0a0a0;
}

h2 {
	font-size:24px;	
	color:#ff6600;
}

/*tabella con immagini della gallery*/
#gallery {
	
}

/*form di login a destra della gallery*/
#login {
	margin-bottom:20px;
}

#login label {
	display:block;
	width:80px;
	float: left;
}

#login input {
	width:210px;
	border: solid #a0a0a0 1px;
	border-radius:6px;
	height:20px;
	float: left;
	padding:3px;
	margin-bottom:10px;
}

#login input[type=submit] {
	width:220px;
	border: solid #a0a0a0 1px;
	border-radius:6px;
	height:20px;
	float: left;
	padding:3px;
	margin-left:80px;
	clear:both;
	color:#ffffff;
	background-color:#4c720a;
}

/*form registrazione alla newsletter*/
#newsletter {
	margin-top:20px;
	margin-bottom:20px;
}

#newsletter label {
	display:block;
	width:70px;
	float:left;
	clear:left;
	height:20px;
	margin-bottom:10px;
	margin-right:10px;
}

#newsletter input[type=text] {
	width:200px;
	border: solid #a0a0a0 1px;
	border-radius:6px;
	height:20px;
	float: left;
	padding:3px;
	margin-bottom:10px;
	clear:right;
}

#newsletter input[type=checkbox] {
	height:20px;
	padding:3px;
	margin-bottom:10px;
	clear:left;
	float:left;
	margin-right:10px;
	margin-left:80px;
}

#newsletter .instructions {
	float:left;
	clear:right;
	display:block;
	height:20px;
	wdith:200px;
}

#newsletter input[type=submit] {
	width:160px;
	border: solid #a0a0a0 1px;
	border-radius:6px;
	height:20px;
	float: left;
	padding:3px;
	margin-left:80px;
	clear:both;
	color:#ffffff;
	background-color:#4c720a;
}

/*div contenente il testo della privacy*/
#privacy {
	
}

#privacy h2{
	margin-bottom:20px;
}

#privacy p{
	margin-bottom:10px;
}

#privacy ul{
	margin-left:15px;
}

/*form di registrazione*/
#subscription {
margin-top:20px;
margin-bottom:20px;
}

#subscription label {
	display:block;
	width:140px;
	float: left;
	height:20px;
	text-align:right;
	margin-bottom:10px;
	margin-right:10px;
	clear:left;
}

#subscription input[type=text], #subscription input[type=password], #subscription textarea {
	width:440px;
	border: solid #a0a0a0 1px;
	border-radius:6px;
	height:20px;
	float: left;
	padding:3px;
	margin-bottom:10px;
	clear:right;
}

#subscription input[type=checkbox] {
	height:20px;
	padding:3px;
	margin-bottom:10px;
	clear:left;
	float:left;
	margin-left:150px;
	margin-right:10px;
}

#subscription .instructions {
	float:left;
	clear:right;
	display:block;
	height:20px;
}

#subscription textarea {
	height:100px;
}

#subscription input[type=submit] {
	width:160px;
	border: solid #a0a0a0 1px;
	border-radius:6px;
	height:20px;
	float: left;
	padding:3px;
	margin-left:150px;
	clear:both;
	color:#ffffff;
	background-color:#4c720a;
}

#recaptcha_widget_div {
	float:left;
	clear:right;
}



/******************************************* 
*
*	BEGIN ACCORDION STYLE
*
********************************************/

.wrapper {
	position:relative;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	
	width:960px;
	overflow:hidden;
	height:auto;
	position:relative;
	clear:both;
	line-height: 1;
	font: 12px/1.5 Tahoma, Verdana, Arial, sans-serif;
}
.acc_ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	
	height:auto;
	width:100%;
	float:left;
	list-style: none;
}
.acc_ul ._level0 {
	width:80px;
	float:left;
	height:250px;
	position:absolute;
}
.image1 {
	background-image:url(uploads/p1.jpg);
}
.image2 {
	background-image:url(uploads/p2.jpg);
}
.image3 {
	background-image:url(uploads/p3.jpg);
}
.image4 {
	background-image:url(uploads/p4.jpg);
}
.image5 {
	background-image:url(uploads/p5.jpg);
}


.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	background:#a9c04b;
	padding:0px 0px;
	z-index:1;
}
.title_horizontal {
	font-size:13px;
	text-align:center;
	background:#999;
}
.mozilla_rot {
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	-moz-transform: rotate(90deg);
	-moz-transform-origin:left bottom;
	float:left;
	-ms-transform-origin: bottom left;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform: rotate(90deg);
}
.ie_rot {
	-ms-transform-origin: bottom left;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform: rotate(90deg);
	width:240px;
}
.opera_rot {
	-o-transform-origin: 0 0;
	-o-transform: rotate(90deg);
}

/******************************************* 
*
*	END ACCORDION STYLE
*
********************************************/