/*
Design by Johnnus
Based upon an original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}


body {
	background: #E9E9D5 url(images/bodyback2.png) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}


form {

}


fieldset {
	border: none;
}


legend {
	display: none;
}


h1, h2, h3 {
	margin: 0;
	color: #05553D;
}


h2 {
	margin-bottom: .5em;
	font-size: 1.5em;
}


h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}


p, blockquote, ul, ol {
	margin-bottom: 1.2em;
	line-height: 1.5em;
	font-size: medium;
}


p {
	text-align: justify;
}


blockquote {
	margin-bottom: 0.6em;
	font-style: italic;
	text-indent: 10px;
	padding: 8px 14px 8px 14px;
	background-color: #E4F1EB;
}

blockquote h4 {
	font-size: 0.9em;
}

blockquote p {
	margin-bottom: 0;
}

ul {
	margin-left: 2em;
	list-style: square;
}


ul li {

}


ol {
	margin-left: 2em;
	list-style: lower-roman;
}


ol li {

}


a {
	color: #05553D;
}

a.mail {
	text-transform: none;
}

a:hover {
	color: #BE0000;
}


img {
	border: none;
}

/* Racchiudere l'immagine in un div class="centerimage" per centrarla FUORI da un paragrafo */
.centerimage {
	margin: 0 auto 6px auto;
	text-align: center;
}
/* assegnare la classe left o right all'immagine ALL'INTERNO del paragrafo
	per farci scorrere il testo intorno */
img.left {
	float: left;
	margin: 0 10px 0 0;
	/*border: #D9D785 1px dashed;*/
}

img.right {
	float: right;
	margin: 0 0 0 10px;
	/*border: #D9D785 1px dashed;*/
}

table {
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 1.2em;
}

td {
	height: 1.5em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

td.categoria{
	font-weight: bold;
	border-bottom-color: #999999;
	height: 1.5em;
	color: #05553D;
}

td.descrizione {
	width: 80%;
	padding-right: 8px;
}

td.promozione {
	font-weight: bold;
}

hr.separatore {
	margin: 8px;
	height: 2px;
	color: #05553D;
	background-color: #05553D;
	border: none;
}


/* Boxed Style */
.boxed {
	margin-bottom: 1em;
	background: #F6F6EE url(images/boxedback.png) repeat-x;
	border: 1px solid #05553D;
}


.boxed .title {
	height: 23px;
	padding: 6px 0 0 27px;
	background: url(images/boxedtitleimg.gif) no-repeat 8px 50%;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}


.boxed .content {
	padding: 4px 10px;
}


.gare {
	background-color: #F6F6EE;
	border: 1px solid #05553D;
	width: 90%;
	color: #646464;
	margin-left: auto;
	margin-right: auto;
}


.gare .intestazioni {
	background-color: #065D43;
	color: #FFFFFF;
	height: 18px;
}


.gare .intestazioni .data {
	width: 16%;
}


.gare .intestazioni .circolo {
	width: 25%;
}


.gare .datagara, .gare .nomegara, .gare .circologara {
	height: 40px;
	border-top: 1px solid #065D43;
}


.gare .datagara, .gare .circologara {
	text-align: center;
}


.gare .nomegara a {
	text-decoration: none;
}


.gare .nomegara a:hover {
	text-decoration: underline;
}

.meta {
	font-size: 0.80em;
	margin-bottom: 0.3em;
}
/* Inserire un nuovo id per visualizzare uno score nel div Content > Main > Score */

/*

#score{
    definisce le caratteristiche dell'intero div
}


#score .punt{
    deve definire disposizione(verificare la parola chiave "inline", vedi topmenu)
    margini
    colori
    dimensione del testo della singola "cella" che riporta lo score di UNA buca
}


#score .hole {
    deve definire tutto idem come sopra per realilzzare una linea che riporti i numeri delle buche da 1 a 18
}

*/

/* Header */
#header {
	width: 780px;
	height: 101px;
	margin: 0 auto;
	background: url(images/testata2.png) no-repeat right;
}

/* Header > Logo */
#logo {
	float: left;
	padding: 18px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
	color: #FFFF88;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFF88;
}

#logo h3 {
	margin: 0;
	/*text-transform: uppercase;*/
	font-size: 1.1em;
	color: #FFFF88;
}

#logo address {
	margin: 0;
	font-size: 1.0em;
	color: #FFFF88;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

#logo a {
	text-decoration: none;
	color: #FFFF88;
}

#logo a:hover {
	color: #EEEE00;
}

/* Header > Top Menu */
#topmenu {
	float: right;
	display: none;
}

#topmenu ul {
	margin: 0;
	padding: 86px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img05.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 780px;
	height: 26px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 19px;
	padding: 5px 18px 0 20px;
	/*background: url(images/img06.gif) no-repeat;*/
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	font-size: 90%;
}

#menu a:hover {
	text-decoration: none;
	background-color: #CECE8B;
	color: #BE0000;
}

#menu .first a {
	/*padding-left: 20; ereditato*/
	background: none;
}

#menu .first a:hover {
	background: none;
	background-color: #CECE8B;
	color: #BE0000;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	padding: 7px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 551px;
	background: #FFFFFF;
	margin-bottom: 1em;
}

/* Content > Main > Maincontent */

#maincontent {
	padding: 8px 10px 1.5em 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Newsbox*/

#newsbox {
}

#newsbox ul {
	margin: 0;
	list-style: none;
}

#newsbox li {
	margin-bottom: 1em;
}

#newsbox h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/updatesdot.gif) no-repeat left center;
	font-size: medium;
	color: #646464;
}

#newsbox p {
	margin: 0;
	padding: 0 7px 0 10px;
	line-height: normal;
	font-size: .80em;
}

#newsbox a {
	text-decoration: none;
}

#newsbox a:hover {
	text-decoration: underline;
}

#newsbox .more{
	font-size: 0.8em;
}

#newsbox .more a {
	text-decoration: underline;
	font-size: 0.8em;
}

#newsbox .more a:hover {
	text-decoration: none;
}

#newsbox .meta {
	font-size: 0.65em;
	color: #999999;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/updatesdot.gif) no-repeat left center;
	font-size: medium;
	color: #646464;
}

#updates p {
	margin: 0;
	padding: 0 7px 0 10px;
	line-height: normal;
	font-size: .80em;
}

#updates a {
	text-decoration: none;
}

#updates a:hover {
	text-decoration: underline;
}

#updates .more{
	font-size: 0.8em;
}

#updates .more a {
	text-decoration: underline;
	font-size: 0.8em;
}

#updates .more a:hover {
	text-decoration: none;
}

#updates .meta {
	font-size: 0.65em;
	color: #999999;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners ul {
	margin-bottom: 1.2em;
	line-height: 1.8em;
	font-size: small;
	margin-left: 16px;
}

/* Footer */

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto 2em auto;
	background: #F6F6EE url(images/boxedback.png) repeat-x;
	border: 1px solid #05553D;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 4px;
	text-align: center;
	color: #FFFFFF;
	font-size: small;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: small;
}
