/******* ALLGEMEINE ********/

* {margin:0; padding:0;}
html, body {height:100%;}		
body {
	background:#fff url(imgs/top.gif) top left repeat-x;
	margin:0; padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
p {margin-bottom: 1.0em;}
img {border-width: 0;}
.clear { clear:both; height:0; font-size: 1px; line-height: 0px; }

/* h1, h2, h3, h4, h5, h6 {margin-bottom:10px;} */

/* resetting stuff */
ul, li{padding:0; margin:0;}
	
a.lnk {color:#8B005B; text-decoration:none; font-size:.8em;}
a.lnk:hover, a.red:hover{text-decoration:underline;}
a.red {color:#8B005B; text-decoration:none;}

	
/******* CONTAINER ********/

#container {
	margin: 0 auto;
	position:relative;
	}
#content {
	padding:50px 0;
	width:960px;
	margin:0 auto;
	}


/******* HEADER ********/

#header {
	width:960px;
	height:230px;
	margin:0 auto;
	padding:0;
	}
#logo {
	width:260px;
	height:230px;
	margin:0;
	padding:10px 0;
	}
#logo h1 a {
	width:256px;
	height:210px;
	background:#fff url(imgs/logob.gif) top left no-repeat;
	display:block;
	text-indent:-10000px;
	border-bottom:none;
	}
#top {
	text-align:right; padding:4px 0; font-size:.8em; color:#fff; }
#top a{color:#fff; text-decoration:none;}
#top a:hover{text-decoration:underline;}

/******* PRIVATE AREA ********/

#header #private {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:240px;
	z-index:8999;
	display:block;
	width:240px;
	border:1px solid #C8C8C8;
	}
#header #private h3{ color:#ccc;padding:5px 0 0 5px;font-weight:bold; font-size:1em; }
	
#header label { 
	display:none; }
#header input {
	margin: 8px 4px; background:#fff; border:1px solid #C8C8C8; padding: 3px;	
	}
#header #usuari, #header #pwd { width:70px;float:left;  }
#header .btn { width:50px; float:left; }
#header .btnhov { border:1px solid #8B005B; color:#8B005B; }



/******* MENU ********/

#menu {
	width:680px; /* 640px */
	height:42px;
	margin: -136px 0 0 280px;   /* -136px 0 0 320px */
	float:left;
	overflow:hidden;
	z-index:7999;
	}
#menu ul {
	list-style:none;
	height:40px;
	width:680px; /* 640px */
	border-top:1px solid #C8C8C8; border-bottom:1px solid #C8C8C8;				
	}
#menu ul li {
	list-style:none;
	float:left;
	height:40px;
	}
#menu ul li a {
	font:12px Geneva, Arial, Helvetica, sans-serif; color:#8A005A; text-transform:uppercase;
	padding:12px 12px; /* 12px 14px */
	height:40px; 
	display:block;
	text-decoration:none;
	}
#menu ul li a:hover {text-decoration:none;color:#fff; background:#8A005A;}

/******* SEARCHBOX ********/

#header .divider{border-left:1px solid #BDBDBD; float:left; width:18px; margin:6px 4px; height:26px;} 
#header #search { width:90px;float:left;  }
#header #searchbox {float:right; margin-left: 30px; width:160px; height:25px; } /* position:absolute; top:120px; left:600px; z-index:9000; background:#ccc; */  /* margin-left: 30px; width:160px; */
#header .go {width:17px; height:21px; float:left; background:url(imgs/search.gif) 0 0 no-repeat; border:none;}
#header .gohov {width:17px; height:21px; display:inline; border:none; background:url(imgs/search.gif) 0 -21px no-repeat; cursor:pointer;}


/******* FEATURE ********/

#feature {
	width:700px; float:left; margin-top:-70px; height:280px;
	background: transparent url(imgs/mainpic.jpg) bottom left no-repeat; 
	}
#feature h2#welcome {
	height:65px; /* height:45px; */
	width:280px;
	background:url(imgs/slogan.gif) top left no-repeat;
	margin: 0 0 25px 400px;
	text-indent:-9999px;
	}
	#feature h2#welcomecs {
	height:65px; /* height:45px; */
	width:280px;
	background:url(imgs/slogancs.gif) top left no-repeat;
	margin: 0 0 25px 400px;
	text-indent:-9999px;
	}

#feature h3#intro {
	font:.8em/1.5em Geneva, Arial, Helvetica, sans-serif; color:#787878; margin:-30px 220px 200px 20px; /* si h2#welcome height:45px --> margin:-10px 220px 200px 20px; */
	} 


/******* HOMEPAGE CONTENT ********/

/*#home #content {
	 margin-top: 180px; 
	}*/
#home #content #blockx {
	padding:0; margin:0;
	}
#blockx #wines, #blockx #gastr, #blockx #tour { width:220px; }	
#blockx #howto { width:240px;}
#blockx #wines, #blockx #gastr, #blockx #tour, #blockx #howto {
	float:left;	min-height:220px;  height:220px;  
	position:relative; border-top:1px solid #8A005A; border-bottom:1px solid #8A005A;
	}
#blockx #gastr, #blockx #tour, #blockx #howto {
	margin-left:20px;}
#blockx h3 {
	font:1em Geneva, Arial, Helvetica, sans-serif; color:#787878; margin:10px 0 20px 0; }
#blockx p {
	font:.8em/1.4em Geneva, Arial, Helvetica, sans-serif; color:#787878; margin:10px 0 10px 75px;}		
		
#blockx .icon {	
	position:absolute;
	top:50px;
	left:0px;
	height:60px;
	width:60px;
	display:block;
	}
#blockx .more {
	position:absolute;
	bottom:10px;
	right:0;
	margin-top:10px;
	}	


/******* MAINCONTENT ********/

#mainContent {width:700px; float:left; margin-top:-80px; } 

#mainContent ul, #sideBar ul, #sideNotes ul {list-style:none;}

#mainContent h2 {font-size:1.2em; color:#000; font-weight:normal;padding-top:5px;}
#mainContent h3 {font-size:.8em; font-weight:bold; color:#000; padding-bottom:15px;}
#mainContent h3.onlyone {padding:20px 0 15px 0; clear:both;}
#mainContent h4 {font-weight:bold; color:#8A005A; font-style:italic;}
#mainContent h5 {font-weight:bold; color:#8A005A; font-size:small; width:100%; border-bottom:1px solid #8A005A; padding-top:15px;margin-bottom:6px;}

#mainContent p {font-size:.8em; color:#878787;}
#mainContent p.first {padding-top:20px;}
#mainContent p.last {margin-bottom:40px;}
#mainContent blockquote {border:1px solid #C9C9C9; background:#F4F4F4; padding: 5px 15px;font-size:.8em; text-align:justify; margin:20px 0; }
#mainContent blockquote h4 {display:inline; margin-right:4px;}

#mainContent #title {text-align:right; border-bottom:1px solid #8A005A; line-height:3em;} /* height:36px;  */
#mainContent .next {margin:10px 0 26px 0; text-align:center;}
#mainContent .next a {color:#8B005B; text-decoration:none; margin-top:10px; }
#mainContent .next a:hover{text-decoration:underline;}

ul.news, ul.coins {list-style:none;margin:20px 0; }
ul.news li { padding:20px 20px 20px 180px; overflow:hidden; color:#8A8A8A; border-bottom:1px solid #8A005A;} 
ul.news li img { float:left; position:relative; left:-180px; margin-right:-150px; }
ul.news li h3, ul.coins li h3{font-weight:bold; font-size:1em;}
ul.news li h3 a, ul.coins li h3 a{color:#8A005A; text-decoration:none;}
ul.news li h3 a:hover, ul.coins li h3 a:hover{text-decoration:underline;}
ul.news li p {padding:10px 0;}

ul.coins li { padding:10px 20px 10px 0; overflow:hidden; color:#8A8A8A; border-bottom:1px solid #8A005A; }
ul.coins li p {padding: 0;}

ul.gallery { width: 700px; list-style: none; margin: 0 auto; padding: 20px 0 0 0;}
ul.gallery li { float: left; margin: 10px; padding: 0; text-align: center; border: 1px solid #ccc; display: inline; /*-- IE6 Fix --*/ }
ul.gallery li a img { margin-top:10px;}
ul.gallery li a.thumb { width: 170px; height: 170px; padding: 5px; border-bottom: 1px solid #ccc; cursor: pointer; }
ul.gallery li a.thumb:hover { background: #F4F4F4; }
ul.gallery li h6 { font-size: .7em; font-weight: normal; text-transform: uppercase; margin: 0; padding: 6px 10px; background: #f0f0f0; border-top: 1px solid #fff; }
ul.gallery li a {text-decoration: none; color: #777; display: block;}

ul.items li a{ padding:5px 10px; font-size: .84em; color:#878787; border-bottom:1px solid #E1E1E1; background: #fff url(imgs/li.gif) 0 0 no-repeat; display:block;} 
ul.items li a:hover{background:#F4F4F4 url(imgs/li.gif) 0 -30px no-repeat; color:#8A005A;}

#sideBar {margin-left:720px; width:240px;}
#sideBar #news {border:1px solid #C9C9C9; background:#F4F4F4; padding:8px 10px;margin-top:-80px; position:relative;}
#sideBar #news h2{font-size:1.1em; font-weight:normal; color:#8A005A; letter-spacing:1px;}
#sideBar #news h3{font-weight:bold; font-size:1em;}
#sideBar #news h3 a{color:#000; text-decoration:none;}
#sideBar #news h3 a:hover{text-decoration:underline;}

#sideBar #news ul {list-style:none;padding-bottom:20px; }
#sideBar #news ul li { padding-left:70px; padding-top:5px; overflow:hidden; font-size: .7em; color:#8A8A8A; border-bottom:1px solid #E1E1E1; height:65px; overflow:hidden;} 
#sideBar #news ul li img { float:left; position:relative; left:-70px; margin-right:-60px; }
#sideBar #news ul li a img  { border:1px solid #C8C8C8;}
#sideBar #news ul li a:hover img  { border:1px solid #8A005A;}

#sideBar #news .more { position:absolute; bottom:6px; right:10px;}	

#sideBar #meteo, #sideBar #meteocs {width:240px; height:70px; margin-top:20px; position:relative;}
#sideBar #meteo a.eltemps{position:absolute; top:0; left:0; display:block; width:133px; height:70px; text-indent:-9999px; outline:none; background: url(imgs/meteo2.gif) 0 0 no-repeat;}
#sideBar #meteo a.eltemps:hover{background: url(imgs/meteo2.gif) 0 -70px no-repeat;}
#sideBar #meteo a.transit{position:absolute; top:0; left:135px; display:block; width:105px; height:33px; text-indent:-9999px; outline:none; background: url(imgs/transit.gif) 0 0 no-repeat;}
#sideBar #meteo a.transit:hover{background: url(imgs/transit.gif) 0 -33px no-repeat;}
#sideBar #meteo a.dgt{position:absolute; top:35px; left:135px; display:block; width:105px; height:35px; text-indent:-9999px; outline:none; background: url(imgs/dgt.gif) 0 0 no-repeat;}
#sideBar #meteo a.dgt:hover{background: url(imgs/dgt.gif) 0 -35px no-repeat;}

#sideBar #meteocs a{display:block; height:70px; text-indent:-9999px; outline:none; background: url(imgs/meteocs.gif) 0 0 no-repeat;}
#sideBar #meteocs a:hover{background: url(imgs/meteocs.gif) 0 -70px no-repeat;}

#sideNotes {width:220px; float:right; margin:20px 0 0 0; padding:0;} 
#sideNotes div {border-bottom:1px solid #8A005A; margin:5px 0;}
#sideNotes img {padding-bottom:10px;}
#sideNotes img.membre {border-bottom:1px solid #8A005A;}
#sideNotes ul {margin-bottom:20px;}
#sideNotes ul li a{ padding:5px 10px; font-size: .7em; color:#878787; border-bottom:1px solid #E1E1E1; background: #fff url(imgs/li.gif) 0 0 no-repeat; display:block;} 
#sideNotes ul li a:hover{background:#F4F4F4 url(imgs/li.gif) 0 -30px no-repeat; color:#8A005A;}

#sideNotes a.button, #mainContent a.follow { margin:15px 0 15px 0; text-decoration: none; font-size: 1em; line-height:30px; display: block; color:#8A005A; padding-left:20px; height:30px; background: #fff url('imgs/go.gif') center right no-repeat; border: 1px solid #8A005A; }
#sideNotes a.button:hover, #mainContent a.follow:hover { text-decoration:none; background: #F8E9F3 url('imgs/go.gif') center right no-repeat; }
#mainContent a.back { margin:15px 0 15px 0; width:48px; text-decoration: none; font-size: 1em; line-height:25px; display: block; color:#8A005A; padding-left:20px; height:25px; background: #fff url('imgs/back.gif') center left no-repeat; border: 1px solid #8A005A; }
#mainContent a.back:hover { text-decoration:none; background: #F8E9F3 url('imgs/back.gif') center left no-repeat; }

#mainContent #info { margin:20px 240px 0 0;max-width: 460px;}

#mainContent ul#navigation{margin:10px 0 10px 20px;}
#mainContent ul#navigation li a{ font-size: .8em; color:#878787; margin:0 0 10px 3px; padding:0; text-decoration:none;} 
#mainContent ul#navigation li a:hover{ color:#8A005A;} 

#mainContent #left { float:left; width:180px; }
#mainContent #left img{ padding:0 12px 3px 0; }
#mainContent #left .zoom a { height:21px; background:url(imgs/zoom.gif) 0 0 no-repeat; padding-left:21px;display:block; margin-bottom:10px;}
#mainContent #left .zoom a:hover { background:url(imgs/zoom.gif) 0 -21px no-repeat; }

#mainContent p.subtitle, #mainContent p.subtitle2 {font-size:.7em; letter-spacing:1px; color:#878787; padding:0 0 15px 0; margin:0;}
#mainContent p.subtitle2 { text-transform:uppercase;}
#mainContent p.migas {text-align:right;width:700px; font-size:.7em; padding:10px 0 0 0; margin:0;}
#mainContent p.migas a {color:#878787; text-decoration:none;}
#mainContent p.migas a:hover {color:#85005b; text-decoration:underline;}
#mainContent h6 {font-size:1em; font-weight:normal; padding:10px 0; color:#878787;}

		
/******* FORMS ********/

fieldset {
	margin:20px 0 40px 0;  
	padding:20px 0 20px 20px; 
	border:1px solid #C8C8C8; 
	}
legend {
	padding:0 5px;
	color:#787878;
	background-color:inherit;
	}
label {
	display:block;
	}
fieldset p span {
	margin:0;
	font-size:0.9em;
	color:#a5a5a5;
	background-color:inherit;
	}
form input, form textarea{margin:0; padding:0; width:86%;border:1px #C8C8C8 solid;color:#807690;padding:4px 5px;font:12px Arial, Helvetica, sans-serif;background-color: #fff;}
form input.button{margin-right:8px;padding:5px 15px;font:12px Verdana, Arial, Helvetica, sans-serif;border:1px solid #C8C8C8;width:80px; }
form input.button:hover{border:1px solid #8A005A; color:#8A005A;}
form p.first {padding-top:20px;}
form p.last {padding-bottom:20px;}

.warning { font: .9em Arial, Helvetica, sans-serif; color:red;pading:5px 0;}
input.error, textarea.error { border: 1px solid red; }


/******* FOOTER ********/

#footer { position:relative; padding:10px 0; width:960px; margin:30px auto 0 auto; border-top:2px solid #8A005A; }
	
#footer #logoarea{ width:960px; font-size:.72em; color:#878787;padding-bottom:5px;	border-bottom: 2px solid #8A005A;}

#footer #logosleft{ width:850px;float:left; }
#footer #logosleft img{ float:left; padding:2px 12px; }
#footer #logosleft img .first{ margin-left:-12px; }
#footer #logosleft img a{ border:none; }	
#footer #logosright{ width:100px; margin-left:860px; }
	
#footer #left { float:left; font-size:.72em; }
#footer #right { float:right; }
#footer #left, #footer #right, #footer right2 {color:#878787; margin-top:-8px;}			
#footer #right2 {float:right; font-size:.66em; color:#878787; margin-top:-10px;}


/******* MECHS *********/
/* #header #banna {position:absolute; top:50px; left:50%; margin-left:-20px; z-index:8999; display:block; width:230px; height:66px; } */ /* border:1px solid #C8C8C8;display:none; */
/* #header #banna a{  background:url(imgs/banner-vine.jpg) 0 0 no-repeat; width:230px; height:66px; display:block;}  */
#header #banna {display:none;}

