/*
Theme Name: Inkiostro 2012
Theme URI: http://www.inkiostro.com
Description: Inkiostro WP Theme
Version: 1.1
Author: Inkiostro
*/

* {
	font-size: 100%; 
	margin: 0; 
	padding: 0;
}

body {
	text-align:center;
	background-image:url(img/bg-single.gif);
	background-repeat:repeat;
	background-position:top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-bottom:20px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	margin:0;
	padding:0;
	font-weight:normal;
}

a {
	outline:none;
    color: #F85A00;
	text-decoration:none;
	font-weight:bold;
	}

a:hover { 
	text-decoration:underline;
	color:#C74900;
	}

a:visited {
	color:#C74900;
}

div#wrapper {
	width:960px;
	margin: 20px auto 20px auto;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

div#container {
	margin: 4px 8px 10px 8px;
}

div#header {
	height:100px;
	/*background-image:url(img/testata-new.jpg);*/
	background-image:url(img/testata-2013.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:left;
	color:#ccc;
	padding-top:1px;
}

div#header ul{
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left:760px;
	margin-top:12px;
}

div#header ul li{
	float:left;
	font-size:12px;
	color:#ccc;
}

div#header ul li a {
	color:#FFF;
}

div#header ul#icons {
	/*margin-left:800px;*/
	margin-left:865px;	
}

div#header ul#icons li {
	margin:0 5px;
}

div#header h1 {
	position:absolute;
	width:220px;
	height:70px;
}

div#header h1 a {
	text-indent:-200000px;
	width:200px;
	height:80px;
	display:block;	
	}

div#header h2 {
	margin-left:48px; /*500px*/;/*280px*/
	margin-top:80px;	
	font-size:11px;/*11px*/
}

html:first-child div#header h2 { margin-top:40px;}

div#testata {
	margin-top:5px;
}

div#testata div#testleft {
	float:left;
	width:465px;
	text-align:left;
    padding-top:7px;
}

div#testata div#testleft h3 {
	font-weight:bold;
	font-size:10px;
}

div#testata div#testleft #featuring {}

div#testata div#testleft #featuring .feat-col {
	width:148px;
	float:left;
}

div#testata div#testleft #featuring #first-col {
	width:158px;
}

div#testata div#testleft #featuring ul {
	margin:0;
	padding:0;
	/*list-style-image:url(img/arrow.gif);*/
	list-style-type:none;
}

div#testata div#testleft #featuring ul li {
	margin:3px 0;
	padding:0;
}

div#testata div#testright {
	margin-left:267px;
	text-align:right
}

div#testata div#testright a img {
	border:none;
}

div#testata div#rotation ul li {
	line-height:17px;
	padding:0;
}



div#corpo {
	width:945px;
	margin-top:5px;
	padding-top:40px;
	text-align:left;
	background-image:url(img/line.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

div#corpo div#corpoleft {	
	float:left;
	width:745px;
	font-size:12px;
}

div#corpo div#corpoleft h2.pagetitle {
	font-size:40px;
	letter-spacing:-1px;
	margin:0 0 50px 0;
	text-transform:uppercase;	
}

div#corpo div#corpoleft div#blog {
	width:710px;
	margin:0 0 15px 0;
}

div#corpo div#corpoleft div#blog div.post {
	text-align:right;
	margin-bottom:40px;
}

div#corpo div#corpoleft div#blog div.post h2.data {
	text-align:center;
	margin-left:508px;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	padding-bottom:2px;
	width:190px;
	text-transform:capitalize;
	font-variant:small-caps;
}

div#corpo div#corpoleft div#blog div.post h3.titolo, div#corpo div#corpoleft div#blog div.post h3.titolo a {
	font-size:19px;
	color:#FFF;
	background-color:#000;
	background-image:url(img/lineaa1.gif);
	padding-right:5px;
	padding-left:5px;
	text-align:left;
    font-family:Tahoma;     
	font-weight:normal;
}

div#corpo div#corpoleft div#blog div.post h3 a:hover {
        text-decoration:none;
}

div#corpo div#corpoleft div#blog div.post div.autore {
       padding:3px;
}

div#corpo div#corpoleft div#blog div.post div.entry {
	text-align:left;
    border-top:1px solid #ccc;
	padding-top:15px;
	padding-bottom:20px;
	line-height:1.4em;
}

div#corpo div#corpoleft div#blog div.post div.dettagli {
	font-variant:small-caps;
	background-image:url(img/line3.gif);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:3px;
	margin-top:2px;
	margin-bottom:20px;
    text-align:left;
    font-size:14px;
	clear:both;
	display:block;
}

div#corpo div#corporight {
	margin-left:760px;
	margin-bottom:20px;
	padding-right:5px;
}

.clear {
	clear:both;
	display:block;
	margin:0;
	visibility:hidden;
}

#footer {
	text-align:center;
	padding:20px 0 25px 500px;
	width:960px;
	margin: 0 auto 0 auto;	
} 

#footer .stat {
float:left;
margin-right:10px;
}

#footer #addfreestats {
margin-top:-13px;
}


/***************************************
Post styles
***************************************/

/* old
.quote {
         margin: 15px 20px 15px 10px; 
         padding: 10px; 
         background-color: rgb(238, 238, 238);
         font-family: Arial, sans-serif;
}
*/

blockquote, .quote {
	border-left:5px solid #696B6C;
    background-color: rgb(238, 238, 238);	
	padding:10px 15px 10px 15px;
    margin: 15px 30px 15px 30px; 
	font-style:italic
	}

blockquote em, .quote em {	
	font-style:normal;
}




.small {
         font-size:10px;
}

.normal {
         font-weight:normal;
}

.banner {
         text-align:center;
         margin-bottom:15px;
}

.warning {
	padding:5px 10px;
	border:3px solid #F85A00;
	background-color:#FFD6BF;
	margin-bottom:15px;
}

.warning a {
        color: #F85A00;
}

.getblack {
        padding: 15px; 
        margin-top: -12px; 
        margin-bottom: -3px; 
        color: rgb(255, 255, 255); 
        background-color: rgb(51, 55, 57);
}

.inner {
        padding:10px;
        margin:0;
}

a img {
        border:none;
}

.highlight {
        border:2px solid #FDE731;
        background-color:#ffffcc;
        padding:3px;
}

table.stripes {
	border: 1px solid #666;
	width:510px;
}



table.stripes tr td{
	padding: 5px 8px;
	background: #fff;
}

table.stripes thead td{
	color: #fff;
	background-color: rgb(51, 55, 57);
	font-weight: bold;
	border-bottom: 1px solid #999;
}

table.stripes tbody td{
	border-left: 1px solid #D9D9D9;	
}

table.stripes tbody tr.even td{
	background-color: #F6F6F6;
}

table.stripes tbody tr.highlight td{	
        background-color:#ffffcc;
        padding:8px 8px;
}

table.stripes tbody td.left {
        width:70px;
}

table.stripes tbody td.middle {
        font-weight:bold;
       width:;
}

table.stripes tbody td.right {
        width:170px;
}

a.more-link {
	display:block;
	margin:40px 0 5px 0;
	padding:10px;
	font-size:1.2em;
	font-variant:small-caps;
	text-align:right;
    background-color: rgb(238, 238, 238);	
	border-left:5px solid #696B6C;	
	border-bottom:5px solid #696B6C;
}

/**************************************
Sidebar styles
****************************************/

.widget h2 {
	font-weight:bold;
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul li {
	margin:0 0 0 0;
	padding:0;
}

#sidebar ul li.widget {
	margin:0 0 30px 0;
}

#sidebar ul li ul {
	margin:0;
	padding:0;
	list-style-type:square;
	list-style-position:inside;
}

#sidebar ul li ul {
	margin:0;
	padding:0;
}

#sidebar #tumblr_div, #sidebar #twitter_div, #sidebar #shorties {
	padding:5px 10px;
	/*border:1px solid #000;*/
	background-color:#4f4f4f;
	margin:0 0 15px 0;
        overflow:auto;
        color:#fff;
        /*height:400px;*/
}

#sidebar ol.tumblr_posts, #sidebar ul.rss-items, #sidebar #twitter_div ul {
        list-style-type:none;
        margin:0;
        padding:0;
}

#sidebar ol.tumblr_posts li, #sidebar ul.rss-items li, #sidebar #twitter_div ul li, p.newsAlt, p.news {
        margin-bottom:4px;
        margin-top:4px;
        padding-bottom:8px;
        border-bottom:1px solid #333;
}

p.inklog {
        border-bottom:none;
        /*border-top:1px solid #333;*/
        padding-top:4px;
        text-align:right;
        padding-bottom:0;
}

#twitter_div ul li span {
        display:block;
}

#sidebar ol.tumblr_posts li .tumblr_title, #sidebar ul.rss-items li a.rss-item, a.newsLink, a.newsLinkAlt {     
         margin:7px 0 1px 0;
         /*font-size:13px;
         display:block;*/
}

.read-more {
     margin-bottom:13px;
}

#shorties {
	padding:5px 10px;
	background-color:#4f4f4f;
	margin:0 0 15px 0;
    overflow:auto;
    color:#fff;
}

#shorties h2 {
	font-weight:bold;
	margin:0 0 -10px 0;
}

#shorties .post {
margin:25px 0 0 0;
}

#shorties .post h3 {
	text-transform:uppercase;
}

#shorties .post .entry {
        margin-bottom:4px;
        margin-top:4px;
        padding-bottom:4px;
        border-bottom:1px solid #333;
}

#shorties .post .dettagli {
	font-size:0.9em;
	color:#999999;
}

#all-shorties {
        border-bottom:none;
        /*border-top:1px solid #333;*/
        padding-top:24px;
        text-align:right;
        padding-bottom:5px;
}

/*************************
Ye OLDE Kubrick styles
***************************/



#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 */





/*	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 */





/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



#sidebar select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 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*/



h3#comments {

	font-size:1.2em;

	font-weight:bold;

	margin:0;

	padding:0;

	text-transform:uppercase;

}



.commentlist {

	padding: 0;

	margin:20px 0 0 0;

	text-align: justify;

	}



.commentlist li {

	margin: 5px 0 20px 0;

	padding: 5px 5px 10px 10px;

	list-style: none;

	background:#FFF url(img/bg_comments.gif) repeat-x 0 0;

	}

	

.commentlist li.alt {

	background:#eee url(img/bg_comments2.gif) repeat-x 0 0;;

}

	

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 15px;

}



.commentlist li .avatar { 

	border: 1px solid #eee;

	padding: 2px;

	margin:0 10px 20px 0;

	background: #fff;

	float:left;

	}



.commentlist cite {

	float:left;		

	line-height:44px;

	margin-bottom:20px;		

}



.commentlist cite a {

	font-weight: bold;	

	}



.commentlist .says {

	display:none;

}



.commentlist .commentmetadata {	

	margin-left:450px;

	line-height:44px;

	text-align:right;	

	margin-bottom:20px;		

	}



.commentlist .commentmetadata a {

	color:#999;

	font-style:italic;

	font-size:11px;

	font-weight:normal;

}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	margin: 10px 15px 10px 15px;	

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	margin: 5px 0;	

	}



.children { padding: 0; }



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

	

#respond {}



#respond h3 {

	font-size:1.2em;

	font-weight:bold;

	margin:0;

	padding:0;

	text-transform:uppercase;

}

	

/* 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;	}

.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: 17x;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/******************************
Comments PopUp
*******************************/

body#commentspopup {
	text-align:left;
	padding:5px;
	font-size:0.8em;
}

body#commentspopup #container {
	text-align: left;
	padding:5px;	
	background-color:#FFF;	
	}

body#commentspopup h2 {
	font-weight:bold;
	margin:10px 0;
}

body#commentspopup #commentlist {
	margin:25px 0 0 15px;
	padding-left:10px;
}

body#commentspopup #commentlist li {
	margin:15px 0 25px 0;
	padding:5px;
	font-size:12px;
	}

body#commentspopup #commentlist li .metacomment {
	border-top:1px solid #4f4f4f;
	margin-top:8px;
	padding:5px;
	font-size:11px;	
}
