/*
Theme Name: Itomi Creative
Theme URI: http://www.itomicreative.com/
Version: 0.1
Author: Itomi
Author URI: http://www.itomi.it
Description: <p>bla bla.</p>
*/

*{
margin:0px;
padding:0px;
}



body {
  	font: 500 1em/1.5em "Courier New", Courier, sans-serif ;
  	font-weight: normal;
  	background-color:#ffffff;
  	background-image:url(images/fondo2.gif);

	/* 
  	background-color:#2D2D29;
	background-repeat: no-repeat;
	*/
  	font-size: 1.0em;
}




img {border : 0px;}

img.left
{
float:left;
padding:10px;

}

a, a:visited {
text-decoration: underline;
color:#ff0000;
background: #FFFFFF;
}

a:hover {
color:#fff;
text-decoration: none;
background: #F00;
}



/* Structural
=========================================================================== */

#logo {
	position: absolute;
	right: 20px;
	top: 15px;
	background: url(images/logo.png) no-repeat;
	width: 138px;
	height: 79px;
}

#wrapper {
  width: 960px;
}


#left {
    width: 180px;
    float: left;
	margin-left:20px;
	margin-top:20px;
	color: #000000;
    font-size: 1em;
    line-height: 1.5em;
}

#left ul
{
	list-style:none;
}

#left2 {
    width: 180px;
    float: left;
	margin-left:20px;
	margin-top:20px;
	color: #000;
    font-size: 1em;
    line-height: 1.5em;
}

#left2 ul
{
	list-style:none;
}

#left2 a, #left2 a:visited {
color:#000000;
text-decoration:none;
}

#left2 a:hover {
color:#ff0000;
}





#right{
	margin-top:23px;
	width: 480px;
	float: left;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
}

#right2{
	width: 460px;
	margin-top:13px;
	float: left;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px;
	margin-bottom: 20px;
}


#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#000000;
	border-top:1px solid #4F5158;
	color:#333;
	clear:both;
	padding:3px;
	text-align: left;
	color:#000000;
}


.post {
	margin-bottom: 20px;
	color:#000000;
}

.posts-home {
	width: 750px;
}

.post-home {
	margin-bottom: 15px;
	width: 370px;
	float: left;
	display: block;
}


.cont-top {
	height: 150px;
	background-color: white;
}

.cont-middle {
	height: 300px;
	background-color: gray;
}

.cont-bottom {
	height: 600px;
	background-color: black;
}


/* Headings, text
=========================================================================== */

.buko {
	font-size: 2.5em;
	font-weight: normal;
	line-height: 0.85em;
	color: #000000;
	margin-bottom: 30px;
	border-left: 3px solid #FF0000;
	padding-left: 10px;
	text-decoration: line-through;
}

.buko:hover {
	color: #FF0000;
	cursor: default;
	}

.imageframe img {
	border: 5px solid #000000;
	margin: 10px;
	margin-bottom: 20px;
}

.imagecaption {
	color:#000;
	text-align:left;
}

.entry {
	color:#000000;
}

.entry2 {
	color:#000000;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 0.85em;	
}


.entry2 img{
	margin-top: 15px;
	margin-bottom: 15px;
}


.navigazione {
	width: 32px;
	padding: 5px;
	border: 1px #222 solid;
	display:inline-block;
	text-align:center;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigazione a, .navigazione a:visited{
	color:#222;
	text-decoration: none;
}

.navigazione a:hover {
	color:#ff0000;
}


.navigazione2 {
	padding: 5px;
	border: 1px #000000 solid;
	color:#000000;
	width:32px;
	display:inline-block;
	text-align:center;
	margin-right: 5px;
	margin-top: 20px;
	background: #FFFFFF;	
}

.navigazione2:hover{
color:#ff0000;
border: 1px #ff0000 solid;
}


.su100 {
margin-top: 100px;

}

.post-title {

}

.grigio {
color:#000000;
}

.art_category a {
color:#000000;
font-size: 0.8em;
text-decoration: none;
line-height: 1.0em;
}

.art_titolo {
font-size: 1.0em;
line-height: 0.9em;
}


.art_titolo a {
text-decoration: underline;
}

.grigio a, .grigio a:visited{
color:#000000;
background: #FFFFFF;
text-decoration: none;
}

.grigio a:hover{
color:#ff0000;
}

.grigio2 {
color:#000000;
}

.page_item a{
background: #FFFFFF;
}


.thumb_index {
float:left;
padding: 1px;
border: 1px #222 solid;
margin-right: 10px;
width: 40px;
height: 40px;
vertical-align:middle;
text-align:center;
}

.thumb_index:hover {
border: 1px #ff0000 solid;
}

.logoimg {
margin-bottom: 20px;
}

p {
padding-bottom:20px;
}


h1 {
  font-size: 1.7em;
  font: 500 1em/1.5em;
  font-weight: normal;
  color: #000000;
}


h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #000000;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
  color: #000000;
  padding-bottom: 20px;
}

h4 {
  font-size: 2.0em;
  font-weight: normal;
  color: #ff0000;
  padding-bottom: 20px;
}

ul li 
{
padding-left: 0;
background: none;
}

ol li {

list-style-type: decimal
}



code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
 
  background: #FAFAFA;
  color:#000;
  border: 1px solid #f2f2f2;  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #111; 
   color:#000;
  	background: #FAFAFA;
}


fieldset {border: none}

/* form elements */


form {
margin: 0 0 1.5em
}

input, textarea {
	width:450px;
	padding:2px;
	border:1px solid #333333;
	font: 500 1em/1.5em;
	color:#000000;
	background-color:#333333;
}

input.button { 
	margin: 0; 
	font: 500 1em/1.5em;
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background:#000000;
	
}



label 
{
display:block;
padding: 5px 0
}

.grigioscu {
	color: #333;
}

input#submit
{
background:#000000;
color:#000;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
font-size:1.1em;

}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000000;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#434343;
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

.author
{
margin-left:10px;
font-size:10px;
}

