/*********************************************************************************************

Theme Name: PocketCultures
Theme URI: http://pocketcultures.com
Version: 2.0
Author: Bosq.Net
Author URI: http://bosq.net

0.  CSS Reset  -------------------------  All Theme Files
1.  Toolbox CSS  -----------------------  All Theme Files
2.  Header & Page Structure ------------  header.php
3.  Navigation  ------------------------  header.php
4.  Featured Slider  -------------------  wpzoom_slider.php
5.  Homepage Widgets -------------------  index.php
6.  Archive posts ----------------------  index.php, archive.php 
7.  Single posts -----------------------  single.php
8.  Comments  --------------------------  comments.php
9.  Sidebar & Widgets ------------------  sidebar.php
10.  Footer  ---------------------------  footer.php
11.  Footer Carousel  ------------------  wpzoom_carousel.php


**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/   
html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  
input, textarea { font-size: 100%;margin: 0; padding: 0;}  
ul {list-style: none;}  
img, fieldset {border: 0;}
em {font-style: italic;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; margin:0; padding:0;  }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;   }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
/*.home_widgets h3 { display: table; }*/
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:none;  }

a { border:none; color: #005ea0; outline:none; text-decoration:none;}
a:hover { color: #000; text-decoration:none;}

p {margin: 0 0 16px; }
input { padding:5px; }

/********************************************************************************************* 

1. Toolbox CSS  -------------------------  All Theme Files

*********************************************************************************************/
.clear, .cleaner { clear: both; height: 0; overflow: hidden; }
::-moz-selection { background: #08ceff; color: #fff; }
::selection { background: #08ceff; color: #fff; }
 
/* Navigation & WP PageNavi Plugin */
div.navigation { float: left; width: 100%; }
div.navigation p,  div.wp-pagenavi { font-size: 14px; font-weight: bold; margin: 0; text-align: center; }
div.navigation a {  border: none; font-size: 14px; font-weight: bold; line-height: 50px; margin-right: 10px; padding: 7px; }
div.navigation span.current { border:none; color: #333;  margin-right: 10px; padding: 7px; }
div.navigation a:hover {     color: #333; text-decoration: none; }
div.navigation span.pages { display: none; margin-right: 10px; }

div.navigation .extend { border: none; }
div.navigation .alignleft, div.navigation .alignright { margin: 0; }

.floatleft { float: left; }
.floatright { float: right; }

#main_banner { margin:0 0 25px; text-align:center; }
#ads { margin:0 0 25px; text-align:center; }
.banner {margin:15px 0; text-align:center; }

input[type="text"],input[type="password"] { background: #f8f8f8; border: 1px solid #e3e3e3; box-shadow: inset 1px 1px 2px #ebebe9; -moz-box-shadow: inset 1px 1px 2px #ebebe9; -webkit-box-shadow: inset 1px 1px 2px #ebebe9; color: #564B4B; font-family: Georgia, Times New Roman, Times, serif; font-size: 12px; font-weight: normal; padding: 7px 6px; margin:0;}
textarea { background: #f8f8f8; border: 1px solid #e3e3e3; box-shadow: inset 1px 1px 2px #ebebe9; -moz-box-shadow: inset 1px 1px 2px #ebebe9; -webkit-box-shadow: inset 1px 1px 2px #ebebe9; color: #564B4B; font-family: Georgia, Times New Roman, Times, serif; font-size: 12px; font-weight: normal; padding: 7px 6px; margin: 0 0 10px;}
input[type="submit"],input[type="reset"] { background-color: #2B95C0; color: #fff; border: none; font-size: 12px; padding: 7px 10px; text-align: center; text-shadow: 0 1px 0 #5A626A; margin: 0 0 0 7px; position: relative;  font-family: Georgia, Times New Roman, Times, serif; cursor:pointer; }
label {	font-weight:bold;}
#searchform #s {float:left;}

/********************************************************************************************* 

2. Header & Page Structure  -------------------------  header.php

*********************************************************************************************/  
 
body {
 	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.6;
	font-size:12px;
	background-image:url(images/background.jpg);
	}

#header {

}

#header .wrap {
	background:none no-repeat top center;
	padding:0;
	margin:0 auto;
	width:980px;
}
#header .adv-ali-sx{
	float:left;
	margin:10px 0 0;
}
#header .adv-ali-dx{
	float:right;
	margin:10px 0 0;
}
#header .adv-top-header{
}
.header_right {
	float:left;
	width:500px;
	height:95px;
	text-align:right;
	padding-top:30px
}
.social_icons {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	height:25px;}

.social_icons a {
	display:inline-block;
	text-align:left;
	margin:0 5px 0 5px;
	line-height:1em;
	color:#737373;
	height:24px;}

.social_icons a strong {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#222;
	padding-bottom:1px}

.social_icons .social-rss {
	background:url(images/icon_rss.gif) 0 0 no-repeat;
	padding-left:30px}

.social_icons .social-twitter {
	background:url(images/icon_twitter.gif) 0 0 no-repeat;
	padding-left:30px}
	
.social_icons .social-facebook {
	background:url(images/icon_facebook.gif) 0 0 no-repeat;
	padding-left:30px}

/* top search */
.search_box {
	padding-top:15px;}
	
.search_box form {
	height:31px;
	width:300px;
	margin:0;
	padding:0;
	float:right}

.text .search_box form { width:255px; }

.search_box .inputField{
	float:left;
	padding:0 5px 0 10px;
	width:252px;
	margin:0;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:29px;
	height:31px;
	font-weight:normal;
	background:#FFF;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border:none;
}

.col_1_2 .search_box .inputField{ width:200px; }

.search_box .btn-search  { 
	width:33px;
	height:31px;
	text-indent:300px;
	overflow:hidden;
	cursor:pointer;
	background:#fff url(images/search_btn.png) 0 0 no-repeat;
	float:left;
	margin:0;
	padding:0;
}

#logo {
    margin: 22px 0 15px;
    padding: 0;
    text-align: left; 
	float:left;
	width:480px;
}

#main {
    padding-top:0;
}

#main .wrap {
    margin: 20px auto;
    width: 980px;
}

#content {
    float: left;
    width: 660px;
}

#heading { padding:0 0 15px 0;}
#heading h1 {font-family:Georgia, Times New Roman, Times, serif;font-size:24px;	color:#000; padding:0;	}
#heading .wrap {background:none;}
 
/********************************************************************************************* 

3. Navigation  -------------------------  header.php
   
*********************************************************************************************/  

#menu {
    background-color:#FFF;
	line-height: 1.5;
	position:relative;
    text-align: left;
    padding:0;
	margin:0;
    z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	}
#mainmenu {
	width:980px;
	margin:0 auto;
	padding:6px 0;
	}
#mainmenu li ul li ul{
	width:400px;
	padding: 3px 0 3px 0;
	margin:0;
}
#mainmenu li ul li ul li{
	float:left;	
	width:125px;
	padding:3px 0 3px 5px!important;
	margin:0;
}
.dropdown, .dropdown * {
	margin:	0;
	padding:0;
	list-style:	none;
}
.dropdown {
	line-height:1.5;
}
.dropdown ul {
	position: absolute;
	top:-999em;
	background: #3f6283;  
	text-align: left;
	margin: 0;  
	padding: 0; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	width:180px;
	}
.dropdown ul li {
	width:100%;
	float:left;
}
.dropdown li:hover {
	visibility:inherit; 
  	background:#3f6283;
}
.dropdown li:hover .sf-sub-indicator {
    color:#fa8216;
}
.dropdown li:hover a {	
	color:#FFF;
}
.dropdown li {
	display:inline;
	position:relative;
	padding:10px 0!important;
	margin:0!important;
}

.dropdown li li{
	padding:2px 0!important;
}
.dropdown a {
 	position: relative;
 	text-decoration: none; 
 	padding:0 10px;
	color: #08559c;
	font-size: 15px;
	font-style:oblique;
}
.dropdown a:hover { 
	text-shadow: none; 
	color: #fff;
  }
.dropdown ul li a {
	padding:3px 10px!important;
	font-size:13px;
	text-transform: none;
	color:#aec6db!important;
 	}
.dropdown ul li a:hover {
	color: #fff!important;
  	}
.dropdown ul li:hover {
	background:#3f6283;
 	}
 
.dropdown li:hover ul,
.dropdown li.sfHover ul {
	left:0;
	top:35px; 
	z-index:99;
}
ul.dropdown li:hover li ul,
ul.dropdown li.sfHover li ul {
	top:-999em;
}
ul.dropdown li li:hover ul,
ul.dropdown li li.sfHover ul {
	left:180px;
	top:0;
}
ul.dropdown li li:hover li ul,
ul.dropdown li li.sfHover li ul {
	top:-999em;
}
ul.dropdown li li li:hover ul,
ul.dropdown li li li.sfHover ul {
	left:180px;
	top:0;
}
.dropdown li:hover, .dropdown li.sfHover,
.dropdown a:focus, .dropdown a:hover, .dropdown a:active {
 	outline:0;
}
.dropdown li ul .sf-sub-indicator { display:inline; }

.sf-sub-indicator {
    color:#FDA868;
	font-size:12px;
}

li.current-menu-item,  
li.current_page_item,  
li.current-menu-ancestor,  
li.current-menu-parent,  
li.current_page_parent {   
	background:#f7f7f7;
}
li li.current-menu-item,  
li li.current_page_item,  
li li.current-menu-ancestor,  
li li.current-menu-parent,  
li li.current_page_parent {   
	background:#4a7196;
}
#addresses ul.stati li.current-menu-item, #addresses ul.stati li.current_page_item, #addresses ul.stati li.current-menu-ancestor, #addresses ul.stati li.current-menu-parent, #addresses ul.stati li.current_page_parent {
    background: none!important;
}
#addresses ul.stati li.current-menu-item a, #addresses ul.stati li.current_page_item a, #addresses ul.stati li.current-menu-ancestor a, #addresses ul.stati li.current-menu-parent a, #addresses ul.stati li.current_page_parent a {
    color:#000!important;
	text-decoration:underline;
}

ul.menu-categorie li{	
    display: inline;
    text-shadow: 0 1px 1px #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-right: none;
	padding: 12px 0 10px !important;
}
ul.menu-categorie li:hover {
	visibility:inherit; 
  	background:#2683a8!important;
}

ul.menu-categorie li a{	
	padding: 0 5px;
	margin:0;
	font-size: 11px;
	color:#FFF;
	font-style:normal;
}
ul.menu-categorie li a:hover {
    color:#FFF!important;
	text-shadow: 0 1px 1px #000000;
}
ul.menu-categorie li ul{
	width:180px;
	padding-bottom:8px;
}
ul.menu-categorie li li{
	margin:0;
	border-bottom:none;
	padding:8px 10px 0!important;
	line-height:15px;
	width:160px;
}
ul.menu-categorie li li a{
	color:#cee6f0!important;
	font-size:13px!important;
	font-style:oblique;
	padding:0!important;
}
ul.menu-categorie li li a:hover{
	color:#FFF!important;
}
.menu-secondario{
	background-color:#2b95c0!important;
	z-index:110!important;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif!important;
    font-size: 11px;
    font-weight: normal;
    height: 35px;
	padding:0!important;
}
.menu-secondario ul ul{
	background-color:#2683a8!important;
}

.menu-categorie {
    margin: 0 auto;
    padding: 9px 0 0!important;
    width: 960px;
	text-align:right;
}
.menu-secondario li.current-menu-item,  
.menu-secondario li.current_page_item,  
.menu-secondario li.current-menu-ancestor,  
.menu-secondario li.current-menu-parent,  
.menu-secondario li.current_page_parent {   
	background:#298db6!important;
}
.menu-secondario li.current-menu-item:hover,  
.menu-secondario li.current_page_item:hover,  
.menu-secondario li.current-menu-ancestor:hover,  
.menu-secondario li.current-menu-parent:hover,  
.menu-secondario li.current_page_parent:hover {
  	background:#298db6!important;
}


/********************************************************************************************* 

4. Featured Slider -------------------------  wpzoom_slider.php

*********************************************************************************************/   

#slider { margin: 15px auto 0; width: 978px; display: none; border:1px solid #DCDDDF; background-color:#474748; }
#slides_container { background: #FFF;   border: none; float: left; margin: 0 auto; overflow: hidden; position: relative; width: 620px; min-height: 300px; padding: 20px; border-right:1px solid #DCDDDF; }
.slide {position:relative; width:300px;}
.slide .contenuto { font-family: Georgia, Times New Roman, Times, serif; padding: 0; text-align: left; width:100%; position:absolute; top:0; left: 320px; }
.slide .contenuto h2 { font-size:14px; line-height:18px; }
.slide .contenuto h4 {
    color: #F1770C;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.slide .contenuto .subtitle{ 
	color: #555555;
    font-size: 14px;
    font-style: oblique;
    line-height: 19px;
    margin: 10px 0 0;
}
.slide .contenuto .excerpt{ 
	color: #777;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
}

.slide .contenuto .meta {
    margin: 10px 0;
    padding: 8px 0 0;
}
.slide h2 a { color: #000; line-height:22px; font-size:18px; width:100%; margin-bottom:3px; border-bottom:1px solid; }
.slide h2 a:hover { color: #4587CC; }
#video-tabs { float: right; width: 300px; }
#video-tabs .nav ul { height: 26px; }
#video-tabs .nav li { background: url("images/l-normal.png") no-repeat 0 0; display: block; float: right; height: 26px; margin-left: -20px; }
#video-tabs .nav li.ui-state-active { background: url("images/l-active.png") no-repeat 0 0; position: relative; z-index: 10; }
#video-tabs .nav li a { color: #f9f9f9; font-family:Georgia, "Times New Roman", Times, serif; font-size: 11px; line-height: 26px; text-transform: uppercase; }
#video-tabs .nav li span { background: #0f0f0f; display: block; height: 26px; margin-left: 37px; padding: 0 14px 0 4px; }
#video-tabs .nav li.ui-state-active span { background: #000; }
.cover{position:absolute; top:0; left:0; }
.vtab {border: none; float: left; height: 300px; padding: 20px 0; width: 300px; }
.vtab { clear: both; }
.vtab .viewport { height: 413px; overflow: hidden; position: relative; width: 280px; }
.vtab .overview { left: 0; list-style: none; position: absolute; top: 0; }
.vtab .thumb .end, .vtab .thumb { background-color: #003D5D; }
.vtab .scrollbar { float: right; position: relative; width: 15px; }
.vtab .track { height: 100%; padding: 0 1px; position: relative; width: 13px; }
.vtab .thumb { background: url("images/slider.png"); cursor: pointer; height: 102px; overflow: hidden; position: absolute; right: 2px; top: 0; width: 15px; }
.vtab .thumb .end { height: 0px; overflow: hidden; width: 15px; }
.vtab .disable { display: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.vtab li { margin: 4px 0; cursor: pointer; overflow: hidden; }
.vtab li a { display: block; padding: 7px 10px; float: left; width: 93%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.vtab li .info { color: #FFFFFF; font-family: arial; font-size: 11px; line-height: 14px; }
.vtab  a:hover { text-decoration: none; color: #fff; }
.vtab .info span { text-transform: uppercase; font-size: 10px; display: block; color: #5C5C5C; line-height: 1.7; }
.vtab li.current a, .vtab li.current a:hover { background: #1E1E1E; }
.vtab li a:hover { background: #0E0E0E; }
.vtab img { border: 2px solid #181717; float: left; }
.vtab .info { color: #fff; font-size: 13px; line-height: 22px; margin-left: 73px; }
.vtab h5 { font-weight: normal; }

ul.menu-categorie li li.current-menu-item,  
ul.menu-categorie li li.current_page_item,  
ul.menu-categorie li li.current-menu-ancestor,  
ul.menu-categorie li li.current-menu-parent,  
ul.menu-categorie li li.current_page_parent {   
	background:#298DB6!important;
}
ul.menu-categorie li li.current-menu-item a,  
ul.menu-categorie li li.current_page_item a,  
ul.menu-categorie li li.current-menu-ancestor a,  
ul.menu-categorie li li.current-menu-parent a,  
ul.menu-categorie li li.current_page_parent a {   
	color:#FFF!important;
}

 
/********************************************************************************************* 

5. Homepage Widgets  -------------------------  index.php

*********************************************************************************************/   

/* Tab essentials */
.wztw-container  { float:left; margin-bottom:20px; overflow:hidden; width:100%;}
.wztw-container .tabs { border-bottom: 1px solid #dcdddf; float:left; height:34px; list-style: none; margin:0; padding:0 0 0 20px; width:100%;   }
.wztw-container .tabs li { border: solid 1px #dcdddf; display: inline;float: left; font-size: 13px; height:33px; line-height:33px;  margin: 0 4px -1px 0; overflow:hidden; padding:0; position:relative; }
.wztw-container .tabs li a { color: #F1770C;; background-color: #eeeff1; display:block; font-family:Georgia, Times New Roman, Times, serif; font-weight:normal; outline:none; padding: 0 20px; }
.wztw-container .tabs li a:hover { background-color: #f1f3f7; color: #000; text-decoration: none; }
.wztw-container .tabs li.ui-state-active  { background-color: #fff; border-bottom: solid 1px #fff; color: #333;text-decoration: none;  }
.wztw-container .tabs li.ui-state-active a  { background-color: #fff; color: #333;    }
.wztw-container .wztw-content { background: #fff; background: #fff;border-bottom: 1px solid #DCDDDF; border-top: none; clear: both; float: left; overflow: hidden; padding: 20px 0 0; width: 100%; }
.wztw-container .wztw-content li:last-child { border-bottom: none; }

.tab_full { float:left; margin: 0 0 30px; width: 980px; }
.tab_2 { float:left; margin: 0 0 30px; width: 100%; }
.tab_nav { border-bottom: 1px solid #dcdddf; float:left; height:34px; list-style: none; margin:0; padding:0 0 0 20px; width:960px; }
.tab_nav li { border: solid 1px #dcdddf; display: inline;float: left; font-size: 12px; height:33px; line-height:33px;  margin: 0 4px -1px 0; overflow:hidden; padding:0; position:relative; }
.tab_nav li a { background-color: #eeeff1; color: #6a6d73; display:block;font-family:Georgia, Times New Roman, Times, serif; font-weight:normal; outline:none; padding: 0 25px; }
.tab_nav li a:hover { background-color: #f1f3f7; color: #738594; text-decoration: none; }
.tab_nav li.active  { background-color: #fff; border-bottom: solid 1px #fff; color: #333;text-decoration: none;  }
.tab_nav li.active a  { background-color: #fff; color: #333;    }
.tab_content { background: #fff; padding: 20px 0 15px;  }
.tab_content li:last-child { border-bottom: none; }
.tab_container { background: #fff; border-bottom: 1px solid #DCDDDF; border-top: none; clear: both; float: left; overflow: hidden; width: 100%; }

/* Featured Category 1 widget */
.feat_cat { background: #fff; background: #fff; border-bottom: 1px solid #DCDDDF; border-top: none; display:block;  overflow: hidden;  padding: 18px 0 0; width: 100%; position:relative;}
.feat_cat .corner, #widget_categoryposts li.cat-post-item .corner{
	position:absolute;
	right:0;
	bottom:0;
	width:7px;
	height:7px;
}
.feat_cat h3.title { 	background-color: #333;
    color: #FFF;
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: 14px;
    font-style: oblique;
    margin: 0 0 0 18px;
    padding: 3px 0 3px 10px;
    width: 290px;
	position:absolute;
}
.column_1{
	padding-top: 28px;
	}

/* Meta basic */
.meta span { color: #808080; font-size: 11px; margin-right: 15px; padding-left: 15px; text-transform: uppercase; }
.meta a { color: #005EA0; }
.meta a:hover { color: #ec7823; }
.meta .author { background: url("images/author.png") no-repeat 0 2px; }
.meta .date { background: url("images/date.png") no-repeat 0 0; }
.meta .comments { background: url("images/comments.png") no-repeat 0 3px; }
.meta .tags { background: url("images/tag.png") no-repeat;  }

/* Meta specific */
.meta { display: block; font-family:Arial, Helvetica, sans-serif; }
.posts_med .meta { border: none; margin: 5px 0; padding: 0; }
.column_1 .meta { margin: 10px 0; }
.post .meta { padding: 10px 30px 5px 25px; }
a.read_more { background: url("images/plus.png") no-repeat scroll 0 4px transparent; float: right; font-family:Arial, Helvetica, sans-serif; font-size: 11px; padding: 2px 0 0 15px; text-transform: uppercase; }

.single .meta .author { background: url("images/author.png") no-repeat 3px 2px; }
.single .meta .date { background: url("images/date.png") no-repeat 0 0; padding-left: 18px; }
.single .meta .comments { background: url("images/comments.png") no-repeat 2px 2px; padding-left: 12px; }
.single .meta .tags { background: url("images/tag.png") no-repeat 2px 4px; padding-left: 12px; display: block !important; }

.single .post .meta { border-top: medium none;
    margin: 8px 0;
    padding: 0;
    width: 610px; 
}
.single .post .meta span {
	border-bottom: none;
    display: inline;
    margin: 0;
    padding: 0 5px 3px 17px;
}

/* Custom post columns */
.col_2 { display: block; float: left; margin: 0 0 0 18px; width: 300px; }
.col_3 { display: block; float: left; margin: 0 7px 0 18px; width: 300px; }
.column_1 h2 a { color: #1c1c1f; display: block; font-family:Georgia, Times New Roman, Times, serif; font-size: 18px; line-height: 1.2; margin: 0 0 5px; }
.column_1 h2 a:hover { color: #0099cc; }
.column_1 .subtitle{ 
	color: #555555;
    font-size: 14px;
    font-style: oblique;
    line-height: 19px;
    margin: 10px 0 0;
}
.column_2 h3{ 
    font-size: 13px;
    line-height: 17px;
}
.column_2 .subtitle{ 
	color: #777;
    font-size: 13px;
    font-style: oblique;
    line-height: 17px;
    margin: 0;
}
.column_1 .excerpt{ 
	color: #777;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
}
.column_1 img { margin: 0; }
.posts_med h3 a { color: #1c1c1f; display: block; font-family:Georgia, Times New Roman, Times, serif; font-size: 14px; line-height: 1.2; margin: 0; }
.posts_med h3 a:hover { color: #0099cc;  }
.posts_med li { border-bottom: 1px solid #ececec; clear: both; display: block; float: left; margin: 0 0 13px; padding: 0 0 3px; width: 306px; }
.posts_med li.ultimo { border-bottom: none!important; }
.posts_med img { float: left; margin: 0 8px 10px 0; }
.list_posts li { border-bottom: 1px dotted #ddd; clear: both; display: block; margin: 0 0 10px; padding: 0 0 10px; }
.list_posts .date { background: #75a5ce; color: #fff; float: left; font-size: 10px; line-height: 1.3; margin: 0 10px 0 0; padding: 1px 4px; }
.list_posts a { color: #333; display: block; font-family:Georgia, Times New Roman, Times, serif; overflow: hidden; }
.list_posts a:hover { color: #0099cc; }

/* topics of the world */
.feat_cat1808 h3.title { background-color: #e02498!important; }
.feat_cat1808 .meta a, .categoryposts-5 h3 a { color: #e02498!important; }
.feat_cat1808 .corner, .categoryposts-5 .corner { background:url(images/corner-topics.png) top left no-repeat; }
.feat_cat1808 .column_1 h2 a:hover, .feat_cat1808 .posts_med h3 a:hover { color: #e02498!important; }

/* blogs of the world */
.feat_cat1111  { background: #f7f7f7;!important; }
.feat_cat1111 h3.title { background-color: #00a7c8!important; }
.feat_cat1111 .meta a, .categoryposts-3 h3 a { color: #00a7c8!important; }
.feat_cat1111 .posts_med li { border-bottom: 1px solid #dadada!important; }
.feat_cat1111 .posts_med li.ultimo { border-bottom: none!important; }
.feat_cat1111 .corner, .categoryposts-3 .corner { background:url(images/corner-blogs.png) top left no-repeat; }
.feat_cat1111 .column_1 h2 a:hover, .feat_cat1111 .posts_med h3 a:hover { color: #00a7c8!important; }


/* people of the world */
.feat_cat1028 h3.title { background-color: #9cc331!important; }
.feat_cat1028 .meta a, .categoryposts-4 h3 a { color: #9cc331!important; }
.feat_cat1028 .corner, .categoryposts-4 .corner { background:url(images/corner-people.png) top left no-repeat; }
.feat_cat1028 .column_1 h2 a:hover, .feat_cat1028 .posts_med h3 a:hover { color: #9cc331!important; }
 
/* Horizontal Posts widget */
.vertical_cat .post {margin-left: 0; width: 150px; display: inline-block;vertical-align: top;margin: 0 12px 15px 0;zoom: 1;*display: inline;}
.vertical_cat .post h3 { margin-bottom: 3px; font-size: 13px; }
.vertical_cat .post h3 a { color: #1c1c1f; font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; font-weight: normal; line-height: 1.4; }
.vertical_cat .post h3 a:hover { text-decoration: underline; }
.vertical_cat .post .postcontent { line-height: 1.7; margin: 0; padding: 5px 15px 5px; }
.vertical_cat .meta { line-height: 1.5; padding: 8px 15px 0; }
.vertical_cat .meta span { margin-right: 0; }
.vertical_cat .meta a { margin: 0; }

/********************************************************************************************* 

6. Archives/Blog posts  -------------------------  index.php, archive.php, search.php

*********************************************************************************************/   

.post {
    background: #fff;
 	padding:0 0 10px;
	font-size:12px;
	overflow:hidden;
	}
.single .post, .page .post {
	padding:20px 25px;
	width:610px;
	float:left;
	}
.post h1.title {
	margin-bottom: 0;
	padding:00;
	line-height:1.3;
	color: #39393b;
	font-family:Georgia, Times New Roman, Times, serif;	
	font-size: 30px;
	font-weight: normal;
	}
.post h1.title a {
	color: #39393b;
	font-family:Georgia, Times New Roman, Times, serif;	
	font-size: 30px;
	font-weight: normal;
	}
.post h1.title a:hover {
	color:#0099cc;
	}
.post h2 {
    margin-bottom: 10px;
	line-height: 26px;
	}
.post h2 a {
    color: #005ea0;
	font-family:Georgia, Times New Roman, Times, serif;
    font-size: 23px;
    font-weight: normal;
	}
.post h2 a:hover {
	text-decoration:none;
	color:#333;
	}
.post .thumbnail {
	float: right;
 	margin: 0 0 5px 10px; 
	}
.post .heading {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #ccc;
    font-size: 11px;
    line-height: 14px;
    padding: 15px 25px 0;
    text-align: left;
    text-transform: uppercase;
	}
.post .heading a {
    color: #ec7923;
	}
.post .heading a:hover {
    text-decoration: underline;
	}
.post .postcontent {
	color: #808080;
    font-size: 12px;
	padding: 0 25px;
  	font-size: 12px;
 	position:relative;
	}

/********************************************************************************************* 

7. Single Posts Styling  ---------------------------------	 single.php, page.php

*********************************************************************************************/   
 
.entry {
 	color: #666;
    font-size: 16px;
    line-height: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.entry strong {
 	color: #000;
	font-weight:normal!important;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #3D3D3D;
    font-weight: normal;
    line-height: 1.3;
    margin: 3px 0 0;
	}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-style:oblique;
	color: #000;
	}
.postcontent .entry{
	color: #777!important;
	font-size: 14px!important;
	line-height: 22px!important;
	font-family:Arial, Helvetica, sans-serif!important;
}
.entry .subtitle{
	font-style: italic;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 18px;
  	margin: 15px 0;
	color:#000;
	line-height:24px;
}
.entry p, .entry div { margin-bottom: 12px; margin-top: 12px; }
.entry a {  border-bottom:1px solid; }
.post .entry a {  border-bottom:none; }
.entry a:hover { color:#000; }
.entry img {
	height: auto;
    margin-bottom: 9px;
    max-width: 610px;
	}
.post .entry img {
    margin-bottom: 0!important;
	}
.entry ul, .entry ol { margin: 0 0 14px 14px; }
.entry li ul, .entry li ol { margin-bottom: 0; }
.entry li { list-style-position: inside; }
.entry ul li { list-style-type: square; }
.entry ol li { list-style-type: decimal; }
.entry blockquote {
    background: #FBF9F0 url(images/virgolette.png) right bottom no-repeat;
    border-color: #D5CEB6;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0;
    padding: 3px 15px;
}
.side-left .post {
	float: right;
	display: inline;
 	margin: 0 0 20px 20px; 
 	}	
.side-left #sidebar {
	float:left;
	}
.full-width .post {
	margin-right: 0;
	width: 930px; }
.full-width .entry, .page .entry {
	float: none;
	display: block;
 	padding-right: 0;
	}
.full-width .entry img {
	max-width:877px;
	}

/* [gallery] shortcode */
.entry .gallery .gallery-item { display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 0 10px 10px 0; }
.entry .gallery { clear: both; margin: auto; text-align: center; }

/* Images align */
.entry .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft, .entry .alignleft { float: left; margin: 5px 15px 5px 3px; }
.alignright, .entry .alignright { float: right; margin: 5px 4px 5px 15px; }

/* Caption for Images */
.entry .wp-caption { background:rgba(255,255,255,0.7); padding: 1px; text-align:center;   }
.entry .wp-caption img { background:none; margin:0; }
.entry .wp-caption-text { color:#A7A3A3; font:11px/22px Arial, Helvetica, sans-serif; margin:0; padding:4px 0 0; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

img.wp-smiley { border: none; padding: 0; }
.thumbnails { background: #FFFDEA; border: 1px solid #EEE7AB; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; clear: both; float: left; font-size: 11px; line-height: 1.6em; margin: 10px 0 20px; padding: 10px 10px 5px; }
.thumbnails img { height: 141px; margin: 5px 15px 10px; width: 141px; }
div.video_big { margin:20px 0; text-align: center; background: #0A0A0A; min-height: 300px; padding: 20px; border-bottom: solid 1px #414141; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.prevnext { margin: 30px 0 0; padding: 15px 0 0; border-top: 1px solid #E9ECF1; }
.prevnext .previous { float: left; }
.prevnext .next { float: right; text-align: right; }
.prevnext a { padding: 0; margin-bottom: 5px; font-size: 12px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; font-family: Georgia, Times New Roman, Times, serif; color: #808080; display: block; }
.prevnext a:hover { color: #0099CC; }

/* Archives Template */
.post .col_arch { float: left; width: 100%; margin: 10px 0; border-bottom: 1px dotted #ddd; padding-bottom: 15px; }
.post .col_arch .left { float: left; text-transform: uppercase; width: 170px; font-weight: bold; }
.post .col_arch .right { float: left; width: 430px; margin-left: 10px; }
.post .col_arch .right ul li a { font-weight: normal; }
.post .col_arch .right ul li { width: 30%; float: left; margin: 0 10px 5px 0; list-style-type: none; }
 
 /* Sharing buttons */
.share_box { border-bottom: 1px solid #E9ECF1; padding: 12px 0; margin: 0; }
.share_box span { font-family:Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: normal; color: #8c8d8e; margin: 0 15px 0 0; float: left; line-height: 1.5; color:#444; font-style:oblique; }
.share_box .share_btn { float: left; }
 
 
/********************************************************************************************* 

8. Comments  -------------------------  comments.php

*********************************************************************************************/   

#comments { display:block;  margin:0;   }
#comments h3 { color: #000; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight: normal; margin:0 0 15px; padding:0; text-align:left; font-style:oblique;}
.comment-input-text textarea { width: 80%; }
.comment-list { margin: 0; padding: 15px 0 0; }
.comment-list li { list-style: none; }
.comment-list p { padding:15px 0 0; }
.comment-list li .commbody { border-top: 1px solid #E9ECF1; padding:0 0 8px; }
.comment-list ul { margin-bottom: 0; }
.comment-list ul.children .commbody { padding: 0 0 10px; }
.comment-author img { border:3px solid #fff; box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 1px  rgba(0,0,0,0.1); -webkit-box-shadow: 1px 1px 1px  rgba(0,0,0,0.1); float: left; margin: 0 12px 12px 0; }
.bypostauthor .comment-author img { border:3px solid #EE7373;}
.comment-author cite.fn  { font-style:normal;  }
.comment-author cite.fn a { color: #5F6263; font-size: 14px; font-weight:bold; }
.comment-author cite.fn a:hover { color: #000; }
.comment-profile-wrapper { text-align: center; width: 105px; }
span.says { display: none; }
.comment-meta { color:#8d8d8d; float: left; font-size:11px; font-style:italic; margin-top: 6px;}
.commleft { border-top:3px solid #E9ECF1; float: left; padding-top:15px; width: 215px; }
.commentmetadata a { color: #6D6C6C; font-style:normal; }
.commentmetadata a:hover { color: #484040; text-decoration: none; }
.comment-gravatar { margin-bottom: 3px; }
.comment-content-wrapper { float: right; width: 538px; }
.comment-parent, .comment-single { margin-top: 15px; }
ul.children { background:url(images/reply_bg.png) no-repeat;}
.comment-list ul.children, #comments #respond ul { margin: 0 0 10px 15px;  padding: 9px 0 0 35px;}
.comment-list ul.children ul.children { margin-left: 40px; }
.comment-list ul.children li {   margin: 0; }
.comment-body { margin: 0; padding: 8px 12px 0; position: relative; }
.comment-list li div p { color: #808080;  font-size: 12px; line-height:1.7; margin-bottom: 0; margin-left: 229px; padding-right: 15px;}
.comment .post-date { margin-top: 0; }
.comment .post-date .right a { color: #BBB; }
.comment .post-date .right a:hover { color: #234; }
.reply {  clear: both; float:right;   height:20px;}
.reply a { display:none; }
.commbody:hover .reply a { background:url(images/reply.png) no-repeat top left; display:block;   margin-right: 15px; padding-left:16px; }
.cancel-comment-reply { margin:0 0 7px; }
.reply a, .cancel-comment-reply a { border: none;  color: #7D7D7D;   font-size: 10px; margin-right: 3px; text-transform:uppercase; }
.reply a:hover, .cancel-comment-reply a:hover { color:#333; text-decoration: none; }

.nocomments {padding: 0 0 20px;}

#respond h3 {padding:0 0 10px; }
#respond li { list-style: none; }
#respond ul { margin: 0; }
#respond .legend { margin-bottom: 10px; }

#comments #respond .legend { border-bottom: 0; margin-bottom: 0; }
#comments #respond ul { padding: 10px 0 0 15px;  }
#comments ul.children #respond ul { margin-left: 30px; padding: 0; }
#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow { display: none; }
#comments #respond .comment-body { background: #FFF; }
#comments #respond .comment-content-wrapper { float: none; width: 100%; }

#respond #formLabels p, #formContent p { margin: 0 0 10px; padding: 0 20px 0 0; }
#respond label { color: #7e7e7e; float: left; font-family:Georgia, Times New Roman, Times, serif; font-size: 15px; margin: 8px 14px 0 0; text-align: right; width: 90px; font-weight:normal;}
#respond span { color: #666;  font-family:Georgia, Times New Roman, Times, serif; font-size: 11px; font-style: italic;   padding:0 0 0 10px;}
#respond input, #respond textarea { background: #f8f8f8; border: 1px solid #e3e3e3; box-shadow: inset 1px 1px 2px #ebebe9; -moz-box-shadow: inset 1px 1px 2px #ebebe9; -webkit-box-shadow: inset 1px 1px 2px #ebebe9; color: #564B4B; font-family: Georgia, Times New Roman, Times, serif; font-size: 18px; font-weight: normal; padding: 9px 6px; }
#respond #formLabels input { width:40%;}
#respond #formContent textarea { width: 77%; resize: vertical; max-height: 500px; }
#respond  .submit { background-color: #2B95C0; color: #fff; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; font-size: 14px; padding: 7px 20px 8px; text-align: center; text-shadow: 0 1px 0 #5A626A; margin: 20px 0 5px 103px; position: relative; }
#respond  .submit:hover, #searchform #searchsubmit:hover, .widget_newsletter #searchsubmit:hover { background-color: #F97F11; cursor: pointer; }
#respond  .submit:active, #searchform #searchsubmit:focus, .widget_newsletter #searchsubmit:focus { top: 1px; }

.comment-list li #respond p { margin-left: 0; }
.comment-list li #respond h3 { padding: 8px 0; }
#trackbacks ol { padding: 10px 0; }
#trackbacks li { list-style-type: decimal; padding: 5px 0 5px 15px; list-style-position:inside;}


/********************************************************************************************* 

9. Sidebar & Footer Widgets -------------------------  sidebar.php, footer.php

*********************************************************************************************/   

#sidebar {
    float: right;
	width: 300px;
	}
#sidebar h3.title {
    color: #333;
    font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
    padding: 10px 20px 0;
	text-transform:uppercase;
	}
#sidebar #widget_categoryposts h3.title {
	border-bottom: none;
    color: #333;
    font-size: 16px;
	font-family:Georgia, Times New Roman, Times, serif;
    padding: 10px 20px 0;
	text-shadow: 1px 1px 0px #fff;
	font-variant:small-caps;
}
#sidebar #widget_categoryposts h3.title a {
	color: #EC7923;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
}
#sidebar #widget_categoryposts h3.title a:hover {
	text-decoration:underline;
}
#sidebar #widget_categoryposts p.post-date {
	font-size:11px;
	margin:0;
}
#sidebar #widget_categoryposts li.cat-post-item, #widget_rrm_popular_posts li, #widget_recent_comments li, #recent_comments li {
	padding: 0 0 10px!important;
	color: #787878!important;
    font-size: 13px!important;
    font-style:normal!important;
    line-height: 15px!important;
    margin: 0!important;
	font-family:Georgia, "Times New Roman", Times, serif!important;
}
#sidebar .widget {
    background: #fff;
	margin-bottom: 0;
	font-size: 12px;
	position:relative; 
	padding-bottom:0;
	}
#sidebar .widget .widget_content {
    padding: 10px 20px 0;
	}
.widget a {
	/*font-weight:bold;*/
	}
#sidebar #widget_search{
	padding: 15px;
	}
#sidebar .widget_newsletter{
	padding: 0 15px 15px;
	}
#sidebar .widget a:hover { text-decoration: none; }
.widget ul { clear: both;  line-height: 1.7; }
.widget ul li { list-style-type: none; }
.widget ul ul { border-top: none; margin: 0; padding: 0; }
.widget ul ul li { border: none; }
.widget #cat, .widget select {   border: 1px solid #cdcfd4; clear: both; color: #333333; display: inline; float: left; line-height: 1.5; padding: 5px; width: 100%;  }
 #widget_tag_cloud a {font-family:Georgia, Times New Roman, Times, serif;line-height:1.3em;font-weight:normal;}

/* Flickr Widget */
.widget ul.gallery { margin: 10px 0 0 0; padding: 0; }
.widget ul.gallery li { border-bottom: none; clear: none; display: inline; float: left; list-style-type: none; margin: 0 6px 0 0; padding: 0; }
.widget ul.gallery li.last { margin-right: 0; }
.widget ul.gallery li img { padding:0;  width:68px; margin:0; border:1px transparent solid; }
#footer .widget ul.gallery li img { border:none; width: 68px;  }
.widget ul.gallery li img:hover { border:1px solid #666;}

/* Social Widget */
.widget .social li { 
	display: inline;
    float: left;
    font-size: 11px !important;
    line-height: 31px;
    margin-bottom: 15px;
    width: 90px;
}
.widget .social li a { font-size: 12px; font-weight: normal; font-family:Georgia, Times New Roman, Times, serif; color:#333; }
.widget .social li a:hover { color:#0099cc; }
.widget .social li a span { color: #9D9D9D; font-size: 11px; display: block; font-style:italic; font-weight: normal; }
.widget .social img { float: left; margin-right: 7px; }
  
/* Recent Comments & News Widgets*/
.wpzoom-recent-comments img, .wpzoom-recent-news img { float: left; margin: 0 10px 0 0;  background:#fff;	}
.wpzoom-recent-comments a, .wpzoom-recent-news a { font-weight: normal; }
.wpzoom-recent-comments li, .wpzoom-recent-news li { float: left; width: 100%; clear: both; padding: 6px 0 10px; margin:0 0 5px;line-height: 18px; }
.wpzoom-recent-comments li a { display: inline; padding: 0; line-height: 18px !important; }
.wpzoom-recent-news .meta { display:block; margin:0; padding:0; font-size:11px; border:none;}
#footer .wpzoom-recent-comments li, #footer .wpzoom-recent-news li { border-bottom: 1px dotted #32302e; }

/* Category Widget */
#widget_categories ul li { border-bottom:1px solid #F5F5F5; clear: both; color: #8B8A8A; display:block; float:left; font-weight: normal; padding: 2px 4px; text-align: right; width:100%; }
#footer #widget_categories ul li { border-bottom:none; }
#widget_categories ul li a { float: left; font-weight: bold; text-align: left; }
#widget_categories ul li a:hover { color: #fff; font-weight: bold; text-decoration: none; }
#widget_categories ul li:hover { background: #4587CC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #fff; }
#footer #widget_categories ul li:hover { background: #393B3D; }
#widget_categories ul li:hover a { color: #fff; }
#widget_recent_entries ul, #widget_archive select {margin: 0 20px 15px; width:260px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#widget_recent_entries li { font-family: Georgia, serif; padding: 0; margin: 7px 0 0; font-size:13px; color:#787878; line-height: 18px; }

/* Twitter widget */
#twitter {width:300px; float:left; margin:18px;}
#twitter h3 { padding-left:22px; background: url(images/twitter_w.png) no-repeat 0px 5px; font-size:14px; color:#000; font-style:oblique; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; }
#twitter a {  color:#38589a; }
#twitter a:hover { color:#000; }
.twitter-list li, .widget #recentcomments li { font-family: Georgia, serif; font-style: italic; padding: 0 0 7px; margin: 10px 0 7px; font-size:14px; color:#787878; line-height: 22px; }
.twitter-list li, #footer .widget #recentcomments li, #footer #widget_recent_entries li { }
.twitter-list li a { font-weight: normal; text-decoration:underline; }
.twitter-list .twitter-timestamp { display: block; color: #727272; font-family: Arial, sans-serif; font-size: 10px; font-style: normal; text-align: right; }
.follow-user { margin: 0; padding: 5px 0; }

/* WPZOOM Video Widget */
#wpzoom_media .open .description { margin: 10px 0 5px; font-size: 12px; line-height: 16px; }
#wpzoom_media .hide { display: none; }
#wpzoom_media li { border-bottom: 1px dotted #ddd; list-style-type: none; font-size: 14px; padding: 8px 0; line-height: 20px; }
#wpzoom_media li a  { font-weight: normal; }
#wpzoom_media li a.active { font-weight: bold; }

#widget_quickflickr{width:320px; float:right; margin:18px 0;}
#widget_quickflickr h3 { padding-left:28px; background: url(images/flickr_w.png) no-repeat 0px 5px; font-size:14px; color:#000; font-style:oblique; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; }
 
/********************************************************************************************* 

10. Footer  -------------------------  footer.php

*********************************************************************************************/   

#footer {
    background: none repeat scroll 0 0 #383b3c;
    color: #777777;
    font-size: 12px;
    margin-top: 0!important;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
 	}
#footer .wrap {
    margin: 0 auto;
    padding-top: 20px;
    width: 980px;
	}
#footer .titolofooter{
	color:#999;
}
#footer-logo {
    margin: 15px 0;
	}
#footer .widgets {
	padding: 15px 0;
 	}
#footer .widget {
	float: left;
	width: 310px;
	margin:0 0 20px;
 	}
#footer .widget h3 {
	font-size: 18px;
	margin:0 0 10px;
	color:#9A9A9A;
	font-variant:small-caps;
	font-family:Georgia, Times New Roman, Times, serif;
 	}
#footer div.column { display: block; float: left; margin-right: 25px; width: 310px; }
#footer div.last {margin-right: 0; text-align:right; vertical-align:middle;}
#footer a {color: #9A9A9A; text-decoration:none;}
#footer a:hover {color:#FFF;}
#footer .copyright { color: #999;  height: 50px; padding: 20px 0 0 0; }
#footer .copyright .left { float: left; }
#footer .copyright .right { float: right; }
#footer p.center { text-align:center; }
#footer p.wpzoom { display: inline; float: right; line-height: 16px;  }
#footer p.wpzoom img { display: inline; float: right; padding: 2px 0 0 2px; }

 /********************************************************************************************* 

11. Footer Carousel  -------------------------  wpzoom_carousel.php

*********************************************************************************************/   
 
#carousel { position: relative; padding: 20px 0 10px; font-family:Arial, Helvetica, sans-serif; background: url("images/top_carousel_bg.png") no-repeat scroll left top transparent; }
.carousel_wrap { margin: 0 50px 0; }
#carousel ul {  }
#carousel .thumb a { padding:0!important; margin:0!important; }
#carousel .subtitle{ color:#555; font-size:11px;  line-height: 15px; display: table; }
#carousel ul li { width: 150px; margin: 0 10px 0 10px; display: block; float: left; height:210px; background:transparent url(images/ombra150.png) bottom left no-repeat; }
#carousel ul li .wrapper { width: 150px; height:200px; background:#fff; }
#carousel a { font-family:Georgia, "Times New Roman", Times, serif; color: #1065ae; font-weight: normal; font-size: 13px; line-height: 15px; }
#carousel .thumb a { position: relative; width: 150px; height: 100px; display: block; }
#carousel li:hover a { color: #ec7923; text-decoration:underline; }
#carousel .thumb img { margin: 0; }
#carousel .thumb a span.border { background: none; width: 150px; height: 100px; position: absolute; top: 0; left: 0; z-index: 4; }
#carousel .thumb a span.fade { background: url(images/bg_thumb.png) no-repeat; width: 150px; height: 100px; z-index: 5; position: absolute; top: 0; left: 0; }
#carousel .prev, #carousel .next { position: absolute; top: 95px; background: url(images/carousel_arr.png) no-repeat; width: 13px; height: 24px; text-indent: -9999px; font-size: 1px; }
#carousel .prev { left: 20px; }
#carousel .prev:hover { background-position: 0 -26px; }
#carousel .next { right: 20px; background-position: -15px 0; }
#carousel .next:hover { background-position: -15px -26px; }
#carousel .postcontent { line-height: 1.7; margin: 0; padding: 10px 15px; }

.adv {margin-bottom:20px;border-bottom: 1px solid #DCDDDF;}

#PDI_container5551397 .pds-box {
    border: none!important;
    border-radius:0!important;
}
#PDI_container5551397 .pds-answer {
    border-bottom: none!important;
    border-top: none!important;
    padding: 0!important;
}
.pds-pd-link{
	display:none!important;
}
table.6gg-vert{
	margin:0 auto!important;
	width:300px!important;
}
table.6gg-vert table{
	width:300px!important;
}
ul.related_post{
	margin:0;
	padding:0;
	list-style:none;
}
ul.related_post li{
	font-size: 13px;
    line-height: 22px;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 2px;
	border-bottom:1px solid #E9ECF1;
	font-family:Arial, Helvetica, sans-serif;
}
ul.related_post li small{
	font-size: 12px;
}
ul.related_post li:hover{
	background-color:#f7f7f7;
}
ul.related_post li a{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.entry h4{
	color:#EC7923;
	margin:0!important;
	padding: 10px 0 0;
	font-weight:normal;
}
.divisore{
	font-size:11px;
	color:#ccc;
}
.entry img{
	padding:10px;
	border:1px solid #E9ECF1;
	background-color:#FFF;
}
.entry .thumb img:hover{
	border:1px solid #d5d9df;
	background-color:#f7f7f7;
	cursor:default;
}
.banner-entry{
	margin-top:20px;
	margin-left:-25px;
}
.breadcrumb a{
	font-size:11px;
	text-transform:uppercase;
}
.post .categories{
	font-size:11px;
	color:#808080;
	padding-bottom:0;
	margin-bottom:0;
	text-transform:uppercase;
}
.post .categories a{
	color:#EC7923;
}
.post .ombra {
    background-image: url("images/ombra.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    padding-bottom: 9px;
    margin-left: 0;
	margin-bottom: 0;
    margin-right: 0;
    margin-top: 0 !important;
    overflow: hidden;
}
.ombra660 {
    background-image: url("images/ombra660.png");
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: 0;
	margin-bottom: 0;
    margin-right: 0;
    margin-top: 0 !important;
    overflow: hidden;
	height:20px;
}
.ombra300 {
    background-image: url("images/ombra300.png");
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: 0;
	margin-bottom: 0;
    margin-right: 0;
    margin-top: 0 !important;
    overflow: hidden;
	height:20px;
}
.post .didascalia{
	float:right; font-size:12px; color:#999;
}
ul.social{
	padding:15px;
}
.menu-elenco-container{
	padding:15px;
}
#menu-elenco li{
	padding:5px 5px 0;
	border-bottom:1px solid #f7f7f7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
#menu-elenco li.current-menu-item, #menu-elenco li.current_page_item, #menu-elenco li.current-menu-ancestor, #menu-elenco li.current-menu-parent, #menu-elenco li.current_page_parent {
    background: none repeat scroll 0 0 #F7f7f7;
}
.oneHalf{
	width:290px;
	float:left;
	margin-right:10px;
}
.postThumb {
	margin:20px 0 5px;
}
.postThumb img{
	border:1px solid #e6e6e6;
	padding:22px;
	background-color:#fff;
}
.postThumb:hover img{
	border:1px solid #999;
}
.box_commenti{width:610px; background-color:#FFF; padding:25px;}
.tutta_content{width:660px; float:left;}
.bt_stampa{
	background: transparent url("images/iconPrint.gif") 0px 2px no-repeat;
	padding: 1px 0 0 20px;
	margin:0 0 0 12px;
}
ul.testate{
	margin:0;
	padding:0;
	list-style:none;
}
ul.testate li{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	font-size:19px;
	color:#000;
}
.entry .testate ul{
	margin:0!important;
	padding:0!important;
}
.entry .testate ul li{
	margin:0;
	padding:2px 0 0 33px;
	font-size:16px;
	list-style:none;
	background:transparent url("images/iconPDF.jpg") 10px 6px no-repeat;
	border-bottom:1px solid #e7e7e7;
}
.entry .testate ul li:hover{
	background: #f7f7f7 url("images/iconPDF_hover.jpg") 10px 6px no-repeat;
}
#widget_categoryposts ul, #widget_rrm_popular_posts ul, #widget_recent_comments ul, #recent_comments ul{
	padding:6px 20px 0;
	line-height:18px;
}
#widget_categoryposts ul img{
	float:left;
	margin:0 10px 7px 0;
}
#widget_categoryposts ul a, #widget_rrm_popular_posts ul a, #widget_recent_comments ul a, #recent_comments ul a{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3;
	font-size:13px;
}
#widget_categoryposts .subtitle {
    color: #777777;
    font-size: 13px;
    font-style: oblique;
    line-height: 17px;
    margin: 0;
}
.abouttheauthor{
	background-color:#dcf1fa;
	padding:10px;
	margin:15px 0;
	font-size:12px;
	color:#555;
}
.abouttheauthor span{
	float:right;
}
.abouttheauthor a{
	text-decoration:underline;
}
.abouttheauthor h4{
	font-size:14px;
	margin:0;
	padding:0;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
}
.spotRightHome{
	position:relative;
}
.tooltip{
	position:absolute;
	left:19px;
	bottom:19px;
	background:transparent url(images/tip.png) top left no-repeat;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#89898c;
	padding:12px 6px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:111px;
	border-bottom:1px solid #6b6b6b;
}
.tooltip h3{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0;
	padding:0;
	line-height:14px;
}
.entry table{
	padding:0!important;
	margin:0;
	width:100%!important;
	border-collapse:collapse;
	background-color:#fefefe;
}
.entry table td{
	border: 1px solid #999!important;
	padding:8px!important;
	border-collapse:collapse;
}
#adv{
	background-color: #FFF;
	border: 1px solid #92A9C8;
	display: block;
	padding:16px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#adv img{
	float:left;
	margin:0 0 0 16px;
}
.adv-text{
	font-size:11px;
	float:right;
	text-align:right;
	color:#92A9C8;
}

