/*
Theme Name: Easyway
Theme URI: http://www.worldpress.it
Description: Easyway a simple clean dark-orange theme.
Version: 1.0
Author: Graziano Muscas aka Gracio
Author URI: http://www.worldpress.it
*/
/*CORPO FONDAMENTALE
--------------------------------------------------------------------
*/
*
{
   padding: 0 0px;
  margin: 0 0;
}

body
{
  font-size: 73%;
  font-family: 'Tahoma', Arial, Verdana, Sans-Serif;
  background: black URL(images/sfondo.jpg) no-repeat fixed bottom left;
  color:white;
}

hr
{
  display: none;
}

#content
{
  width:450px;
  float: left;
  background: #121212 URL(images/contentup.jpg) no-repeat top ; 
  margin-left:75px;
  color:white;
  
}
#sidebar
{
  width:200px;
  float:left;
  margin-left:50px;
  color:white;
  background: #121212;
  margin-top:22px;
}
#footer
{
  clear:both;
  padding:5px 0 5px 15px;
  background:#242424;
  margin-top:20px;
  color:white;
}
#footer p
{
  color:white;

}
#footer a:hover, a
{
  
  color:#DD5A00;

}
 #header 
{
text-decoration: none;
padding: 63px 0 30px 150px;
font-weight: bold;
background: #121212; 
font-size:1.4em;
}
#search
{
padding:10px 5px 0 0;

}
#barrasopra 
{
float:left;

}
#barrasopra li 
{
list-style: none;
}
#barrasopra a
{
text-decoration: none;
color:#DD5A00;

}

#barrasopra a:hover
{
text-decoration: underline;
color:white;
}
/*
-------------------------------------------------------
 SIDEBAR
*/



#sidebar h2
{
list-style:none;
padding:25px 0 5px 0;
background: #121212 URL(images/sidebarup.jpg) no-repeat top;
font-size:14px;
border-bottom:2px solid #242424;
text-align:center;
}
#sidebar ul
{
	margin: 0;
	padding: 15px 20px;
	list-style: none;
	border-bottom:20px solid #242424;

}
#sidebar li
{
	list-style: none;
	text-align:left;
}

#sidebar a
{   
	color:#DD5A00;
	text-decoration:none;
}
#sidebar a:hover
{
	color:white;
	text-decoration:underline;
	
}
#sidebar p,ol
{   
margin-left:5px;
}
/*
--------------------------------------------------------------------
HEADER STILE
*/
#header a{
text-decoration:none;
color:#DD5A00;
padding:0;
margin:0;
font-size:18px;
}
#trans {
padding:0;
color:#DD5A00;
}
.description
{
padding:0;



}

/*
--------------------------------------------------------------------
CONTENT
*/
#content h2
{
font-size: 1.3em;
padding-left:10px;
color:white;
font-weight: bold;
margin-top:48px;
margin-bottom:25px;
}
#content a
{
text-decoration:none;
color:#DD5A00;
}
#content a:hover
{
text-decoration:underline;
color:white;
}
#content small
{
text-decoration:none;
color:white;
background:#242424;

}

.entry
{
font-size:1em;
text-align:left;
margin:10px 0 5px 10px;
padding:15px 10px 20px 10px;
letter-spacing:1px;
word-spacing:1px;


}
.entrytext
{
font-size:1em;
text-align:left;
margin:10px 0 5px 10px;
padding:15px 10px 20px 10px;
letter-spacing:1px;
word-spacing:1px;


}
.postmetadata
{
padding:10px;
background:#242424;
border-bottom:1px solid black;
}
.data
{
margin-top:33px;	
padding:20px;
background:#242424;
width:50px;
float:right;
}
/* ALTRI STILI
---------------------------------------------------
*/
h3 h4 h4
{
color:white;
letter-spacing:3px;
padding-left:15px;
margin-bottom:5px;
font-size:14px;
}

.p
{
padding-bottom:5px;
margin-top:5px;

}

strong
{
padding-left:5px;
font-weight:bold;

}

label
{
padding:3px;
margin-bottom:5px;
}
.small
{
color:white;
}

textarea
{
padding-left:5px;

}

ol
{
margin-left:25px;
}

ul
{
margin-left:25px;
}

blockquote
{
	padding:15px;
margin:20px 10px 10px 10px;
background:#242424;
border-left:5px solid #DD5A00;
}
#etichetta
{
background: #DD5A00;
clear:both;
padding-top:15px;

}
#box
{

float:right;
margin-bottom:25px;
margin-top:15px;
width:400px;
color:white;
padding-left:65px;
}

#comments
{
background:black;
padding:15px 25px;
margin-bottom:25px;
margin-top:15px;
}

cite
{

letter-spacing:5px;
font-variant: small-caps;
color:#DD5A00;
font-size:1.3em;
}
h6
{
background:#242424;
color:white;
padding:5px;
font-size:0.9em;

}

ol.commentlist li
{
margin-bottom: 3em;
margin-top: 3em;
padding: 5px;
background:#121212;
color:white;
}

ol.commentlist li.alt
{
background-color:#121212;
color:white;
}

a img
 {
   margin:5px;
   border:3px solid #3C657B;
   
 }
a img:hover
 {
   margin:5px;
   border:3px solid #121212;
   
 }
#commtxt
{
padding:20px;
}

.post ul
 {
   
   list-style-type: disc;
   margin-bottom: 10px;
   padding-left:10px;
 }
