/* CSS Document */

body {
	margin: .6in;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	}

a:link, a:visited {
	color: gray;
	}	
	
#header h1 {text-transform: uppercase;}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Verdana, Arial, serif;
	font-weight: bold;
	color: #000;
	}
h3.wine-list {
	padding: 0 0 .3em 0;
	border-bottom: 2px solid #ddd;
	}

#side, #selector, #selectorbis, #footer p.left, hr, #cime {
	display: none;
	}
#footer p.right {
	display: block;
	margin-top: 2.5em;
	padding-top: .5em;
	border-top: 1px solid #ccc;
	}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main a[href^="/"]:after {
   content: " (http://www.agendamenorca.org" attr(href) ") ";
   }

