/* 
	Theme Name: Channel	
	Theme URL: http://theme-junkie.com/
	Description: Just Another Premium Theme for Free
	Author: Roy Guan
	Author URI: http://theme-junkie.com/ 
	Version: 1.1
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options
	
	Changelog:
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/

/*******************
*	RESET		   *
*******************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both
}

.right {
    float: right;
}

.left {
    float: left;
}


/*******************
*	OVERALL		   *
********************/
body {
    background: #e6e6e6;
    font-family: 'Vollkorn', arial, serif;
    font-size: 14px;
    magrin: 0;
    padding: 0;
}

#wrapper {
    background: #fff;
    width: 960px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;

}

#wrapper2 {
    background: #fff;
    width: 920px;
    margin: 20px auto;
    padding: 20px 20px 0px 20px;

}

#wrapper2 .h9 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

/*******************
*	HYPERLINKS	   *
********************/
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



/*******************
*	TOP			   *
********************/
#top {
    background: #fff;
    margin: 0;
    padding: 0;
}

.logoright {
    background: #fff url(images/logoright.png) no-repeat;
    float: right;
    width: 200px;
    height: 29px;
    margin: 5px 0 0 0;
    padding: 0px 0px 0px 0px;
}

#topnav {
    background: #000000;
    height: 40px;
    margin: 0;
    padding: 0px 0px px 0px;
    border-top: 0px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
    font-size: 14px;
}

#topnav ul li .current_page_item {
    background: #000000;
    margin: 0;
    padding: 0;
}


.current-cat a {
    color: #00baf7 !important;
}

#topnav .current_page_item a {
    background: #0000;
    color: #00baf7 !important;
}

#topnav .current_page_parent a {
    background: #0000;
    color: #00baf7 !important;
}

#topnav .current_page_ancestor a {
    background: #0000;
    color: #00baf7 !important;
}

#topnav ul {
    float: left;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
}



#topnav ul li {
    float: left;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
    border-right: 0px solid #045;
}

#topnav li a,
#topnav li a:link,
#topnav li a:visited {

    color: #fff;
    display: block;
    padding: 0;
    margin: 13px 14px 13px 20px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 14px;
}

#topnav li a:hover,
#topnav li a:active {

    color: #00baf7;
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 13px 14px 13px 20px;
    border-bottom: none;
}

#topnav li li a,
#topnav li li a:link,
#topnav li li a:visited {
    background: #fff;
    width: 130px;
    color: #111;
    float: none;
    padding: 0;
    margin: 8px 12px 7px 12px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#topnav li li a:hover,
#topnav li li a:active {
    background: #cc0000;
    color: #fff;
    padding: 8px 12px 7px 12px;
}

#topnav li ul {
    z-index: 9999;
    width: 155px;
    margin: 0;
    padding: 0;

    left: -999em;
    height: auto;
}

#topnav li li {
    border: none;
}

#topnav li ul a {
    width: 120px;
}

#topnav li ul a:hover,
#topnav li ul a:active {}

#topnav li ul ul {
    margin: -29px 0 0 156px;
    border: none;
}

#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li.sfhover ul ul,
#topnav li.sfhover ul ul ul {
    left: -999em;
}

#topnav li:hover ul,
#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li.sfhover ul,
#topnav li li.sfhover ul,
#topnav li li li.sfhover ul {
    left: auto;
}

#topnav li:hover,
#topnav li.sfhover {
    position: static;
}

#topnav .left a {
    margin: 0;
    padding: 0 5px 0 5px;
}

/*******************
*	SEARCH FORM	   *
********************/
form {
    margin: 0;
    padding: 0;

}

#searchform {
    margin: 0;
    padding: 0;
}

.searchinput {
    width: 160px;
    font-size: 11px;
    color: #333;
    margin: 0;
    padding: 4px 4px 4px 5px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.searchinput:focus {
    border: 1px solid #191919;
}

.searchsubmit {
    width: 35px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 1px 0 2px 0;
    color: #000000;
    font-weight: bold;
}

/*******************
*	HEADER		   *
********************/
#header {
    background: #fff;
    height: 105px;
    margin: 0;
    padding: 0;
}

.logo {
    background: #fff url(images/logo.gif) no-repeat;
    float: left;
    width: 191px;
    height: 91px;
    margin: 0px 0 0 0;
    padding: 0;
}


a.logo:hover {
    background: #fff url(images/logo_over.gif) no-repeat;
    float: left;
    width: 191px;
    height: 91px;
    margin: 0px 0 0 0;
    padding: 0;
}

.today {
    float: right;
    background: #fff;
    width: 360px;
    height: 20px;
    margin: 0px 0px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

.newsearch {
    float: right;
    background: #fff;
    width: 460px;
    height: 30px;
    margin: 40px 0 0 0;
    padding: 0px 0px 0px 0px;
    text-align: right;

}

.ad468x60 {
    float: right;
    background: #fff;
    width: 468px;
    height: 60px;
    margin: 20px 0 0 0;
    padding: 0;
}

.ad468x60 img {
    border: none;
}

/*******************
*	MENU		   *
********************/

.barra {
    background: #fff url(images/barra.jpg) repeat-x 0 0;
    float: left;
    width: 920px;
    height: 10px;
    margin: 0px 0 0 0;
    padding: 0;
}

*:first-child + html .barra {
    margin-top: 10px;
}

#menu {
    background: #fff;
    height: 40px;
    margin: 0;
    padding: 10px 0px 0px 0px;
    border-top: 0px solid #f0f0f0;
    border-bottom: url(images/barra.jpg) repeat;
}


#menu ul {
    float: left;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
}




#menu ul li {
    margin: 8px 26px 10px 0px;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 14px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
}

#menu li a {
    color: #000;
    display: block;
    text-decoration: none;
}

#menu li a:hover {
    color: #00baf7;
    display: block;
    text-decoration: none;
}



/*******************
*	HOMEPAGE	   *
********************/
#col1 {
    background: #fff;
    float: left;
    width: 605px;
    margin: 15px 0 0 0;
    padding: 0 0 3px 0;
    clear: both;
}

.featuredline {
    margin: 0;
    padding: 0px 0 0px 0;
    background: #fff;
}

/*******************
*	POST BOX	   *
********************/
.post {
    float: left;
    margin-bottom: 3px;
}

.barrapost {
    background: #fff url(images/barra.jpg) repeat-x 0 0;
    float: left;
    width: 600px;
    height: 10px;
    margin: 10px 0 0 0;
    padding: 0px 0 0px 0px;
    vertical-align: middle;
}

.barrapost2 {
    background: #fff url(images/barra2.jpg) repeat-x 0 0;
    float: left;
    width: 600px;
    height: 1px;
    margin: 19px 0 0 0;
    padding: 0;
}

.post h2 {
    float: left;
    height: 20px;
    font-size: 18px;
    font-weight: bold;

}

.postbox {
    float: left;
    background: #fff;
    width: 600px;
    height: 140px;
    margin: 0 0 0 0;
    padding: 0px;
    line-height: 16px;
    border: 0px solid #e6e6e6;
    color: #000000;
}


.postbox h3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 440px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #000;
}

.postbox h3 a {
    color: #000;
    text-decoration: none;
}

.postbox h3 a:hover {
    color: #0099FF;
    text-decoration: none;
}

.postbox h5 {
    float: left;
    margin: 0 0 0px 0;
    padding: 0px 0 0px 0px;
    width: 400px;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    color: #0099FF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-weight: normal;
}

.postbox span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #0099FF;
}

.postbox .header,
.postbox2 .header {
    float: left;
    width: 440px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    height: 140px;
    line-height: 20px;
}

.postbox .header,
.postbox2 .header {
    width: 430px\9;
}

.postbox .thumbnail2 img {
    margin: 0;
    padding: 0px;
    background: #fff;
    width: 120px;
    height: 80px;
}

.postbox .thumbnail,
.postbox2 .thumbnail {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 110;
    padding: 0px 20px 0px 0px;
}

.postbox .thumbnail img {
    margin: 0;
    padding: 0px;
    background: #fff;
    width: 140px;
    height: 140px;
}

.postbox .info {

    margin: 15px 0 0 0;
    padding: 0 0 5px 0;
}

.postbox .info h4 {

    margin: 0;
    padding: 0 0 10px 0;
}

.postbox .meta {
    height: 20px;
    margin: 5px 0 5px 0;
    padding: 100;
    background: #fff;
    line-height: 20px;
    text-transform: uppercase;
}

.postbox .subtitle {

    padding: 0px 0px 0px 0;

}

.post .author {
    padding: 0px 0px 0px 0;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
    float: left;
    width: 440px;
    margin-left: 160px;
    height: 20px;
}

.author a {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post .authorSingle {
    padding: 0px 0px 0px 0;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
    float: left;
    width: 440px;
    margin-left: 160px;
    height: 20px;
}

.authorSingle a {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.postbox .date {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    color: #909090;
    font-size: 12px;
}

.postbox .continue a:link {
    margin: 0 7px 0 0;
    padding: 0 0 0 3px;
    color: #0099FF;
}



.comment {
    margin: 0px 5px 0px 60px;
    background: url(images/comment.gif) no-repeat 0 5px;
    padding-left: 17px;
    float: right;
}



.authorSingle .comment {
    background: url(images/comment.gif) no-repeat 0 5px;
}

/*******************
*	CONTENT		   *
********************/
#content {
    float: left;
    width: 605px;
    margin: 0;
    padding: 0;
    color: #000;
}

#content h3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 430px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #000;
}

.browse {
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
    color: #333;
    float: left;
    width: 605px;
    border-top: 1px dotted #DEDEDE;
    border-bottom: 1px dotted #DEDEDE;
}

.browse tb {
    background: #c9c7c8;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 20px 20px 20px;
    padding: 0px 5px 0px 5px;
    border: 1px solid #c9c7c8;
}

.browse a {
    color: #333;
}

.postmeta {
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.postmeta a {
    color: #000;
}

/*******************
*	ENTRY		   *
********************/
.entry {
    line-height: 22px;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
    width: 600px;
    font-family: "Georgia", Times New Roman, Serif;
    font-size: 13px;
}

.entry p {
    margin-bottom: 10px;
}

.entry h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h2 {
    margin: 20px 0px 3px 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #000;
}

.entry h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h5 {
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h6 {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry a {
    color: #0099FF;
    text-decoration: underline;
}

.entry a:hover {
    text-decoration: none;
    color: #909090;
}

.entry a img {
    border: none;
    margin-top: 6px;
}

.entry ul {
    padding: 10px 0px 10px 10px;
    list-style: none;
    float: left;
    width: 600px;
}

.entry ol {
    padding-bottom: 10px;
    list-style: decimal inside;
}

.entry ul li {
    padding: 0px 0px 0 12px;
    margin: 0;
    background: url(images/bullet_elenco.gif) no-repeat top left;
}

.entry ul li a {
    color: #333333;
}

.entry ul li ul {
    margin: 0px;
    padding: 0px;
}

.entry ul li ul li {
    background: none;
}

.entry strong {
    line-height: 20px;
}

.entry iframe {
    float: left;
    margin: 10px 10px 10px 0;
}

blockquote {
    background: #0099ff;
    margin: 5px 22px 5px 0px;
    padding: 0px;
    color: #fff;
    clear: both;
    border-left: 0px solid #BFBBBB;
    width: 300px;
    float: left;
    text-align: left;
}

code {
    color: #444444;
    font: 11px/17px tahoma, arial, sans-serif;
    display: block;
}

blockquote p {
    margin: 0px;
    padding: 22px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;

}


.entry blockquote p {
    margin-bottom: 0;
}


#content blockquote h4,
#content blockquote h2 {
    margin: 0px;
    padding: 20px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}


blockquote li {
    padding: 2px 0px 2px 10px;
    font-size: 11px;
    line-height: 15px;
    color: #369;
}

blockquote a {
    color: #0080CA;
    text-decoration: underline;
}

blockquote a:hover {
    color: #003399;
}


.tag {
    padding: 10px;
    line-height: 15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
    margin: 0;
    padding: 0;
}

#archive h3 {
    margin: 0;
    padding: 0;
}

.archiveleft {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.archiveleft img {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.archiveright {
    float: right;
    width: 515px;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.archivebottom {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 150px;
    line-height: 20px;

}

/*
.archivebottom  tb {
	background:#c9c7c8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 20x 20px 20px;
	padding: 0px  5px 0px 5px;
	border: 1px solid #c9c7c8;
}

*/

/*******************
*	IMAGES		   *
********************/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 0;
}

img.alignnone {
    margin: 0 0 5px 0;
    padding: 0;
    display: inline;
}

img.alignright {
    margin: 1px 0 5px 20px;
    padding: 0;
    display: inline;
}

img.alignleft {
    margin: 0px 20px 20px 0;
    padding: 0;
    display: inline;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin: 1px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 1px 20px 5px 0;
}

.wp-caption {
    background: none;
    text-align: left;
    padding: 0px 0 10px 0;
    border: 0px solid #e6e6e6;
}

.wp-caption img {
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    border-bottom: 1px solid #dedede;
}

/*******************
*	SIDEBAR		   *
********************/
#sidebar {
    float: right;
    width: 300px;
    margin: 0;
    padding: 0;
}

#sidebar .box {
    margin: 5px 0 10px 0px;
    padding: 0;
    background: #fff;
    color: #000000;
    line-height: 16px;
}

*:first-child + html #sidebar .box {
    width: 300px;
}


#sidebar .box a {
    color: #fff;
}

#sidebar .widget {
    margin: 20px 0 0 0px;
    padding: 0px 0px 0px 0px;
    border-top: 10px solid #000000;
    float: right;
    width: 100%;
}

#sidebar .leftwidget {
    float: left;
    width: 153px;
    margin: 0;
    padding: 0;
}

#sidebar .rightwidget {
    float: right;
    width: 153px;
    margin: 0;
    padding: 0;

}

#sidebar .bottomwidget {

    margin: 0;
    padding: 0;

}

#sidebar .thumbnail2 {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background: url(images/sfondoThumb.gif) no-repeat top left;
}

#sidebar .thumbnail2 img {
    margin: 0;
    padding: 8px 0 0 10px;

}

.widget ul,
.leftwidget ul,
.rightwidget ul {
    margin: 0;
    padding: 0;
}

.widget ul li,
.leftwidget ul li,
.rightwidget ul li {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 5px 0 5px 0;
    border-bottom: 0px solid #e6e6e6;
}

#sidebar li ul {}

#sidebar li li {}

#sidebar h3 {
    margin: 0px 0 20px 0;
    padding: 0;
    background: #fff;
    color: #000000;
    font-size: 20px;
    line-height: auto;
    font-weight: bold;
    border-bottom: 0px solid #e6e6e6;
    font-family: 'Vollkorn', arial, serif;
}





#sidebar h4 {
    margin: 15px 0 0 0;
    padding: 0px;
    background: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

#sidebar h4 a:hover {
    text-decoration: none;
    color: #0099FF;
}

#sidebar h4 {
    margin-right: 20px\9;
}


.ad300x250 {
    background: #f0f0f0;
    width: 300px;
    height: 320px;
    margin: 20px 0 0 0;
    padding: 0px;
}

.ad300x250 img {
    border: none;
}

.indent40 {
    margin: 40px 0 0 40px;
}

/******************
 *	SUBSCRIBE	  *
 ******************/
#subscribeform {
    line-height: 20px;
}

.subscribeinput {
    width: 180px;
    font-size: 11px;
    color: #666;
    margin: 0;
    padding: 3px 3px 3px 3px;
    border: 1px solid #e6e6e6;
}

.subscribeinput:focus {
    border: 1px solid #191919;
}

.subscribesubmit {
    width: 60px;
    background: #ccc;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 0 1px 0;
    color: #fff;
    font-weight: bold;
}

.rss {
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    font-size: 11px;
}

.postsfeed {
    background: url(images/rss.gif) no-repeat 0 0;
    padding: 0 0 0 18px;
}

.commentsfeed {
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
    background: url(images/rss.gif) no-repeat 0 0;
}

/*******************
*	FLICKR		   *
********************/
.flickr img {
    margin: 0;
    padding: 2px;
    border: none;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
    zoom: 1;
    margin: 30px 0 0 0;
    float: left;
    width: 605px;
}

.comments-box img {
    vertical-align: middle;
}

#content .comments-box h3 {
    color: #000;
    font-size: 10px;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 5px 0;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-weight: bold;
    text-transform: uppercase;
}

#respond {
    background: #fff;
    margin: 20px 0 0 0;
    padding: 5px;
}

#respond p {
    color: #777;
    line-height: 1.4em;
    margin: 10px 0 0 0;
}

.cancel-comment-reply {
    padding: 5px 0 0 0;
}

.cancel-comment-reply a {
    color: #000;
}

.text {
    border: 1px solid #ddd;
    padding: 2px;
    color: #777;
    width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
    text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
    text-decoration: none;
}

ol.commentlist {
    margin: 10px 0 50px 0;
    padding: 0 0 20px 0;
    background: #fff;
    border-bottom: 1px dotted #DEDEDE;
    float: left;
    width: 600px;
}

ol.commentlist li {
    margin: 40px 0 0px 0;
    padding: 10px;
    list-style-type: none;
    float: left;
    width: 600px;
}

ol.commentlist li.alt {}

ol.commentlist li.bypostauthor p {}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

ol.commentlist li.commentNew {}

ol.commentlist li div.comment-author {}

ol.commentlist li div.vcard {
    color: #0099FF;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 200px;
    margin-right: 20px;
}

ol.commentlist li div.vcard cite.fn {
    font-style: normal;
    font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
    color: #222;
}

ol.commentlist li div.vcard img.avatar {
    float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

ol.commentlist li div.vcard span.says {
    color: #888;
}

ol.commentlist li div.commentmetadata {
    float: left;
    width: 200px;
    display: block;
}

ol.commentlist li div.comment-meta {
    margin: 3px 0 0 0;
    color: #000;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
}

ol.commentlist li div.comment-meta a {
    color: #000;
    text-decoration: none;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
}

ol.commentlist li p {
    margin: 15px 0 0 0;
    line-height: 1.4em;
}

ol.commentlist li ul {}

ol.commentlist li div.reply {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    color: #5d5d5f;
    margin: 20px 0 0 0;
    float: left;
    width: 200px;
}

ol.commentlist li div.reply a {
    color: #5d5d5f;
    text-decoration: underline;
}

ol.commentlist li div.reply a:hover {
    color: #5d5d5f;
    text-decoration: none;
}

ol.commentlist li ul.children {}

ol.commentlist li ul.children li {
    margin: 10px 0 0 0;
    background: #fff;
    border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
    background: #fff;
}

ol.commentlist li ul.children li.bypostauthor {}

ol.commentlist li ul.children li.byuser {}

ol.commentlist li ul.children li.commentNew {}

ol.commentlist li ul.children li.comment-author-admin {}

ol.commentlist li ul.children li.depth-2 {}

ol.commentlist li ul.children li.depth-3 {}

ol.commentlist li ul.children li.depth-4 {}

ol.commentlist li ul.children li.depth-5 {}

ol.commentlist li ul.children li.odd {}

ol.commentlist li.even {}

ol.commentlist li.odd {}

ol.commentlist li.parent {}

ol.commentlist li.pingback {}

ol.commentlist li.thread-alt {}

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
    margin-top: 5px;
}

#commentform input {
    width: 380px;
    margin: 0 0 10px 0;
    padding: 0px;
    border: 1px solid #dedede;
}

#commentform input:focus {
    border: 1px solid #191919;
}

#commentform .author {
    padding: 3px 3px 3px 5px;
    background: fff;
    color: #333;
}

#commentform .email {
    padding: 3px 3px 3px 5px;
    background: fff;
    color: #333;
}

#commentform .url {
    padding: 3px 3px 3px 5px;
    background: fff;
    color: #333;
}

#commentform textarea {
    width: 380px;
    height: 130px;
    padding: 0px;
    margin: 0;
    border: 1px solid #dedede;
    float: left;
}

#commentform textarea:focus {
    border: 1px solid #191919;
}

#commentform input.submit {
    margin: 0;
    padding: 4px;
    color: #fff;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    background: #0099ff;
    border: 0;
    float: left;
    width: 120px;
}

#commentform .submit :hover {
    text-decoration: none;
    color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
    margin: 20px 0 20px 0;
    padding: 0px;
}


/******************
*	BOTTOM		  *
*******************/
#bottom {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    color: #333;
    line-height: 15px;
    border-top: 1px solid #e6e6e6;
}

#bottom a {
    color: #0099ff;
    text-decoration: unerline;
}

#bottom a:hover {
    color: #909090;
    text-decoration: none;
}

span.continue a {
    color: #0099FF;
    margin-left: 3px;
}

span.continue a:hover {
    color: #909090;
    text-decoration: none;
}

.author span.comment {
    margin-left: 10px;
    float: right;
}


.author span.comment {
    display: none;
}






/*  CSS CLAUDIA   */
.allTweet {
    width: 200px;
    margin-left: 120px;
    margin-top: 10px;
}

.titTweet {
    width: 200px;
    margin-left: 120px;
    margin-top: 20px;
}

.titTweet span {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #0099ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boxDams {
    background: #fff;
    border-top: 10px solid #000;
    margin-top: 15px;
}

.titDams {
    width: 260px;
    margin-left: 40px;
    margin-top: 20px;
}

.titDams span {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #0099ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.txtDams {
    margin-top: 5px;
    line-height: 20px;
    font-family: "Georgia", Times New Roman, Serif;
    font-size: 13px;
}

ul.listaDams {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.listaDams li.prima {
    background: url(images/freccia.gif) no-repeat 0 5px;
    margin: 0px 0 0px 0;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
}

ul.listaDams li {
    background: url(images/freccia.gif) no-repeat 0 5px;
    margin: 0px 0 0px 0;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-bottom: 1px solid #000;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
}

ul.listaDams li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 0 0px 6px;
}

ul.listaDams li a:hover {
    color: #fff;
    background: #0099ff url(images/frecciaBianca.gif) no-repeat 0 5px;
    text-decoration: none;
    display: block;
}

ul.listaDams li a.naviXdams {
    color: #fff;
    background: #0099ff url(images/frecciaBianca.gif) no-repeat 0 5px;
    text-decoration: none;
    display: block;
}


*:first-child + html ul.listaDams li {
    height: auto;
}

* html ul.listaDams li {
    height: auto;
}

.editorialeAutore {
    float: left;
    text-align: right;
    width: 150px;
    margin-top: 9px;
}

.editorialeAutore .author {
    color: #0099ff;
}

.editorialeAutore a {
    color: #0099ff;
}

.sidebarIndent {
    margin-left: 40px;
}

.date {
    font-family: 'Vollkorn', Georgia, Times, serif;
    font-size: 12px;
    color: #909090;
}

.dateNews {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
    float: left;
    margin-left: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 20px;
}

.dataSidebar {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.dataTweet {
    margin: 10px 0 0 80px;
    color: #0099ff;
    font-family: 'Vollkorn', Georgia, Times, serif;
    font-size: 12px;
    display: block;
}

.sidebarIndent .info {
    margin-top: 5px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
}

.autoreNews {
    width: 250px;
    float: left;
}


.postbox .continue a {
    margin: 0 7px 0 0;
    padding: 0 0 0 15px;
    color: #0099FF;
}

.postbox .continue a:hover {
    margin: 0 7px 0 0;
    padding: 0 0 0 3px;
    color: #909090;
}

.postbox.evidBoxSel {
    background: #ededed;
    cursor: pointer;
    cursor: hand;
}

.postbox.evidBoxSel h3 a {
    color: #0099ff;
}

.widget ul li.evidSegnala,
.leftwidget ul li.evidSegnala,
.rightwidget ul li.evidSegnala {
    width: 100%;
    float: left;
    display: block;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.widget ul li.evidSegnalaSel,
.leftwidget ul li.evidSegnalaSel,
.rightwidget ul li.evidSegnalaSel {
    background: #0099ff;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
}

.widget ul li.evidSegnalaSel img,
.leftwidget ul li.evidSegnalaSel img,
.rightwidget ul li.evidSegnalaSel img {
    visibility: hidden
}

.widget ul li.evidSegnalaSel * a,
.leftwidget ul li.evidSegnalaSel * a,
.rightwidget ul li.evidSegnalaSel * a {
    background: #0099ff;
    color: #ffffff;
}

.widget ul li.evidSegnalaSel * a:hover,
.leftwidget ul li.evidSegnalaSel * a:hover,
.rightwidget ul li.evidSegnalaSel * a:hover {
    text-decoration: none;
    color: #fff;
}

.widget ul li.evidSegnala img {
    width: 60px;
    height: 60px;
}

.tableRigaSel {
    background: #0099ff;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
}

.tableRigaSel * .txtPT a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.tableRigaSel * td {
    cursor: pointer;
    cursor: hand;
}


.newsCategoria {
    border: 0px solid red;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    font-family: "Georgia", Times New Roman, Serif;
    font-size: 13px;
}

.newsNoCategoria {
    border: 0px solid;
    margin-top: 20px;
    height: 80px;
    overflow: hidden;
    float: left;
    font-family: "Georgia", Times New Roman, Serif;
    font-size: 13px;
}

.contBoxSegnala {
    margin: 40px 0 0 40px;
}

.contBoxSegnala ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
    height: 60px;
    float: left;
    width: 100%;
}

.contBoxSegnala ul.bSotto {
    border-bottom: 1px solid #000;
    height: 60px;
    overflow: hidden;
}

.contBoxTweet {
    margin: 0px 0 0 40px;
}

.contBoxTweet ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
    float: left;
    width: 100%;
}

.contBoxTweet ul.bSotto {
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.correlate table.bSopra {
    border-top: 1px solid #000;
}



.contBoxSegnala ul li {
    margin: 0;
    padding: 0;
    height: 60px;
}

.contBoxTweet ul li a:hover {
    text-decoration: none;
    color: #fff;
}


.h9 {
    float: left;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}


.tag-link-75 {
    color: red;
}


#menu ul li .current-cat {
    color: #0099FF;
}


.jdGallery .slideInfoZone {
    height: 95px;
}


#content h4 {
    float: left;
    margin: 13px 0 0 0;
    padding: 0;
    width: 605px;
    font-size: 24px;
    line-height: 30px;
    height: 58px;
    font-weight: normal;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #000;
}

#content h5 {
    float: left;
    margin: 7px 0 0 0;
    padding: 0;
    width: 605px;
    font-size: 16px;
    height: 40px;
    line-height: 23px;
    font-weight: normal;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #0099FF;
}

#content .author {
    padding: 0px 0px 0px 0;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
    float: left;
    width: 440px;
    margin-left: 160px;
    height: 20px;
}

.authorSingle {
    width: 600px;
    margin: 20px 0 5px 0px;
    border-bottom: 1px dotted #DEDEDE;
    float: left;
    padding-bottom: 6px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #909090;
}

.indent40 .date,
.divIndent40 .date,
.tableRiga .date a {
    color: #0099FF;
}

.txtPT a {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    color: #000;
}

.tableRiga {
    border-bottom: 1px solid #000000;
    width: 260px;
    line-height: 16px;
}

.tableRiga td {
    padding: 10px 0 10px 0;
}

.titCanali {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    color: #0099ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 35px 0 3px 80px;
    border-bottom: 2px solid #000;
}

.divIndent40 {
    margin: 0px 0 0 40px;
}



.scegliArchivi {
    width: 240px;
    background: #fff;
    border: 1px solid #000;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 11px;
    color: #000;
}

.scegliArchivi option {
    height: 16px;
}

.goog-te-combo {
    width: 150px;
    background: #fff;
    border: 1px solid #000;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 11px;
    color: #000;
}

.goog-te-combo option {
    height: 16px;
}

.post .archivebottom {
    float: left;
    margin-top: 12px;
    padding: 0px 0px 0px 160px;
    line-height: 16px;
}

.post .titoloCategoriaHome {
    float: left;
    margin: 20px 0 10px 0;
    padding: 0;
    width: 605px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Vollkorn', arial, serif;
    color: #000;
}

.titoloCategoria {
    float: left;
    margin: 13px 0 0 0;
    padding: 0;
    width: 605px;
    font-size: 24px;
    height: 58px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #000;
}

.descriptionCategoria {
    float: left;
    margin: 12px 0 0 0;
    padding: 0;
    width: 605px;
    font-size: 16px;
    line-height: 23px;
    height: 58px;
    font-weight: normal;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #0099FF;
}


.wp-pagenavi {
    float: left;
    width: 100%;
    text-align: center;
}

.wp-pagenavi .paginaPrecedente {
    float: left;
    width: 273px;
    display: block
}

.paginaPrecedente span {
    display: none;
    float: left;
}

.wp-pagenavi a.paginaPrecedente {
    background: url(images/precedente.gif) no-repeat top left;
}

*:first-child + html .wp-pagenavi .paginaPrecedente {
    width: 250px;
}


.wp-pagenavi .paginaSuccessiva {
    float: right;
    width: 262px;
    display: block
}

.paginaSuccessiva span {
    float: right;
    display: none;
}

.wp-pagenavi a.paginaSuccessiva {
    background: url(images/successiva.gif) no-repeat top right;
}


address {
    font-style: normal;
    background: #ccc;
    color: #ffffff;
    margin-top: 20px;
}



.rigaBtScorrimento {
    float: right;
    width: 100%;
    margin-top: 20px;
}

a.btPrec {
    color: #909090;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    background: url(images/frecciaGrigia.gif) no-repeat center right;
    padding-right: 14px;
    padding-top: 0px;
}

a.btSucc {
    color: #909090;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    background: url(images/frecciaGrigiaSx.gif) no-repeat center left;
    padding-left: 14px;
}




.sottoMenu {
    float: left;
    width: 605px;
    list-style: none;
    margin: 44px 0 5px;
    padding: 0;
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    height: 24px;
    line-height: 24px;
}

.sottoMenu li {
    display: inline;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    border-right: 1px dotted #dedede;
}

.sottoMenu li a {
    color: #5d5d5f;
    text-decoration: none;
    padding: 5px;
}

.sottoMenu li a:hover {
    background: #0099FF;
    color: #fff;
}

.sottoMenu li.current_page_item a {
    color: #000;
    font-weight: bold;
}

.sottoMenu li.current_page_item a:hover {
    color: #fff;
}


*:first-child + html .wp-pagenavi span.current {
    float: left;
}


.commentBox {
    float: left;
    width: 170px;
}

.commentBoxText {
    float: left;
    width: 350px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    color: #000;
    margin-left: 40px;
}

ol.commentlist li .commentBoxText p {
    margin: 0;
    padding: 0;
}



.insertComment {
    float: left;
    width: 600px;
}

.etichettaCommento {
    float: left;
    width: 200px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    color: #000;
}

.campoCommento {
    float: left;
    width: 350px;
}



#footer {
    background: #4D4D4D url(images/riga.gif) no-repeat 0 0;
    float: left;
    clear: both;
    color: #FFFFFF;
    margin-top: 15px;
    width: 940px;
    padding-bottom: 17px;
    padding-left: 20px;
    margin-left: -20px;
}

#footer ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 0 14px 0;
    float: left;
    width: 154px;
}

#footer ul li {
    margin: 0;
    padding: 0;
    color: #fff;
}

#footer ul li a {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

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

#footer ul li.king {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    color: #a4a4a4;
}

.sezione {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

#footer .sezione a {
    color: #fff;
}

#footer ul li.sezione a {
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

#footer ul li.sezione a:hover {
    text-decoration: underline;
}

.wp-block-media-text {
    grid-template-rows: auto !important;
    align-items: start !important;
    grid-template-areas: "media-text-media media-text-content" !important;
    grid-template-columns: 38% auto !important;
    float: left;
    width: 46%;
    min-height: 160px;
    height: 160px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.wp-block-media-text .has-medium-font-size {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.wp-block-media-text .has-medium-font-size a {
    color: #000;
    text-decoration: none;
}

/******************
*	FOOTER	ORIGINALE	  *
*******************/

/*
#footer {
    	clear: both;
	background: #4d4d4d;
	margin-top: 15px;
	margin-left:-20px;
	padding:20px;
	color: #fff;
	line-height: 20px;
	list-style: none;
	border-top: 0px solid #e6e6e6;
	width:920px;
}

#footer ul li {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

#footer .box {
	width: 600px;
	margin: 0 10px 0 0;
}
#footer .box2 {
    
	width: 290px;
	margin: 0 10px 0 0;
}
#footer h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#footer ul ul {
	display: none;
}
#footer img {
	padding: 5px;
}


*/









/**********  RICERCA **********/

.sw_bd {
    DISPLAY: inline-block;
    Z-INDEX: 1;
    WHITE-SPACE: nowrap;
    TOP: 0px
}

.sw_b {
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    PADDING-LEFT: 0.2em;
    BACKGROUND: #fff;
    FLOAT: none;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #eeeeee 1px solid;
    ;
    /*dipende l'altezza del box contenitore*/
    /*	
	PADDING-BOTTOM: 0.93em;
	MARGIN: 0px 0px 0px 1px;
	PADDING-TOP: 0.13em;
	PADDING-RIGHT: 0.2em;
*/
}

.sw_b INPUT {
    border-top-width: 0px;
    padding-right: 0.2em;
    padding-left: 0.2em;
    padding-top: 0;
    padding-bottom: 0;
    border-left-width: 0px;
    float: none;
    border-bottom-width: 0px;
    width: 180px;
    color: #333;
    height: 18px;
    border-right-width: 0px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 12px;
}

*:first-child + html .sw_b {
    width: 200px;
}


*:first-child + html .sw_b INPUT {
    width: 150px;
}

* html .sw_b INPUT {
    width: 150px;
}


.sw_b .sw_qbtn {
    position: relative;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    BACKGROUND: url(images/lenteCerca.gif) no-repeat top right;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px 4px -12px;
    OVERFLOW: hidden;
    WIDTH: 24px;
    CURSOR: pointer;
    PADDING-TOP: 0px;
    top: -1px;
    left: 2px;
    HEIGHT: 18px;
    /*fa salire l'immagine della lente*/

}

*:first-child + html .sw_b .sw_qbtn {
    margin: 0;
    float: right;
    width: 16px;
    padding: 2px 2px 0 0;
    top: 0;
    right: 2px;
    margin-top: -10px;
}


*:first-child + html .sw_qbox {
    float: left;
}


.sw_qbox {
    border: 1px solid;
}




*:first-child + html .newsearch {
    border: 0;
    width: 460px;
    border: 1px solid #fff;
}

* html .newsearch {
    WIDTH: 360px;
}

hr {
    border-bottom: 1px dotted #999;
    height: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

/**********  RICERCA **********/


.entry-newsletter {}

#content .entry-newsletter h5 {
    font-size: 18px;
    width: auto;
    margin: 0;
    height: auto;
}

.table-newsletter td {
    width: 100px;
    vertical-align: top;
}

.table-newsletter td img.alignleft {
    display: block;
    margin: 0px 16px 20px 0;
}

.addtoany_list {
    float: left;
    width: 100%;
    margin: 50px 0;
}


/*  CSS CLAUDIA   */











/*  CSS ALE   */


#tagcloud {
    margin: 0;
}



.tags0 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags0 a,
.tagButton {
    background-color: #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding: 1px 4px 2px 5px;
}

.tags0 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}



.tags1 a,
.tagButton {
    background-color: #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding: 1px 4px 2px 5px;
    white-space: nowrap;
}

.tags1 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags1 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}



.tags2 a,
.tagButton1 {
    background-color: #A2A2A2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding: 1px 4px 2px 5px;
    white-space: nowrap;
}

.tags2 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags2 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}




.tags3 a,
.tagButton1 {
    background-color: #A2A2A2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags3 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags3 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}



.tags4 a,
.tagButton1 {
    background-color: #747474;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags4 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags4 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}






.tags5 a,
.tagButton1 {
    background-color: #747474;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags5 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags5 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}





.tags6 a,
.tagButton1 {
    background-color: #747474;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags6 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags6 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}





.tags7 a,
.tagButton1 {
    background-color: #464646;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags7 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags7 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}



.tags8 a,
.tagButton1 {
    background-color: #464646;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags8 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags8 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}








.tags9 a,
.tagButton1 {
    background-color: #464646;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags9 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags9 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}




.tags10 a,
.tagButton1 {
    background-color: #464646;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.tags10 a {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    white-space: nowrap;
}

.tags10 a:hover {
    color: white;
    background-color: #0099FF;
    float: left;
}



.titoloTestateRassegna {
    margin: 30px 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    color: #000;
    border-bottom: 1px solid #000000;
    float: left;
    width: 100%;
}

.tbrassegna td.labelArticolo {
    font-size: 11px;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    text-transform: uppercase;
}


.dateNews {
    margin-left: 0px;
    float: right;
}

.autoreNews {
    width: 285px;
}



/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|																							|
+----------------------------------------------------------------+
*/
.wp-pagenavi a,
.wp-pagenavi a:link {
    width: 100px;
    height: 20px;
    text-decoration: none;
    border: 0px solid #999;

}

.wp-pagenavi a:visited {
    text-decoration: none;
    background-color: #FFFFFF;

}

.wp-pagenavi a:hover {
    color: #666;
    background-color: #FFFFFF;
}

.wp-pagenavi a:active {
    text-decoration: none;
    color: #999;
    background-color: #FFFFFF;
}

.wp-pagenavi span.pages {
    color: #999;
    background-color: #FFFFFF;
}

.wp-pagenavi span.current {
    width: 80px;
    font-weight: bold;
    color: #000;
    background-color: #FFFFFF;
    font-family: 'PT Sans', Trebuchet MS, Verdana;
    font-size: 14px;
}

.wp-pagenavi span.extend {
    color: #666;
    background-color: #FFFFFF;
}

.page {
    color: red;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #FFFFFF;
}

#topnav ul li div.googleLingua {
    margin: 10px 0 0 20px;
}





/* nuovo dec 2015 claudia */

.ngg-imagebrowser h3 {
    display: none;
}

.ngg-imagebrowser .pic {
    border: 0 !important;
}

.entry .ngg-imagebrowser-nav p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.ngg-imagebrowser-nav .back,
.ngg-imagebrowser-nav .next {
    border: 0 !important;
}

.entry .ngg-imagebrowser-nav .back a,
.entry .ngg-imagebrowser-nav .next a {
    text-decoration: none !important;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 7px !important;
    font-family: "Trebuchet MS", Myriad Pro, Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

.entry .ngg-imagebrowser-nav .back a:hover,
.entry .ngg-imagebrowser-nav .next a:hover {
    background-color: #0099FF;
}

.autoreNews {
    width: 325px;
}

.post .author .autoreNews a {
    float: none;
    width: auto;
    margin-left: 0;
}

#sidebar .box .editorialeAutore {
    margin-top: 0;
}

#sidebar .box .editorialeAutore .author {
    color: #909090;
}

#sidebar .box .editorialeAutore .author a {
    color: #909090;
}

#sidebar .box h4 a {
    color: #000;
}

#sidebar .box .rigaBtScorrimento a {
    color: #909090;
}

#sidebar .box .contBoxSegnala a {
    color: #000;
}

#sidebar .box .contBoxSegnala a:hover {
    color: #fff;
}

#sidebar .box .rss a {
    color: #000;
}

#content .author {
    float: none;
    margin-left: 0;
}

#sidebar .box .tableRiga a {
    color: #000;
}

#sidebar .box .tableRigaSel a {
    color: #fff;
}

#sidebar .box .tableRigaSel .date {
    color: #fff;
}
