/*  
Theme Name: Montitaft
Description: Specific Theme for site www.monti-taft.org
Version: 1.0
Author: Antonio Rizzo Pinna - Afterzeta di Antonio Rizzo Pinna
*/

/*Copyright 2013, Afterzeta di Antonio Rizzo Pinna


/* 
TABLE OF CONTENTS 

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Page Styles
  WP Post Formatting  
  Comments
  Forms
  Clear
  Footer



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body {
	background: #fff;
	color: #58595b;
	padding: 0;
	font-size: 62.5%;
 	font-family: Verdana, Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	text-align: left;
	}

select, input, textarea {
	}

.post select, .post input, .post  textarea {
	border: 1px solid #76ABC4;
}

a, a:visited {
	color: #f86f15;
	text-decoration:none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	}	

th {
	background:#e4e4e4;
	text-align:left;
	width:35%
	}

th, td {
	border-bottom:1px solid #FFF;
	padding:4px 7px;
	}
	
td {
	background:#f2f2f2;
	width:65%;
	}		
			
p {
	text-align: justify;
}

img {
	display: block;
	border: none;
}

strong, b {
	font-weight: bold;
}

ul.menu, ul.list {
	list-style-type: none;
}

/* Float Properties*/

.clearer {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* STRUTTURA */

#page{
	width: 100%;
	text-align: center;
}

#page-inner {
	width: 980px;
	margin: 0 auto;
}

#header {}

#top-header {
	height: 33px;
	margin: 5px 0 30px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dedede;
}

#main-header {
	position: relative;
	height: 100px;
	margin-top: 30px;
}

#navigation {}

#maincontent {
	padding: 20px 0;
}

#content {
	min-height: 450px;
}

#content-left {
	float: left;
	width: 650px;
}

#content-right {
	width: 310px;
	float: right;
}

#footer {
	padding: 5px 0 20px 0;
	border-top: 1px solid #42545c;
}

/* END STRUTTURA */


/* HEADER */

ul#loghini {
	list-style-type: none;
}

ul#loghini li {
	float: left;
	height: 33px;
	margin: 0 70px 0 0;
}

ul#loghini li.last {
	margin-right: 0;
}

#brand {
	display: block;
	width: 379px;
	height: 92px;
	background: url(images/brand.jpg) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
h2#description {
	text-indent: -9999px;
}

/* LINGUE*/

#lang_sel_list {
	position: absolute;
	right: 5px;
	top: 10px;
	height: auto;
	font-family: inherit;
	border: none;
}

#lang_sel_list ul {
	list-style-type: none;
	height: auto;
	top:0;
	border: none;
	text-align: right;
}
#lang_sel_list ul li {
	display: block;
	text-transform: uppercase;
	float: right;
	font-size: 1.2em;
}

#lang_sel_list ul li.icl-it {
	padding: 0 10px 0 0;
	border-right: 1px solid #42545c;
}

#lang_sel_list ul li.icl-en {
	padding: 0 0 0 10px;
}


#lang_sel_list ul li a{
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}


/* END LINGUE */

/* SEARCH */

#searchonsite {
	position: absolute;
	bottom: 15px;
	right: 0;
}

input#s {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #42545c;
	font-size: 1.3em;
	padding: 3px 5px;
	margin-right: 5px;
}

input#searchsubmit {
	border: none;
	background: #42545c;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.3em;
}

/* END SEARCH */


#barra-navigazione {
	height: 32px;
	width: 100%;
	background: #42545c;
	text-align: left;
}

#barra-navigazione ul.menu li {
	display: inline;
	line-height: 32px;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 20px;
	font-weight: 100;
}

#barra-navigazione ul.menu li a {
	color: #fff;
}

#barra-navigazione ul.menu li.current-menu-item a, #barra-navigazione ul.menu li.current-category-ancestor a {
	color: #f86f15;
}




/* END HEADER */

/* CONTENT */
.box .desc-box {
	background: #42545c;
	padding: 10px 5px;
	text-align: left;
}

.box .desc-box h3 {
	font-size: 1.4em;
}

.box .desc-box p {
	font-size: 1.3em;
	color: #fff;
}

.section {
	text-align: left;
}

.section-home {
	margin-top: 20px;
}

.section-home .box {
	float: left;
	width: 310px;
	border: 1px solid #42545c;
	overflow: hidden;
}

.section-home .box-last {
	float: right;
}

.section-home .box-second {
	margin-left: 22px;
}

.section-home .parte-left {
	float: left;
	width: 645px;
}

.section-home .parte-right {
	float: right;
	width: 310px;
}

.section-home .part div.titolo, .pagina div.titolo, .categoria div.titolo, .articolo div.titolo {
	border-bottom: 1px solid #42545c;
	padding-bottom: 5px;
}

.section-home .part div.titolo h3, .pagina div.titolo h1.titolo, .categoria div.titolo h1.titolo, .articolo div.titolo h1.titolo {
	font-size: 1.17em;
	font-weight: bold;
	color: #000;
	text-align: left;
}

 #breadcrumbs {
	border-bottom: 1px solid #42545c;
	padding-bottom: 5px;
	font-size: 1.17em;
	color: #000;
	text-align: left;
}
 #breadcrumbs a {
	color: #000;
	font-weight: bold;
}


.section-home .part .titolo h3 a{
	color: #000;
}

.section-home .part .anitem {
	font-size: 1.3em;
	margin: 5px 0 10px 0;
}

.section-home .part .anitem p.data {
	font-size: 1.1em;
}

.section-home .part .anitem h2 {
	font-size: 1em;
	font-weight: normal;
}
.section-home .part .anitem h2 a {
	color: #58595b;
}

/* TWITTER STYLES */


.twitter-part {
	font-size: 1.3em;
}

.twitter-part p {
	border-bottom: dotted 1px #ccc;
	padding: 2px;
	text-align: left;
}

.twitter-part small {
	font-style: italic;
	color: #ccc;
	background: none;
}


/* TWITTER STYLES */

#recapiti {
	background: #42545c;
	padding: 5px;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
}

.pagina #recapiti {
	margin: 10px 0;
	
}

#recapiti .titolo {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 5px 0 15px;
}

#recapiti .titolo h4 {
}

#recapiti .first {
	float: left;
	width: 200px;
}

#recapiti .second {
	float: left;
	width: 200px;
	margin-left: 60px;
}

#recapiti .third {
	float: left;
	width: 200px;
	margin-left: 60px;
}

#recapiti .fourth {
	float: right;
	width: 200px;
}

#recapiti h4 {
	margin: 0 0 3px 0;
	font-weight: bold;
}

#recapiti p {
	margin: 0 0 2px 0;
}

/* PAGES */



.pagina-content, .categoria-content, .articolo-content {
	padding: 10px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: justify;
}

.pagina-content p, .articolo-content p {
	margin: 0 0 3px 0;
}
.pagina-content ul, .articolo-content ul {
	list-style-position: inside;
}

.pagina-content img.alignnone, .articolo-content img.alignnone {
	margin: 15px 0;
}
.pagina-content img.aligncenter, .articolo-content img.aligncenter {
	margin: 15px auto;
}

.pagina-content img.alignleft, .articolo-content img.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

.pagina-content img.alignright, .articolo-content img.alignright {
	float: right
	margin: 15px 0 15px 15px;
}

#content-right .box {
	width: 100%;
	border: 1px solid #42545c;
	overflow: hidden;
	margin: 20px 0 0 0;
}

#content-right .box .desc-box {
	background: #42545c;
	padding: 10px 5px;
	text-align: left;
}

#content-right .box .desc-box h3 {
	font-size: 1.3em;
	font-weight: normal;
}


	/* MODULO DI CONTATTO */
	
.pagina-contattaci .wpcf7-form p {
	margin: 10px 0 15px 0;
}
input.wpcf7-text, textarea.wpcf7-textarea {
	border: 1px solid #42545c;
	font-size: 1.3em;
	padding: 3px 5px;
	margin-right: 5px;
}

input.wpcf7-submit {
	border: none;
	background: #42545c;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.3em;
}
	/* END MODULO DI CONTATTO */



/* END PAGES */

/* CATEGORIES */

.categoria-aree .block-categorie {
	float: left;
	width: 485px;
	height: 285px;
	line-height: 285px;
	background: #42545c;
	margin-bottom: 10px;
	text-align: center;
}

.categoria-aree .block-categorie-2, .categoria-aree .block-categorie-4, .categoria-aree .block-categorie-6 {
	float: right;
}

.categoria .article-preview {
	padding: 20px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #dedede;
}
.categoria .article-preview-last {
	border-bottom: none;
}


.categoria .article-preview img.thumb {
	float: left;
	width: 150px;
	margin: 0;
}

.categoria .article-preview img.logo {
	float: left;
	width: 140px;
	margin: 0;
}

.categoria .article-preview .text {
	float: right;
	width: 790px;
}

.categoria .article-preview .text-no-image {
}

.categoria .article-preview .text h2, .categoria .article-preview .text-no-image h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
.categoria .article-preview .text h2 a, .categoria .article-preview .text-no-image h2 a {
	color: #58595b;
}

.categoria .article-preview .text p, .categoria .article-preview .text-no-image p {
	font-size: 1em;
}
.categoria .article-preview .text p.ruolo, .categoria .article-preview .text-no-image p.ruolo {
	font-style:italic;
}

.categoria .group h3 {
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}

.categoria-progetti .categoria-content {
	font-size: 1em;
}

.categoria-progetti .categoria-content .box {
	float: left;
	width: 310px;
	border: 1px solid #42545c;
	overflow: hidden;
	margin: 0 0 22px 0;
}

.categoria-progetti .categoria-content .box-right {
	float: right;
}

.categoria-progetti .categoria-content .box-1, .categoria-progetti .categoria-content .box-4, .categoria-progetti .categoria-content .box-7, .categoria-progetti .categoria-content .box-10 {
	margin-left: 22px;
}

.categoria-progetti .box .desc-box {
	height: 100px;
	padding: 10px 5px 0 5px;
	font-weight: normal;
}

.categoria-progetti .box .desc-box h2 {
	font-size: 1.3em;
	color: #f86f15;
	font-weight: normal;
	margin: 0 0 3px 0;
}
.categoria-progetti .box .desc-box p {
	font-size: 1.3em;
	color: #fff;
}

.categoria-progetti a.archivio {
	font-size: 1.2em;
}

/* END CATEGORIES */

/* END CONTENT */

#footer .text {
	width: 700px;
	float: left;
	color: #42545c;
	font-size: 1.1em;
}

#footer .social {
	float: right;
	width: 250px;
}

#footer .social img {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 10px;
}