/* ---------------------------------------------------
Title: elisacantarelli.com - Main Style Sheet
Author: Stefano Peschiera - www.stefanopeschiera.com
Last Updated: July 8, 2009
------------------------------------------------------

Global Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

blockquote, q {
	quotes: none;
}

ol, ul {
	list-style: none;
}

li {
	line-height: 1.6em;
}

:focus {
	outline: 0;
}

/* General Asset */

body {
	color: #222;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

body#s-pink {
	background-color: #FF3399;
}

body#s-blue {
	background-color: #3399FF;
}

body#s-yellow {
	background-color: #FFFF00;
}

body#s-green {
	background-color: #009933;
}

a, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

p { 
	margin: 5px 0 15px 0;
	line-height: 18px;
}

.intro {
	margin-bottom: 60px;
}
	
h1, h2, h3, h4 {}

h1 {
	display: block;
	height: 150px;
	width: 190px;
	position:absolute;
	font-size: 4em;
}

h1 a:link, h1 a:visited {
	display: block;
	height: 150px;
	width: 190px;
	text-decoration: none;
	color: #fff;
}

h1 span {
	visibility: hidden;
}

h2 {
	margin: 0 0 10px;
	font-size: 2.5em;
	text-transform: uppercase;
}

.minuscolo {
	text-transform: none;
	text-align: right;
}

h3 {
	font-size: 1.5em;
	font-style: italic;
	text-transform: uppercase;
}

h4{
	margin: 25px 0 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: underline;
}

.overtitle {
	text-decoration: none;
}

/*--------------------------------------------------------------------
 LAYOUT
--------------------------------------------------------------------*/

#wrapper {
	min-width: 760px;
	max-width: 980px;
}

#content-wrap {
	float: left;
	width: 70%;
	padding-top: 175px;
}

#content-wrap.home {
	background: #fff url(../images/bg_content-home.png) no-repeat;
}

#content-wrap.casa {
	background: #fff url(../images/bg_content-casa.png) no-repeat;
}

#content-wrap.urbanet {
	background: #fff url(../images/bg_content-urbanet.png) no-repeat;
}

#content-wrap.muoversi_a_parma {
	background: #fff url(../images/bg_content-muoversi_a_parma.png) no-repeat;
}

#content-wrap.biblioteca_internazionale {
	background: #fff url(../images/bg_content-biblioteca_internazionale.png) no-repeat;
}

#content-wrap.sport_ell_tutti {
	background: #fff url(../images/bg_content-sport_ell_tutti.png) no-repeat;
}

#content-wrap.centri_giovani {
	background: #fff url(../images/bg_content-centri_giovani.png) no-repeat;
}

#content-wrap.informagiovani {
	background: #fff url(../images/bg_content-informagiovani.png) no-repeat;
}

#content-wrap.download {
	background: #fff url(../images/bg_content-download.png) no-repeat;
}

#content-wrap.indirizzi_utili {
	background: #fff url(../images/bg_content-indirizzi_utili.png) no-repeat;
}

#content-wrap.contatti {
	background: #fff url(../images/bg_content-contatti.png) no-repeat;
}


#content-main {
	margin: 0 20% 100px 13%;
}

#content-main ul {
	margin: 10px 0 10px 15px;
}

#content-main li {
	list-style-type: disc;
}

#extra {
	margin: -60px 0 25px 13%;
}

#footer {
	display: block;
	padding: 30px 0 30px 13%;
	background-color: #000;
	color: #666;
}

#footer a:link,
#footer a:visited {
	color: #666;
}


/* sidebar */

#sidebar {
	width: 220px;
	margin-left: 70%;
	padding-top: 50px;
}

#sidebar ul {
	padding: 0 0 25px 25px;
}

#sidebar li {
	padding: 2px 0;
}

#sidebar ul li a:link,
#sidebar ul li a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #222;
}

#sidebar h3 {
	padding:  0 0 10px 25px;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

#sidebar #newsletter form {
	padding:  0 0 0 25px;
}

#sidebar #newsletter label {
	display: block;
	margin-bottom: 3px;
	color: #fff;
}

#sidebar #newsletter div {
	margin-bottom: 10px;
}

#sidebar #newsletter input {
	padding: 4px 4px;
	border: none;
}

#s-pink #sidebar #newsletter input {
	background-color: #FF6699;
}

#s-blue #sidebar #newsletter input {
	background-color: #99CCFF;
}

#s-yellow #sidebar #newsletter input {
	background-color: #FFFF99;
}

#s-green #sidebar #newsletter input {
	background-color: #99CC99;
}

#sidebar #newsletter .button {
	width: 60px;
	margin-top: 5px;
	color:  #fff;
}

/* sidebar - yellow section */

#s-yellow #sidebar ul li a:link,
#s-yellow #sidebar ul li a:visited {
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}

#s-yellow #sidebar ul li a:hover {
	color: #FF0000;
}

#s-yellow #sidebar h3 {
	color: #222;
}

#s-yellow #sidebar #newsletter label {
	color: #222;
}

#s-yellow #sidebar #newsletter .button {
	color:  #222;
}

/* Contact form */

#contact-form {
	text-align: right;
}

#contact-form fieldset {
	padding: 0 1em 1em 1em;
}
	
#contact-form label {
	display: block;
	padding: 5px 0;
}

#contact-form input,
#contact-form textarea {
	padding: 4px 4px;
	border: none;
	background-color: #FFFF00;
}

#contact-form .button {
	width: 80px;
	margin-top: 15px;
}



