/*
===================
 CSS Styles
=================== 

------------------- 
Name: default
Author: Lantaca Ucasi
Version: 1.6
Module: common.css
*/

/* ===== GENERAL (redefinition HTML tag) ===== */
html {
	margin: 0;
	padding: 0;
	background-color: transparent;
	allowtransparency: true;
	font-size: 14px;
	font-family: 'Lucida Grande', sans-serif;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}
blockquote {
	width: 90%;
	min-height: 50px;
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin: 10px 0;
	padding-left: 55px;
	background: url(../imgs/quote.png) no-repeat;
}
pre, code {
	font-family: Courier;
	font-size: 12px;
	color: #333399;
}
pre {
	overflow: auto;
	width: 90%;
	margin: 10px 10px;
	padding: 5px 10px;
	border: 1px dotted #666;
	background-color: #ffffcc;
}
img { border: 0 }
hr { display: none }

/* ==== text format ===== */
p { margin: 5px 0 }

ul, li, ol { margin: 0; padding: 0 }
.entry  li{
	margin: 0 0 0 20px;
	list-style-type: disc;
}

h1 {	/* Title of the blog */
	font-weight: bold;
	font-size: 40px;
	margin: 0;
	padding: 5px 0;
	text-shadow: #eee 0px 1px 1px;
}
h2 { 
	font-size: 26px;
} 
h3 {
	font-size: 26px;
	margin: 0;
	margin-top: 5px
}
h4 { 
	font-size: 22px;
	margin: 10px 0 4px 0;
}

/* === Form === */
form { margin: 10px}
fieldset {
	border: #ddd solid 1px;
	margin: 0 0 1em 0;
	padding: 5px;
}
legend {
	font-size: 12px;
	font-style: oblique;
	color: #666;
}
input, textarea, select {
	padding: 2px 2px 3px 2px;
	border: 1px solid #ddd;
	background: #fff;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #bbb;
}

textarea {
	width: 98%;
	margin: 5px;
}
/* === link === */
a:link, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0085CF;
}

/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#body-container {
	text-align: left;
	margin: 0 auto 10px auto;
	width: 100%;
}

/* ===== SEACHBOX ===== */
#searchbox  {
	float: right;
	padding: 0;
	height: 0;
	margin-top: -11px;
}
#searchbox input {
	width: 123px;
	background: url(../imgs/search.png);
	padding: 1px 0 2px 17px;
	border: none;
}
#searchbox input[type=submit]{
	display: none;
}

/* ===== HEAD ===== */
#head {
	width: 100%;
	background: url(../imgs/header.png);
	padding: 0;
	margin: 0 auto 10px auto;
	text-align: center;
    text-decoration: none;
}
.subtitle {
	display: none;
	font-size: 12px;
	font-style: oblique;
	margin: 0;
	color: #666;
}

/* ===== CONTAINER (TOPBAR, MAIN, COLUMN, FOOTER)===== */
#outer-container {
	position: relative;
	height: 100%;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#static {
	float: left;
	position: relative;
	width: 758px;
	margin: 10px 0;	
	padding: 0;
}
.static-title {
	text-align: center;
	font-weight: bold;
	margin: 0;
	height: 38px;
	padding: 5px;
	font-size: 26px;
	line-height: 38px;
	color: #000;
	background: #fff;
}
.static-content {
	margin: -15px 0 0 0;
	padding: 5px;
	background: #fff;
}
/* ===== MAIN =====  */
#main {
	float: left;
	position: relative;
	width: 758px;
	margin: 10px 0;	
	padding: 0;
	background: none;
}
#default {width: 100%}
#default .entry {padding:30px}
#static h3 { /* Titles of the static page */
	text-align: center
}
#main p, #static p { line-height: 1.5em; margin-top: 1.2em; }
img.emoticon  {
    vertical-align: middle;
    margin: 0;
    border: none;
    padding: 0;
}

/* === List === */
#main ul , #static ul {
	list-style-type: disc;
}
#main ol, #static ol {
	list-style-position: inside;
	padding: 0 1.6em 0 1.6em
}

.calendario-titolo {
	float: left;
	text-align: center;
	height: 38px;
	width: 38px;
	background: url(../imgs/calendario.png) no-repeat;
	margin: 0 15px 0 0;
	font-family: Times;
}
.mese-anno {
	margin: 1px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
.giorno {
	margin: -2px 0 0 0;
	font-weight: bold;
	font-size: 26px;
	color: #666;
}
.icomments {
	min-width: 10px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 0 2px 0 1px;
	background: url(../imgs/n.png);
	border: solid 2px #fff;
	border-radius: 15px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 15px;
	box-shadow: #000 1px 1px 1px;
	position: absolute;
	float: left;
	margin-left: 30px;
	margin-top: -10px;
}
.icomments a:link, .icomments a:hover, .icomments a:visited {color: #fff}
.entry {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	box-shadow: #bbb 1px 1px 3px;
	border: solid 1px #bbb;
	background: #fff;
}
.entry-title {
	margin: 0;
	padding: 5px;
	min-height: 48px;
	font-size: 28px;
	color: #000;
}
.entry-content {
	margin: -15px 0 -5px 0;
	padding: 5px;
}
.entry-footer {
	margin: 0 5px;
	padding: 5px 0;
	border-top: solid 1px #bbb;
	font-size: 12px;
	color: #666;
}
.link-comments {
	position: relative;
	float: right;
	margin: 0 0 5px 5px;
}

.admincontrols { /* [edit] and [delete] */
	font-size: 12px;
	float: right;
	padding: 5px;
}

/*==== commenti =====*/

#commentform {
	margin: 0;
	padding: 5px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	border: 1px solid #bbb;
	box-shadow: #ccc 1px 1px 3px;
	background: #fff;/* old browsers */
}
/*#comment-userdata p { margin: 1px; padding: 1px }*/
#comments li {
	list-style-type: none;
	margin: 10px 0;
	margin-left: 50px;
	padding: 5px;
	width: 630px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	border: 1px solid #bbb;
	box-shadow: #ccc 1px 1px 3px;
	background: #fff;
}
#comments li strong.comment-name {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1em
}
#comments li.comment-admin {
	background: #fff url(../imgs/comment-admin.png) top right no-repeat;
}
.gravatar {
	height: 40px;
	width: 51px;
	float: left;
	padding: 0;
	background: url(../imgs/commento-freccia.png) right no-repeat;
}
.gravatar img {
	height: 40px;
	width: 40px;
	background: none;
	border-radius: 9px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
}

.addthis_toolbox .addthis_default_style   {
	float: right;
	height: 20px;
	text-align: right;
}


/* --- aspetto dei bottoni e pulsanti --- */
.buttonbar { text-align: center }
.buttonbar input, reset  {
	text-align: center;
	margin: 1px 5px;
	padding: 0 10px;
	height: 30px;
	border: solid 1px #bbb;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	background: #fff url(../imgs/hover.png);
}
.buttonbar input:hover, reset:hover {
	text-align: center;
	margin: 1px 5px;
	padding: 0 10px;
	height: 30px;
	border: solid 1px #ccc;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	background: #ddd url(../imgs/select.png);
}
/* --- next entries & previous entries link --- */
.navigation { 
	min-height: 15px;
	font-size: 12px;
	margin: 5px 0;
	padding: 5px;
	border: solid 1px #bbb;
	box-shadow: #bbb 1px 1px 3px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	background: #fff;
}


/* ===== FOOTER ===== */
#footer {
	min-height: 36px;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 10px;
	color: #666;
	border: solid 1px #bbb;
	box-shadow: #bbb 1px 1px 3px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	background: #fff;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
}
#footer ul li table { font-size: 12px }
#footer fildset { margin: 0 0 0 0 }
#footer legend{ font-size: 12px }


/* === ALTRO === */
.img-gallery img {
	padding: 5px;
	background: #bbb;
	margin: 5px;
}
#banner{
	text-align: center;
}

/* === PLUGIN === */
.bbtoolbar {float:left; margin: 0 0 0 5px}
.bbtoolbar img {margin: 3px;}
.bbtoolbar input {
	font-weight: bold;
	text-align: left;
	margin: 1px;
	padding: 0 5px;
	height: 20px;
	color: #000;
	text-shadow: #ddd 0px 1px 1px;
	border: none;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	background: #fff url(../imgs/hover.png);
}
.bbtoolbar input:hover {
	font-weight: bold;
	text-align: left;
	margin: 1px;
	padding: 0 5px;
	height: 20px;
	color: #fff;
	text-shadow: #333 0px -1px 1px;
	border: none;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	background: #ddd url(../imgs/select.png);
}

.plugin_tag_list {
	float: left;
	font-size: 10px;
	font-style: italic;
	list-style-type: none;
	padding: 2px 16px;
	margin-top: 5px;
	background: url(../imgs/tags.png) no-repeat left top;
}
.related-entries {
	padding: 5px;
	border: solid 1px #bbb;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	box-shadow: #bbb 1px 1px 3px;
	background: #fff;
}
.related-entries  li{
	display: inline;
	margin: 5px 10px;
}

.sel a{
	color: #fff;
	text-shadow: #333 0px -1px 1px;
	background: url(../imgs/select.png);
}