/*
Theme Name: Daring To Do | SEO Friendly
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

/* RESET */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* STYLE */
body {
	font-family: Georgia,"Times New Roman",Times,serif;
	background: #F7F7F7 url('images/bgr.jpg') repeat-x top left;
	color: #555555;
}

.clear {
	clear: both;
}

div#header {
	width:960px;
	margin: 0 auto;
}

div#support-navigation {
	width: 50%;
	margin-top: 0px;
}

div#support-navigation li {
	display: inline;
	list-style: none;
	font-size: 11px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	margin-right: 20px;
}

div#support-navigation li.rss-subscribe a {
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	background: transparent url('images/ico-rss.gif') no-repeat scroll right center;
}

div#support-navigation a {
	color: #fff;
	text-decoration: none;
}

div#support-navigation a:hover {
	color: #b2cb3c;
}

div#feature-number {
	float: right;
	color: #fff;
	font-size: 11px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	margin-top: -18px;
}

div#logo {
	position: absolute;
	margin-top: -2px;
}

/*form#searchform {
	float: right;
	margin-top: -80px;
	background: #fff;
	padding-right:5px;
	padding-bottom: 5px;
	border: 1px solid #d7d7d7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}*/

form#searchform {
	background: #fff;
	padding-right:5px;
	padding-bottom: 5px;
	border: 1px solid #d7d7d7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

form#searchform input#s {
	border:0 none;
	color:#A3A192;
	float:left;
	font-size:12px;
	margin:7px 0 0 10px;
	padding:2px;
	width:250px;
}

form#searchform input.btn {
	margin-top: 5px;
}

div#main-navigation {
	font-size: 12px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	margin-top: 130px;
}

div#main-navigation li {
	float: left;
	margin-right: 20px;
	list-style: none;
	margin-top: -5px;
}

div#main-navigation a {
	color: #333333;
	text-decoration: none;
	padding: 10px 0 10px 17px;
}

div#main-navigation a:hover {
	background: transparent url('images/ico-continue-trans.png') no-repeat;
}

div#main-navigation ul li ul {
	display: none;
	position: absolute;
	margin-top: 5px;
	z-index: 1000;
}

div#main-navigation ul li ul li {
	float: none;
	margin-top: 0px;
	background: #fff url('images/bgr-box-trans.png') repeat-x top left;
}

div#main-navigation ul li ul li a {
	display: block;	
	border: 1px solid #d7d7d7;
	border-top: 0px;
	width: 150px;
	padding:6px 0 5px 18px;
}

div#main-navigation ul li ul li a:hover {
	background: transparent url('images/ico-continue-trans.png') no-repeat 0 1px;
}

div#main-navigation a.rss-button {
	display: block;
	float: right;
	margin-top: -35px;
	background:none;
}

div#page {
	width: 970px;
	margin: 0 auto;
	padding-top: 20px;
}

div#content {
	float: left;
	width: 620px;
}

div.post {
	border: 1px solid #D7D7D7;
	padding: 20px;
	background: #fff url('images/bgr-box-trans.png') repeat-x top left;
	width: 560px;
	float: left;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

div.post p {
	margin-bottom: 10px;
}

div.post div.edit-post {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.attachment {
	width: 960px;
	text-align: center;
}

p.back-to-post {
	text-align: center;
	margin: 5px;
}

div.attachment-navigation {
	width: 400px;
	margin: 20px auto;
}

div.attachment-navigation div {
	float: left;
	width: 200px;
}

div.attachment-navigation div img {
	padding: 5px;
	border: 1px solid #d7d7d7;
}

.attachment-large {
	margin: 0 auto;
	display: block;
	padding: 5px;
	border: 1px solid #d7d7d7;
}

div.archive div.post {
	margin-bottom: 10px;
}

div.post .alignleft {
	float: left;
	margin-right: 10px;
}

div.post .alignright {
	float: right;
	margin-left: 10px;
}

div.post .aligncenter {
	display: block;
	margin: 0 auto;
}

div.post img.intro-image-small {
	border:1px solid #999999;
	float:left;
	margin-right:10px;
}

div.post img.size-full {
	padding: 5px;
	border: 1px solid #d7d7d7;
}

div.post ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.post li {
	font-size: 12px;
	margin-bottom: 10px;
}

div.post img.intro-image {
	float: none;
	z-index: 10;
}

div#featured div.post {
	margin-bottom: 15px;
	float: none;
}


div#articles div.post {
	width: 250px;
	height: 390px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div#articles div.post p {
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}

div#featured div.post img {
	border: 1px solid #999;
}

div#articles div.post img {
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
}

div.archive img.intro, div.archive div.small-post img {
	border:1px solid #999999;
	float:left;
	margin-right:10px;
}

div#featured div.post p {
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 12px;
}

div.post-meta {
	border-bottom: 1px solid #b2cb3c;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.post-meta span.post-date {
	color: #999;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	display: block;
	text-align: left;
}

div.post-meta span.post-categories {
	text-align: right;
	color: #000;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	display: block;
	float: right;
	margin-top: -15px;
}

div.archive div.post-meta span.post-date {
	display: inline;
}

div.post-meta span.post-comment {
	text-align: right;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	display: block;
	float: right;
}

div.post-meta span.post-comment a {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url('images/ico-comments.gif') no-repeat;
}

div.post-meta span.post-comment a:hover {
	color: #b2cb3c;
	text-decoration: underline;
}


div.post-link span.post-comment {
	text-align: right;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	display: block;
	float: right;
}

div.post-link span.post-comment a {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url('images/ico-comments.gif') no-repeat;
}

div.post-link span.post-comment a:hover {
	color: #b2cb3c;
	text-decoration: underline;
}

div.post-link {
	margin-top: 10px;
}

div.post a.read-more {
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 5px 20px;
	background: transparent url('images/ico-continue-trans.png') no-repeat;
	margin-top: 10px;
}

div.post a.read-more:hover {
	color: #b2cb3c;
	text-decoration: underline;
}

a.open-archive {
	display: block;
	text-align: left;
	color: #777777;
	text-decoration: none;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 1em;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	/*background: transparent url('images/ico-arrow-trans.png') no-repeat center right;*/
	clear: both;
}

a.open-archive:hover {
	text-decoration: underline;
}

div.archive-navigation {
	text-align: center;
	color: #777777;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 1em;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}

div.archive-navigation a {
	color: #777;
	text-decoration: none;
}

div.archive-navigation a:hover {
	color: #b2cb3c;
	text-decoration: underline;
}

div.box {
	margin: 30px 0;
	font-size: 12px;
}

div.box .copertina-gallery {
	margin-top: 10px;
}

div.page-selector {
	font-size: 14px;
}

div.page-selector a {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	color: #b2cb3c;
	background: #f5f5f5 anzian;
	text-decoration: none;
	margin-right: 10px;
}



div.box div.title, div.related_post_title {
	border: 1px solid #dedbd1;
	padding: 5px;
	background: #f5f4f0;
	color: #363636;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.box ol {
	margin-left: 20px;
}

div.box ol li a {
	font-size: 14px;
}

div#related p {
	font-size: 10px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

div#related a {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}


div#tags a {
	font-size: 12px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}


div#share {
	text-align: center;
}

div#comments {
	border: 1px solid #D7D7D7;
	padding: 20px;
	background: #fff url('images/bgr-box-trans.png') repeat-x top left;
	width: 560px;
	float: left;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

div#comments ul.commentlist li {
	list-style: none;
	padding: 10px;
	border: 1px solid #dedbd1;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}

div#comments img.avatar {
	border: 1px solid #dedbd1;
	background-color: #fbfbfb;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

div#comments cite {
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

div#comments span.says {
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

div#comments .comment-meta {
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	margin-top: -5px;
}

div#comments .commentmetadata a {
	color: #333;
}

div#comments .commentmetadata a:hover {
	color: #b2cb3c;
}

div#comments p {
	font-size: 11px;
}

div#comments input, select, textarea {
	border:1px solid #CACACA;
	font-size:12px;
	padding:5px;
	margin-bottom: 15px;
}

div#comments textarea {
	width: 550px;
}

div#comments input#submit {
	background:#F5F4F0;
	border:1px solid #D7D7D7;
	color:#363636;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px;
}

div#sidebar {
	margin-left: 620px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 12px;
}

div#sidebar div.box {
	border: 1px solid #D7D7D7;
	padding: 20px;
	background: #fff url('images/bgr-box-trans.png') repeat-x top left;
	width: 300px;
	margin-top: 0;
	margin-bottom: 20px;
}

div#sidebar div.title {
	border: 1px solid #DEDBD1;
	color: #363636;
	background: ##F5F5F5;
	font-size: 12px;
	text-align: left;
}

div#sidebar div.video-title a {
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}

div#sidebar div.video-title a:hover {
	text-decoration: underline;
}

div#sidebar div.video img {
	border: 1px solid #DEDBD1;
	margin-left: 4px;
}

div#sidebar div.foto .galleria-foto {
	display:block;
	float:left;
	height:150px;
	margin:20px 10px;
	width:120px;
}

div#sidebar div.foto a {
	/*float: left;
	width: 120px;
	margin: 20px 12px 10px;
	display: block;*/
}

div#sidebar div.foto img {
	border: 1px solid #DEDBD1;
	display: block;
}

div#sidebar div.foto a.read-more, div.video a.read-more {
	float: none;
	color: #000;
	text-decoration: none;
}

div#sidebar div.foto a.read-more:hover, div.video a.read-more:hover {
	color: #b2cb3c;
	text-decoration: underline;
}


div#sidebar div.piu-letti li {
	list-style: none;
}

div#sidebar div.piu-letti a {
	display: block;
	color: #363636;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url('images/ico-star-trans.png') no-repeat 0 3px;
	margin: 5px 10px;
}

div#sidebar div.piu-letti a:hover {
	color: #b2cb3c;
}

div#sidebar div.tag {
	text-align: center;
}

div#sidebar div.tag a {
	color: #363636;
	white-space: nowrap;
	text-decoration: none;
}

div#sidebar div.tag a:hover {
	color: #b2cb3c;
}

div.adv-content {
	border: 1px solid #D7D7D7;
	padding: 20px;
	background: #fff url('images/bgr-box-trans.png') repeat-x top left;
	width: 560px;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	margin-bottom: 20px;
	text-align: center;
}

div#adv-footer {
	width:960px;
	margin: 0 auto;
}

div.adv-content div.banner {
	border: 1px solid #DEDBD1;
	float: left;
	height: 125px;
	width:125px;
	margin-right:13px;
}

div.adv-content div.last {
	margin-right:0;
}

div#footer {
	background:#E4E2DB url("images/bgr-footer.gif") repeat-x;
	font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	padding: 10px 0;
	color: #777777;
	margin-top: 20px;
}

div#footer a {
	color: #777777;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div.footer-content {
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-size: 2em;
	padding-top: 5px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #000;
	font-family: Georgia;
}

div.archive h1 {
	border: 1px solid #DEDBD1;
	color: #363636;
	font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
	font-size: 1em;
	padding: 5px 10px;
	background: #F5F4F0;
	margin-right: 20px;
}


h2 {
	font-size: 1.6em;
	padding-top: 5px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: Georgia;
}

div#featured h1, div#featured h2 {
	font-size: 2em;
	line-height: 30px;
	color: #555;
}

h3 {
	font-size: 1.2em;
	padding-top: 5px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: Georgia;
}



p {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

a {
	color: #b2cb3c;
	text-decoration: underline;
}


h1 a, h2 a, h3 a, span.post-categories a {
	color: black;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, span.post-categories a:hover {
	color: #b2cb3c;
	text-decoration: underline;
}

em {
	font-style: italic;
}

.goog-te-gadget {
  text-align:center;
}




#c.a.p. {
	border: 1px solid #d7d7d7;
}


div.informazioni-mostra {
	margin: 10px;
}

div.informazioni-mostra p {
	font-size: 14px;
}

div.informazioni-mostra p.download {
	padding-top: 10px;
}

div.informazioni-mostra p.download a {
	background:#b2cb3c;
	color:white;
	padding:5px;
	text-decoration:none;
	font-size: 14px;
}
