/*
Theme Name: CityADV
Theme URI: http://www.cityadv.it
Description: The default WordPress theme for CityADV
Version: 1.1
Author: David Vian
Author URI: http://www.ildavid.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 11px;
	margin: 0 10px 4px 0;
	background:#fff;
	border:solid 1px #E0E0DA;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

body {
	margin:0;
	padding:0;
	background:#fff;
	font-size:14px;
	color:#333;
}
* {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	outline:none;
}
a {
	color:#f60;
}
a:hover {
	color:#666;
}
#bg_left {
	background:#fff url(/images/bg_left.png) repeat-x left top;
	width:50%;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	height:249px;
	margin:0;
}
#container {
	position:relative;
	z-index:12;
	width:986px;
	margin:0 auto;
}
#head_people2 {
	background: #fff url(/images/bg_persone2.jpg) no-repeat left top;
	width:906px;
	height:478px;
}
.chi {
	font-size:22px;
	font-weight:bold;
	margin-top:12px;
}
#btn_inizia {
	float:right;
	width:135px;
}
#claim .h3 span {
	display:block;
	padding-top:6px;
}
#logo {
	position:absolute;
	width:215px;
	height:160px;
	top:0;
	left:39px;
	background:transparent url(/images/logo.png) no-repeat left top;
	overflow:hidden;
	text-indent:220px;
	white-space:nowrap;
}
#logo div {
	margin:0;
}
ul#menu {
	position:absolute;
	top:205px;
	left:24px;
	list-style:none;
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	display:inline;
}
ul#menu li {
	margin:0 9px;
	float:left;
	text-align: center
}
ul#menu a {
	display:block;
	text-align:center;
	padding: 5px 5px;
	background: transparent;
	text-decoration:none;
	color: #666
}
#b_h {
	width:3em;
}
#b_s {
	width:5em;
}
#b_c {
	width:5em;
}
#b_a {
	width:4.7em;
}
#b_o {
	width:5em;
}
ul#menu a:hover, ul#menu a.selected {
	background: #658219;
	color: #FFF
}
#claim {
	position:absolute;
	left:40px;
	top:254px;
	width:630px;
}
#bal_david {
	background:transparent url(/images/bal_david.png) no-repeat left top;
	width:140px;
	height:64px;
	position:absolute;
	top: 19px;
	right:20px;
}
#bal_michele {
	background:transparent url(/images/bal_michele.png) no-repeat left top;
	width:133px;
	height:63px;
	position:absolute;
	top: 238px;
	right:5px;
}
#spingi {
	height:auto !important;
	height:400px;
	min-height:400px;
	margin-top:-206px;
	width:906px;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
}
.fleft {
	float:left;
	margin-right:5px;
}
#frm_clienti label {
	font-size:15px;
	display:block;
	font-weight:bold;
}
#white {
	float:left;
	width:512px;
	padding:10px 0 0 30px;
	background:none;
}
#bg_alt {
}
#frm_clienti {
	padding-top:16px;
	margin-bottom:50px;
}
.h4rc {
	margin:25px 0 7px 0;
}
#btn_cerca {
	padding-top:16px;
}
input#submit {
	background:transparent url(/images/cerca.gif) no-repeat left top;
	width:93px;
	height:37px;
	cursor:pointer;
}
#invia {
	background: #658219;
	color:#FFFFFF;
	font-weight:bold;
}
.motivi {
	width:480px;
}
.motivi p {
	font-size:14px;
	line-height:150%;
}
.motivi .h4 {
	margin:2px 0 7px 0;
}
.motivi .come {
	font-size:23px;
	color:#333;
	margin:0 0 7px 0;
}
.prof {
	color:#ff6600;
	font-weight:bold;
	font-size:22px;
	margin:0px 0px 0px 100px;
}
#visibilita {
	float:left;
	width:339px;
	padding-left:25px;
	padding-top:20px;
	margin-top:222px;
	background: transparent url(/images/bg_visibilita.png) no-repeat left top;
}
#visibilita a {
	text-decoration:none;
	color:#666;
}
#visibilita a:hover {
	color:#f60;
	text-decoration:underline;
}
#visibilita .h4 {
	font-size:22px;
	color:#658219;
	font-weight:bold;
}
#visibilita h3 {
	font-size:20px;
}
#visibilita p {
	margin: 8px 0px;
}
#h5_prof, #h5_attiv, #h5_citta {
	padding:5px 0 5px 52px;
	width:245px;
}
#h5_prof {
	background:url(/images/icn_prof.gif) no-repeat left top;
}
#h5_attiv {
	background:url(/images/icn_nego.gif) no-repeat left top;
}
#h5_citta {
	background:url(/images/icn_citta.gif) no-repeat left top;
}
#h5_citta h3 {
	color:#658219;
}
.trece {
}
.box_home {
	position:relative;
	background: transparent url(/images/bg_sfum_box_hom.png) repeat-y right top;
	margin:10px 0;
	padding:9px;
}
.icon_az {
	position:absolute;
	top:9px;
	left:0;
}
.nome_azienda, .desc_azienda {
	margin:0 0 0 96px;
}
.nome_azienda {
	font-size:14px;
	font-weight:bold;
}
p.desc_azienda {
	font-size:12px;
}
.box_home .arrow_go {
	position:absolute;
	right:9px;
	top:32px;
}
.tklook {
	background-color:#f7fce5;
	padding:11px;
	border: solid 1px #ff6701;
	line-height:160%;
}
.tklook a {
	background: transparent url(/images/li_arrow.gif) no-repeat left top;
	padding-left:20px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.lista_citta {
	margin:6px 0;
	padding:0;
	list-style:none;
}
.lista_citta li {
	float:left;
	width:150px;
	margin:5px 2px;
}
.lista_citta li a {
	background: transparent url(/images/li_arrow.gif) no-repeat left top;
	padding-left:20px;
	color:#333;
	text-decoration:none;
}
.lista_citta li a:hover {
	color:#e65804;
}
#nonweb {
	border: solid 1px #80c469;
	background-color:#f2f8e1;
	width:280px;
	padding:15px;
}
#nonweb p {
	line-height:150%;
}
#nonweb .h4 {
	font-size:24px;
	color:#333;
	font-weight:bold;
}
img.tipo {
	border: solid 6px #d9e9a9;
	margin-right:4px;
}
.lists {
	background: #f4f6db url(/images/bg_lists.png) repeat-x left top;
	padding:15px 30px;
	font-size:12px;
	border:solid 1px #e0e0da;
	margin-bottom:15px;
	width:248px;
}
.lists .titolo {
	font-size:20px;
	font-weight:bold;
	color:#939b26;
}
.lists ul {
	list-style:none;
	margin:5px;
}
.lists ul li {
	border-bottom:solid 1px #e0e0da;
	padding:4px 0;
}
.commenti {
	float:left;
	width:226px;
}
.ruldata {
font-size:12px;
margin-bottom:15px;}
.sottopost {
	background: #fff url(/images/tratteggio_small.gif) repeat-x left top;
	padding:7px;
	margin:15px 0;
	font-size:12px;
}
.sottopost a {
	color:#939b26;
}
.sociable {
	float:right;
	font-size:11px;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#visibilita hr {
	border:0;
	background: #658219 url(/images/tratteggio_small.gif) repeat-x left top;
	width:245px;
	color:#658219;
	height:1px;
	position:relative;
	margin:2px 31px 2px auto;
}
.listap {
	list-style:square;
	margin:10px;
}
.listap li {
	margin: 5px 0;
}
.box-prof {
	position:relative;
	background: #fff url(/images/bg_box_prof.jpg) no-repeat center bottom;
	padding-top:20px;
	height:auto !important;
	height:100px;
	min-height:100px;
}
.icon-prof {
	position:absolute;
	bottom:1px;
	left:0;
}
.acca5 {
	margin:5px 0 10px 100px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#666;
}
.p5 {
	margin-left:100px;
	padding-bottom:15px;
}
/*-----------------footer------------------------*/
#footer {
	background:#fff url(/images/bg_foot.png) repeat-x left top;
	margin-top:-50px;
	padding-top:141px;
	height:53px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#cont {
	width:923px;
	margin:0 auto;
}
#credits {
	margin-right:75px !important;
	margin-right:38px;
	float:right;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
#stampa {
	background: #fff url(/images/ilmondo_bg.png) no-repeat left top;
	padding:17px 8px;
	width:296px;
	font-size:12px;
}
#stampa strong {
	color:#69851f;
	font-size:13px;
}
/*--------------form contatti---------------*/
#contatti {
}
#contatti ul {
	list-style:none;
}
#contatti ul li {
	float:left;
	margin-right:40px;
	margin-bottom:6px;
}
#contatti input {
	width:190px;
	padding:3px 4px;
	font-size:12px;
}
input#nuovo_sito {
	width:auto;
}
#contatti textarea {
	width:438px;
	font-size:12px;
}
#op_email {
	visibility:hidden;
	height:1px;
	width:1px;
	overflow:hidden;
}
input#invia {
	clear:both;
}
#contatti label {
	display:block;
}
#check input {
	width:auto;
	border:none;
	float:left;
}
#check label {
	float:left;
}
.errori {
	height:400px;
	padding:25px 0 0 10px;
	color:#FF0000;
	font-size:13px;
}
/*----BLOG----*/
.post_home {
	clear:both;
	margin:10px 0;
}
.col_data {
	float:left;
	width:50px;
}
.post_date {
	background:#fff url(/images/data_blog.png) no-repeat left top;
	color:#FFFFFF;
	height:35px;
	width:37px;
	padding:2px 7px 0 0;
	text-align:center;
	line-height:100%;
	font-size:16px;
}
.post_content {
	width:250px;
	float:left;
	padding-bottom:10px;
	border-bottom: dashed 1px #658219;
}
.post_content p {
	line-height:130%;
	font-size:13px;
}
.hpost {
	font-size:14px;
	font-weight:bold;
}
#bloghome a.futpost {
	color:#658219;
	font-size:11px;
}
#zoom {
	z-index:1000;
}
