body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	background: #1B9E4E;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana;
	text-align: justify;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 15px;
}

p, ul, ol {
	margin: 0 0 5px 0;
	text-align: justify;
	line-height: 15px;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#banner-profilo {
	width: 800px;
	margin: 0 auto;
	background: url(images/profilo.jpg) no-repeat left top;
	height: 80px;
}

#banner-biliardi {
	width: 800px;
	margin: 0 auto;
	background: url(images/biliardi.jpg) no-repeat left top;
	height: 80px;
}

#banner-accessori {
	width: 800px;
	margin: 0 auto;
	background: url(images/accessori.jpg) no-repeat left top;
	height: 80px;
}


#banner-manutenzione {
	width: 800px;
	margin: 0 auto;
	background: url(images/manutenzione.jpg) no-repeat left top;
	height: 80px;
}

#banner-varie {
	width: 800px;
	margin: 0 auto;
	background: url(images/varie.jpg) no-repeat left top;
	height: 80px;
}

#banner-dove {
	width: 800px;
	margin: 0 auto;
	background: url(images/dove.jpg) no-repeat left top;
	height: 80px;
}

#banner-contatti {
	width: 800px;
	margin: 0 auto;
	background: url(images/contatti.jpg) no-repeat left top;
	height: 80px;
}

#banner-privacy {
	width: 800px;
	margin: 0 auto;
	background: url(images/privacy.jpg) no-repeat left top;
	height: 80px;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 30px;
	background: url(images/bgmenu.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 15px;
	background: url(images/bgmenu.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 45px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 5px 10px 10px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #1B9E4E url(images/indicatore.jpg) repeat-x;
	color: #066029;
}

#menu .current_page_item a {
	background: #1B9E4E url(images/indicatore.jpg) repeat-x;
	color: #066029;
}
/** LOGO */

#logo {
	
	width: 369px;
	height: 89px;
	margin: 0 auto;
	
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FF0000; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 5px 30px 0px 30px;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 800px;
	
}

/* Post */

.post {
	padding: 25px 20px 25px 110px;
	margin-bottom: 0px;
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #990000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 20px;
	color: #990000;
}

.post .entry {
	color: #333333;
}



/* Footer */
#footer-wrap {
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	text-align: center;
	color: #ffffff;
}

#legal a {
	font-weight: normal;
	color: #ffffff;
}
