/*  
Theme Name: Blue Black
Description: Simple web2.0 wordpress blog design.
Date: Jun 12, 2009
Version: 2.7.5
Author: Bingo
Author URI: http://www.bingowebdesign.info/
Tags: light, three-Columns, Black, Blue, fixed-width, theme-options
*/

/*-------------------------------------------------------------------------------------------------------------------*/


/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: #202020;
	font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
	color: #f6fcff;
}

/*--formatting--*/
a {
	color: #018dd8;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #018dd8;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h2.pagetitle {
	font: 400 24px Arial, Verdana, Tahoma;
	margin-top: 20px;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #323232;
	border: 1px solid #131313;
}

h2.pagetitle strong {
	font-size: 30px;
}

h2 a {
	color: #5d5b35;
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	background-color: #333333;
	padding: 10px;
	clear: both;
	margin: 10px 0 0 0;
	border: 1px solid #131313;
	font: 400 12px Arial, Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #141414;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #141414;
}

/*--container--*/
#wrapper {
	width: 960px;
	margin: 0 auto;        
}

#header {
	width: 960px;
	height: 404px;
	float: left;
	background: url(images/header.png) no-repeat;
background-position: bottom center;
}

#content {
	width: 960px;
	float: left;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 30px;
}

#content #right-col {
	width: 300px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 300px;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	float: left;
	color: #fff;
	background: #303030;
	padding-top: 20px;
	height: 40px;
	margin-top: 20px;
}

/*--header--*/

#header #blog-title {
	float: left;
	color: #fff;
	line-height: 25px;         
	margin: 35px 0 -5px 50px;
        width: 600px;           /* aggiunto per problemi layout dei tasti menu */
}

#header #blog-title h1 a {
	color: #fff;
	font-size: 20px;
}

#header #blog-title span {
	float: left;	
}


/*--page-menu--*/
#header #menu {
	float: right;
        margin: 10px 80px 0 0;
}

#header #menu ul {
	list-style: none;
	position: relative;
}
	
#header #menu ul li.menu-item { 			/*era .page_item*/
	float: left;
	margin: 0 0 0 10px;
}

#header #menu ul li.menu-item a { 			/*era li.page_item*/
	width: 98px;
	height: 21px;
	float: left;	
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #bcbcbc;
	background: url(images/button2.png) no-repeat;
	text-align: center;
	padding: 7px 0 0px 0px;
	text-transform:none;    				/*era "capitalize", prima lettera del menu maiusc*/
	font-size: 12px;
	z-index: 99999;	
}
#header #menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);	
	padding: 1px 1px;
	width: 1px;                                            /*se float: left e width=0px, problemi con chrome, ok FF e IE*/
	height: 21px;                                          
	display: block;                                        /*possibile mettere in .sub-menu li.menu-item a*/
	position: relative;
	top: 1px;
	left: -10px;
	                                                        /* tolto float: left; per movimento del menu in chrome con hover*/
	z-index: 99999;
}

#header #menu ul li.menu-item a:hover { 	/*era .page_item*/
	color: #fff;
}

#header #menu ul li.current-menu-item a { 	/*era .current_page_item*/
	color: #fff;
	background-color: transparent;
}
#header #menu .sub-menu li.menu-item a {   
    height: 21px ;
    font-size: 12px;
    text-align: left;
    width: 190px;
    border-top: 1px solid #918A8A;
    background: url(images/button2.png) no-repeat;
    background-color: #2d2d2d;
    padding: 8px 0px 0px 5px;
}


#header #menu ul ul {display:none;}

#header #menu ul li:hover ul {display:block;padding:0px;}



/*--post--*/

.post {
	width: 598px;
	float: left;
	margin-top: 20px;
	background: #272727 url(images/post-bg.png) no-repeat top;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
}

.post-bg-down {
	float: left;
	width: 600px;
	height: 5px;
	background: url(images/post-bg-down.png) no-repeat;
}

.post-info {
	background: #018dd8;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0 10px 0 10px;
}

.post-info a{
	color: #fff;	
}

.post-info a:hover{
	text-decoration: none;
}

ul.links {
	list-style: none;
}

.entry {
	float: left;
	width: 580px;	
	padding: 15px 10px 0 10px;
}

.entry h2 a {
	font-size: 20px;







	color: #fff;
	float: left;
	width: 580px;
}

.entry h2 a:hover {
	color: #018dd8;	
	text-decoration: none;
}

.more {
    display: block;
	background: url(images/more.png) no-repeat top left;
	width: 73px;
	height: 17px;
	text-indent: -9999em;
	display: block;
    margin: 20px 50px 20px 0;
    cursor: pointer;
    float: right;
}

p.metadata {
	padding: 0 0 0 15px;
	margin-left:10px;
	background-color: #323232;
	clear: left;
	margin-top: 15px;
	font-size: 11px;
	background: url(images/tag.png) no-repeat left;
}

p.metadata2 {
	padding: 2px;
	background-color: #323232;
	border: 1px solid #131313;
	clear: left;
	text-align: left;
	width: 592px;
	margin-top: 20px;
	text-align: center;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

.banner-after-post {
	width: 600px;
	height: 60px;
	margin-top: 20px;
	float:left;
}

.banner-after-post img{
	border: none;
}

/*--right-col--*/

/*--feed--*/

.feed {
	width: 300px;
	float: left;
}

.feed ul {
	list-style: none;
	margin: 10px 0 0 0;
}

.feed ul li {
	margin-bottom: 5px;
}

.feed ul li a{
	color: #fff;
	margin: 0 0 0 20px;
	font-weight: bold;
}

.feed ul li a:hover{
	text-decoration: none;
}

.rss-icon {
	float: left;
	background: url(images/rss-icon.png) no-repeat;
	width: 80px;
	height: 60px;
	margin-left: 40px;
}

/*--search--*/
#searchform {
	width: 267px;
	float: right;
	background: url(images/searchform.png) no-repeat top left;
	height: 33px;
	margin: 86px -1px 0 0;
}

#searchform form {
	float: left;
	width: 310px;
	margin: 10px;
	display: inline;
}

#searchform form input#s {
	width: 167px;
	background: url(images/form.png) no-repeat top left;
	height: 19px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
	font-size: 11px;
}

#searchform form input#searchsubmit {
	width: 61px;
	background: url(images/search.png) no-repeat center left;
	height: 23px;
	border: 0;
}

/*--ad block--*/

.ads {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}

.ads h2 {
	background: url(images/h2-sidebar.png) no-repeat;
	width: 290px;
	height: 25px;
	font-size: 17px;
	padding: 20px 0 0 10px;
}
.adsimg {
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
	width: 285px;
	padding: 10px 0 0 13px;
}

.ads img {
	border: none;
	margin: 0 0 5px 5px;
}

.li-sidebar-bottom {
	float: left;
	width: 300px;
	height: 4px;
	background: url(images/li-sidebar-bottom.png) no-repeat;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}


#sidebar2 {
	float: left;
	width: 300px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}

#sidebar ul li h2 {
	background: url(images/h2-sidebar.png) no-repeat;
	width: 280px;
	height: 25px;
	font-size: 17px;
	padding: 20px 0 0 20px;
	text-transform: none;		/*era "capitalize", prima lettera del menu maiusc*/
}


#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 300px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
	float: left;
	width: 258px;
	text-decoration: none;
	color: #bababa;
	padding: 5px 10px 0 30px;
}

#sidebar ul li ul li a:hover {
	color: #0196e6;
	font-weight: normal;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
	padding: 20px 0 20px 0;
	color: #fff;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 200px;
	float: left;
	text-indent: -9999em;
	padding: 5px 0 20px 0;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

#comments ol li .comment-data {
	float: left;
	width: 475px;
	background-color: #323232;
	min-height: 120px;
	overflow: visible;
	font-size: 11px;
	padding: 0 5px 0 10px;
}

#comments ol li.alt .comment-data {
	float: left;
	width: 475px;
	min-height: 120px;
	overflow: visible;
	padding: 0 5px 0 10px;
	background: none;
}

#comments .comment-gravatar {
	float: left;
	margin: 0 10px 0 10px;
}

#comments .comment-gravatar img{
	border-left: 1px solid #fff;







	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 15px solid #fff;
	
}

#comments .comment-info {
	color: #1486c1;	
	font-size: 11px;
	padding: 5px 0 0;
}

#comments .comment-info a {
	color: #fff;
	text-decoration: none;
}

/*--respond--*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 0 0 10px 10px;
}

#respond input {
	padding: 2px;
	border: 1px solid #a9a9a9;
}


/*--footer--*/
#footer .footer-text {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
}

#footer .footer-text a {
	color: #0193e1;
}

#footer .footer-text span {
	float: left;
	width: 600px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud {
	text-align: center;
}

/*--page nav--*/

.navigation {

	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}

.navigation .previous {

	float: left;
	display:block;
	text-indent: -9999em;
	background: url(images/previous.png) no-repeat;
	width: 122px;
	height: 22px;
	margin: 7px 0 20px 20px;
	cursor:pointer;
}

.navigation .next {

	float: right;
	display:block;
	text-indent: -9999em;
	background: url(images/next.png) no-repeat;
	width: 94px;
	height: 22px;
	margin: 7px 20px 20px 0;
	cursor:pointer;
}

/*--contact--*/

.contact-form {
	
	width: 550px;
}

.contact-form input {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form textarea {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form form, fieldset {

	border: none;
	
}

.contact-form .cp_message {
	width: 90%;	
	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*dimensione titolo widget SENDIT*/

.sendit h3 {
	color: #bababa;
	font-size: 17px;
	/*font-weight: normal;    meglio senza grassetto?*/
	letter-spacing: 0px;
	padding-bottom: 1px;
	padding-top: 5px;
}

.sendit {
	
	padding: 5px 10px 0 30px;
	
}

/*Stile drop menu e altro WPML*/

#lang_sel {height:32px; position:relative; z-index:999; float: center; margin-right: 0px; margin-left:10px ; margin-top:10px; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* #lang_sel {width:12em; w\idth:12em;}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {float:left;width:149px;position:relative;}

/* style the links for the top level */
#lang_sel a, #lang_sel a:link, #lang_sel a:visited {
	display:block;
	/*background: #333333;*/
	font-size:12px;
	text-decoration:none !important;
	/*color:#fff;*/
	border:1px solid #000;
	line-height:18px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #e1e1e1;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	font: normal bold 12px Verdana, sans-serif;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:link, * html #lang_sel a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:0;}

/* another hack for IE5.5 */
* html #lang_sel ul ul {top:25px;t\op:25px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:link, #lang_sel ul ul a:visited {
	font-weight: normal;
	/*font-size: 11px;*/
	/*background:#626262;*/
	/*color:#bfbfbf !important;*/
	height:auto; line-height:1em;
	/*padding:3px 10px;*/
	border-width:0 1px 1px 1px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; /* future proofing */
	-khtml-border-radius: 0; /* for old Konqueror browsers */
	}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
/*#lang_sel a:hover, #lang_sel ul ul a:hover{color:#000; background:#ccc;}*/
/*#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#000; background:#ccc;}*/

#lang_sel a.lang_sel_sel{
    /*background:url(../images/nav-arrow-down.png) #272727 right no-repeat;*/
    /*color: #bfbfbf;*/
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    /*color:#000;*/
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }

#lang_sel ul li img {
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: -6px;
	border: 1px solid #bfbfbf;
	top: 2px;
}

#lang_sel ul li ul li img {
	margin-right: -2px;
}


