/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */



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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus { /* remember to define focus styles! */
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
	
}

em{
	font-style: italic;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

/* Floating */
.left {
	float: left;
}

.right {
	float: right;
}

/* Clear Floats */
* html .clear {
	height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	display: block;
}

/* =Global
-------------------------------------------------------------- */

body {
	background: #e9e9e9;
	color: #333;
	font-family: Georgia,Century,Times,serif;
	font-size: 15px;
	line-height: 20px;
	background-attachment:fixed !important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5,h6 {
	font-size: 12px;
}

pre,code,kbd,samp,tt {
	font: 13px/1.385 "Courier New", Monospace, serif;
}

input,button,select,textarea,option {
	font-family: Helvetica, Arial, serif;
}

/* Links */
a:link, 
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a,h2 a,h3 a,h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration: underline;
}

/* Input Form & TextArea */
input, textarea {
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
	color: #777;
	padding: 6px;
}

input:focus {
	background: #ffffff;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper {
	background: #fff;
	margin: auto;
	padding: 0 10px 10px;
	width: 1000px;	
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	clear:both;
	
}

#top {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;	
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	padding:10px 0 5px;
}

#header {
	background: #fff;
	height: 118px;
	overflow: hidden;
	position: relative;
}

#container {
	background: none;
}

.home #container {
	background: none;
}

#content {
	background: #fff;	
	float: left;
	width: 675px;
	margin-bottom: 18px;
	padding-right:10px;
	border-right:1px solid #dfdfdf;
	margin-top:21px;

}

.entry-content p {line-height:21.5px; text-align: justify;}

.v9{margin-bottom:8px !important}

#sidebar {
	float: left;
	width: 300px;
	margin-right:1px;
	margin-top:13px;
}

/* =Header
----------------------------------------------- */

#top span {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;	
}

#top span span {
	background: none repeat scroll 0 0 #0560A6;
	color: #fff;
	line-height: 25px;	
	margin: 3px 2px 0 0;
	padding: 0 5px;	
	font-family:'Oswald';
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.2px;
}

#top .top-year {
	margin-right: 10px !important;
}

/* News Ticker */
ul#ticker {
	color: #bbb;	
	float: left;
	font-size: 11px;	
	height: 31px;
	overflow: hidden;
	line-height: 31px;
}

ul#ticker li a {
	color: #777;	
	margin-right: 5px;
}

/* Search Form */
#search {
	display: inline;
	float: left;	
	margin: 0;
	width: 170px;	
	
}

#searchform {
	background: url("images/alert-overlay.png") repeat-x scroll 0 0 #0560A6;
	height: 36px;
	border:none !important;
}

#searchform input {
	background: none;
	border: none;
	display: block;	
}

#searchform input#s {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    float: left;
    font-size: 11px;
    height: 17px;
    line-height: 1.1;
    margin: 6px 0 0;
    padding: 4px 7px 3px;
    width: 124px;
}

#searchform input#searchsubmit {
	background: url("images/ico-secarch.gif") no-repeat scroll left center #FFFFFF;
    border-left: 1px solid #C2C2C2;
    cursor: pointer;
    float: left;
    margin-top: 6px;
    overflow: hidden;
    padding: 4px 4px 2px 3px;
    text-indent: -5555em;
    width: 18px;
}

/* Header Quotes */
#header .header-quote {
	font-size: 17px;
	line-height: 18px;
	width: 250px;
}

#header .header-quote .quote-bold {
	display: block;
	font-weight: bold;
	color:#333;
}

#header .header-quote .quote {
	color: #aaa;
	display: block;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

#header .quote-left { /* Left Quote */
	bottom: 7px;
	left: -180px;
	position: absolute;
}

#header .quote-left .img {
	bottom: 0;
	left: 220px;
	position: absolute;
	width: 80px;
}

#header .quote-left .quote-text {
	bottom: 5px;	
	position: absolute;
	width: 210px;
	text-align: right;
}

#header .quote-right { /* Right Quote */
	bottom: 7px;
	position: absolute;
	right: -69px;
}

#header .quote-right .img {
	bottom: 0;
	position: absolute;
	right: 220px;
	width: 80px;
}

#header .quote-right .quote-text {
	bottom: 5px;
	position: absolute;
	right: 0;
	width: 210px;
}

/* Text Logo */
#header-with-quote #text-logo {
	text-align: center;
}

#header-with-ad #text-logo {
	float: left;
}

#site-title {
	font-family: Georgia;
/*	font-size: 38px; */
	font-size: 24px;
	line-height: 1;	
	padding: 25px 0 5px 0;	
	text-transform: uppercase;
}

#site-title a, #site-title a:hover {
	color: #444;
	text-decoration: none;
}

#site-desc {
	color: #bbb;	
	font-size: 11px;
	text-transform: uppercase;
}

/* Image Logo */
#header-with-quote #logo {
	height: 100px;
	line-height: 1;
	margin: 8px 0 0 8px;
	overflow: hidden;
}

#header-with-quote #logo {
	height: 70px;
	line-height: 1;
	margin: 25px 0 0 100px;
	overflow: hidden;
}

#header-with-ad #logo {
	float: left;
	height:104px;
	width:384px;
	line-height: 1;	
	margin: 8px 0 0 122px;
	overflow: hidden;
}

/* Un-widgetized Advertisement */
.header-ad {
	float: right;
	height: 60px;
	margin: 22px 0 0 0;
	width: 468px;	
}

.home-column1-ad {
	border-top: 1px solid #e9e9e9;
	margin-bottom: 15px;
	padding-top: 15px;
	width: 300px;	
}

/* Navigation Social Icons */
.nav-social {
	float: right;
	font-size: 12px;
	line-height: 18px;		
	padding-right: 10px;
	text-transform: none;
}

.nav-social li {
	float: left;
}

.nav-social li a {
	color: #777;
	display: block;
	float: left;
	height: 26px;	
	margin-left: 15px;
	padding: 1px 0px 6px 23px;
}

.nav-rss {
	background: url(images/ico-feed.png) no-repeat 0px -1px;
}

.nav-email {
	background: url(images/ico-email.png) no-repeat 0px -1px;
}

.nav-twitter {
	background: url(images/ico-twitter.png) no-repeat 0px -1px;
}

.nav-facebook {
	background: url(images/ico-facebook.png) no-repeat 0px -1px;
}

/* =Navigation Menu
-------------------------------------------------------------- */

.nav {
	font-family: Arial, Helvetica, sans-serif;
}

.nav a {
	position: relative;
	display: block;
	z-index: 100;
}

.nav li {
	float: left;
	width: auto;
	list-style: none;
	line-height: 20px;
}

.nav li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
}

.nav li a.sf-with-ul {
	
}

.nav a:hover {
	color: #3275a8;
}

.nav li.current_page_item li a, 
.nav li.current_page_parent li a,
.nav li.current-menu-ancestor li a,
.nav li.current-cat li a,
.nav li.current-cat-parent li a,
.nav li.current-menu-item li a {
	padding: 0px 15px !important;
}

/* Drop-down menus */
.nav li ul {
	background: #fff;
	margin: 5px 0 0;
	padding: 10px 0 0;
	position: absolute;
	left: -999em;
	width: 170px;
	border: 1px solid #e3e3e3;
	z-index: 9999;
}

.nav li ul li {
	margin: 0;
}

.nav li ul li a {
	background: none !important;
	border: 0;
	color: #333;
	display: block !important;
	font-size: 11px;
	font-weight: bold;
	padding: 0 15px !important;
	line-height: 32px !important;
	width: 140px;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.nav li ul li a:hover {
	color: #3275a8;
	text-decoration: underline;
}

.nav li ul li a.sf-with-ul {
	
}

.nav li ul ul {
	margin: -37px 0 0 170px !important;
}

.nav li ul li a:hover, 
.nav li.current_page_item ul li a, 
.nav li.current_page_parent ul li a,
.nav li.current-menu-ancestor ul li a,
.nav li.current-cat a ul li,
.nav li.current-menu-item ul li a,
.nav li.sfHover ul li {
	background: none;
}

.nav li:hover,.nav li.hover {
	position: static;
}

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

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

.nav .sf-sub-indicator {
	display: none;
	background: url(images/arrow-superfish.png) no-repeat;
	position: absolute;
	display: block;
	right: 0.4em;
	top: 44%;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}

.nav li ul .sf-sub-indicator {
	display: none;
	background: url(images/arrow-superfish-right.png) no-repeat;
	top: 38%;
}

/* Primary Navigation */
#primary-nav {
	background: url(images/alert-overlay.png) repeat-x;
	height: 36px;
	padding: 0 10px 0 5px;
	line-height: 35px;
	overflow: hidden;
	font-family:'Oswald',Arial,serif;
	font-size:18px;
	background-color:#0560A6;
	width:81%;
	float:left;
}

#primary-nav li {
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	height:28px;
	margin-top:4px;
	border-right:1px solid #044a48;
	border-left:1px solid rgb(14, 79, 162);
}

#primary-nav li:first-child {border-left:none}
#primary-nav li:last-child {border-right:none}

#primary-nav li a {
	display: block;
	font-size: 16px; 
	padding: 9px 15px 0;
	color: #fff;
	line-height: 18px;
	font-family:'Oswald',Arial,serif;
	margin-top:-5px;
	height:32px; 
	text-transform:none;
	font-weight:normal;
	background: url(images/arrow-up.png) no-repeat center 39px;
}

#primary-nav li a:hover {
	color: #5d6d14;
	text-decoration: none;
}

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

#primary-nav li ul li {
	background: none;
}

#primary-nav .nav a:hover,
#primary-nav .nav a.current,
#primary-nav .nav li.current_page_item a, 
#primary-nav .nav li.current_page_parent a,
#primary-nav .nav li.current-menu-ancestor a,
#primary-nav .nav li.current-cat a,
#primary-nav .nav li.current-cat-parent a,
#primary-nav .nav li.current-menu-item a {
	background: url(images/arrow-up.png) no-repeat center 32px;
	display: block;
	line-height: 18px;
	margin-top:-5px;
	padding: 9px 15px 0 !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ccc;
}

#primary-nav .nav li ul {
	margin: 0 0 0 -2px;
	padding-top: 0px;
	border-top: none;
	border-bottom: none;
}

#primary-nav .nav li ul li a {
	font-size: 11px;
	color: #333;
	line-height: 32px;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #dedede !important;
}

#primary-nav .nav li ul ul {
	margin: -34px 0 0 170px !important;
}

#primary-nav .nav li ul {
	border-bottom: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.03);
	box-shadow: 0 2px 2px rgba(0,0,0,.03);
}

.single .home, #primary-nav a.first {
	background: none;
	color: #fbfbfb;
	border-left:none;
	text-decoration: none;
}

.single .home, #primary-nav a.last {
	background: none;
	color: #fbfbfb;
	border-right:none;
	text-decoration: none;
}

#primary-nav .home-list {
	background: none !important;
}

/* Secondary Navigation */
#secondary-nav {
	background: #f9f9f9;
	height: 16px;
	z-index: 99;
	margin-bottom: 8px;
	padding: 7px 0;
	border-bottom: 1px solid #e9e9e9;
	clear:both;
}

#secondary-nav .nav li ul {
	border-bottom: none;
	border-radius: 4px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,.03);	
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.03);
}

#secondary-nav .nav li ul ul {
	border-radius: 0 4px 4px 0;	
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

#secondary-nav .nav a {
	color: #555;
}

#secondary-nav .nav li ul li a {
	border: 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #fff;	
}

#secondary-nav .nav li ul li:first-child {
	background: url(images/nav-indicator.png) no-repeat scroll center top transparent;
	margin-top: -18px;
	padding-top: 10px;
}

#secondary-nav .nav li ul li ul li:first-child {
	background: none;
}

#secondary-nav .nav li a {
	font-size: 12px;
	text-transform: none;
}

#secondary-nav .nav li:last-child {
	margin-right: 0;
}

/* Adv strip */

#adv-testata {
	
	width:1000px;
	height:31px;
	
}

/* =Featured Content
-------------------------------------------------------------- */

#home-featured {
	border-bottom: 1px solid #e9e9e9;
	margin: 15px 0 5px;
	padding: 0 0 15px;	
	text-align: center;
	width:670px;
	
}

#home-featured .entry-title {
	font-size: 31px;
	margin-bottom: 10px;	
	text-transform: none;
	line-height:35px;
}

#home-featured .entry-thumb {
	margin-bottom: 5px;
}

/* =Columns
-------------------------------------------------------------- */
#columns {
	background: none;
}

/* Column1 */
#column1 { 
	float: left;
	width: 280px;
	font-size:13.5px;
	line-height:20px;
}

#column1 h2 {font-size:15px; }
#column1 .category-box {
	border-top: 1px solid #e9e9e9;
	margin-bottom: 15px;
	padding-top: 15px;	
}

#column1 .category-box h3 {
	margin-bottom: 0px;
}

#column1 .category-box h3 a {
	font-size: 11px;
	text-transform: uppercase;
}

#column1 .category-box li {
	background: url(images/dot.png) no-repeat left 7px;
	margin-bottom: 10px;
	padding-left: 11px;
}

#column1 .category-box li.first {
	background: #fff;
	padding:8px;
	border:1px solid #e1e1e1;	
}

#column1 #category-box1-1 {
	padding: 8px !important;
	border:1px solid #f2f2f2 !important;
	background:#eaeaea;
}

#column1 .entry-thumb {
	float: left;
	margin: 0 7px 0 0;
}

.testata-blog, .testata-editoriale, .testata-sassata, #brevi-testata {
	background:url('images/blog-testata.png') no-repeat scroll 0 0 transparent;
	height:30px;
	padding-left:50px;
	padding-top:9px;
	font-family:'Oswald';
}

#brevi-testata{
	padding-top: 13px;
}

.testata-editoriale{
	background:url('images/blog-editoriale.png') no-repeat scroll 0 0 transparent;
}

.testata-sassata{
	background:url('images/blog-sassata.png') no-repeat scroll 0 0 transparent;
}

 #testata-blog-single {}
.testata-blog a, .testata-editoriale a, .testata-sassata a, #brevi-testata a{color:#fff !important; font-size:18px !important; font-weight:normal !important; text-transform:none !important
;}

#autore-blog, #autore-blog a {
	
	font-size:11px;
	color:#0560A6;
	font-family:'Oswald';
	font-weight:normal;
	letter-spacing:0.1px;
	
	
}

/* Column2 */
#column2 {
	display: inline;
	float: left;
	margin-left: 16px;
	width: 384px;
	padding-right:10px;
	border-right:1px solid #dfdfdf;		
	font-size:13.5px;
}

#column2 h2 {font-size:21px; margin:0 0 10px; line-height:1.1;}

#column2 li {
	margin-bottom: 0px;
	padding-top: 15px;
	border-top: 1px solid #dfdfdf;
}

#column2 .entry-cat {
	border-radius: 2px 2px 2px 2px;
    display: inline;
    float: left;
    font-family: 'Oswald';
    font-size: 11px;
    height: 16px;
    line-height: 14px;
    margin-right: 5px;
	margin-top:3px;
    padding: 2px 5px 0;
    text-transform: none;
	letter-spacing:0.2px;
	color:#fff;
}

#column2 .entry-cat a {
	color: #fff;
}

#column2 .entry-cat a:hover {
	text-decoration: none;
}

#column2 .entry-thumb {
	margin-bottom: 10px;
	float:left;
	margin-right:10px;
}

#column2 .featured-1 {
	padding-top: 0 !important;
	border-top: none !important;
}

#column2 #brevi-testata{
	background: url(images/brevi-testata.png) no-repeat;
	width: 384px;
	height: 50px;
}

.brevi-single .entry-meta{
	font-size: 11px;
}

.brevi-single .entry-title a{
	font-size: 15px;
}

/* =Lancio*/



#lancio {
	
	width:670px;
	border-right:1px solid #dfdfdf;
	padding-right:10px;
	float:left;
	font-size:13.5px;
	
}

#principale {
	
	float:left;
}

#lancio .entry-cat {
	background: none repeat scroll 0 0 #0560a6;
    border-radius: 2px 2px 2px 2px;
    display: inline;
    float: left;
    font-family: 'Oswald';
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    margin-right: 8px;
	margin-top:3px;
    padding: 0px 5px;
    text-transform: none;
	color:#fff;
}

#lancio .entry-cat a {
	color: #fff;
}

#lancio h2{
	
	font-size:24px;
	margin:10px 0 13px;
	
	
}

#lancio li{border-bottom:1px solid #dfdfdf; padding-bottom:15px; margin-bottom:20px;}

.share-home {}



/* =Content
-------------------------------------------------------------- */

/* Breadcrumbs */
#breadcrumbs {
	margin-bottom: 15px;
	padding: 0 0 10px 15px;
	font-size: 11px;
	color: #777;
	text-transform: none;
	border-bottom: 1px dotted #e9e9e9;
	line-height:15px;
}

#breadcrumbs a {
	background: url(images/bullet.png) no-repeat right center;
	margin-right: 1px;
	padding-right: 10px;
	color: #3B5998;
}

#breadcrumbs .cat-feed a {
	float: right;
	display: block;
	background: url(images/ico-rss.png) no-repeat right -1px;
	padding-right: 22px;
	color: #999;
	font-size: 10px;
}

/* Entry Info */
.entry-title {
	line-height: 1.1;
}

.entry-title a,
.entry-title a:hover {
	color: #000;
}

.entry-meta {
	margin: 10px 0 0 0;
	color: #999;
	
}

.entry-meta a, .entry-meta a:hover {
	color: #999;
}

.entry-meta abbr {
	cursor: help;
}

.entry-comment {
	background: url(images/icon-comment.png) no-repeat right 3px;
	padding: 3px 19px 3px 0;
}

.single .entry-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.page-title {
	line-height: 1;
	padding-bottom: 7px;
	letter-spacing: -1px;
}

.entry-sep {
	padding: 0 3px;
	color: #ccc;
}

.entry-tags {
	margin: 10px 0 15px 0;
}

.entry-tags a, .entry-tags a:hover { 
	color: #999;
}

.entry-tags span {
	font-weight: bold;
}

.sottotitolo  {
	
	margin-top:8px;
	font-weight:normal;
	line-height:17px;
	
}

/* Archive */
.archive .entry-thumb {
	float: left;
	margin: 0 15px 15px 0;
}

.archive .hentry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.archive .entry-meta {
	margin-bottom: 10px;
}

.entry-excerpt {
	display: table;
}

.entry-excerpt-blog {display:table; clear:both;padding-top:5px; font-size:12.5px; line-height:18px;}

/* Full Width */
.onecolumn #content {
	width: 960px;
}
/* Author BIO Box */
.entry-author {
	background: #fbfbfb;
	padding: 15px;
	margin: 15px 0 15px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.author-avatar {
	float: left;
	margin: 0 5px 10px 0;
}

.author-avatar img {
	display: block;
	padding: 4px;
	background: #FFF;
}

/* Entry Bottom Utilities */
.entry-bottom {
	background: #fffff0;
	padding: 15px 15px 0 15px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.entry-bottom li {
	margin: 5px 0;
	border-top: 1px dotted #ddd;
}

/* Social Connections */
.entry-social {
	float: right;
	width: 240px;
}

.entry-social ul li {
	padding: 8px 0;
	clear: both;
}

.entry-social ul li a {
	display: block;
	padding: 0 0 0 23px;
	overflow: hidden;
}

.entry-social .twitter_icon a {
	background: url(images/ico-twitter16.png) no-repeat;
}

.entry-social .digg_icon a {
	background: url(images/ico-digg16.png) no-repeat;
}

.entry-social .facebook_icon a {
	background: url(images/ico-facebook16.png) no-repeat;
}

.entry-social .delicious_icon a {
	background: url(images/ico-delicious16.png) no-repeat;
}

.entry-social .stumbleupon_icon a {
	background: url(images/ico-stumble16.png) no-repeat;
}

.entry-social .linkedin_icon a {
	background: url(images/ico-linkedin-16.png) no-repeat;
}

/* Related Posts */
.entry-related-posts {
	float: left;
	width: 340px;
}

.entry-related-posts li {
	background: url(images/dot.png) no-repeat left center;
	padding: 7px 0 7px 10px;
}

/* Pagination */
.pagination {
	padding-top: 5px;
}

.pagination .newer a, .pagination .older a {
	display: block;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
}

.pagination .newer a {
	float: left;
	background: #fff url(images/arrow-left.png) no-repeat left 6px;
	padding: 5px 15px 3px 25px;
}

.pagination .older a {
	float: right;
	background: #fff url(images/arrow-right.png) no-repeat right 6px;
	padding: 5px 25px 3px 15px;
}

.pagination .newer a:hover, .pagination .older a:hover {
	background-color: #f9f9f9;
}

/* WP-PageNavi Plugin*/
.wp-pagenavi {
	background: #fff;
	font-size: 13px;
	padding-top: 10px;
	text-align: left;
}

.wp-pagenavi a, 
.wp-pagenavi a:hover,
.wp-pagenavi .on, 
.wp-pagenavi .current {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
}

.wp-pagenavi a:link, .wp-pagenavi a:visited {
	display: inline;
	background: #fff;
	margin: 0px 0px 0px 3px;
	padding: 5px 9px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.wp-pagenavi .on, .wp-pagenavi .current, .wp-pagenavi a:hover {
	background: #efefef;
	margin: 0px 0px 0px 3px;
	padding: 5px 9px;
	border: 1px solid #ccc !important;
}

.wp-pagenavi .extend, .wp-pagenavi span.pages {
	background: #fff;
	color: #666;
	text-shadow: #fff 0px 1px 0px;
	border: none;
}

/* Entry */

.entry p {padding-right:11px;}

.entry p,.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol {
	margin: 10px 0 10px 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #333;
}

.entry ul,.entry ol {
	margin: 10px 0 10px 20px;
}

.entry ol {
	list-style-type: decimal;
}

.entry ul {
	list-style-type: square;
}

.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
	margin: 0 0 0 20px;
}

.entry li {
	padding-bottom: 5px;
}

.entry hr {
	border-top: 1px solid #FFF;
	border-top: 1px solid #C7D7DB;
	background: none;
	height: 0;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
}

.entry hr.none {
	border: 0 none;
	height: 0;
	background: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.entry blockquote {
	margin: 20px 20px;
	padding: 0 30px 0 20px;
	overflow: hidden;
	border-left: 10px solid #F7F7F7;
}

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

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

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}

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

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

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.wp-caption {
	background: #fbfbfb;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* =Widgets
----------------------------------------------- */
.widget {
	background: #fff;
	margin: 0 0 15px 0;
}

.widget-title {
	border-bottom: 1px solid #e9e9e9;	
	font-size: 13px;
	padding-bottom: 10px;	
	text-transform: uppercase;
}

.widget-title a, .widget-title a:hover {
	color: #333;
	text-decoration: none;
}

.widget ul li {
	background: url(images/dot.png) no-repeat 0 18px;	
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0 10px 10px;
}

.widget ul li a {
	display: block;
}

.widget > div {
	padding: 0 0;
}

.widget_tag_cloud div,
.textwidget {
	padding: 0 0;
}

/* Newsletter Widget */
#newsletter {
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 15px 0;
}

#newsletter .widget-title {
	background: url(images/newsletter.png) no-repeat 250px 1px;
	border-bottom: none;
	font-size: 13px;	
	margin-bottom: 3px;
	padding: 0;
	text-transform: upppercase;
}

#newsletter .subscribe {
	padding: 10px 15px 10px 15px;
}

#newsletter .subscribe p {
	font-size: 12px;
	color: #777;
}

#newsletter .subscribe span {
	color: #999;
	font-size: 11px;	
}

#newsletter .subscribe-form {
	margin: 6px 0 3px;
}

#newsletter .subscribe-form .email {
	width: 150px;
}

#newsletter .subscribe-form .submit {
	background: #f7f7f7 url(images/alert-overlay.png) repeat-x left center;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
}

/* Tabber Widget */
#tabber {
	display: block;
	background: #fff;
	height: auto;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

#tabber .inside {
	padding-top: 5px;
}

#tabber ul.tabs {
	background: #fefefe;
	padding-left: 4px;
	overflow: hidden;
	width: 300px !important;
	height: 39px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#tabber ul.tabs li {
	background: none;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border-bottom: none;
}

#tabber ul.tabs li a.selected {
	color: #333;
	text-decoration: none;
}

#tabber ul.tabs li a:hover {
	color: #333;
	text-decoration: none;
}

#tabber ul.tabs li a {
	color: #999;
	display: block;
	padding: 0 12px;
	line-height: 39px;
	text-transform: uppercase;
	border-right: 1px solid #e0e0e0;
}

#tabber #tag-cloud, #tabber .inside li {
	padding: 10px 0px;
}

#tabber .inside li {
	background: none;
	border-bottom: 1px solid #e9e9e9;
}

#tabber .inside li a {
	line-height: 18px;
}

#tabber .inside li div.info {
	display: table;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#tabber .inside li span.meta {
	display: block;
	font-size: 12px;
	margin-top: 3px;
	color: #999;
}

#tabber .inside li span.meta a {
	color: #999;
}

#tabber .inside li img.avatar {
	border: 1px solid #f0f0f0;
	padding: 3px;
	background: #fff;
	float: left;
	display: inline;
	margin: 0px 12px 0px 0px;
}

#tabber .tab-thumb {
	float: left;
	display: inline;
	margin: 0 12px 10px 0;
}

/* Twitter Widget */
.widget_tj_twitter > div {
	padding: 0px;
	border-top: none;
}

.widget_tj_twitter .widget-title {
	display: block;
	width: 300px;
	background: url(images/twitter-standing.png) no-repeat right -3px;
}

.widget_tj_twitter li {
	display: block !important;
	background: url(images/twitter.png) no-repeat 0 12px !important;
	padding: 10px 15px 10px 22px !important;
}

.widget_tj_twitter li a {
	background: none !important;
	display: inline !important;
	padding-left: 0 !important;
	color: #999;
}

.widget_tj_twitter li a:hover {
	background: none !important;
}

/* Flickr Widget */
.widget_tj_flickr {
	padding-bottom: 5px;
}

.widget_tj_flickr > div {
	border-top: 0;
}

.widget h3 span {
	color: #0061D8;
}

.widget h3 span span {
	color: #FF1183;
}

.widget .flickr_badge_image {
	float: left;
	margin: 0px;
}

.widget .flickr_badge_image .photo-wrap {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
}

.widget .flickr_badge_image a img {
	display: inline;
	float: left;
	background: #fff;
	margin: 4px 4px 0px 0px;
	padding: 4px;
	border: 1px solid #e9e9e9;
}

.widget .flickr_badge_image a:hover img {
	background: #fbfbfb;
	border-color: #e5ecf1;
}

/* Author Info Widget */
.widget_tj_authorinfo .left {
	margin-right: 10px;
}

.widget_tj_authorinfo .right {
	margin-left: 10px;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}

#wp-calendar, #wp-calendar th, #wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	background: #f5f5f5;
	padding: 3px;
	border: 1px solid #f0f0f0;
}

#wp-calendar td {
	padding: 5px 2px;
	border: 1px solid #f0f0f0;
	text-align: center;	
}

#wp-calendar caption {
	background: transparent;
	font-weight: bold;
	padding: 3px 0px 7px 0px;
	color: #333;
}

#wp-calendar #today {
	background: #f5f5f5;
	font-weight: bold;
}

/* Widgetized Advertisement */
.widget-ads {
	border: none;
}

.widget-ads h3.ad-title {
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

.widget-ad125 {
	border-top: 0 !important;
}

.widget-ad125 img {
	margin: 5px 7px 0 0;
}
#crs_Holder {font-size:12px; line-height:16px; font-family:Arial,Helvetica,sans-serif; text-indent:15px; }

#crs_Holder a {color:#666;  }

.crs_div {background:url('images/flashnews-bg.jpg') no-repeat scroll 3px 8px transparent; border-bottom:1px solid #e2e2e2}

#continuous-rss-scrolling {border:1px solid #00628c; background:none repeat scroll 0 0 #F8F8F8; padding:7px }

#continuous-rss-scrolling h3 {color:#fff; background:url('images/flashnewsh3-bg.png') no-repeat scroll 8px 8px #0560a6; height:18px; padding-left:42px; padding-top:8px; font-family:'Oswald'; font-weight:normal; font-size:17px;}
 
/* =Widgets
----------------------------------------------- */

#footer {
	background: #fff
	;
	margin-top: 10px;
}

#footer ul {
	height: auto;
	line-height: 13px;
	border-top: none;
	margin-top:10px;
	float:left;
}

#footer ul li {
	float: left;
	margin-bottom:10px;
	background:url('images/arrow-bullet.gif') top left no-repeat;
	padding-left:7px;
}

#footer ul li a {
	padding: 0;
	font-size: 11px;
	color: #666;
	border-right: none;
}

#footer-cat {
	padding:8px 0 18px 18px;
	float:left;
	border:1px dashed #c2c2c2;
	margin-bottom:10px;
	
	
}

/* Copyright */

#footer .copyright {
	background: #fff;
	padding: 20px 0;
	font-size: 11px;
	color: #999;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

#footer .copyright a {
	color: #999;
	margin: 0 2px;
	border-bottom: 1px dotted #ccc;
}

#footer .copyright a:hover {
	color: #666;
	border-bottom-style: solid;
	text-decoration: none;
}

#footer .footer-rss {
	background: url(images/ico-footer-rss.png) no-repeat 3px 4px;
	padding: 3px 0px 3px 16px;
}

/* =Comments
----------------------------------------------- */

#respond {
	margin: 30px 0px 0px 0px;
}

#respond p {
	color: #777;
	margin: 0px;
	margin-bottom:8px;
	margin-top:8px;
}

.comments-box {
	margin: 60px 0 0 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
}

.comments-box h3 {
	
	background: none repeat scroll 0 0 #0560A6;
    color: #FFFFFF;
    font-family: 'Oswald';
    font-weight: normal;
    height: 22px;
    padding: 5px 2px 2px 9px;
    width: 100px;

}

.cancel-comment-reply a {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	text-decoration: underline;
}

.cancel-comment-reply a:hover {
	text-decoration: none;
}

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

/* comment framework */
#pings {
	margin-bottom: 40px;
}

ul.children {
	margin-left: 0px;
}

ol.commentlist {
	margin: 20px 0px 0px 0px;
}

cite.fn {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -0.05em;
	display: block;
	padding-top:1px;
}

cite.fn a, cite.fn a:hover {
	color: #0560A6;
    font-family: 'Oswald';
    font-weight: normal;
    letter-spacing: 0.1px;
    text-decoration: none;
	padding-left:8px;
}

span.says {
	display: none;
}

.commentlist li {
	margin-top: -1px;
	padding: 12px 8px 8px;
	list-style: none;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

.commentlist li.depth-2 {
	background: #ffffff;
	border: 1px solid #ECEDE8;
	margin-left: 15px;
}

.commentlist li.depth-3 {
	background: #fbfbfb;
	border: 1px solid #ECEDE8;
	margin-left: 15px;
}

.commentlist li.depth-4 {
	background: #ffffff;
	border: 1px solid #ECEDE8;
	margin-left: 15px;
}

.commentlist li.depth-5 {
	background: #fbfbfb;
	border: 1px solid #ECEDE8;
	margin-left: 15px;
}

.commentlist code {
	background: #e6e6e6;
	padding: 5px;
}

.commentlist .moderation {
	margin-top: 10px;
	color: #660000;
}

.commentlist .thread-even {
	background: #f8f8f8;
}

.commentlist .children {
	margin-top: 15px;
}

.commentlist p {
	clear: both;
}

.commentlist p a {
	text-decoration: underline;
}

.commentlist p a:hover {
	text-decoration: none;
}

.comment-author {
	margin-bottom: 5px;
}

.avatar {
	margin-right:0;
	float: left;
	padding: 3px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.reply {
	margin: 15px 0px 0px 0px;
}

.reply a, .reply a:visited {
	font-size: 11px;
	text-decoration: underline;
}

.reply a:hover {
	text-decoration: none;
}

.comment-meta {
	float: left;
	font-size: 12px;
	margin-bottom: 15px;
	padding-left:7px;
}

.comment-meta a {
	color: #999 !important;
}

#respond h3{
	
	background: url('images/ins-comment-bg.png') no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: 'Oswald';
    font-weight: normal;
    height: 41px;
    padding: 6px 2px 2px 14px;
    width: 149px;
	margin-left:10px;
	
	
}


/* comment form */
#commentform {
	margin: 8px 0 0 0;
}

#commentform input.txt, #commentform textarea {
	font: 14px/14px Arial, Helvetica, sans-serif;
	border-color: #BDC7D8;
	border-width: 1px;
	border-style: solid;
}

#commentform input.txt {
	color: #666;
	background: #fafafa;
	width: 170px;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
}

#commentform textarea {
	color: #777;
	background: #fff;
	width: 659px !important;
	padding: 5px 7px;
	margin-top:8px;
	border-radius:4px;

}

#commentform #submit {
	margin: 15px 0 10px 0;
}

#registrati {
	
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #C2C2C2;
    padding: 10px 16px;
	color:#666;
	}

/* button */
a.button {
	background: url(images/btn-left.png) no-repeat left;
	color: #505050 !important;
	cursor: pointer;	
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	line-height: 22px !important;
	margin: 5px 15px 5px 2px;
	padding: 0 0 10px 12px;
}

a.button span {
	background: url(images/btn-right.png) no-repeat right;
	display: block;
	float: left;
	height: 23px;
	padding: 5px 10px 5px 0;
}

a.button:hover {
	text-decoration: none;
}

#lancio img {float:left; margin-right:10px}

.cursore {cursor:pointer}

.rubrica{
	width: 23.4%;
	float:left;
	padding-right:15px;
	height:180px;
}

.rubrica h3{ 
    color: #FFFFFF;
    font-size: 12px;
    padding: 1px 1px 1px 8px;
    text-transform: uppercase;
	width:96%;
	
}
	

.cat-3 {background:#9E0000}
.cat-5 {background:#FF9932}	
.cat-4 {background:#232CA4}
.cat-10 {background:#035226}
.cat-8 {background:#0560A6}
.cat-11 {background:#0560A6}
.cat-9 {background:#0560A6}
.cat-21 {background:#0560A6}
.cat-24 {background:#0560A6}

#social-buttons-top {
	float:left;
	width:205px;
	height:60px;
	
	}
#social-buttons-bottom {
	border: 1px dashed #C2C2C2;
    float: left;
    padding: 8px;
    width: 657px;
	
}

#article-header {
	float:left;
	margin-bottom:15px;
	width: 100%;
	
	
}

.sponsorA{
/*	width: 250px; */
	height: 90px;
	float: left;
	margin-bottom: 3px;
}

.leader{
	float: left;
	width: 728px;
	margin-right: 42px;
	margin-bottom: 3px;
}

.catenaccio{
	font-size: 25px;
	color: #AAA;
	font-style: italic;
	margin-bottom: 10px;
	line-height: 25px;
	margin-top: -10px;
}

.sottotitolo{
	font-size: 17px;
	font-style: italic;	
}

.autore-single, .autore-single a{
	color: #aaa;
}

.banner-single{
	float:left;
	width: 470px;
	height: 60px;	
}

/* Pagina blogger */

#testata-blogger{
	float:left;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px dashed #c2c2c2;
	
	
}

#foto-blogger{
	float:left;
	width:230px;
	
}

#foto-blogger img {
	width:200px;
	height:200px;
	border:1px solid #C2C2C2;
	padding:5px;
	
}

#contenuto-blogger{
	float:left;
	width:300px;
	padding-top:7px;
	
}

#nome-blogger {}
#nome-blogger h1 {color:#0560A6; font:italic 30px Georgia,serif; margin-top:8px;}
#desc-blogger h3{font:italic 17px Georgia,serif;  color:#000; margin-bottom:15px;}
#bio-blogger {clear:both;line-height: 25px;}

.titolo-post{
	font-size: 20px;
	color:#0560A6;
	padding: 10px 0;
	border-bottom: 1px dashed #C2C2C2;
}


.policy h2{
	font-size: 12px;
	color:#0560A6;
	padding: 10px 0;
}

.policy{
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0px;
	background-color: #EEE;
}

#mediamorphosi{
	font-size: 11px;
	color: #AAA;
	width: 1000px;
	margin: 10px auto;
}

.entry-cat{
	text-transform: uppercase !important;
}

/* SUPER - FEATURED */
#super-featured{
	clear: both;
	text-align: center;
	border-bottom: 1px solid #E9E9E9;
}

#super-featured h2, #super-featured h2 a{
	font-size: 35px;
	color:#0560A6;
}

#super-featured .catenaccio{
	margin: 0 0 5px;
}

#super-featured .sottotitolo{
}


#lancio p, .entry-excerpt-blog{
	text-align: justify;
}

#manchette-sx img, #manchette-dx img{
	border: 1px solid #ccc;
}


/* 	PROMOSSI E BOCCIATI */

#promossi-bocciati, #alfabeto{
	padding: 8px !important;
	border: 1px solid #F2F2F2 !important;
	background: #EAEAEA;
}

.pb-etichetta, .pb-etichetta2{
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    2px 2px 10px rgba(50, 50, 50, 0.6);
	box-shadow:         2px 2px 10px rgba(50, 50, 50, 0.6);
}

.pb-etichetta2{
	margin-left: 10px;
}

.item .box-immagini{
	height: 121px;
	float:left;
}

.item .box-immagini2{
	height: 121px;
	float:right;
}

#promossi-bocciati .foto1{
	float: left;
	margin-right: 10px;
}

#promossi-bocciati .foto2{
	float: right;
	margin-left: 10px;
}

#promossi-bocciati #contenuto1{
}

#promossi-bocciati .foto{
	width: 120px;
	height: 96px;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    2px 2px 10px rgba(50, 50, 50, 0.6);
	box-shadow:         2px 2px 10px rgba(50, 50, 50, 0.6);
}

#promossi-bocciati .item, #alfabeto .item{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #E1E1E1;
}

#barra-promossi, #barra-alfabeto{
	background: url(images/barra-promossi.png) no-repeat;
	width: 657px;
	height: 50px;
	color: #fff;
	font-family: Oswald;
	font-size: 18px;
	padding: 10px 0px 0px 70px;
}


/* ALFABETO DEL MESE */
#barra-alfabeto{
	background: url(images/barra-alfabeto.png) no-repeat;
}

#alfabeto .capolettera{
	color:#aaa;
	font-size: 90px;
	line-height: 90px;
	font-family: Oswald;
	float: left;
}

#alfabeto .come{
	height: 20px;
	vertical-align: bottom;
	margin: 70px 0 0 10px;
	float: left;
}

#alfabeto .parola{
	height: 40px;
	color:#0560A6;
	vertical-align: bottom;
	margin: 65px 0 0 10px;
	font-size: 30px;
	float: left;
}


/** ELIMINA LA TESTATA A RSS SCROLLING **/

#continuous-rss-scrolling h3{
	background: none;
	height: 0;
}


#continuous-rss-scrolling {
	padding: 0 7px;
	background-color: #EAEAEA;
	border: 0;
}

#continuous-rss-scrolling #crs_Holder .crs_div {
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #E1E1E1;
}

#continuous-rss-scrolling h3{
	padding-top: 0;
}

.recentcomments a{
	font-weight:bold;
}

.bawmrp{
	border-top: 1px dashed #C2C2C2;
}

.widget_pb .pb_anteprima{
	width: 75px;
	height: 60px;
}

/**** PIZZA E FICHI  ****/

.pizza-fichi-box{
	width: 300px;
	height: 280px;
	background: #0560A6 url('images/pizza-e-fichi.jpg') bottom center no-repeat;
	color: #fff;
	font-family: Oswald;
	font-size: 14px;
	cursor: pointer;
}

.titolo-pizza-fichi{
	color: #000;
/*	font-family: Oswald; */
	font-size: 16px;
	margin: 5px 0 0 0px;
/*	color: #FFF !important;
	background-color: #779617;
	padding: 10px; */
	font-weight: bold;
}


.pizza-fichi-box div{
	padding: 5px 10px;
}

.numero-alfabeto a{
	position: absolute;
	font-family: Oswald;
	color: white;
	margin: 5px 0 0 260px;
}

#lancio .bawmrp, #home-featured .bawmrp, #super-featured .bawmrp{
	margin-top: 5px;
}

#home-featured .bawmrp, #super-featured .bawmrp{
	border: 0;
}

#lancio .bawmrp h3, #home-featured .bawmrp h3, #super-featured .bawmrp h3, #lancio .bawmrp p, #home-featured .bawmrp p, #super-featured .bawmrp p{
	display:none;
}

#lancio .bawmrp_manual, #home-featured .bawmrp_manual, #super-featured .bawmrp_manual{
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#home-featured .bawmrp_manual, #super-featured .bawmrp_manual{
	list-style-type:none;
}

#lancio .bawmrp_manual a, #home-featured .bawmrp_manual a, #super-featured .bawmrp_manual a{
	color:#900;
	padding: 0;
	margin: 0;
}	
#lancio .bawmrp_manual li{
	list-style-type:circle;
}

.clear{
	clear:both;
}