/**
 *
 * Theme Name: AD v2 con header qnet
 * Version: 2.0
 * Author: nessuno
 *
**/

/**
*
*	ELEMENTI HTML
*/

* {
	margin:0;
	padding:0;
}

body {
	font:12px Arial, Helvetica, sans-serif;
	background:#73a4c0 url('images/bg.png') repeat-x top left;
	color:#333;	
	width:100%;
}

p {	
	margin: 10px 0;
}

a:link, a:visited {
	color:#3c78a7;
	text-decoration:none
}

a:hover, a:active {
	color:#3c78a7;
	text-decoration:underline;
}

a img {
	border:0px;
}

code {
	background:#ececec;
}	

acronym, abbr, span.caps {	
	cursor:help;
}			

acronym, abbr {
	border-bottom:1px dashed #999;
}

blockquote {
	padding:10px 10px 0 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#eee;
	margin:10px 0px;
}

/**
*
*	TESTATA
*/	

#head {
	margin:0px auto;
	margin-top:14px;
	padding:0px;
	font-size:13px;
	background:#fff;
}

#head-background {
	width:960px;
	height:300px;
	margin:0px auto;
	background:#fff url('images/head-background.png') repeat-x;
}

#head-background-inline {
	width:100%!important;
	height:300px!important;
	background:#fff url('images/head-background-inline.png') repeat-x top left;
}

#head-banner {
	width:auto;
	margin-top:25px;
	margin-left:25px;
	float:left;
}

#head-tools {
	width:170px;
	height:110px;
	float:left;
	margin-top:10px;
	margin-left:35px;
}

#head-tools .feedImage {
	margin:5px;
	float:left;
}

#head-tools .feed {
	margin-top:50px;
	font-size:10px;
}

/**
*
*	LOGO PAGINA
*/

#headsx { height:30px; float:left; width:325px;}

#logo {
	width:350px;
	float:left;
}

#logo img {
	margin-top:10px;
}
	
#logo_right2 {
	width:300px;
	/*width:250px;*/
	height:122px;	
	background-image:url('images/head-keys.jpg');
	float:right;
	margin-top:-15px;
	margin-right:20px;
}
#logo_right {
	height:90px;
	width:250px;
	float:right;
}

/**
*
*	PAGINA HTML (BACKGROUND IMAGE, ECC...)
*/

#page {
	width:900px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:12px;
}

#body-wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url('images/page-background-inline.png') repeat-y top center;
}

#page-wrapper {	
	width:960px;
	margin:0px auto;
	background:url('images/page-background.png') no-repeat top center;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

/**
*
*	BARRA DI NAVIGAZIONE
*/

#navbar {
	margin:0px auto;
	margin-top:0px;
	margin-left:20px;
	padding:0px;
}

#page-bar {
	width:auto;
}

#page-bar ul {
	list-style: none;
}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #999;
	height:36px!important;
}

#page-bar li:hover {
	background:#d8ebfa;
}

#page-bar a, #page-bar a:visited {
	font-family: Verdana, Arial, Sans-serif;
	margin:0px;
	padding:8px 20px;
	font-size:18px;
	font-weight:bold;
	color:#effdff;
	display:block;
}

#page-bar a:hover {
	color:#333;
	text-decoration:none;
	display:block;
}
	
#subpage-bar {
	width:auto;
	font-size:10px;
	margin-left:265px;
}

#subpage-bar ul {
	list-style:none;
}

#subpage-bar li {
	height:36px!important;
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
}
	
#subpage-bar li:hover {
	text-decoration:underline;
}

#subpage-bar a, #subpage-bar a:visited {
	font-family: Verdana, Arial, Sans-serif;
	margin: 0px;
	padding:5px 4px;
	padding-top:20px;
	font-size:11px;
	font-weight:bold;
	color:#effdff;
	display:block;
}

/**
*
*	MODULO DI RICERCA
*/

#searchform {
	width:100%;
	float:left;
}

#searchform .inputText {
	font-size:11px;
	float:left;
	width:115px;
	height:15px;
	border:1px solid #999;
	vertical-align:bottom;
	line-height:15px;
}

#searchform .inputButton {
	font-size:10px;
	width:45px;
	height:19px;
	border:1px solid #999;
	margin-left:2px;
	vertical-align:middle;
	line-height:19px;
	background:#ccc;
}

/**
*
*	H1, H2, ENTITA' HTML
*/	

h1 {
	font-size:18px;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:10px;
	background:#ff9933;
	padding:3px;
	padding-left:5px;
}

h2 {
	font-size:17px;
	text-transform: uppercase;
	color:#fff;
	background:#ff9933;
	padding:2px;
	padding-left:5px;
}

h3 {
	font-size:15px;
	text-transform: uppercase;
	margin-bottom:3px;
	color:#9999ff;
}

h3#respond {
	margin-top:0px;
	padding-top:20px;
}

h3#comments {
	margin-top:32px;
	padding-left:0px;
}

h3.authors {
	margin-top:15px;
}

/**
*
*	PAGINA INDEX
*/

#headline {
	width:550px;
	height:295px;
	float:left;
	background:#fff;
	padding:10px;
	margin:0;
}

#headline div.title {
	font-size:21px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
	margin-top:3px;
}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	font-style:italic;
}

#headline div.date {
	font-size:13px;
	color:#CCC;
	text-transform:uppercase;
	font-style:italic;
}

#headline p {
	font-size:14px;
	text-align:justify;
	padding:2px;
	 
}

/**
*
*	PAGINA INDEX FEATURED
*/

#featured {
	width:300px;
	height:295px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
}

#featured .info {
	margin-top:5px;
	/* padding-top:5px; */
	float:right;
	width:180px;
}

#featured .title {
	font-weight:bold;
}

#featured .date {
	font-size:10px;
	font-style:italic;
	text-transform:uppercase;
}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}

/**
*
*	PAGINA INDEX MIDDLE
*/

#middle {
	width:550px;
	background:#fff;
	float:left;
	padding:10px;
	margin:10px 0;
}
	
#middle h3 {	
	font-size:17px;
	color:#fff;
	background:#ff9933;
	padding:2px;
	padding-left:5px;
}

#middle h3 a:hover {	
	color:#fff;
}

#middle h3 a:link {	
	color:#fff;
	text-decoration:none;
}

#middle h3 a:visited {	
	color:#fff;
	text-decoration:none;
}

#middle ul {
	width:auto;
	height:auto;
}

#middle li {
	width:180px!important;
	height:83px;
	border:1px solid #ccc;
	margin-left:1px;
}

#middle .title {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin:0px auto;
	padding:2px;
	background:#ececec;
	border-bottom:1px solid #ccc;
}

#middle .img {
	height:auto;
	margin:0px;
}

.category a {
	color:#333;
	display:block;
	background:none;
}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}

#front-list, #content {
	width:550px;
	background:#fff;
	padding:10px;
	float:left;
}

#archive {
	padding-top:5px;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	margin-bottom:10px;
}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
}

#front-list p, {
	margin:0px;
	padding:0px;
}

#headline p, #featured p {
	margin:0;
}

.post-avatar {
	float:left;
	margin-right: 5px;
}

#front-list .tags {
	clear:both;
	margin:10px auto;
	text-align:left;
}

/* Content Page*/

#content .title {
	font-size:20px;
	text-transform: uppercase;
	background:#FF9933;
	color:#fff;
	padding:2px;
	padding-left:5px;	
}

#content .titleSearch {
	font-size:20px;
	font-weight:bold;
	padding:2px;
	padding-left:5px;	
}

#content .subTitle {
	font-size:18px;
	font-weight:bold;
}

#content p {
	font-size:14px;
}

#postcontent {
	width:250px;
	height:300px!important;
	float:left;
	margin:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ddd;
	font-size:14px;
	overflow:hidden;
	
}

#postcontent .date {
	font-style:italic;
	font-size:12px;
	text-transform:uppercase;
	color:#aaa;
}

#postcontent .title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#postcontent .author {
	font-size:11px;
	font-style:italic;
}

#postcontent .meta {
	font-size:11px;
	margin-bottom:5px;	
}

#postcontent .tags {
	font-size:11px;
	margin-top:5px;
}

/**
*
*	PAGINA SINGLE POST
*/

.post {
	font-size:14px;
	margin-top:5px;
	line-height: 1.5;
}

.post p {
	padding:2px;
	text-align:left;
}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
}

.post ul li, #front-list ul li {	
	list-style:circle;
	margin-left:30px;
}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
}

.post img, .post a img, #headline img, #front-list .post-avatar, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:4px;
	margin-right:8px;
	padding:2px;
}

.post .ads {
	margin-top:10px;
}

.post .postTitle {
	font-size:20px;
	color:#3c78a7;
	padding:2px;
	font-weight:bold;
}

.post .meta {
	font-size:12px;
}

.post .date {
	font-size:13px;
	color:#CCC;
	text-transform:uppercase;
	font-style:italic;
	margin-top:10px;
}

.post .entry {
	margin-top:15px;
}

.post .entry p {
	padding:2px;
	text-align:justify;
}

.post .h3 {
	font-size:18px;
}

#post-ads {
	width:500px;
	margin:25px;
	text-align:center;
}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	display:block;
}

#stats span {
	padding: 0px 20px 0px 0px;
}

#stats span a:hover {
	background:none;
}

#stats span a {
	color:#333;
}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
}

#tools {
	width:590px;
	/* height:25px;*/
	font-size:0.95em;
}

#tools a:hover {
	background:none;
	
}


.navigation {
	padding:5px 0px;
	text-align:Center;
}

/** 
*
*	SIDEBAR
*/

#sidebar {
	width:320px;
	float:left;
	margin-left:10px;
}

#sidebar h3 {
	font-size:14px;
	font-weight:bold;
	background:#98caf1;
	color:#333;
	margin:10px 0px 5px 0px;
	padding:5px;
	text-align:center;
}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
}

#sidebar-facebook {
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#98caf1;
}

#sidebar-feedburner {
	width:300px;
	float:right;
	margin-top:10px;
	padding:10px 10px 10px 10px;
	background:#fff;
}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	text-align:center;
}

#sidebar li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 13px;
	background:url('images/sub.png') no-repeat 0 0px;
}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url('images/sub.png') no-repeat 0 0px;
}

#sidebar-network {
	padding-top:10px;
}

#sidebar-network img {
	margin-top:3px;
	margin-right:5px;
}

#sidebar-ads-home {
	width:300px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
}
	
#sidebar-ads-bottom {
	width:300px;
	float:right;
	margin-top:10px;
	padding:10px;
	background:#fff;
}

#sidebar-cloud {
	width:300px;
	float:right;
	margin-top:10px;
	padding:10px;
	padding-top:2px;
	background:#fff;
}

/**
*
*	PROPRIETA' FORM
*/

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
}
	
#searchsubmit {
	float:left;
	padding-left:5px;
}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 99%;
	margin-top:5px;
}

/* Comments*/

.commentlist cite {
	margin-bottom:5px;
}	

.commentlist blockquote {
	width:400px;
	margin:0px auto;
	background:#ededed;
}
			
.commentlist li {
	padding: 5px 0px 5px 0px;
	list-style:none;
	margin-bottom:3px;
}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;

	width:450px;
	float:right;
}
		
.commentlist cite strong {
	font-size:12px;
}
	
li.my_comment {
	background:#FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size:12px;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	margin-bottom:3px;
	text-align:right;
	font-size:10px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:5px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:auto;
	background:#fff;
	}

/**
*
*	PAGINA FOOTER
*/

#front-popular {
	color:#333;
	width:900px;
	background:#98caf1;
	margin:0px auto;
	padding:10px;
	border-bottom:1px solid #999;
}

#footer-top-post {
	width:280px;
	float:left;
	padding-top:0px;
	padding-left:0px;
	border:0px;
}

#footer-top-30, #footer-latest {
	width:280px;
	float:left;
	padding-top:0px;
	padding-left:25px;
	border:0px;
}
	
#footer-top-post h4, #footer-top-30 h4, #footer-latest h4 {
	font-size:18px;
	color:#333;
	font-weight:bold;
}

#footer-top-post a, #footer-top-30 a, #footer-latest a {
	color:#333;
	font-style:italic;
}

#footer-top-post ul, #footer-top-30 ul, #footer-latest ul {
	margin-top:5px;
}

#footer-top-post ul li, #footer-top-30 ul li, #footer-latest ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
}

#footer-top-post ul li:hover, #footer-top-30 ul li:hover, #footer-latest ul li:hover {
	background:#ccc;
	color:#333;
}

#footer {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#fff;
}

#footer p {
	margin:0px;
	padding-left:25px;
}

#footer-network {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#98caf1;
	border-top:1px solid #999;
	text-align:right;
}

#footer-network img {
	margin-left:20px;
	margin-right:20px;
}

/**
*
*	PROPRIETA' FLOAT
*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}


#scroller { /* l'ho messa inline sull'oggetto */ }
#scroller li { float:left; list-style: none; }

#tools-top img { border:0px; margin-top:0px; padding-top:0px; float:right}
#tools-bottom img { border:0px; margin-top:0px; padding-top:0px; float:right;}
#tools-home img { border:0px; margin-top:0px; padding-top:0px;}

#rss-commenti {text-align:right; margin-top:15px;}
#rss-commenti a {font-size:14px;}

#rss-commenti-bottom {text-align:right; margin-top:15px;}
#rss-commenti-bottom a {font-size:14px;}







/*qnet*/
#fedhead2-container {
	padding-top:12px;
		
	}
#fedhead2 {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	z-index: 113;
	
}
#fedhead2 .pager {
	margin: 6px auto 0 auto;
	clear: both;
	border: solid #fff;
	border-width: 0 2px 1px 2px;
	border-bottom-color: #c9c9c9;
	padding: 6px 0;
	width: 900px;
	height: 18px;
	background: #fff;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	white-space: normal;
	overflow: visible;
}
#fedhead2.fedhead2_qn .pager,
#fedhead2.fedhead2_pronto .pager,
#fedhead2.fedhead2_ubi .pager {
	border-bottom: 0 none;
}
#fedhead2_menu {
	position: relative;
	margin: 0; padding: 0 0 0 6px;
	height: 100%;
}
.fedhead2_network #fedhead2_menu,
.fedhead2_ubi #fedhead2_menu,
.fedhead2_pronto #fedhead2_menu,
.fedhead2_testate #fedhead2_menu {
	padding-left: 170px;
}
.fedhead2_item,
.fedhead2_float {
	height: 100%;
	font-size: 12px;
	text-transform: uppercase;
	list-style-type: none;
}
.fedhead2_item {
	float: left;
	margin: 0 6px 0 0;
	border-right: 1px dotted #d9d9d9;
	padding: 0 6px 0 0;
}
.fedhead2_float {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
}
#fedhead2_qn, #fedhead2_ilg,
#fedhead2_rdc, #fedhead2_lan,
#fedhead2_qs, #fedhead2_qnet {
	margin-right: 13px;
	padding-right: 13px;
	width: 125px;
}
#fedhead2_qs { width: 93px }
#fedhead2_qnet { width: 141px }
.fedhead2_item a,
.fedhead2_float a {
	color: #666;
	text-decoration: none;
}
.fedhead2_item a:hover,
.fedhead2_float a:hover {
	color: #c00;
	text-decoration: none;
}
#fedhead2_qn a, #fedhead2_ilg a,
#fedhead2_rdc a, #fedhead2_lan a,
#fedhead2_qs a, #fedhead2_qnet a,
#fedhead2_ricerca a {
	display: block;
	height: 100%;
	background: url('images/fedhead_items.gif') no-repeat;
}
#fedhead2_qn {
	position: absolute;
	top: 0; left: 0;
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	width: 170px;
	height: 73px;
	background: #fff url('images/raccordo.gif') no-repeat 100% 24px;
	text-align: left;
}
.fedhead2_pronto #fedhead2_qn { background: transparent none }
.fedhead2_qn #fedhead2_qn { display: none }
#fedhead2_qn a {
	margin-left: 10px;
	width: 109px;
	background-position: 0 -36px;
}
#fedhead2_qn a:hover,
#fedhead2_qnet a:hover {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
#fedhead2_ilg a { background-position: -42px 0 }
#fedhead2_ilg a:hover { background-position: -42px -18px }
#fedhead2_rdc a { background-position: -167px 0 }
#fedhead2_rdc a:hover { background-position: -167px -18px }
#fedhead2_lan a { background-position: -292px 0 }
#fedhead2_lan a:hover { background-position: -292px -18px }
#fedhead2_qs a { background-position: -417px 0 }
#fedhead2_qs a:hover { background-position: -417px -18px }
#fedhead2_qnet a {
	position: relative;
	top: -2px; height: 22px;
	background-position: -109px -36px;
}

#fedhead2.fedhead2_ubi #fedhead2_qn {
	/*top: 43px;*/
	background: transparent none;
}

#fedhead2_qn a span, #fedhead2_ilg a span,
#fedhead2_rdc a span, #fedhead2_lan a span,
#fedhead2_qs a span, #fedhead2_qnet a span,
#fedhead2_ricerca a span {
	display: none;
}

/* end qnet */




