/*
Theme Name: Cristina
*/


/*  blue: #121e52   */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

/*-----------------------------------		HEADER			------------------------------------------*/


#header {
	width: 80%;
	margin: 80px auto 0 auto;
}

#logo a {
	margin: 50px 20px 0 0;
	padding: 50px 20px 0 20px;
	color: #fff;
	background: #121e52;	
	font-size: 24px;
}

#logo h1, #logo h2 {
	display: inline;
	font-weight: normal;
}

#logo h2 {
	font-size: 18px;
	color: #121e52;
}


/*-----------------------------------		NAV			------------------------------------------*/

#nav {
	margin: 10px auto;
	padding-left: 10%;
	width: 90%;
	height: 200px;
	background: url(images/sfondo-nav.jpg) bottom repeat-x;
}

#nav h1 {
	font-size: 16px;
	color: #121e52;
	margin: auto auto 20px 30px;
	font-weight:normal;
}

#nav a {
	font-size: 12px;
	color: #333333;
}


#nav a:hover {
	color: #999999;
}

#nav li {
	margin-left: 30px;
	list-style: none;
	width: 200px;
	float: left;
}

#nav ul {
	width: 700px;
}

#cri {
	position: absolute;
	top: 200px;
	right: 0;
}

/*-----------------------------------		CONTENT			------------------------------------------*/

#content {
	width: 80%;
	margin: auto;
}

#content li {
	margin-left: 30px;
}

#content h1 {
	color: #121e52;
	font-size: 16px;
	margin-bottom: 10px;
}

#content p {
	font-size: 12px;
}

#content a {
	color: #121e52;
}

#content a:hover {
	text-decoration: underline;
}

#content h1.claim {
	font-style: italic;
	font-size: 16px;
	width: 60%;
	margin: 100px auto 100px 0;
}

.post-54 .entry-title {
	display: none;
}

#gform_1 {
	height: 200px;
	position: relative;
}

#gform_1 li {
	list-style: none;
}

#field_1_1, #field_1_2, #field_1_4, #field_1_3, #field_1_5, #field_1_6, #field_1_7, #gform_submit_button_1 {
	position: absolute;
}

#field_1_1 {
	top: 0;
}

#field_1_2 {
	top: 50px;
}

#field_1_4 {
	top: 100px;
}

#field_1_1, #field_1_2, #field_1_4 {
	left: 0;
}

#field_1_3, #field_1_5 {
	left: 250px;
}

#field_1_6, #field_1_7, #gform_submit_button_1 {
	left: 500px;
}

#field_1_3 {
	top: 0;
}

#field_1_5 {
	top: 50px;
}

#input_1_5 {
	height: 75px;
}

#field_1_6 {
	top: 0;
}

#field_1_7 {
	top: 50px;
}

.gfield_checkbox input {
	width: auto;
}

#gform_submit_button_1 {
	top: 100px;
}

.entry-content {
	margin-bottom: 20px;
}

/*-----------------------------------		IMG			------------------------------------------*/

#context-img {
	position:fixed;
	bottom: 0;
	right:0;
}


/*-----------------------------------		FOOTER			------------------------------------------*/

#footer {
	width:90%;
	padding-left: 10%;
	background: #121e52 url(images/sfondo-foot.jpg) repeat-x;
	color: #fff;
	height: 100%;
}

#footer p{
	display: inline;
	font-size: 12px;
	text-align: justify;
}

#footer h1 {
	color: #fff;
	font-size: 16px;
	margin: 10px auto 10px 0;
}

#footer fieldset {
	border: 0;
}

#footer legend {
	display: none;
}

#footer label {
	color: #fff;
	font-size: 12px;
}

input, textarea {
	background: #fff url(images/sfondo-input.jpg) bottom repeat-x;
	border: 0;
	margin-bottom: 10px;
	width: 230px;
}

input {
	height: 20px;
	line-height:20px;
}

.check {
	margin-bottom:0;
	display: inline;
	width: 10px;
	height: 10px;
}

.footer-form {
	width: 250px;
	float: left;
}

#mappa {
	float:left;
}


#footer a {
	color: #fff;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

