/*  
Theme Name: Me or Not?
Theme URI: http://www.meornot.net
Description: Il primo tema per il blog personale <a href="http://www.meornot.net">Me or Not?</a>
Version: 0.1
Author: Lorenzo Gerli
Author URI: http://www.meornot.net
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #ffffff url(images/bg.png) no-repeat top center;
	color: #000000;
	font-size: 12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

.cnt {
	width: 840px;
	margin: 0px auto 0px;
	}

/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */
.header{
	width: 840px;
	height: 165px;
	}
.head1 {
	width: 485px;
	padding: 40px 15px 0 0;
	text-align: center;
	float: left;
}
.header h1 a {
	color: #fff;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: underline;
}
.header h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
.description {
	color: #fff;
	font-size: 12px;
}
.head2 {
	width: 260px;
	float: left;
}
.head2 p {
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 16px;
}
.head2 h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
	padding: 15px 0 0 16px;
	text-transform: lowercase;
}


/* ------------------------------------------------------------------------------
								main 					                         
------------------------------------------------------------------------------ */


/* Begin Images */
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
}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #e9f8fb;
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 */

.main {
	width: 840px;
	background: url(images/lineavert.png) repeat-y 768px;
}
.content {
	
	padding: 10px 0 0 10px;
	float: left;
	width: 460px;
	margin-right: 17px;
	margin-left: 70px;
	background: url(images/lineavert.png) repeat-y left;
}
.entry {
	left: 10px;
	position: relative;
}
.content a {
	/* color: #0086c1; */
	color: #07a3d9;
	}
.navigation {
	font-size: 14px;
	margin-bottom: 15px;
	}
.post {
	margin-bottom:30px;
	} 
.posttitle {
	margin-top: 2px;
	margin-bottom: 30px;
	margin-left: -36px;
}
#visualizza_data {
  width: 64px;
  height: 64px;
	float: left;
	clear: none;
}
#visualizza_data .cubo_giorno {
  width: 27px;
  height: 64px;
  padding: 0;
  margin: 0 0 0 0px;
	float: left;
}
#visualizza_data .cubo_mese {
  width: 27px;
  height: 64px;
  padding: 0;
  margin: 0 0 0 0px;
	float: left;
}
#blocktitle {
	float: none;
	display: table;
}
.post h2 {
	color: #294A59;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 20px;
}
h2.pagetitle {
	color: #555;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 15px;
	}
.post h2 a {
	color: #07a3d9;
	text-decoration:none;
}
.post h2 a:hover {
	color: #294A59;	
}
.post small {
	color: #294A59;
	display: block;
	margin-bottom: 15px;
	}
.post p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 19px;
}
.post blockquote {
	background: #e9f8fb url(images/quote.png) no-repeat 5px top;
	color: #294a59;
	margin-left: -8px;
	padding: 13px 8px 1px 68px;
	margin-bottom: 10px;
}
.post blockquote p {
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 19px;
	text-align: justify;
	font-style: italic;
}

.post ul {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	}
.post ul li {
	background: url(images/elenco-puntato.png) no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 17px;
	}
.post ol {
	font-size: 14px;
	margin-top:  5px;
	margin-bottom: 15px;
	line-height: 19px;
}
.post ol li {
	margin-left: 20px;
}
p.postmetadata {
	font-size:12px;
	margin: 3px 0 3px 0;
	
	}

/* ------------------------------------------------------------------------------
								sidebar 					                     
------------------------------------------------------------------------------ */
.sidebar {
	font-size: 12px;
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
	line-height: 14px;
	background: url(images/bg-sidebar.png) repeat-y left top;
	margin-top: 10px;
}
.bloque1, .bloque2 {
	margin-bottom: 0px;
	}
.bloque1 {
	background: url(images/sfondo-sidebar.png) no-repeat;
	}
.bloque1 p {
	margin-left: 5px;
}
.bloque2 {
	background: url(images/sfondo-sidebar-bloque2.png) no-repeat;
	}
.bloque1 h3 {
	/* color: #6c644d; */
	}
.bloque1 h3, .bloque2 h3 {
	color: #294A59;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 7px 0 5px 40px;
	text-transform: lowercase;
	font: bold 19px Arial, Helvetica, sans-serif;
}
.bloque2 h3 {
	/* color: #294A59; */
	padding-top: 24px;
}
.sidebar ul {
	padding-left: 30px;
	list-style-image: url(images/elenco-puntato.png);
}
.sidebar p {
	line-height: 16px;
}
.sidebar ul li {
	margin-bottom: 5px;
	}
.sidebar ul span {
	color: #000;
	}
.sidebar ul a {
	color: #000;
	text-decoration: none;
	}
.bloque1 ul a {
	border-bottom: 1px dashed #2d98ca;
	}
.bloque1 p a, .bloque2 p a {
	color: #000;
	}
.bloque1 ul a:hover, .bloque1 p a:hover {
	background-color: #6c644d;
	color: #fff;
	border: 0px;
	}
.bloque2 ul a {
	border-bottom: 1px dashed #2d98ca;
	}
.bloque2 ul a:hover, .bloque2 p a:hover {
	background-color: #294A59;
	color: #fff;
	border: 0px;
	}
.bloque1 ul {
	color: #968e77;
	padding-bottom: 12px;
	}
.bloque2 ul {
	color: #668b9c;
	padding-bottom: 12px;
	}
	
/* search */
.buscar {
	padding: 0px 2px 0 20px;
	}
.bus1 {
	width: 125px;
	font-size: 16px;
	border: 1px solid #2d98ca;
}
.bus2 {
	vertical-align: top;
	margin: -4px 0 4px;
	padding: 0;
}
.sidebar p {
	padding: 0 10px 15px 16px;
	}
/* subscribe */
.subscriberss {
	padding: 0px 0 15px 15px;
	}
.subscriberss select {
	width: 110px;
	margin: 5px 5px 0 10px;
	float: left;
	}
.subscriberss a {
	float: left;
	}
.subscriberss a.btnnofloat {
	float: none;
	}
.subscriberss a.rsstext {
	color: #000;
	margin: 5px 0 0 3px;
	float: left;
	}
.bus1 {
	width: 140px;
	font-size: 16px;
	border: 1px solid #aaa;
	}
.bus2 {
	vertical-align: top;
	}

	
/* ------------------------------------------------------------------------------
								comments								             
------------------------------------------------------------------------------ */
h2.responses {
	color: #294a59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
	}
.commentlist {
	width: 464px;
	margin-bottom: 20px;
	list-style-type: none;
	font-size: 14px;
}
.commentlist li {
	background: url(images/comment-form.png) no-repeat;
	margin-bottom:15px;
}
.commentcontent {
	margin-bottom: 15px;
	padding-right: 10px;
	margin-left: 20px;
}
.commentcontent p {
	margin-bottom: 15px;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent a {
	color: #265368;
}
.gravatar {
	float: right;
	margin-bottom: 15px;
}
p.authorcom {
	padding-left: 12px;
	padding-top: 3px;
}

p.authorcom span {
	color: #294a59;
	font-size: 16px;
	vertical-align: 3px;
}
.authorcom small {
	font-size: 10px;
}
.commentcontent {
	padding: 0 10px;
}
.commentcontent ul {
	list-style-type: none;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent li {
	background: transparent url(images/elenco-puntato.png) no-repeat 0px 5px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.commentcontent blockquote {
	background-color: #d5e0e3;
	margin-bottom: 15px;
	padding: 5px 5px 2px 8px;
	border-left: 4px solid #b1c6d0;
	font-size:11px;
	color:#777;
	line-height:17px;
}
.commentcontent blockquote p {
	margin-bottom:5px;
}
.commentform {
	background: url(images/comment-form.png) no-repeat;
	width: 440px;
	padding: 20px 12px 0 12px;
	margin-bottom: 20px;
	}
.commentform h2 {
	color: #294a59;
	margin-bottom: 10px;
	text-transform: lowercase;
	margin-top: -7px;
	margin-left: 30px;
	font: bold 19px Arial, Helvetica, sans-serif;
}
.cfbox1 {
	width: 150px;
	margin-right: 20px;
	padding-left: 30px;
	float: left;
}
.cfbox2 {
	width: 250px;
	float: left;
}
.cfbox2 textarea {
	width: 230px;
	height: 108px;
}
.cfbox3 {
	width: 440px;
	padding-bottom: 12px;
	text-align: center;
	clear: both;
}
.commentform label {
	color: #294a59;
	margin-bottom: 2px;
	display: block;
	}
.commentform input {
	width: 150px;
	margin-bottom: 10px;
	}
.commentform textarea {
	margin-bottom: 20px;
	}
input.submit {
	width: 150px;
	margin-bottom: 6px;
	margin-left: 173px;
	display: block;
	}
	
	
/* ------------------------------------------------------------------------------
								footer 								             
------------------------------------------------------------------------------ */
.footer {
	background: url(images/lineavert.png) repeat center top;
	width: 700px;
	height: 2px;
	color: #07a3d9;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 70px;
	margin-left: 70px;
}
p.foot1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:5px
}
p.foot2 {
	padding-top: 10px;
	float: right;
	text-align: right;
	margin-right:5px;
}
.footer a {
	color: #07a3d9;
	}
.footer a:hover {
	background-color: #650000;
	text-decoration:none;
	color: #00485a;
}
.foot2 a:hover {
	background-color: #294A59;
	}
	

/* ------------------------------ clear ------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}