/********************************************
   AUTHOR:  			Davide Del Monte
   WEBSITE:			http://www.diplod.it
   CREDITS:   			http://www.styleshout.com/
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .76em/1.7em  'Verdana', arial, serif;	 
	text-align: center;
	background: #fff url(images/bg.gif) repeat-x top;
	color: #333;
}

/* links */
a {
	color: #c01615;
	background-color: inherit;
	text-decoration: none;		
}
a:hover {
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3 {
	font: 1em 'Verdana', 'Times New Roman', serif;
	color: #c01615;
}
h1 { font-size: 2.4em; } 
h2 { font-size: 1.9em; }
h3 { font-size: 1.7em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
	padding: 5px;
	margin: 0;
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: 5px;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Verdana', monospace ;
  /* white-space: pre; */
  background: #fafafa; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #EBB7B7;
}
blockquote {
	margin: 15px;
 	padding: 5px 0 5px 28px;
	background: #fafafa;
  	font: bold 1.1em/1.5em 'Century Gothic', 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #b38980;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #dadada;
	border-bottom: solid 2px #EBB7B7; 
	border-top: solid 2px #EBB7B7;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px; 
	padding: 10px;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	font-weight:bold;
}
input {
	display:block;
	padding: .3em;
	margin: 0;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input#author, input#email, input#url {
	background: url(images/puntini.gif) repeat-x bottom left;
}
input[type=password], input[type=text] {
	background: url(images/puntini.gif) repeat-x bottom left;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #EBB7B7;
	border: 2px solid #c01615;
}
input[type=submit] { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #EBB7B7;
	border: 2px solid #c01615;
}

/* search form */
#searchform {
	background: url(images/line.gif) repeat-x top center;
	border: none;	
	margin: 10px 0 0 10px; padding: 15px 0 0 0;	
}
#searchform p { margin: 0; padding: 0; }
#searchform #s { 
	width: 90%; display: inline;
	background: url(images/puntini.gif) repeat-x bottom left;
}
#wpcf_your_name, #wpcf_email, #wpcf_website { 
	background: url(images/puntini.gif) repeat-x bottom left;
	display: inline;
	width: 100px;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav, #footer {
	width: 950px;	
	margin: 0 auto;
	overflow: hidden;
}

/* header */
#intro {
	position: relative;
	height: 80px;
	padding: 0; margin: 0 auto;
	width: 400px;
	background: transparent url(images/title.gif) no-repeat center top;
}
#intro h1 {
	color: #C5AAAA;
	font-size: 26px;
	font-weight: bold;
	margin: 5px 0 0 0; padding: 0;
}
#header {
	height: 200px;
	text-align: left;	
	background: transparent;
}
#header-menu {
	position: absolute;
	top: 0; right: 100px;
	margin: 0 auto; padding: 0;
	width: 760px;
	background: transparent;
	color: #000;
	font-weight: bold;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
	height: 120px;
	background: #fff url(images/bg-header.gif) repeat-x top;
	color: #000;
}

/* content */
#content-wrap {
	clear: both;
	float: left;		
	width: 100%;
}
#content {
	text-align: left;
	width: 930px;
	padding: 30px 10px 10px 10px; 
	margin: 0 auto;
	background: transparent;
}

/*leftcol*/
#leftcol {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0; 
	padding: 0;
	overflow: hidden;
}

/* sidebar */
#sidebar {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px; 
	padding: 0;
	overflow: hidden;	
}
#sidebar h2, #leftcol h2 {
	font: 1.3em 'Verdana', Arial, sans-serif;
	padding: .5em 0;
	margin-top: 10px;
	color: #999; /*#c01615;*/
	background: url(images/line.gif) repeat-x left top;
}
#sidebar ul, #leftcol ul {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 5px;		
}
#sidebar ul li, #leftcol ul li {
	padding: 0;
	overflow: hidden;
}
#sidebar ul li a, #leftcol ul li a {
	text-decoration: none;
	padding: .1em ;
}
#sidebar ul li a:hover, #leftcol ul li a:hover {
	background: #f1f1f1;	
	color: #333;			
}
#sidebar ul ul, #leftcol ul ul{
	margin-left: 15px;
}

#leftcol .sidebox {
	margin: 5px 15px 5px 0;
	padding: 0;
	background: url(images/line.gif) repeat-x left bottom;
}
#sidebar .sep{
	background: url(images/line.gif) repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

/* main */
#main {
	margin: 0; 
	padding: 0;
	width: 490px;
	overflow: hidden;
	float: left;
}
#main h1 { 
	font: 2.4em 'Verdana', 'Times New Roman', serif;
	color: #c01615;
	letter-spacing: -2px;		
	padding-bottom: 0;	
	/*background: url(images/separator.gif) repeat-x bottom;*/
}
#main h1 a {
	color: #c01615;
	text-decoration: none;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	padding: 20px 0;
	background: url(images/footer-bg.gif) repeat-x top;
	font-size: 0.9em;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	padding: 10px 0;
}
#footer h2 {
	color: #b38980;
	margin: 0;
	padding: 15px 0 5px 0; 
	text-transform: none;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.center { text-align: center; }

/* additional classes */
.clear { clear: both; }
.white {	color: #ccc; }
.green { color: #14b378; }
.gray { color: #333; }
.nobg { background: none; background: none !important; }

img.rssfeed {
	border: none; 
	padding: 15px 0px 5px 0px;
	background: transparent;
	float: right;
}

.post-by {
	font-size: .90em;	
	padding-top: 0;
	color: #aaa;
}
.post-footer { 
	text-align: center;
	padding: 8px 10px;
	margin: 5px 15px 10px 15px;
	color: #aaa;
	/*background: url(images/footer-bg.gif) repeat-x bottom;*/
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
/*comments*/
ol.commentlist {
	margin: 0; padding: 0;
}
ol.commentlist li {
	padding: 0 10px;
	margin: 0 auto;
	width: 460px;
	overflow: hidden;
	list-style: none;
}
ol.commentlist li.alt {
	background: #f7f7f7;
	padding: 0 10px;
	margin: 0 auto;
	width: 460px;
	overflow: hidden;
	list-style: none;
}
p.commentmetadata {
	background: url(images/line-grigio.gif) repeat-x center top;
	padding: 0;
}
ol.commentlist li.alt p.commentmetadata {
	background: url(images/line-grigio-alt.gif) repeat-x center top;
	padding: 0;
}
p.p-comments {
	background: url(images/dividor.gif) no-repeat center top;
	padding-top: 25px;
	margin-top: 0;
}
h3#postcomment {
	padding: 0; margin: 60px 0 0 0;
}
h3.falbum-title {
	color: #ccc;
}