@charset "utf-8";
/*  
Theme Name: fassacoop.it
Theme URI: http://www.fassacoop.it
Description: WordPress theme for <a href="http://www.fassacoop.it/">fassacoop.it</a>.
Author: baga
Author URI: http://www.bagaweb.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;
	text-decoration: none;
}
ul { 
	list-style: none;
}
.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	background: #fff;
}
/************************************************/
/*** Header *************************************/
/************************************************/
#header-wrapper {
	background: #000;
}
#header {
	margin: 0 auto;
	width: 980px;
	height: 92px;
	background: url(img/bg-header.png) no-repeat;
}
#title {
	float: left;
	width: 280px;
}
#title h1 a {
	display: block;
	width: 280px;
	height: 82px;
	text-indent: -9999px;
}
#navigation {
	float: left;
	width: 630px;
	height: 40px;
	margin: 24px 0 0 70px;
	background: url(img/bg-nav-sep.png) no-repeat left;
	font-size: 16px;
	text-transform: uppercase;
}
#nav, #nav ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#nav a {
	display: block;
	z-index: 100;
	padding: 0 12px;
	color: #aaa;
	line-height: 40px;
	background: url(img/bg-nav-sep.png) no-repeat right;
}
#nav a:hover, #nav .current_page_item a {
	color: #fff;
	text-decoration: none;
}
#nav li {
	float: left;
	width: auto;
}
#nav li ul {
	position: absolute;
	left: -9999px;
	width: 206px;
	border-bottom: 1px solid #aaa;
}
#nav li ul li {
	border: 1px solid #aaa;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#nav li ul li a {
	background: #000;
	width: 180px;
	line-height: 39px;
}
#nav li ul ul { 
	margin: -40px 0 0 204px;
}
#nav li:hover,#nav li.hover { 
	position: static;
}
#nav li:hover ul {
	left: auto;
}
/************************************************/
/*** SubHeader **********************************/
/************************************************/
#subheader-wrapper {
	background: url(img/bg-subheader-wrapper.png) repeat-x;
	border-bottom: 1px solid #000;
}
#subheader {
	margin: 0 auto;
	width: 980px;
	height: 276px;
	background: url(img/bg-subheader.png) no-repeat;
}
#lang {
	float: left;
	width: 980px;
	height: 19px;
	margin: 8px 0 0 0;
}
#lang ul {
	float: right;
}
#lang li {
	float: left;
}
#lang li a {
	margin: 0 10px 0 0;
}
#lang .qtrans_language_chooser li a {
	color: #fff;
	font-size: 13px;
	font-style: italic;
}
#lang .qtrans_language_chooser li a:hover {
	text-decoration: underline;
}
#descr-img {
	float: left;
	width: 450px;
	height: 190px;
}
#subnav {
	float: left;
	width: 345px;
	margin: 1px 0 0 185px;
}
#subnav li a {
	font-size: 20px;
	color: #fff;
	width: 152px;
	line-height: 54px;
	display: block;
	margin: 13px 0 0 0;
	padding: 0 10px;
	border: 1px solid transparent;
}
#subnav li a:hover {
	border: 1px solid #fff;
}
/************************************************/
/*** Main content layout ************************/
/************************************************/
#top-main-wrapper {
	background: url(img/bg-top-main-wrapper.png) repeat-x;
}
#top-main {
	margin: 0 auto;
	width: 980px;
	height: 10px;
	background: url(img/bg-top-main.png) no-repeat;
}
#main-wrapper {
	background: #dfedbc;
}
#main {
	margin: 0 auto;
	width: 980px;
	background: url(img/bg-main.png) no-repeat 0 10px;
}
#left-col, #right-col {
	float: left;
	width: 151px;
	padding: 10px;
}
#left-col {
	text-align: right;
}
#left-col li {
	margin: 5px 0 25px 0;
}
#right-col {
	text-align: left;
}
div.sidenav h4 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}
#left-col h4 {
	padding: 10px 20px 20px 0;
	background: url(img/bg-side-h4.png) no-repeat 140px 18px;
}
#right-col h4 {
	padding: 10px 0 20px 20px;
	background: url(img/bg-side-h4.png) no-repeat 0px 18px;
}
div.sidenav a {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 28px;
}
div.sidenav a:hover {
	text-decoration: underline;
}
#bottom-main-wrapper {
	background: url(img/bg-bottom-main-wrapper.png) repeat-x;
}
#bottom-main {
	margin: 0 auto;
	width: 980px;
	height: 15px;
	background: url(img/bg-bottom-main.png) no-repeat;
}
/************************************************/
/*** Main content typo **************************/
/************************************************/
#content {
	float: left;
	width: 580px;
	min-height: 450px;
	background: url(img/bg-content.png) repeat-y;
	padding: 10px 29px 20px 29px;
}
#content p iframe, #content p object {
	width: 580px;
	height: 287px;
	border: 0;
}
#content h2 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #016d2f;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}
#content h2 a {
	color: #016d2f;
}
#content h3 {
	font-size: 20px;
	letter-spacing: -1px;
	color: #222;
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
}
#content p {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	padding: 8px 0;
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content a {
	color: #016d2f;
}
#content p a:hover {
	text-decoration: underline;
}
#content p a img {
	display: block;
}
#content p a em {
	display: block;
	background: #016d2f;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border: 1px solid #a9a9a9;
	border-top: none;
}
#content p a:hover em {
	text-decoration: underline;
}
.left-half {
    float: left;
    width: 282px;
	margin: 0 0 5px 0;
}
.right-half {
    float: right;
    width: 282px;
	margin: 0 0 5px 0;
}
.right-half p a img, .left-half p a img {
	border: 1px solid #a9a9a9;
	border-bottom: none;
}
.align-left {
	display: inline;
    float: left;
}
.align-right {
	display: inline;
    float: right;
}
#content #gmap {
	clear: both;
	margin: 20px 0;
	width: 580px; 
	height: 360px;
}
#content #gmap h5 {
	font-size: 20px;
	letter-spacing: -1px;
	color: #222;
}
/************************************************/
/*** Tables *************************************/
/************************************************/
#content table {
	width: 100%;
	margin: 30px 0;
	background: #333;
    border-collapse: separate;
    *border-collapse: collapse; /* hack is needed for IE7 also */
    border-spacing: 1px;
}
#content table th, table td {
	color: #222;
	font-size: 15px;
	padding: 5px;
	background: #fff;
	*border: 1px solid #333;
}
#content table th {
	padding: 0;
}
#content table td.indir {
	width: 261px;
	font-weight: bold;
}
#content table td.tel {
	width: 130px;
	font-weight: normal;
	font-style: italic;
}
#content table td.email {
	width: 185px;
	font-weight: normal;
}
#content table td.orari1 {
	width: 260px;
	font-weight: bold;
}
#content table td.orari2 {
	width: 200px;
}
#content table td.orari3 {
	width: 120px;
}
#content table td.orari1 p {
	text-align: center;
}
#content table td.orari2 p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#content table td.orari3 p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#content table td.indir p {
	text-align: left;
}
#content table td.tel p {
	text-align: center;
	font-size: 14px;
}
#content table td.email {
	text-align: right;
}
#content table td.email a {
	text-decoration: underline;
}
#content table td p.evid {
	font-size: 14px;
	color: #444;
}
#content span.green {
	padding: 5px 0;
	color: #016d2f;
}
#content table th.bg1 {
	background: #ffc000;
	padding: 10px 0;
}
#content table th.bg2 {
	background: #4f81bd;
	padding: 10px 0;
}
#content table th.bg3 {
	background: #f79646;
	padding: 10px 0;
}
#content table th.bg4 {
	background: #9bbb59;
	padding: 10px 0;
}
#content table th.bg5 {
	background: #c0504d;
	padding: 10px 0;
}
/************************************************/
/*** Sitemap ************************************/
/************************************************/
#content li {
	margin: 20px 0 0 0;
	list-style: circle inside;
}
#content li ul li {
	margin: 10px 0;
}
#content li ul li {
	text-indent: 30px;
}
#content li ul ul li {
	text-indent: 60px;
}
#content li a {
	color: #016d2f;
	font-weight: bold;
}
#content li a:hover {
	text-decoration: underline;
}
/************************************************/
/*** Gallery ************************************/
/************************************************/
.ngg-gallery-thumbnail img:hover, .ngg-thumbnail img:hover {
	background: #016d2f !important;
}
.ngg-albumoverview {
	width: 600px !important;
}
.ngg-album {
	background: #dfedbc;
	width: 263px;
	float: left;
	margin: 20px 25px 0 0;
	padding: 10px 5px 5px 5px !important;
}
.ngg-albumtitle a {
	color: #111;
	padding: 0 0 0 5px;
}
/************************************************/
/*** Forms **************************************/
/************************************************/
#content .form-left, #content .form-right {
	float: left;
	width: 280px; 
}
#content .form-left {
	margin: 0 20px 0 0;
}
#content .form-center {
	margin: 0 180px 30px 180px;
}
#content .form-center-off {
	margin: 0 180px;
}
#content form {
	margin: 20px 0 0 0;
}
#content form input, #content form textarea {
	border: 1px solid #a9a9a9;
	margin: 10px 0;
	color: #333;
	font-size: 16px;
}
#content form input {
	width: 278px;
	height: 22px;
}
#content form input.send, #content .form-center input {
	background: url(img/bg-send.png) no-repeat;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	width: 220px;
	height: 60px;
}
#content .form-center-off input {
	font-size: 14px;
	height: 24px;
}
#content form textarea {
	width: 578px; 
	height: 120px;
	overflow: hidden;
}
#guestbook li {
	list-style: none;
	background: #dfedbc;
	margin: 0;
	border-bottom: 1px solid #333;
}
/************************************************/
/*** Guestbook **********************************/
/************************************************/
#guestbook li.alt {
	background: #ebf9c8;
}
#guestbook li span {
	font-size: 12px;
	font-style: italic;
	display: block;
	padding: 25px 0 10px 0;
	margin: 0 20px;
	border-bottom: 1px dashed #a9a9a9;
}
#guestbook li p {
	margin: 10px 20px;
}
#guestbook li div {
	text-align: right;
	color: #016d2f;
	font-weight: bold;
	margin: 0px 20px;
}
/************************************************/
/*** Newsletter *********************************/
/************************************************/
form#newsletter label {
	font-size: 12px;
}
form#newsletter input {
	width: 149px;
	height: 22px;
	margin: 0 0 10px 0;
	color: #333;
	border: 1px solid #a9a9a9;
	font-size: 16px;
}
form#newsletter input.send {
	width: 151px;
	height: 26px;
	margin: 10px 0 20px 0;
	background: #016d2f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
#footer {
	clear: both;
	height: 100px;
	background: #000;
	padding: 10px 0;
}
#footer-nav {
	width: 300px;
	height: 50px;
	margin: 0 auto;
}
#footer ul {
	padding: 10px 0;
}
#footer li {
	float: left;
}
#footer li a {
	padding: 0 18px;
	color: #fff;
}
#footer a:hover {
	color: #499857;
	text-decoration: none;
}
#footer p {
	color: #aaa;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
}
#footer p.lowercase {
	text-transform: lowercase;
}
#footer p a {
	color: #fff;
}
#footer p a:hover {
	text-decoration: underline;
}