/*---------------------------------------------------
Theme Name: Toccafondi.com Template
Theme URI: http://www.toccafondi.com/
Description: Tema per l'homepage di Gabriele Toccafondi
Version: 1.2.1
Author: Vincenzo Milone, Alessandro Mancini
Author URI: http://viklog.net/

	Copyright 2009 Vincenzo Milone, Alessandro Mancini

	grigio chiaro di sfondo		#eee
	grigio medio giglio		#cecece
	grigio chiarissimo 		#f6f6f6
	grigio scuro			#555
	viola				#330033
	arancione			#F26722
	
------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* ---------------- General Styles --------------- */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #eee;
	color: #000;
	background-image: url(images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
a {
	text-decoration: underline;
	color: #a00;
}
a:visited {
	text-decoration: underline;
	color: #555;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #d66;
}
p{ 
	margin: 0 0 10px 0;
}
h1, h2, h3, h4{
	margin: 5px 0 10px 0;
	font-weight: lighter;
}
h1 {
	font-size: 2.4em;
	display: none;
}
h2 {
	font-size: 26px;
	color: #f26722;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	margin-top: 15px;
}
h4{
	font-size: 14px;
	color: #555;
	font-weight: bolder;
}
abbr, acronym {
	padding: 1px;
	border-bottom: 1px dotted #555;
}
acronym {
	text-transform: uppercase;
}
pre, code {
	font-family: "Courier New", Courier, monospace;
}
code {
	padding: 2px;
	background-color: #f5f5f5;
}
pre {
	border: 1px solid #cecece;
	margin: 10px;
	padding: 10px;
}
blockquote {
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0px 10px 32px;
}
ins {
	text-decoration: none;
	padding: 2px;
	background-color: #fffccc;
}
del {
	color: #777;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
th {
	background-color: #cecece;
	padding: 4px 10px;
}
tr.alternate {
	background-color: #f6f6f6;
}
td {
	padding: 4px 10px;
}
/* ---------------- Layout --------------- */
#wrapper{
	z-index: 1;
	margin: 40px auto 20px auto;
	width: 820px;
}
#header{
	height: 212px;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#container {
	background-image: url(images/container-bg.png);
	background-position: center;
	background-repeat: repeat-y;
	min-height: 650px;
	padding: 15px 30px;
}
#content{
	width: 500px;
	float: left;
	padding-right: 14px;
}
ul#navigation{
	display: block;
	padding: 172px 0 0 30px;	
}
#sidebar{
	width: 220px;
	float: left;
	padding-left: 15px;
	border-left: 1px solid #cecece;
}
#sidebar p {
	font-size: 11px;
	line-height: 1.4;
}
#footer{
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 50px 0 15px 0;
	color: #555;
	font-weight: bolder;
}
#footer p {
	padding-left: 15px;
}
.ie #footer, .ie #header {
	margin-left: 2px;
}
.webkit #footer, .opera #footer {
	margin-left: -1px;
}
/* ---------------- Navigation --------------- */
ul#navigation li {
	display: inline;
}
ul#navigation li a{
	display: block;
	float: left;
	padding: 9px;
	margin-right: 2px;
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
ul#navigation li a:hover, ul#navigation li.current_page_item a {
	color: #f26722;
	background-color: #fff;
}
/* ---------------- Forms --------------- */
input[type="text"], textarea {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
}
input[type="text"]:focus, textarea:focus {
	background-color: #fffccc;
}
input[type="image"] {
	display: block;
	float: right;
	margin: -24px 15px 0 0;
}
.ie input[type="image"] {
	margin-top: -25px;
}
.webkit input[type="image"] {
	margin-top: 0;
}
.required {
	color: red;
}
/* ---------------- Entry and Widget--------------- */
.entry-title a:link, .entry-title a:focus, .entry-title a:visited {
	color: #000;
	text-decoration: none;
	padding-bottom: 1px;
}
.entry-title a:hover {
	border-bottom: 1px solid #F26722;
}
.entry {
	padding: 5px 0 10px 0;
}
.index-entry {
	background-image: url(images/dotted.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
.entry-content {
	font-size: 12px;
	line-height: 1.5;
}
.entry-content ul, .entry-content ol {
	margin: 10px 10px 10px 40px;
}
.widget ul {
	margin: -4px 0 10px 5px !important;
}
.gecko .widget ul {
	margin-left: 20px;
}
.entry-content ul {
	list-style-image: url(images/list3.gif);
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content ul li, .entry-content ol li {
	margin-bottom: 4px;
}
.widget ul li {
	line-height: 1.8;
	padding: 7px 0;
	background-image: url(images/dotted.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.meta {
	color: #777;
	font-size: 0.9em;
}
.post-meta {
	font-size: 11px;
}
/* ---------------- Sidebar --------------- */
#sidebar input#s {
	width: 120px;
}
input#s.big {
	width: 400px !important;
}
.widget {
	padding: 15px 0;
}
/* ---------------- Icons --------------- */
.icon {
	padding-left: 18px !important;
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
input.search {
	background-image: url(images/icons/zoom.png);
}
.contatti {
	background-image: url(images/icons/address_book.png);
}
.album {
	background-image: url(images/icons/photo_album.png);
}
.video {
	background-image: url(images/icons/film.png);
}
.documenti {
	background-image: url(images/icons/briefcase.png); 
}
.stampa {
	background-image: url(images/icons/newspaper.png); 
}
.about {
	background-image: url(images/icons/card.png); 
}
.home {
	background-image: url(images/icons/giglio_piccolo.png); 
}
.warning {
	background-image: url(images/icons/exclamation.png); 
}
/* ---------------- Credits --------------- */
#credits {
	font-size: 9px;
	color: #777;
	font-weight: lighter;
	margin-top: -5px;
}
/* ---------------- Classi generiche --------------- */
.hidden {
	display: none;
}
.history {
	padding-top: 10px;
}
/* ---------------- WP default --------------- */
p img {
	padding: 0;
	max-width: 100%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, img.alignleft {
	display: inline;
}
img.alignleft, .wp-caption.alignleft {
	margin: 5px 10px 0 0;
}
img.alignright, .wp-caption.alignright {
	margin: 5px 0 0 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
