﻿body
{
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #383d44;
	background: #f3f1e9 url(../images/global/bg-top.gif) repeat-x top left;
}
	
/* search box */

input.search-blog-input
{
	font-family: Verdana, Sans-Serif;
	width: 195px;
	height: 13px;
	font-size: 100%;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: none;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px;
	vertical-align: middle;
}

input.search-blog-button
{
	border-top: solid 1px #000000;
	border-left: none;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	width: 13px;
	height: 13px;
	padding: 2px;
	vertical-align: middle;
}

/* links */

a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}

/* page structure
---------------------------------------------------------- */

#main-body {
	width: 75em;
	margin: 30px auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	}
#content {
	width: 53em;
	float: left;
	}
#sidebar {
	width: 21em;
	float: right;
	margin-left: 1em;
	font-size: 90%;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	color: #666b75;
	}

/* header
---------------------------------------------------------- */

#header {
	padding: 0;
	font-size: 95%;
	border-top: 1px solid #464a52;
	background: #31363e;
	}

/* logo */

#logo {
	width: 75em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}
#logo span, #logo a {
	display: block;
	width: 274px;
	height: 60px;
	padding: 0;
	border-style: none;
	background: url(../images/global/logo.gif) no-repeat;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo a:hover {
	background-image: url(../images/global/logo-hov.gif);
	}

/* navigation */

#nav {
	width: 75em;
	margin: 20px auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background-color: #292d34;
	}

/* content
---------------------------------------------------------- */

/* basic phrase element styles */

blockquote {
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #666b75;
	padding-left: 23px;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #dbd5c5;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

/* title box */

#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h1 span {
	color: #666b75;
	}
#title h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #666b75;
	}

/* content styles */

#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#content h3 a {
	border: none;
	}
#content p {
	margin: 0 0 20px 0;
	}

/* entries */

#content h2.date {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #666b75;
	}
#content div.entry {
	margin: 0 0 30px 0;
	}
#content div.entry h3 {
	margin: 0 0 .4em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.5em;
	color: #775240;
	border: none;
	}
#content div.entry h3 a {
	text-decoration: none;
	color: #383d44;
	border: none;
	}
#content div.entry h3 a:hover {
	color: #326ea1;
	border-bottom: 2px solid #dbd5c5;
	}
#content div.entry h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #693;
	border: none;
	}
#content div.entry p.posted {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	color: #ccc;
	border-bottom: 1px solid #dbd5c5;
	}

/* entries simple list */

#content dl.entries {
	margin: 0;
	padding: 0;
	}
#content dl.entries dt {
	font-family: Georgia, serif;
	font-size: 145%;
	line-height: 1.5em;
	font-weight: normal;
	}
#content dl.entries dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#content dl.entries dd .more {
	font-size: 90%;
	}
#content dl.entries dd.posted {
	margin: 1em 0 30px 0;
	padding: 0 0 4px 0;
	font-size: 90%;
	color: #666b75;
	border-bottom: 1px solid #dbd5c5;
	}
#content dl.entries dd p {
	margin: 0 0 1em 0;
	}

/* entry links */

a.plink {
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	color: #666b75;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	background: url(../images/global/icon-doc.gif) no-repeat 0 50%;
	}
a.qblink {
	margin: 0 0 0 5px;
	font-size: 90%;
	font-weight: normal;
	color: #666b75;
	text-decoration: none;
	border: none;
	}
a.clink {
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	font-weight: normal;
	color: #666b75;
	text-decoration: none;
	border-bottom: none;
	background: url(../images/global/icon-com.gif) no-repeat 0 50%;
	}
a.plink:hover,
a.qblink:hover,
a.clink:hover {
	color: #383d44;
	}

/* figures */

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content img.alt {
	float: left;
	margin: .5em 12px 6px 0;
	}
#content img.plain {
	border: none !important;
	background: none;
	}
#content img.sm {
	margin-top: .2em;
	margin-bottom: 4px;
	}
#content a img.thumb:hover {
	border-color: #fff;
	background: #fff;
	}
#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #666b75;
	text-align: center;
	}
#content .figure dt img {
	margin: 0 0 6px 0;
	padding: 6px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content .figure img.fig {	
	padding: 6px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content img.alone, #content .block {
	float: none;
	margin-left: 0;
	}
#content p.fig {
	text-align: center;
	}

/* lists */

#content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 20px;
	}
#content div.dp-highlighter ul, #content div.dp-highlighter ol {
	margin-left: 0;
	}
#content ol {
	padding-left: 20px;
	}
#content div.dp-highlighter ol {
	padding-left: 0;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(../images/global/icon-bullet.gif) no-repeat 0 4px;
	}
#content div.dp-highlighter ul li {
	padding: 0;
	line-height: 100%;
	background: none;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}
#content div.dp-highlighter
{
	white-space: nowrap;
}

/* photos */

#content .photothumbs div {
	float: left;
	margin: 5px 5px 0 0;
}
#content .photothumbs a
{
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 107px;
	height: 107px;
	text-align: center; /* qui e non su precedente, iCab */
	vertical-align: middle;
	background-color: #DDDDDD;
	border: none;
}
#content .photothumbs img 
{
	vertical-align: middle;
}
/*\*//*/
#content .photothumbs a {
	display: block;
}
#content .photothumbs span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
#content .photothumbs a {
	font-size: 1px;
}
/* non serve solito shift background-position: 11px 11px per IE/Mac, forse perche' su inline-block? */
#content .photothumbs div {
	border-collapse: collapse; /* Op7 */
}
#content .photothumbs a:hover {
	background-color: #CCCCCC;
}

/* RSS feed list */

#content ul.feed-list li {
	padding-left: 0;
	background: none;
	}
#content ul.feed-list li a.rss {
	padding-left: 18px;
	background: url(../images/global/icon-rss.gif) no-repeat 0 2px;
	}

/* comments */

#comments {
	font-size: 90%;
	}
#comments textarea {
	width: 350px;
	}
#comments h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#comments h3#add-com {
	margin-bottom: 0;
	border-bottom: none;
	}
#comments h3#chead a {
	float: right;
	margin-left: 10px;
	padding: 0 0 0 16px;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	border: none;
	color: #666b75;
	background: url(../images/global/icon-com.gif) no-repeat 0 50%;
	}
#comments h3#chead a:hover {
	padding-bottom: 0;
	color: #383d44;
	}
#comments code {
	font-size: 118%;
	}
#comments span {
	/*color: #999;*/
	}
#comments dl {
	margin-top: 0;
	}
#content #comments dl dt {
	font-weight: normal;
	color: #383d44;
	padding: 10px 0 8px 54px;
	margin: 0;
	font-size: 110%;
	line-height: 1em;
	background: url(/assets/images/global/comment-dt.gif) no-repeat 20px 100%;
	}
#content #comments dl dt.tim
{
background-image: url(../images/comment-dttim.gif);
}
#comments dl dd.tim
{
	color: #383d44;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
#comments dl dt a {
	font-weight: bold;
	text-decoration: none;
	border: none;
	}
#comments dl dt a em {
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	color: #EBF4D9;
	}
#comments dl dt a:hover {
	text-decoration: none;
	}
#comments dl dt a:hover em {
	color: #666b75;
	}
#comments dl dt a.comment-number {
	margin-right: 3px;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: bold;
	color: #383d44;
	}
#comments dl dt a.comment-number:hover {
	color: #929C87;
	}
#comments dl dt img {
	vertical-align: middle;
	}
#comments dl dd {
	padding: 20px 20px 8px 20px;
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #383d44;
	background: #e6e3d7;
	}
#comments dl dd p {
	margin: 0;
	padding: 0 0 12px 0; 
	}
#comments-form {
	margin: 0 0 25px 0;
	padding: 20px;
	background: #e6e3d7 url(/assets/images/global/form-bg.gif) repeat-x top left;
	}
#content #comments-form p, #content #comments-form dl dd {
	margin: 0 0 8px 0;
	padding: 0;
	}
#comments-form p.note {
	margin-top: 20px;
	}
#comments input {
	vertical-align: middle;
	}
#comments input#ctl00_cphContent_fmvBlogEntry_txtName,
#comments input#ctl00_cphContent_fmvBlogEntry_txtEmail,
#comments input#ctl00_cphContent_fmvBlogEntry_txtUrl {
	width: 250px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments textarea {
	width: 400px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments .note {
	font-size: 100%;
	}

/* sidebar
---------------------------------------------------------- */

#sidebar h3 {
	margin: 25px 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#sidebar h3.first {
	margin-top: 0;
	}
#sidebar h3.featured {
	margin-bottom: 0;
	border-bottom: 0;
	}
#sidebar p {
	margin: 0;
	padding: 0;
	}
#sidebar p.cc {
	margin-top: 1em;
	}
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 14px;
	background: url(../images/global/icon-bullet.gif) no-repeat 0 4px;
	}
#sidebar ul.articles li,
#sidebar ul.archivelinks li,
#sidebar ul.taglinks li {
	padding-left: 16px;
	background-position: 0 2px;
	}
#sidebar ul.articles li 
{
	background-image: url(../images/global/icon-doc.gif);
}
#sidebar ul.archivelinks li
{
	background-image: url(../images/global/icon-hcalendar.gif);
}
#sidebar ul.taglinks li
{
	background-image: url(../images/global/icon-tag.gif);
	margin-top: 0.5em;
}
#sidebar ul li.last {
	margin-bottom: 0;
	}

/* sidebar teaser */

dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 0;
	width: 100%;
	
	}
dl.teaser dt 
{
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	}
dl.teaser dt a {
	margin: 2px 10px 0 0;
	padding: 2px;
	display: block;
	border: 3px solid #dbd5c5;
	}
dl.teaser dt a img {
	
	}
dl.teaser dt a:hover {
	border-color: #fff;
	background: #fff;
	}
dl.simple dt a:hover {
	padding: 0;
	background: none;
	}
dl.teaser dd {
	margin: 0 0 2px 0 !important;
	padding: 0;
	line-height: 1.4em;
	}
dl.teaser dd em {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-style: normal;
	color: #888;
	}
dl.noimg dt a {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border: none;
	border-bottom: 1px dotted #bbb;
	}
dl.noimg dt a:hover {
	padding: 0;
	border: none;
	border-bottom: 1px solid #bbb;
	}
dl.noimg dd a {
	font-weight: normal;
	}

/* banner img in sidebar */

#sidebar p.banner a {
	padding: 0;
	border: none;
	}

/* thumb img */

#sidebar img.thumb {	
	float: left;
	margin: 0 8px 2px 0;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#sidebar a img.thumb:hover {
	border-color: #fff;
	background: #fff;
	}

/* more forms */

form {
	margin: 0;
	padding: 0;
	}

/* footer
---------------------------------------------------------- */

#footer {
	width: 75em;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	font-size: 95%;
	line-height: 1.5em;
	}
#footer-inner {
	padding-left: 40px;
	background: url(../images/global/logo-footer.gif) no-repeat 0 1px;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#footer a.rss {
	padding-left: 16px;
	background: url(../images/global/icon-rss.gif) no-repeat 0 0;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */

#nav ul:after, 
#main-body:after,
#footer:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* blog editing */

input.text, textarea.text
{
	font-family: Verdana, Sans-Serif;
	width: 600px;
	height: 13px;
	font-size: 90%;
	border: solid 1px #000000;
	padding: 2px;
	vertical-align: middle;
}

textarea.text
{
	height: 500px;
}

/* alert notes */

#content .note {
	font-size: 100%;
	font-style: italic;
	line-height: 1.6em;
	color: #888;
	padding: 6px 0 0 0;
	border-top: 1px solid #dbd5c5;
	}
#content .note strong {
	color: #383d44;
	}
#content .note code {
	color: #444;
	}
#content .alert {
	padding-left: 16px;
	background: url(/assets/images/global/icon-alert.gif) no-repeat 0 1px;
	}

table.admin th, table.admin td
{
	padding: 2px;
	border-bottom: solid 1px #CCCCCC;
}

.blog-draft
{
	color: #666666;
	font-style: italic;
}

.error
{
	color: Red;
}