/*
Theme Name: Arwen Theme
Theme URI: http://iljester.it
Author: Martino Dettori
Author URI: http://www.iljester.it/
Description: Thema professionale per azienda
Version: 1.0
License: commerciale. E' vietato, senza il consenso dell'autore, utilizzare il tema su altri domini diversi da rcresearch.it. E' altresi vietato modificare o alterare il tema senza il consenso dell'autore. E' vietato vendere o donare il tema senza il consenso dell'autore. Per ulteriori dettagli, leggere la licenza all'url sottoindicato.
License URI: http://www.iljester.it/license/license_arwen.txt
Tags: post-formats, blue, grey, post type, front page
Text Domain: arwen
*/

/* resets ****************************************** 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
***************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*****************************************end resets ******************************************/
/* colors link */
a {
	color: #3F78AC;
	text-decoration: none;
}
a:hover {
	color: #003F83;
}
/* effects */
a, textarea, input, .aligncenter, .center, .alignnone, .alignleft, .alignright, .menus li ul {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}
/* custom sets */
textarea, input, select {
	background: #fff;
	border: 1px solid #ccc;
}
input[type="submit"], input[type="button"] {
	cursor: pointer !important;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
/* structure */
body {
	font: normal 14px/1.5em "helvetica neue", helvetica, arial, sans-serif;
	background-color: #DCE7F0;
	color: #444;
}
#c-main {
	width: 982px;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	background-color: #D5D3D3;
	-moz-box-shadow: 0 0 10px #686868;
	-webkit-box-shadow: 0 0 10px #686868;
	box-shadow: 0 0 10px #686868;
}
header {
	height: 200px;
	width: 100%;
	background-color: #5C82B3;
	border-bottom: 1px solid #3B5372;
	position: relative;
	overflow: hidden;
}
#h-menu {
	width: 100%;
	background-color: #f3f3f3;
	height: 36px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#shop-menu {
	width: 100%;
	background-color: #EAEFF5;
	height: 36px;
	border-top: 1px solid white;
	border-bottom: 1px solid #CCC;
	position: relative;
}
section {
	height: auto;
	width: 100%;
	background: #fff url(images/sbleft2.png) repeat-y right 0;
	border-top: 1px solid #fffffe;
	border-bottom: 1px solid #ccc;
}
.box {
	width: 600px;
	float: left;
	padding: 20px;
}
#post-wide {
	background: #fff;
	width: 96%;
}
#s-left {
	float: right;
	width: 300px;
	background-color: #f3f3f3;
	border-left: 1px solid  #C7C7C7;
	padding: 20px;
	text-shadow: 0 1px 0 #F4FAFC;
	font-size: .9em;
}
#footer {
	background-color: #f3f3f3;
	border-top: 1px solid #fff;
	padding: 20px;
	height: auto;
}
#sidebar-footer {
	height: 100%;
	position: relative;
	display: block;
	padding: 0;
	padding-bottom: 10px;
}
.borders-hidden {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #fff;
	height: 0;
	margin-bottom: 10px;
}
.sb-footer {
	width: 30%;
	float: left;
}
#sb3 {
	margin-left: 47px;
}
#sb4 {
	float: right;
}
.info {
	float: left;
	width: 40%;
}
.credits {
	clear: both;
	text-align: center;
	padding-top: 20px;
	font-size: .9em;
	color: #B1B1B1;
}
.credits a {
	color: #729CC9;
}
.credits a:hover {
	color: #326EAD;
}
#f-menu {
	width: 60%;
	float: right;
}
.clear {
	clear: both;
}
/*************************************Content*************************************/
/* header */
hgroup {
	width: 50%;
	padding-top: 44px;
	line-height: 2.5em;
	padding-left: 20px;
	position: relative;
}
hgroup.bgheader {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
hgroup h1, hgroup h2 {
	font-family: Dosis, "Helvetica Neue", Helvetica, Arial, Serif;
	font-size: 3em;
	text-shadow: 2px 2px 10px #333;
	text-transform: uppercase;
	color: #D1DEEC;
}
hgroup.bgheader h1, hgroup.bgheader h2 {
	text-shadow: 2px 2px 10px #000;
}
hgroup a {
	color: #D1DEEC;
}
hgroup a:hover {
	color: #C4D2DD;
	text-shadow: 2px 2px 10px #000;
}
hgroup h3 {
	color: #C7E6FF;
	font-size: 1.3em;
	margin-top: 5px;
	text-shadow: 0 1px 0 black;
}
/* menus */
.menus ul {
	padding: 0 10px;
}
.menus li {
	float: left;
	display: inline-block;
	width: auto;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
.menus li a {
	display: block;
	font-weight: bold;
	padding: 8px 10px 7px;
	text-shadow: 0 1px 0 #fff;
}
.menus li a:hover {
	background: rgba(0,0,0,0.10);
	text-shadow: 0 1px 0 #eee;
}
/* submenus */
.menus li ul.sub-menu {
	position: absolute;
	display: none;
	width: 100px;
	top: 36px;
	left: 0;
	background-color: #eee;
	padding-left: 0;
	padding-right: 0;
	font-size: 11px;
	z-index: 88;
}
.menus li ul.sub-menu li ul.sub-menu {
	top: -1px;
	left: 130px;
}
.menus li ul.sub-menu li {
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #eee;
	width: 170px;
}
.menus li ul.sub-menu li:last-child {
	border-bottom: 1px solid #ccc;
}
.menus li ul.sub-menu li a {
	width: 138px;
}
.menus li.child a {
	padding-right: 22px;
}
.menus li.child span.arrow {
	background: url(images/arrows.png) no-repeat right 0;
	display: block;
	height: 5px;
	width: 9px;
	text-indent: -9999px;
	position: absolute;
	top: 16px;
	right: 9px;
}
.menus li.child:hover span.arrow {
	background-position: right -6px;
}
.menus li.child ul.sub-menu li.child span.arrow {
	background: url(images/arrows2.png) no-repeat right 0;
	height: 9px;
	width: 5px;
	top: 14px;
	left: 120px;
}
.menus li.child ul.sub-menu li.child:hover span.arrow {
	background-position: right -10px;
}
/* post and page content */
.type-page, .single-entry .type-entry {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}
.breadcrumb {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #afafaf;
	margin-bottom: 10px;
}
article h1, article h2 {
	font-family: Dosis, "Helvetica Neue", Helvetica, Arial, Serif;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1.8em;
	padding-bottom: 15px;
}
.type-page h2, .type-arwentry h2 {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 15px;
}
.meta {
	text-align: right;
	border-top: 1px solid #E9E9E9;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #AFAFAF;
}
.entry {
	border-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -5px;
}
.the-content ol, .the-content ul {
	padding-left: 30px;
	margin-bottom: 15px;
}
.the-content ul  li {
	list-style-type: square;
}
.the-content ol li {
	list-style-type: decimal;
}
.the-content li {
	margin-bottom: 6px;
}
.the-content li ul, .the-content li ol {
	margin-top: 6px;
	margin-bottom: 0;
}
.the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	font-weight: bold;
	margin-bottom: 15px;
}
.the-content h3 {
	font-size: 1.7em;
}
.the-content h4 {
	font-size: 1.5em;
}
.the-content h5 {
	font-size: 1.3em;
}
.the-content h6 {
	font-size: 1.1em;
}
.the-content pre {
	word-wrap: break-word;
	font-size: 0.85em;
	margin-bottom: 15px;
}
.the-content .first-paragraph span.cap {
	font-size: 42px;
	font-family: georgia, "times new roman", serif;
	float: left;
	margin-right: 3px;
	margin-top: 10px;
}
.the-content blockquote {
	background: url(images/blockquote.gif) no-repeat left 3px;
}
.the-content blockquote p {
	padding-left: 55px;
	padding-right: 40px;
	font-family: georgia, "times new roman", serif;
	font-size: 1.15em;
	color: #858585;
}
article .printsize {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	padding: 5px 5px 3px;
	background-color: #E7F0F3;
}
.printsize a {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(images/lens.png);
	background-repeat: no-repeat;
}
.printsize a.plus {
	background-position: 0 0;
	margin-bottom: 5px;
}
.printsize a.minus {
	background-position: 0 -71px;
	margin-bottom: 5px;
}
.printsize a.reset {
	background-position: 0 -24px;
	margin-bottom: 5px;
}
.printsize a.print {
	background-position: 0 -48px;
}
.postPagination {
	background-color: #F2F4F5;
	text-align: center;
	padding-top: 1px;
	font-size: .9em;
	text-transform: uppercase;
	font-family: dosis, "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #B4B4B4;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #FAFAFA;
}
.postPagination a {
	background-color: #fff;
	padding: 0 5px;
}
.postPagination a:hover {
	background-color: #6F9BC4;
	color: #fffffe;
	text-shadow: none;
}
.simple-share {
	height: 22px;
}
.simple-share ul {
	margin-top: 10px;
}
.simple-share li {
	float: right;
}
.simple-share li a {
	width: 19px;
	height: 19px;
	display: block;
	margin-left: 5px;
	background: url(images/mini-share.png) no-repeat 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
/* For IE8 and earlier */
}
.simple-share li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
/* For IE8 and earlier */
}
.simple-share li.mini-twitter a {
	margin-right: 1px;
}
.simple-share li.mini-facebook a {
	background-position: -21px 0;
}
.simple-share li.mini-google a {
	background-position: -42px 0;
	margin-left: 7px;
}
.simple-share li.mini-linkedin a {
	background-position: -61px 0;
}
.official-share {
	width: 100%;
	height: auto;
	padding-top: 15px;
	height: 22px;
}
.official-share ul {
	width: 100%;
	height: auto;
}
.official-share li {
	float: right;
	margin-left: 10px;
}
.tags {
	font-size: .9em;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #E9E9E9;
}
article p {
	text-align: justify;
	margin-bottom: 15px;
}
.aligncenter, .alignleft, .alignright, .alignnone, .videoframe, .center {
	padding: 8px;
	background-color: #F5F6F7;
	border: 1px solid #DDD;
	-moz-box-shadow: 3px 4px 10px #EEE;
	-webkit-box-shadow: 3px 4px 10px #EEE;
	box-shadow: 3px 4px 10px #EEE;
}
.vyoutube iframe:hover, .aligncenter:hover, .center:hover, .alignleft:hover, .alignright:hover, .alignnone:hover {
	border: 1px solid #bbb;
	-moz-box-shadow: 3px 4px 10px #ddd;
	-webkit-box-shadow: 3px 4px 10px #ddd;
	box-shadow: 3px 4px 10px #ddd;
}
.aligncenter, .center, .alignnone {
	width: 97%;
	height: auto;
	margin-bottom: 10px;
}
#post-wide .aligncenter, #post-wide .center, #post-wide .alignnone {
	width: 98%;
}
.alignleft {
	float: left;
	margin: 4px 20px 17px 0;
	max-width: 45%;
	height: auto;
}
.alignright {
	float: right;
	margin: 4px 0 17px 13px;
	max-width: 45%;
	height: auto;
}
iframe.left {
	float: left;
	margin: 4px 20px 17px 0;
}
iframe.right {
	float: right;
	margin: 4px 0 17px 13px;
}
/* archives, search and navigations posts */
#searchresults {
	background: #E7F0F8;
	padding: 3px 10px;
	margin-bottom: 20px;
	color: #A7A7A7;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 1px;
}
nav#go li.left {
	width: 45%;
	float: left;
}
nav#go li.right {
	width: 45%;
	float: right;
	text-align: right;
}
nav.navpost {
	margin-top: 15px;
}
nav.navposts a {
	background: #EEE;
	padding: 3px 5px;
	text-transform: uppercase;
	font-family: dosis;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 0 1px 0 white;
}
nav.navpost a {
	font-size: .9em;
}
/* author page */
.information-author-archive .principal-informations {
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	padding-bottom: 20px !important;
}
.information-author-archive .principal-informations  .avatar {
	float: left;
	margin-right: 20px;
	border: 1px solid #D3CDCD;
	padding: 6px;
	background-color: #F6F7F7;
	-moz-box-shadow: 0 0 10px #E7E7E7;
	-webkit-box-shadow: 0 0 10px #E7E7E7;
	box-shadow: 0 0 10px #E7E7E7;
}
.information-author-archive .ath {
	padding-bottom: 10px;
}
.information-author-archive .profile {
	border-bottom: #E9E9E9 1px solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.information-author-archive .formab {
	background: #DFE7F3;
	padding: 2px 11px;
	font-family: dosis, "helvetica neue", helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #F1F1F1;
	width: 79px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.information-author-post {
	margin-top: 20px;
}
.information-author-post h2 {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 15px;
}
.information-author-post ul {
	padding-left: 16px;
}
.information-author-post li {
	list-style-type: square;
	padding-left: 5px;
	margin-bottom: 5px;
}
.information-author-post .navposts {
	margin-top: 20px;
}
/* front page */
.around, .around-middle {
	font-size: .9em;
	background-color: #fff;
	height: auto;
}
.around-middle {
	background: url(images/sbleft2.png) repeat-y right 0;
	border-top: 1px solid #ccc;
}
#no-top-section {
	border-top: 0 none !important;
}
.around h2, .around-middle h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 10px !important;
}
.around h2 {
	border-bottom: 1px solid #ECECEC;
}
.around .border {
	-webkit-box-shadow: 3px 4px 6px #aaa;
	-moz-box-shadow: 3px 4px 6px #aaa;
	box-shadow: 3px 4px 6px #aaa;
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.around .crop {
	border: 6px solid #EEE;
	display: block;
	overflow: hidden;
	width: 280px;
	height: 80px;
}
.around img.thumbimg {
	min-width: 280px;
	height: auto;
}
.meta-info {
	color: #C2C2C2;
	text-align: right;
	margin-bottom: 7px;
	font-size: .9em;
}
.news-left, .news-center, .news-right {
	width: 30%;
	padding: 15px;
	min-height:181px;
}
.news-left {
	float: left;
	background: #FFFCDB;
	border-right: 1px dashed #DDDCCB;
}
.news-center {
	float: left;
	margin-left: 3px;
}
.news-right {
	float: right;
}
.continue-reading {
	text-align: right;
	margin-top: 5px;
}
.continue-reading a {
	background-color: #f5f5f5;
	padding: 2px 13px 3px;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 1px #ddd;
}
.news-post .continue-reading a {
	background-color: #E7EDFD;
}
.continue-reading a:hover {
	background-color: #003F84;
	color: #ffe;
	text-shadow: none;
}
.news-left .continue-reading a {
	background-color: #304566;
	padding: 2px 13px 3px;
	text-shadow: 0 1px 0 black;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 1px #EBD478;
}
.left-section {
	width: 65.3%;
	float: left;
}
.box-front {
	padding: 15px;
	background: #f3f3f3;
}
.news-post {
	min-height: 41px;
	border-top: 1px solid #ccc;
	background-color: #F4F6FF
}
#empty {
	border-top: 0 none !important;
	padding: 0;
	margin: 0;
}
.news-post  .news-left, .news-post  .news-center, .news-post  .news-right {
	width: 28%;
}
.news-post .news-center {
	margin-left: 0;
}
.news-post  .news-right {
	margin-right: 12px;
}
.news-post  .border {
	width: 178px;
	height: 62px;
	border: 1px solid #CACACA;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	-webkit-box-shadow: 3px 4px 6px #DBDBDB;
	-moz-box-shadow: 3px 4px 6px #DBDBDB;
	box-shadow: 3px 4px 6px #DBDBDB;
	margin-bottom: 10px;
}
.news-post  .crop {
	border: 6px solid #fff;
	width: 166px;
	height: 50px;
	overflow: hidden;
	display: block;
}
.news-post .thumbimg {
	min-width: 166px;
	height: auto;
}
/* sidebars */
.socialink {
	margin-bottom: 20px;
	height: 46px;
	width: 310px;
}
.bt {
	width: 46px;
	height: 46px;
	display: block;
	float: left;
	margin-right: 5px;
}
.bt img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}
.bt:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
.s-front-left .widget h3, .s-front-right .widget h3 {
	font-size: 1.2em;
}
.s-front-left {
	clear: both;
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	height: auto;
}
.s-front-left .aside {
	width: 48%;
}
.aside .widget h3 {
	border: 0;
	border-bottom: 1px solid #CEE0EE;
	background: transparent !important;
	padding-left: 0;
	text-shadow: 0 1px 0 white;
}
.widget .rsswidget img {
/* rss icon */
	padding-right: 5px;
	vertical-align: -1px;
}
#sf-left {
	float: left;
}
#sf-center {
	float: right;
}
.s-front-right {
	float: right;
	width: 300px;
	padding: 20px;
}
/* searchform */
#searchform label {
	display: none;
}
#s {
	padding: 5px;
	border: 1px solid #B5C7CF;
}
#s:focus {
	-moz-box-shadow: inset 0 0 10px #E3EBEE;
	-webkit-box-shadow: inset 0 0 10px #E3EBEE;
	box-shadow: inset 0 0 10px #E3EBEE;
	border: 1px solid #ADC1CA;
}
#searchsubmit {
	padding: 4px 4px 5px;
	background: #A9CAE4;
	border: 1px solid #6DA4CF;
	color: #FEFEFE;
	font-family: Dosis, "Helvetica Neue", Helvetica, Arial, Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1em;
	text-shadow: 0 1px 0 #607F97;
}
#header #searchform {
	position: absolute;
	top: 123px;
	right: 8px;
}
#header #searchform div {
	padding: 30px;
}
#header #s {
	border: 1px solid #61899C;
	background-color: rgba(204, 204, 204, 0.56);
	text-shadow: 0 1px 0 #AFAFAF;
	font-family: monospace, "courier new", arial, sans-serif;
	font-weight: bold;
}
#header #searchsubmit {
	background-color: rgba(48, 69, 102, 0.71);
	border: 0;
	text-shadow: none;
}
/* sidebars */
.widget {
	margin-bottom: 30px;
}
.widget h3 {
	background: url(images/belowtitlewidget.gif) repeat-x left bottom;
	text-transform: uppercase;
	padding: 4px 10px 4px;
	margin-bottom: 15px;
	/* border-bottom: 1px solid #BACDDA;
*/
	font-family: Dosis, "Helvetica Neue", Helvetica, Arial, Serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #9CB5C5;
	padding-left: 0;
}
.widget ul, .widget ol {
	margin-left: 20px;
}
.widget li {
	list-style-type: square;
	color: #5A89AD;
	margin-bottom: 5px;
}
/* system comments */
#comments {
	background-color: #F0F6FD;
	border: 1px solid #C9D1DA;
	padding: 20px;
	font-size: .9em;
}
#comments h3 {
	display: inline;
	font-family: dosis;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #85A1B4;
	text-shadow: 0 1px 0 white;
	font-size: 1.3em;
}
.odd {
	margin-top: 10px;
}
.children .odd {
	margin-top: 0;
}
.depth-1 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #D7E5EC;
	padding: 10px 15px;
	position: relative;
}
.depth-2, .depth-3, .depth-4, .depth-5 {
	padding: 10px 0 0 28px;
	border-top: 1px solid #E4E4E4;
	position: relative;
}
article.comment {
	padding-bottom: 10px;
	position: relative;
	min-height: 95px;
	height: auto;
}
.children article.comment {
	min-height: 65px;
}
.comment .avatar {
	float: left;
	margin: 5px 20px 0 0;
}
.comment-content {
	margin-bottom: 22px;
}
.comment .fn {
	font-family: dosis, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #AAAAA8;
}
.instruments, .reply {
	position: absolute;
	bottom: 0;
	background-color: #ECF2F7;
	padding: 0 5px;
	font-size: .9em;
}
.instruments {
	left: 0;
}
.reply {
	right: 0;
}
.comment #reply-title {
	background: #F7F7F7;
	display: inline-block;
	margin-bottom: 0;
	padding: 5px;
	padding-left: 8px;
	position: relative;
}
#reply-title small {
	position: absolute;
	top: 2px;
	left: 178px;
/* basato sulla lingua italiana. En: 126px */
	display: block;
	width: 136px;
/* basato sulla lingua italiana. En: 106px */
}
#cancel-comment-reply-link {
	background-color: #f7f7f7;
	color: red;
	font-size: 0.8em;
	padding: 5px;
	margin-left: 5px;
	font-weight: bold;
}
#cancel-comment-reply-link:hover {
	color: #900;
}
#commentform {
	text-shadow: 0 1px 0 #fff;
	overflow: hidden;
	height: auto;
}
.comment #commentform {
	background: #f8f8f8;
	margin-top: 0;
	padding: 10px;
}
.comment #respond {
	margin-top: 15px;
}
#commentform p {
	margin-bottom: 5px;
	line-height: 2.7em;
}
#commentform input, #commentform textarea {
	text-shadow: none;
}
#commentform label {
	padding-left: 10px;
	color: #85A1B4;
	cursor: pointer;
}
#commentform input {
	float: left;
	padding: 5px;
	border: 1px solid #D7E5EC;
}
#commentform input:focus {
	-moz-box-shadow: inset 0 0 10px #ECF2F5;
	-webkit-box-shadow: inset 0 0 10px #ECF2F5;
	box-shadow: inset 0 0 10px #ECF2F5;
	border: 1px solid #CADAE2;
}
.show-netiquette {
	color: #85A1B3;
	cursor: pointer;
}
.show-netiquette:hover {
	color: #4B7E9E;
}
#commentform .comment-form-comment label {
	display: none;
}
#commentform textarea {
	width: 87%;
	height: 120px;
	padding: 5px;
	border: 1px solid #D7E5EC;
}
#commentform textarea:focus {
	/* height: 200px;
*/
	-moz-box-shadow: inset 0 0 20px #ECF2F5;
	-webkit-box-shadow: inset 0 0 20px #ECF2F5;
	box-shadow: inset 0 0 20px #ECF2F5;
	border: 1px solid #CADAE2;
}
.form-allowed-tags {
	display: none;
}
#commentform input#submit {
	background: #A9CAE4;
	border: 1px solid #6DA4CF;
	color: #fefefe;
	font-family: Dosis, "Helvetica Neue", Helvetica, Arial, Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 0 1px 0 #607F97;
}
#commentform input#submit:hover {
	border: 1px solid #5586AD;
	text-shadow: 0 1px 0 #3C5466;
}
/* footer */
#footer {
	font-size: .9em;
	text-shadow: 0 1px 0 #fff;
}
#f-menu a:hover {
	background-color: transparent;
}
#f-menu li {
	display: block;
	float: left;
	padding-left: 1.5em;
	background: url(images/menu-separator.png) no-repeat 4px 50%;
}
#f-menu li:first-child {
	padding-left: 0;
	background: none;
}
/* others */
.banner .title-type-banner {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 1.4em;
}
.banner .textarea-code-banner {
	width:75%; 
	height:55px;
	padding:10px;
	background:#f6f7f6;
} 

.banner img.example-banner {
	border: 1px solid #CCC;
	-moz-box-shadow: 3px 4px 10px #EBEBEB;
	-webkit-box-shadow: 3px 4px 10px #EBEBEB;
	box-shadow: 3px 4px 10px #EBEBEB;
	margin: 10px 0;
}

/* privacy checkbox */
.checkprivacy {	
	font-size: .8em !important;	
	margin-bottom: 10px;	
	text-align: left;
}

.dk-speakup-widget-submit {	
	display: none;	
}

aside .dk-speakup-widget-button span {
	font-weight: bold !important;
	text-shadow: 0 1px 0 #5E1111 !important;
	letter-spacing: 1px !important;
	font-size: 1.1em !important;
	text-transform: uppercase !important;
}

aside .dk-speakup-widget-button-wrap {
	margin: 15px 0 41px 0 !important;
}

aside .dk-speakup-widget-button {
	padding: 12px 25px 12px 25px !important;
}