/*
Theme Name: Lombardo
Theme URI: http://lombardo.org
Description: Il layout per il sito del dentista Lombardo
Version: 1.0
Author: David Vian
Author URI: http://www.ildavid.com/
Tags: blun
Text Domain: kubrick
*/




.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;
	}
.widgets ul {
    margin:5px 10px;
}
.widgettitle {
    font-size:16px;
    font-weight:bold;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
    margin-right:0 !important;
	}

.alignleft {
	float: left;
    margin-left:0 !important;
	}
/* End Images */


.colcent ul {
    list-style: disc;
    margin:5px 18px;
    padding:5px;    
}

/* Begin Form Elements */
#searchform {
	margin: 20px auto;   
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#searchsubmit {
    background-color:#0c7684;
    color:#fff;
    height:26px;
    border: none;
    vertical-align:top;
}
input#s {
    width:135px;
    border:none;
    padding:5px;
    height:16px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	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.even {
    background-color:#0F6F7F;
}
.commentlist li.odd {
    background-color:#01353F;
}
.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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 16px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: transparent;
    padding:0 8px;
	margin: 4px;
	-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: 16px;
	padding: 0 4px;
	margin: 0;
}
/* End captions */
body {
    background-color: #01353f;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin:0;
    padding:0;
}

a {
    color: #fff;
} #header {
    height: 156px;
    width: 100%;
    background: transparent url(/images/header.jpg) no-repeat center top;
} #header h1 {
    margin: 0;
    padding: 0;
    width: 291px;
    height: 41px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -144px;
    overflow: hidden;
}#header h1 a {
    display: block;
    height: 41px;
    width: 291px;
    overflow: hidden;
    white-space: nowrap;
} #header h1 a span {
    display: block;
    margin-top: 42px;
}


.acca1 {
   margin: 0;
    padding: 0;
    width: 291px;
    height: 41px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -144px;
    overflow: hidden;
	}
.acca1 a{
 display: block;
    height: 41px;
    width: 291px;
    overflow: hidden;
    white-space: nowrap;
}
.acca1 a span {
    display: block;
    margin-top: 42px;
}

 #menu {
    width: 990px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    padding-top: 5px;
    z-index: 100;
    height: 25px;
} #menu ul {
    margin: 0 0 0 64px;
    padding: 0;
} #menu ul li {
    float: left;
    margin: 0 30px;
    display: inline;
    position: relative;
} #menu ul li.over {
    z-index: 100;
} #menu ul li a {
    background-color: #01353f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 9px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
} #menu ul li a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_ancestor a, #menu ul li.over a  {
    background-color: #0c7684;
} #menu ul ul li {
    margin: 2px 0;
    float: none;
    display:block;
} #menu ul ul {
    display: none;
    margin: 0;
    position: absolute;
    background-color: #0c7684;
    top: 24px;
    left: 0px;
    padding: 3px;
    width: 150px;
} #menu ul ul li a {
    color: #cde9ec;
    background: transparent url(/images/dtsq.png) no-repeat 4px 10px;
    display:block;
    white-space:nowrap;
    padding-left:16px;
}
#menu ul ul li a:hover {
    background-color:#015361;
    color:#fff;
}
 #emotional {
    background: transparent url(/images/sfondoemo.png) no-repeat center top;
    width: 952px;
    margin: 0 auto;
    height: 315px;
    padding: 25px 24px 0;
}
#emointerno {
    background: transparent url(/images/emointerno.png) no-repeat center top;
    width:948px;
    height:232px;
    padding:18px;
    margin:0 auto;
}
#emoblog {
    background: transparent url(/images/emoblog.png) no-repeat center top;
    width:948px;
    height:142px;/*178*/
    padding:18px;
    margin:0 auto;
}
 #area {
    width: 970px;
    padding: 9px 0;
    margin: 2px auto;
    background: transparent url(/images/dottedline.png) repeat-x left top;
} .colsx, .coldx {
    width: 224px;
    float: left;
    line-height:140%;
    background: transparent url(/images/diagonal.png) repeat left top;
} .colcent {
    width: 492px;
    float: left;
    background: transparent url(/images/diagonal.png) repeat left top;
    margin-right: 14px;
    line-height:140%;
}
.colcent img {
    border: solid 8px #014652;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#wide {
    width:729px;
    margin-right:0px;
} .colsx {
    margin-right: 14px;
} .dn {
    color: #cbe8ec;
    font-size: 12px;
    padding: 10px 0 2px 0;
} .nt {
    font-weight: bold;
    text-decoration: none;
} .ni {
    background: transparent url(/images/dottedline.png) repeat-x left bottom;
    padding-bottom: 10px;
} .colcent .arancio {
    margin: 15px 0 0 0;
    list-style:none;
    padding:0;
} .arancio li {
    width: 215px;
    background: transparent url(/images/arrar.gif) no-repeat left top;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
} #footer {
    color: #2c5c65;
    background: transparent url(/images/dottedline.png) repeat-x left top;
    margin: 10px auto;
    width: 970px;
    padding: 10px 5px;
} #footer a {
    color: #2c5c65;
    text-decoration: none;
} #footer .linky {
    float: right;
} #menusla {
    float: left;
    margin: 0;
    padding: 0;
    color: #000;
} #menusla li {
    margin: 0 0 4px 0;
} #menusla li span {
    display: block;
    color: #0c7684;
    text-decoration: none;
    width: 200px;
    height: 50px;
    font-size:11px;
    padding: 5px 26px 0 10px;
    background: #cde9ec url(/images/arrble.gif) no-repeat 213px center;
    border-left: #cde9ec 4px solid;
}
#menusla li span strong {
    display:block;
    font-size:14px;
}
#menusla li span:hover,#menusla li span.over {
    border-color: #f60;
    background-color:#fff;
    background-image:none;
}
 .jcarousel-container {
    height: 290px;
    overflow: hidden;
    float: left;
} .jcarousel-clip, .jcarousel-list li, .jcarousel-item {
    height: 290px;
    width: 710px;
} #slaid {
    color:#0c7684;
} #slaid li {
    position:relative;
}
#slaid h2 {
    font-family:Garamond, "Times New Roman", Times, serif;
    font-size:44px;
    margin:0;
    padding:0;
}
#slaid .desc {
    font-family:"Trebuchet MS";
    font-size:15px;
    position:absolute;
    left:28px;
    top:20px;
}
#slaid .moreinfo {
    background: transparent url(/images/armoreinfo.gif) no-repeat left top;
    position:absolute;
    top:220px;
    left:28px;
    font-size:16px;
    font-weight:bold;
    padding:4px 0 0 5px;
    width:219px;
    height: 23px;
}
.moreinfo a {
    color:#fff;
    text-decoration:none;
}
.emo {
    float:right;
}
a.butlink {
    display:block;
    margin:2px 0;
    background: #00242f url(/images/arrobo.gif) no-repeat 5px center;
    padding:3px 0 3px 15px;
    text-decoration:none;
}
a.butlink:hover {
    color:#0c7684;
}
.menusecondo {
    background-color:#cde9ec;
    height:232px;
    width:214px;
    float:left;
    color:#0c7684;
}
#emoblog .menusecondo {
    height:142px;
}
.menusecondo a {
    color:#0c7684;
    text-decoration:none;
    padding:3px 5px;
    display: block;
    margin:0;
}
.menusecondo a:hover, .menusecondo li.current_page_item a, .menusecondo li.current_page_ancestor a, .menusecondo li.current_page_parent a  {
    background-color:#b3dde1;
}
.menusecondo li {
    margin-bottom:2px;
    padding:0;
}
.menusecondo .space {
    padding:10px;
}
.intemoint {
    float:left;
    position:relative;
    color:#0c7684;
    width:733px;
}
.intemoint .desc {
    font-family:"Trebuchet MS";
    font-size:15px;
    position:absolute;
    left:28px;
    top:15px;
}
.intemoint h2 {
    font-size:50px;
    font-family:Caslon, Garamond,"Times New Roman", Times, serif;
    margin:0;
    padding:0;
}
.intemoint .desc div {
    width:350px;
}
#emotional .desc div {
    width:285px;
}
.intemoint .moreinfo {
    background: transparent url(/images/armoreinfo.gif) no-repeat left top;
    position:absolute;
    top:191px;
    left:28px;
    font-size:16px;
    font-weight:bold;
    padding:4px 0 0 5px;
    width:219px;
    height: 23px;
}
.terzoliv, .widget ul {
    background: transparent url(/images/dottedline.png) repeat-x left top;
    margin-top:10px;
}
.widgets li {
    margin-bottom:20px;
}
.terzoliv li, .widget ul li {
    background: transparent url(/images/dottedline.png) repeat-x left bottom;
    padding:4px 0 5px 0;
    margin:0;
}
.terzoliv li a {
    display:block;
    font-weight:bold;
    padding:3px 5px;
    color:#cde9ec;
    text-decoration:none;
}
.terzoliv li a:hover, .terzoliv li a.sel, .widget ul li.current_page_item a, .terzoliv .current_page_item a {
    background-color:#0c7684;
}
hr {
    background: transparent url(/images/dottedline.png) repeat-x left top;
    height:1px;
    border:0;
    padding:0;
    clear:both;
}
 /* titoli */ 
h1 {
font-size: 20px;
font-weight: bold;
line-height:120%;
margin: 0;
}

h1 a{
text-decoration:none;
}

h1 a:hover{
text-decoration:underline;
color:#B5CBCF;
}

h2 {
font-size: 20px;
font-weight: bold;
line-height:120%;
margin: 0;
}

h2 a{
text-decoration:none;
}

h2 a:hover{
text-decoration:underline;
color:#B5CBCF;
}

.acca4 {
    font-size: 20px;
    font-weight: bold;
    line-height:120%;
}
.acca4 a {
    text-decoration:none;
}
.acca4 a:hover {
    text-decoration:underline;
    color:#B5CBCF;
}
.acca5 {
    font-size:17px;
    font-weight:bold;
} .newsicon, #categories-3 .widgettitle  {
    background: transparent url(/images/newsicon.png) no-repeat left 2px;
    padding: 0 0 0 29px;
}
#archives-3 .widgettitle {
    background: transparent url(/images/archivicn.png) no-repeat 3px 2px;
    padding: 0 0 0 29px;
}
a.post-edit-link {
    font-size:10px;
    text-decoration:none;
    font-style: italic;
}
.sottopost {
    background-color:#014652;
    padding:10px;
margin-top:30px;
}
.commenti {
    float:left;
width:455px;
}
div.post {
    margin-bottom:15px;
}
/* classi che vanno bene sempre */
 .space {
    padding: 14px;
} .clear {
    clear: both;
    line-height: 0px;
    height: 0px;
}
img {
    border:0;
}
/* gallery casi clinici */
ul#caselist{
			list-style-type:none;
			margin:0px;
		}

		li.acase{
			padding-bottom:5px;
            background: transparent url(/images/dottedline.png) repeat-x left bottom;
            margin-bottom:5px;
		}

		li.acase span.ccase,li acase span.par{
			display:block;
		}

		li.acase img{
			display:block;
			margin-right:5px;
			float:left;
		}

		li.acase strong{
			display:block;
			font-size:16px;
		}

		li.acase span.ccase{
			display:block;
			float:left;
			width:500px;
		}
        ul#photolist{
			width:670px;
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		ul#photolist li{
			float:left;
			padding-right:10px;
            background: transparent url(/images/dottedline.png) repeat-x left bottom;
            padding-bottom:10px;
            margin-bottom:15px;
		}

		ul#photolist span.galdesc{
			display:block;
		}
/* form contatti */
#contatta ul{width: 650px;
list-style:none;}

#contatta li {
    background-image:none;
    padding:2px 0;
    float: left;
    width:325px;
}
#contatta li label {
    float:left;
    padding-top:4px;
    width:65px;
    margin-right:4px;
    text-align:right;
}
#contatta .imtext {
    width:236px;
    border:solid 1px #434343;
    padding:4px;
    font-size:12px;
}
#studio {
    width:240px;
    
    font-size:12px;
    }
#contatta .imarea {
    width:560px;
    border:solid 1px #434343;
    padding:4px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:8px;
}
#contatta .req {
    padding-bottom:70px;
}
#contatta  ul li label.nolab {
    float:none;
    text-align:left;
    margin:0 7px;
}

#contatta li#request{width:650px;}

#invia {
    color:#fff;
    background-color:#218e90;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    border:none;
    padding:3px;
}
#mail {
    display:none;
}
input.error, textarea.error {
    color:#f00;
    background:#ffcacd;
}
div.error {
	float: left;
    color:#f00;
    font-style:italic;
    margin: 0px 0px 0px 70px;
}
#gcf {
    z-index:999;
}
.home img {
	height:90px;
}

div.sociable {
width:220px;
float:left;
}

/* Giro girotondo, io giro intorno al mondo. Le stelle d'argento costan cinquecento.
 * Centocinquanta e la Luna canta, il Sole rimira la Terra che gira,
 * giro giro tondo come il mappamondo */
