/*  
Theme Name: Tuttiassunti.it
Theme URI: http://wordpress.org/
Description: Tema personalizzato per <a href="http://www.tuttiassunti.it/">www.tuttiassunti.it</a>.
Version: 3.0
Author: Giovanni di Gregorio
Author URI: http://www.makao.it

	Tuttiassunti 3.0
	 http://www.tuttiassunti.it/

	This theme was designed and built by Giovanni Di Gregorio.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a:link {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	border-bottom: 1px black dotted;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
#menu a:visited {
	color: black;
	text-decoration: none;
}
body {
	background-image: url('images/backgroundBody.jpg');
	background-position: 50% 145px;
        background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	padding-bottom: 15px;
}
div.data {
	font-size: 10px;
	line-height: 18px;
	float: right;
	width: 110px;
	margin: -10px 5px 5px 0;
	text-align: center;
	color: #777;
	padding-bottom: 5px;
	background: #E9F3FF url(images/date.png) no-repeat bottom left;
}
div.data span.d {
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #757797;
	padding-top: 5px;
	background: #E9F3FF url(images/date.png) no-repeat top left;
}
div.data span.m {
	text-transform: uppercase;
}
#contatti {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pagetitle {
	font-style: oblique;
	font-weight: normal;
}
.entry {
	text-align: justify;
}
#home {
	position: relative;
	background-image: url('images/backgroundHome.jpg');
	width: 840px;
	min-height: 800px;
	left: 50%;
	margin-left: -420px;
	margin-top: 145px; 
}
#header {
	position: relative;
	background-image: url('images/header.png');
	z-index: 2;
	width: 840px;
	height: 145px;
	top: 0px;
}
#homeTop {
	position: absolute;
	background-image: url('images/backgroundHomeTop.jpg');
	background-position: center,top;
	background-repeat: no-repeat;
	width: 840px;
	height: 663px;
	top: 184px;
}
#footer {
	position: relative;
	background-image: url('images/footer.jpg');
	width: 840px;
	height: 61px;
	top: 0px;
	left: 50%;
	margin-left: -420px;
}
#menu {
	position: absolute;
	width: 640px;
	height: 35px;
	z-index: 15;
	top: 160px;
	left: 275px;
	font-size: 10px;
	text-transform: uppercase;
}
#searchBar {
	position: absolute;
	width: 250px;
	height: 20px;
	z-index: 3;
	top: 0px;
	left: 20px;
	margin-top: 160px;
}
#leftBar {
	position: relative;
	width: 215px;
	font-size: 10px;
	left: 0px;
	margin-left: -245px;
	top: 30px;
	text-align: left;
	float: left;
}
.postmetadata {
	font-style: italic;
	padding-top: 5px;
	font-size: 11px;
}
input {
	border: 1px #a6a6a6 solid;
}
#textHome {
	position: relative;
	top: 0px;
	left: 275px;
	width: 520px;
	z-index: 2;
}
ul {
	list-style-type: none;
	text-align: left;
	line-height: 14px;
}
li {
	padding-bottom: 15px;
}
img {
	margin-right: 8px;
	border: thin gray solid;
	margin-top: 7px;
}
#topBanner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
	background-color: #8dd848;
	border: 0;
	text-align: center;
}