/*
Theme Name: Allergologo.net
Theme URI: http://www.easy-grafica.com
Description: Tema sviluppato per Allergologo.net da <a href="http://www.easy-grafica.com.com">Easy Grafica</a>.
Version: 1.6
Author: Mauro Cassani
Author URI: http://www.easy-grafica.com.com
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {margin:0;padding:0;}

/* Begin Typography & Colors */
body {
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#eff0ea;
	background-image:url(images/bg2.png);
	background-repeat:repeat-x;
	color: #666;
       	}

#page {
	background-color: white;
	text-align: left;
	margin:0 auto;
	width:960px;
	}

#nav {
	height:40px;
	width:920px;
}

#nav a:link, #nav a:visited {
	color:#eff0ea;
	height:27px;
	display:block;
	padding:10px;
}

#nav a:hover {
	background-image:url(images/nav-hover.png);
	background-repeat:repeat-x;
	color:#171717;
}

#header {
	width:920px;
	height:190px;
	background-image:url(images/header.png);
         margin-left:20px;
	background-repeat:no-repeat;
	background-color:#eff0ea;
	background-position:center top;
	}

#headerimg 	{
	width: 960px;
	color:#eff0ea;
	*text-transform:uppercase;
	font-size:18px;
	margin-left:300px;
	padding-top:150px;
	}
	
#sub-header {
	width:840px;
	background-image:url(images/subnav.png);
	margin:0 auto;
	padding:6px 40px;
	height:28px;
	font-style:italic;
	margin-bottom:10px;
}

.sub-header-left {
	float:left;
	width:500px;
}

.sub-header-right {
	float:right;
	width:300px;
}

#accordion {
	margin:10px 20px;
	background-image:url(images/accordion.png);
	height:180px;
	width:920px;
}

#content-top {
	background-image:url(images/main-top.png);
	height:21px;
	font-style:italic;
	width:840px;
	margin:0 20px;
	padding:8px 40px;
}

#content {
	background-image:url(images/main.png);
	background-repeat:repeat-y;
	width:920px;
	margin:0 20px;
	float:left;
}

#left {
	float:left;
	width:510px;
	margin:40px 20px 20px 40px;
}
	
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#right {
	float:right;
	margin:40px 40px 20px 0;
	width:300px;
	padding:0;
}

#footer-top {
	background-image:url(images/main-bottom.png);
	background-repeat:no-repeat;
	width:920px;
	margin:0 20px;
	clear:both;
	height:30px;
}

#footer {
	width:880px;
	clear:both;
	background-color:#ccc;
	background-image:url(images/footer-bottom.png);
	background-repeat:no-repeat;
	margin:-15px 40px 20px 40px;
	background-position:bottom ;
	border: none;
	text-align:center;
	padding:10px 0;
	}

.post-details {
	float:left;
	width:500px;
	background-color:#eff0ea;
	border:1px solid #ccc;
	border-left:none;
	margin:10px 0 10px -40px;
	padding:10px 10px 10px 40px;
	background-image:url(images/post-details.png);
	background-repeat:no-repeat;
	background-position:0 center;

}

p.postmetadata {
float:left;
border:none;
padding:0;
  }

small {
        background-color:#bde0ef;
	border:1px solid #42829e;
	margin-bottom:10px;
	padding:10px;
	float:left;
        width:490px;
        
}

.small-tit {
	font-style:italic;
	color:#42829e;
	font-weight:bold;
	}

p {
	margin-bottom:10px;
}
	

h1, h2, h3 {
	font-weight: normal;
	margin:0;
	padding:0;
	}

h1 {
	font-size: 14px;
	}

h2 {
	font-size: 28px;
	color:#1d3844;
	margin-bottom: 0px;
	}

.h2-pagetitle {
	margin-bottom: 0px;
	width:300px;
	float:left;
	}
	
.h3-pagetitle {
	font-size: 20px;
	margin-bottom:10px;
	width:300px;
	float:left;
	}	
	
.comments {
	background-image:url(images/comments.png);
	width:128px;
	height:20px;
	float:right;
	margin-top:0px;
	font-style:italic;
	padding:5px 15px;
}

.entry {
	float:left;
	width:510px;
        margin-bottom:20px;
        border-bottom:1px solid #ccc;
}

.entry p {
	float:left;
	width:510px;
}

#right h2 {
	font-size:16px;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
	background-color:#eff0ea;
	border-bottom:1px solid #ccc;
	padding:5px;
	width:329px;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform textarea {
	background-color:#eff0ea;
	border:1px solid #ccc;
	}
.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 {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}



.commentmetadata {
	font-weight: normal;
	}

blockquote, strike {
	color: #777;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*Links*/

a:link, a:visited {
	color:#1d3844;
	text-decoration: none;
	}

a:hover {
	color:#42829e;
	text-decoration: none;
	}
	
.comments a:link, .comments a:visited {
	color:#fff;
}

.comments a:hover {
	color:#bde0ef;
}
	
/*End Links*/

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.post {
	margin: 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Images */

img {
	border:none;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignleft {
	float: left;
	}
	
#sub-header img {
	margin-top:-3px;
	margin-right:5px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0px;
	padding: 0 ;
	list-style: none;

	}

.entry li {
	margin-bottom: 5px;
	}

.entry ul li:before, #right ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin-bottom: 5px;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#right ul, #right ul ol {
	margin: 0;
	padding: 0;
	}

#right ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #right ul select {
	margin: 5px 0 8px;
	}

#right ul ol {
	margin: 5px 0 0 10px;
	}

#right ul ul ul, #right ul ol {
	margin: 0 0 0 10px;
	}

ol li, #right ul ol li {
	list-style: decimal outside;
	}

#right ul ul li, #right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#nav ul {
	float:right;
}

#nav ul li {
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	color:#eff0ea;
	font-size:16px;
}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	float:right;
	}
	
#searchform-cont {
	float:left;
	width:480px;
	padding:5px 10px;
	background-color:#eff0ea;
	border:1px solid #ccc;
	}
		

#searchform #s {
	width: 200px;
	padding: 2px;
	background-color:eff0ea;
	border:1px solid #ccc;
	color:#ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#searchsubmit {
	display:none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #ccc;
	background-color:#eff0ea;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 500px;
	padding: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#respond p {
		float:left;
	}
	
#submit {
	margin:10px 0;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/nav.png);
	background-repeat:repeat-x;
	height:40px;
	border:1px solid #1d3844;
	color:#fff;
	font-size:18px;
	}

.button {
	
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/nav.png);
	background-repeat:repeat-x;
	margin-top:3px;
	border:1px solid #1d3844;
	color:#fff;
	font-size:14px;
	}
	
#submit:hover, .button:hover {
	color:#bde0ef;
}

#email_add {
     font-style:italic;
     font-family: Georgia, "Times New Roman", Times, serif;
     padding:4px;
     border:1px solid #ccc;
     background-color:#eff0ea;
     width:200px;
}

/* 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 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;
}

hr {
	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." */
