/*
Name: GAVELLO
Design Studio: http://francescogavello.it
Version: 1.0
Author: Francesco Gavello
Author URI: http://francescogavello.it
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

/* stili di focus */
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}

/* tabelle */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* generici */

body {
	background: #94908B url('img/bg_header.gif') top center repeat-x;
	color: #333;
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	line-height: 20px;
}

.clearer, .meta {
	clear: both;
}

h1, h2 {
	font-size: 24px;
	line-height: 36px;
	color: #ac711c;
	font-weight: bold;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 25px;
}

a {
	color: #336699;
}

.stile_box {
	background:url("img/bg_box.jpg") repeat-x scroll center top #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 50px 50px 50px 50px;	
}

.stile_bg {
	background: url('img/bg_box_2.png') center bottom no-repeat;
	padding-bottom: 40px;
	margin-bottom: 10px;
}

.small {
	font-size: 11px;
}

.stile_link {	
	color: #333;
	text-decoration: none;
	background: url("http://francescogavello.it/wp-content/themes/blog/img/bg_link.gif") top center repeat-x;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	border-radius : 2px;
	-moz-border-radius : 2px; /* Specifico per Mozilla */
	-webkit-border-radius : 2px; /* Specifico per Webkit */
	display: block;
	padding: 5px 10px;
	float: right;
}

/* struttura */

#contenitore {
	width: 980px;
	margin: 0 auto;
}

#header {
	margin: 40px 0;
}

#sidebar {
	color: #f5f5f5;
	width: 300px;
	float: right;
}

#footer {
	margin-bottom: 25px;
	overflow: auto;
}

#footer .stile_link {
	color: #333;
	text-decoration: none;
	background: url("http://francescogavello.it/wp-content/themes/blog/img/bg_link.gif") top center repeat-x;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	border-radius : 2px;
	-moz-border-radius : 2px; /* Specifico per Mozilla */
	-webkit-border-radius : 2px; /* Specifico per Webkit */
	display: block;
	padding: 5px 10px;
	float: left;
	margin-right: 25px;
}

/* header */

#logo h1 {
	text-indent: -10000px;
	display: block;
	width: 457px;
	height: 65px;
	background: url('img/logo.png') top left no-repeat;
}

#logo {
	width: 457px;
	float: left;
}

#menu {
	float: right;
}

#menu a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#menu span {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

#menu li {
	float: left;
	margin-left: 25px;
	width: 95px;
}

/* contenuti */

#contenuti {
	width: 660px;
	float: left;
}

#contenuti img {
	display: block;
	margin: 0 auto 25px auto;
}

.descrizione, .fonte_citazione {
	font-style: italic;
}

/* audio */

.audio_player {
	margin-bottom: 10px;
}

.descrizione_audio {
	background: url('img/melody.png') left top no-repeat;
}

/* video */

.video {
	width: 500px;
	margin: 0 auto;
}

/* sidebar */

#sidebar .stile_link {
	color: #333;
}

#sidebar p {	
	margin-bottom: 10px;
}

#sidebar a {
	color: #fff;
	font-weight: bold;
}

#sidebar h3 a {
	text-decoration: none;
}

#sidebar h3 a:hover {
	text-decoration: underline;
}

#sidebar h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

#sidebar #about_box {
	margin-bottom: 50px;
}

#sidebar #about_box strong {
	color: #fff;
}

#sidebar #about_box p {
	color: #666;
}

#sidebar #social_network {
	margin-top: 20px;
}

#sidebar #iscriviti_feed {
	margin-bottom: 20px;
}

#sidebar #iscriviti_feed li{
	margin-bottom: 5px;
}

#sidebar #iscriviti_feed img {
	vertical-align: middle;
	margin-right: 5px;
}

/* descrizioni */

.descrizione  {
	min-height: 32px;
	padding-left: 50px;
	margin-top: 20px;
}

.meta {
	margin: 25px 0 0 0;
}

.stile_box .meta ul {
	margin: 0;
}

.meta li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
}

.meta li:last-child {
	border-right: none;
}

.meta, .meta a {
	color: #999;
}

.descrizione_foto {
	background: url('img/camera.png') left top no-repeat;
}

.descrizione_link {
	background: url('img/heart.png') left top no-repeat;
}

.descrizione_video {
	background: url('img/play.png') left top no-repeat;
}

.post .descrizione {
	background: url('img/linedpaper.png') left top no-repeat;
}

.fonte_citazione {
	background: url('img/commentblack.png') left top no-repeat;
	height: 32px;
	padding-left: 50px;
	margin-top: 20px;
}

/* citazioni */

.citazione {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color: #999;
	background: url('img/apri-citazione.png') top left no-repeat;
	padding-left: 70px;
}

.citazione div {
	background: url('img/chiudi-citazione.png') bottom right no-repeat;
	padding-bottom: 35px;
}

.citazione p:last-child {
	margin-bottom: 0;
}

/* post */

.post ul {
	margin: 0 0 20px 20px;
}

.post li {
	list-style-type: disc;
}

.post blockquote {
	border-left: 2px solid #ccc;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-style: italic;
	color: #999;
}

/* credits */

#credits {
	background-color: #716b65;
	border: 1px solid #43413f;
	padding: 25px;
	margin-bottom: 50px;
}

#credits, #credits a {
	color: #ddd;
}

#credits p {
	margin-bottom: 0;
}

/* twitter */

#twitter {
	margin: 50px 0;
}

#twitter #titolo_twitter {
	background: url('img/twitter.png') left center no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 42px;
}

#twitter li {
	margin-bottom: 20px;
}

/* Note */

.notes-container {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#contenuti .meta .notes li {
	margin: 0px 0px 5px 0;
	padding: 0px;
	border: 0px;
	display: block;
}

#contenuti .meta .notes img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: inline;
}

.titolo-note {
	font-weight: bold;
	margin: 40px 0 10px 0;
}