/*
Fattoria Coroncino CSS
Copyright (C) 2010 Gaia Canestrari
Version 4.1
Last revision: Wednesday, 03rd August, 2010
www.gaiachik.info
*/
/*Reset reloaded by Eric Meyer's - thanks*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
	border: 1px dotted #f1e9af;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end of meyer's
*****************************************************************/

* a {
	position: relative;
}
/* Gets links displaying over a PNG background */

a img {
	border: none;
}
/* Gets rid of IE's blue borders */
.clearleft {
	clear: left;
}
/*****************************************************************/
/* 			COLOURS 				*/
/* bianco off f9f9f9				*/
/* giallino pallido f4efd3 			*/
/* giallo pallido scuro f1e9af	 	*/
/* giallo intenso d9af3d 			*/
/* rosso chiaro aa6865				*/
/* rosso scritte 84352d				*/
/* rosso logo 68160b				*/
/* grigio testo 898873				*/
/* headings - dark grey 31361C		*/
/* verde scuro 4a5220				*/


/* GENERAL SETTINGS */
body {
	color: #31361C;
	font-family: Calibri, "Myriad Pro", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background: #f9f9f9;
	border-top: 1px solid #d9af3d;
}
#wrap {
	background: url(../images/bg.jpg) no-repeat;
	background-position: top left;
	margin: 0 auto;
	width: 797px;
}
#wrap a.skip {
	float: right;
	color: #efefef;	
}
a {
	text-decoration: none;
}
.importante {
	color: #4a5220;
}
.special_text {
	font-family: "Times New Roman", serif;
	font-size: 1.3em;
}
em {
	font-style: italic;
	color: #4a5220;
}
/*
HEADER
***************************************************************************/
#header {
	font-family: "Times New Roman", serif;
	margin: 0 0 30px 134px;
	padding: 13px 0 0 40px;
	line-height: 1.2;
}
#header p#motto {
	color: #aa6865;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 23px 0;
	padding: 0;
	line-height: 1.3;
}
#header p#motto span {
	display: block;
}

h1 {
	font-size: 3.2em;
	text-transform: uppercase;
}
h1 a {
	display: block;
	background: url(../images/coroncino_logo.gif) no-repeat;
	background-position: 370px 3px;
	padding: 25px 0 50px 0;
	color: #84352d;	
	text-decoration: none;
}
h1 a:link {
}
h1 a:visited {
}
h1 a:hover {
}
h1 a:active {
}
#header p#subtitle {
	margin: -50px 0 0 2px;
	font-size: 1.5em;
}
#header p#subtitle span {
	display: block;
	color: #aa6865;
}
/*header end*/

/* MENU
*****************************************************************************/
ul#nav {
	float: left;
	width: 110px;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: right;
	margin-top: 20px;
}
ul#nav li a {
	font-weight: bold;
	padding: 0 32px 0 0;
	display: block;
	color: #898873;
	text-decoration: none;
}
ul#nav li a:link {
	color: #4a5220;
}
ul#nav li a:visited {
	color: #4a5220;
}
ul#nav li a:hover {
	color: #84352d;
}
ul#nav li a:active {
	color: #68160b;
} 
ul#nav li.active a {
	font-weight: bold;
	color: #84352d;
	background: url(http://www.coroncino.it/images/loghino.gif) no-repeat;
	background-position: top right;
} 

/*2nd grade of the menu // vini e vigneti pages links 
**********************************************************/
ul#nav li ul.inner_nav {
	width: 115px;
}
ul#nav li ul.inner_nav li a {
	font-weight: normal;
	color: #898873;
	background: transparent;
	font-size: 0.85em;
	padding: 0 23px 0 0;
}
ul#nav li ul.inner_nav li a:link {
	color: #4a5220;
}
ul#nav li ul.inner_nav li a:visited {
	color: #898873;
}
ul#nav li ul.inner_nav li a:hover {
	color: #84352d;
}
ul#nav li ul.inner_nav li a:active {
	color: #68160b;
} 

/*2nd grade menu active link*/
ul#nav li ul.inner_nav li.active {
	background: url(http://www.coroncino.it/images/loghino.gif) no-repeat;
	background-position: 15px 3px;
}
ul#nav li ul.inner_nav li.active a {
	font-weight: bold;
	color: #84352d;
	border-bottom: 1px solid #84352d;
	display: inline;
}



/* menu end */
/* CONTENT
******************************/
#main {
	color: #898873;
	font-size: 1.4em;
	width: 350px;
	float: left;
	margin: 0px 0 0 70px;
}
h2 {
	color: #31361C;
	font-family: Times New Roman, serif;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #84352d;
	font-size: 1.6em;
	margin: 10px 0 10px -13px;
}
#main p {
	padding: .6em 0;
	margin: 0;
}
#main p a, #main p a:link, #main p a:visited  {
	color: #aa6865;
	font-weight: normal;
	text-decoration: none;
}
#main p a:hover  {
	text-decoration: underline;
}
#main p a:active  {
	font-weight: bold;
	text-decoration: underline;
}
/* 
SIDEBAR
*******************************************/
#sidebar {
	width: 170px;
	float: left;
	margin: 0 0 5px 13px;
	padding: 0 0 0 10px;
	border-left: 1px solid #f1e9af;
}
/*FLICKR BADGE
*************************/
#flickr {
	clear: both;
	width: 170px;
	height: 150px;
	padding: 5px 0 10px 30px;
	background: #f4efd3 url(../images/flickr_coro.gif) no-repeat;
	background-position: 5px 65px ;
	margin: 20px 0 20px  0;
}
#flickr h3 {
	position:absolute;
	left:-300px;
	top:-300px;
}
#flickr a img {
	padding: 4px;
	margin: 0 0 4px 4px;
	float: left;
	width: 60px;
	height: 60px;
}
/*GOOGLE MAP
***************************/
a.gmap {
	font-size: 1.4em;
	text-align: center;
	padding: 10px 0;
	margin-top: -5px;
	width: 200px;
	display: block;
	background: #f4efd3;
}
a:link.gmap {
	color: #aa6865;
}
a:visited.gmap {
	color: #84352d;
}
a:hover.gmap {
	color: #84352d;
	background: #d9af3d;
}
a:active.gmap {
	color: #aa6865;
}
/* FOOTER */
#foot_wrap {
	clear: both;
	overflow: auto;
	background: #d9af3d;
	color: #4a5220;
	min-height: 200px;
}
#footer {
	margin: 0 auto;
	width: 797px;
	font-size: 1.4em;
	min-height: 150px;
	padding: 22px 0;
}
#footer #sitemap_links {
	padding: 0 14em 0 156px;
}
#footer ul {
	display: inline;
}
#footer ul li {
	display: inline;
}
#footer p {
	padding: 0 0 0 156px;
}
#footer p span {
	padding: 2px 0;
	clear: left;
	float: left;
}
#footer a, #footer a:link {
	color: #4a5220;
}
#footer a:visited {
	color: #4a5220;
}
#footer a:hover {
	color: #84352d;
	background: #f4efd3;
}

#footer a:active {
	color: #84352d;
}
#footer a#webdesigner {
	padding: 0 0 0 30px;
	background: url(../images/gaiachik_logo.jpg) no-repeat;
	background-position: 4px 5px;
}
#footer a:link#webdesigner {
	background-position: 4px 5px;
}
#footer a:visited#webdesigner {
	background-position: 4px 5px;
}
#footer a:hover#webdesigner {
	background-position: 4px -35px;
	background: transparent;
}
#footer a:active#webdesigner {
	background-position: 4px -35px;
}
