/*
Theme Name: ep
Theme URI: http://
Description: Theme for EnricoPelizzoni Blog
Version: 1.0
Author: Luigi Vergani
Author URI: http://www.technemedia.com/
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
  font-size: 76%;
  font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
  background-color: #333333;
}

hr
{
  display: none;
}

#content
{
  width: 540px;
  float: left;
  margin-left:5px;
  margin-top: 10px;
}




#wrapper
{
  width: 750px;
  margin: 0 auto;
  background-color: #FFFFFF;
  /*width:expression(document.body.clientWidth < 605 ? "600px" : "85%" );*/
  overflow: hidden;
}

/*div>#wrapper
{
  min-width: 400px;
  margin: 0 auto;
  width: 85%;
}*/


#header
{
	margin-top: 20px;
	margin-bottom: 0px;
}

#headerUp
{
  margin: 0 auto;
  width: 750px;
  height:60px;
  line-height:60px;  
  display:block;
  background-color:#3C3C3C;
}
#headerUp img
{
	float:right;
}
#headerimg
{
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  width: 750px;
  /*height: 6.5em;*/
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}

#flickrTitolo 
{
	width: 750px;
	padding: 0px 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#flashContent
{
	width: 730px;
	height: 81px;
	border-bottom: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	padding: 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header a
{
  text-decoration: none;
  color: #CD7042;
}

#header h1
{
	font-size: 3em;
}

#headerNav
{
  margin: 0 auto;
  padding: 0px;
  width: 750px;
  background-color: #CCCCCC;
  height:37px;
  line-height:37px;  
  display:block;
}
#headerNav ul {	
	text-align: left;
	list-style: none;
	font-size: 1em;
}

#headerNav li {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #999999;
}

#headerNav a:link, #headerNav a:visited
{
  	text-decoration: none;
  	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #999999; 
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}

#headerNav a:hover
{
  	background-color: #FFFFFF;
  	text-decoration: none;
  	color: #CC0000;
}


#footer
{
  margin: 0px auto;
  text-align: center;
  width: 750px;
  /*height: 3em;*/
  color: #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #F3F3F3;
}

#footer a, #footer a:visited
{
  	text-decoration: none;
  	color: #999999;
}

#footer a:hover
{
  	text-decoration: underline;
  	color: #CC0000;
}

#sidebar
{
  width: 181px;
  /*margin-left: 75%;*/
  float: right;
  padding: 0px 5px 5px 5px;
  background-color: #FFFFFF;
  /*border: 1px solid #FDE5C3;*/
  color: #444444;
  margin-top: 10px;
}

#sidebar .imgCenter {
	text-align:center;
}

#sidebar a
{
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover
{
	text-decoration: underline;
	color: #CC0000;
}

#sidebar ul
{
	list-style: none;
	margin-bottom: 10px;
	padding-top: 0px;
}


#sidebar ul h2
{
	background-color: #F9F9F9;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #B1C3D9;
	border-right: 1px solid #B1C3D9;
	margin-bottom: 5px;
}



#sidebar ul ul
{
	list-style-image: url(images/listitem.png);
	list-style-type: circle;
	margin-left: 30px;
}

#sidebar ul ul li:hover
{
	background-color: #F1F1F1;
	width:97%;
}

#sidebar ul ul li img
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#sidebar ul ul ul
{
	margin-bottom: 0;
}

#wp-calendar
{
	border: 1px solid #B1C3D9;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}

#wp-calendar th
{
background-color: #F1F3F9;
}

#wp-calendar a
{
border: 1px solid #D1E3F9;
background-color: white;
display: block;
}

#prev a, #next a
{
border: 0;
}

#wp-calendar caption
{
text-align: center;
width: 100%;
}

#searchform
{
text-align: center;
}

#searchform input
{
border: 1px solid #4A2C00;
background-color: #FDE5C3;
}

#searchform #s
{
width: 50%;
background-color: white;
}

/* recent comments */

li#recentComments > ul {                       
	margin-left:0px;
	list-style:none;
	list-style-image:none;                   
}

li#recentComments ul li {
	padding-bottom:10px;                
}

li#recentComments ul li:hover {
	background-color:#FFFFFF;
	width:100%;           
}

/* POST */

.post
{
	margin-bottom: 10px;
	color: #666666;
	padding-left: 0px;
	font-size: 1.1em;
	/*border-bottom: 1px solid #EEEEEE;*/
}
.post img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

h2
{
	font-size: 1.4em;
	/*border-bottom: 1px solid #EEEEEE;*/
}

.post h2
{
	background-color:#F9F9F9;
	padding-left:5px;
	border-left: 5px solid #B1C3D9;
}

h2 a:visited, h2 a
{
	text-decoration: none;
	color: #CC0000;
}

h2 a:hover {
	text-decoration: underline;
	color: #CC0000;
}

.entry
{
	margin-top: 10px;
}
.txtIta 
{
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-top: 1px dashed #CCCCCC;
	margin-top:15px;
	padding-top:10px;
	color:#666666;
}
.txtIng
{
	width:100%;
	color:#333333;
}
.postmetadata
{
	padding: 2px;
	font-size: 0.8em;
}

.postmetadata a
{
	color: #CC0000;
}

.post p
{
	/*line-height: 1.4em;*/
	margin-bottom: 1em;
}



blockquote
{
	margin: 10px;
	padding: 10px;
	border: 3px solid #CCCCCC;
	background-color:#F3F3F3;
}

.post ul
{
	list-style-image: url(images/linea.png);
	list-style-type: circle;
}

.post li
{
	margin-left: 50px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
}
	
h3
{
	margin-top: 1.5em;
	font-size: 1.4em;
	background-color:#F9F9F9;
	padding-left:5px;
	border-left: 5px solid #B1C3D9;
}


h4
{
	margin-top: 1.2em;
	font-size: 1.2em;
}

h5
{
	margin-top: 1em;
	font-size: 1em;
}

.post a, .post a:visited
{
	color: #CC0000;
	text-decoration: none;
}

.post a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.navigation 
{
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left:0px;
	border-left:0px;
	
}

.navigation a:visited, .navigation a:link
{
	color:#CC0000;
	text-decoration: none;
}

.navigation a:hover
{
	color:#CC0000;
	text-decoration: underline;
}
	
.alignleft
{
float: left;
text-align: left;
width: 50%;
}

.alignright
{
float: right;
text-align: right;
width: 50%;
}

.entrytext
{
	margin-top:5px;
}

.entrytext .postmetadata
{
	font-size: 1.1em;
	background-color: #F3F3F3;
	/*width: 100%;*/
	/*margin: 2em auto 3.5em auto;*/
	border: 1px solid #CCCCCC;
	margin-top: 50px;
	padding:10px;
	/*background: #F3F3F3 url(images/metadata.png) no-repeat scroll top left;*/
}

/* COMMENTI */


h3.comments {
	margin-top: 1.5em;
	font-size: 1.4em;
	background-color:#FFFFFF;
	padding-left:5px;
	border-left: 3px solid #B1C3D9;
	margin-bottom:10px;
}


ol.commentlist
{
	width: 100%;
	margin: 0 auto;
}

ol.commentlist li
{
	margin-bottom: 1.5em;
	border: 3px solid #CCCCCC;
	padding: 5px;
	background-color: #F3F3F3;
}

ol.commentlist li.alt
{
	background-color: #F3F3F3;
}

ol.commentlist a
{
	color: #CC0000;
	text-decoration:none;
}

small.commentmetadata
{
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}

.commentlist cite
{
	font-style: normal;
}

.commentlist p
{
	line-height: 1.4em;
	margin-bottom: 1em;
}

.pagetitle
{
	color: #999999;
}

/* FORM PER COMMENTI */

#commentFormStyle
{
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #EEEEEE;
}

#commentFormStyle h3 {
	margin-top: 1.5em;
	font-size: 1.4em;
	background-color:#FFFFFF;
	padding-left:5px;
	border-left: 3px solid #B1C3D9;
	margin-bottom:10px;
}

#commentFormStyle textarea
{
	width: 100%;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	margin-bottom:10px;
}

#commentFormStyle input
{
	border: 5px solid #EEEEEE;
	background-color: #FFFFFF;
	text-align:left;
	margin-bottom:5px;
}

small.formLabel
{
	margin-bottom:5px;
}

#commentFormStyle #sub
{
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	text-align:center;
	width:100%;
}
