/*
	Theme Name: Orange
	
*/

/* LAYOUT */
h2.pagetitle {
	background: #f78716;
	color: white;
	padding: 5px;
	font-size: 25px;
}
h1.ptitle {
	background: #f78716;
	color: white;
	padding: 5px;
	font-size: 25px;
}
select#cat {
	width: 100%;
}
@font-face {
    font-family: 'NewsCycleRegular';
    src: url('NewsCycle-Regular-webfont.eot');
    src: url('NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('NewsCycle-Regular-webfont.woff') format('woff'),
         url('NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




#footer { 
	margin-top: 15px;
}
	#footer-top-shadow {  }

#footer-widgets { padding: 42px 0px 22px;
	list-style-type: none;
}

#footer-bottom-shadow {  }

#footer-bottom { }

p#copyright a { color:#ffffff; }

.container { text-align: left; margin: 0 auto; width: 1000px; position: relative; }

.clear { clear: both; }
br.clear { margin: 0px; padding: 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }








body {
	font-family: 'NewsCycleRegular', sans-serif;
	background-color: white;
}

#wrapper {
}

#container {
	}

#contentwrap {
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

a {
	color: #f78716;
	text-decoration: none;
}

a:hover {
	color: #f78716;
	text-decoration: underline;
}


/* HEADER */

.header {
	height: 50px;
	margin-top: 12px;
	float: left;
	display: block;
}

.header h1 {
	text-align: left;
	font: normal 30px 'NewsCycleRegular', Arial, Helvetica, Geneva, sans-serif;
	color: #5f5f5f;
	margin-top: 10px;
	padding-bottom: 0;
	padding-right: 0;
	margin-bottom: 2px;
}

.header h1 a, .header h1 a:visited {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}


.header h2 {
	color: #f7861a;
	word-spacing: 2px;
	text-align: left;
	font: bold 14px/1px 'NewsCycleRegular', Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
}
    
.logoimg {
    margin: 10px 0 0 20px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
position: relative;
	height: 40px;
	width: 100%;
	background-color: black;
}
	
#pagemenu {
	height: 30px;
	margin: auto;
	width: 950px;
}

#pagemenu, #pagemenu ul {
	margin: auto;
	list-style: none;
	line-height: 1;
	height: 30px;
}
#pagemenu {
	margin-bottom: 1px;
	height: 30px;
	margin: auto;
}
	
#pagemenu ul {
	list-style: none;
	margin: auto;
	padding: 0px;
}
	
#pagemenu li {
	float: left;
	list-style: none;
	padding: 0 8px 0px 10px;
	height: 20px; background: url(images/menu-divider.gif) repeat-y top right;
	margin-top: 10px;
}
	
#pagemenu ul li {margin: 0 !important; padding: 10px 7px 10px 25px !important; background: url(images/top-menu-separator.png) repeat-x;
	height: 20px;
}
	
#pagemenu li a, #pagemenu li a:link {
	color: white;
	display: block;
    margin: 0px 6px 0px 0;
	text-decoration: none;
	text-transform: uppercase;
	height: 20px;
	font: bold 14px/20px 'NewsCycleRegular', Arial, Helvetica, sans-serif;
	padding-top: 0;
}
	
#pagemenu li a:hover, #pagemenu li a:active {
	color: #f78716;
	display: block;
	text-decoration: none;
	height: 20px;
	top: 20px;
}
	
#pagemenu  li.current_page_item a {
	color: #f78716;
	height: 20px;
}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 6px 0 0 0;
	}

.topright a {
	color: #d9dad5;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
	}

.topright a:hover {
    color: #fff;
    }

#navcontainer {
	height: 20px;
    padding: 0 0 0 10px;
	float: right;
	margin-top: 70px;
	margin-bottom: 10px;
}
    
#navcontainer .current-cat a {
	color: #fa8a2e;
	}
	
/* CONTENT */

#content {
	width: 620px;
	padding: 15px 20px 15px 15px;
	margin: 50px 0 0;
}

#content_title {
	background: url(images/title-bg.png) repeat-x 0% 0%;
	color: #393939;
	font: 16px 'NewsCycleRegular', Arial, helvetica, sand-sarif;
	margin-bottom: 0;
	border-top: 1px solid #e3e3e3;
	width: 596px;
	margin-left: 0;
	padding: 7px 20px 15px 15px;
	word-spacing: 3px;
	margin: 0;
}

#content_title_intro {
	background: url(images/title-bg.png) repeat-x 0% 0%;
	color: #393939;
	font: 14px 'NewsCycleRegular', Arial, helvetica, sand-sarif;
	margin-bottom: 0;
	border-top: 1px solid #e3e3e3;
	width: 273px;
	margin-left: 1px;
	padding: 7px 20px 10px;
	word-spacing: 3px;
	text-align: center;
}

h1,h2,h3,h4,h5 {
}
	
pre { overflow: auto; 
	width: 470px; 
	}
	
.post {
	padding-bottom: 15px;
    margin-bottom: 15px;
	margin-top: 20px;
}


.post p {
	padding-bottom: 10px;
}

.title {
	margin: 0 0 8px 0;
	padding: 6px 0px 6px 50px;
	color: #48423f;
	font: normal 24px/28px 'NewsCycleRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/marks.gif) no-repeat 0 0;
}

	
.title a {
	text-decoration: none;
	color: #333a3a;
}

.title a:hover {
	text-decoration: none;
    color: #f78716;
	}

.pagetitle {
	margin-bottom: 20px;
	text-decoration: none;
    color: #f78716;
	font: 22px/24px 'NewsCycleRegular', Arial, Verdana;
	margin-top: 24px;
	word-spacing: 3px;
}

.readmorecontent {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
}

a.readmore {
	text-decoration: none;
	padding: 7px;
	color: #f78716;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
}

a.readmore:hover {
	text-decoration: underline;
}


.postdate {
	font-size: 13px;
	padding: 1px 0px;
	color: #333a3a;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 55px;
}


.postmeta {
	font-size: 12px;
	padding: 2px 4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333a3a;
	}
	
.postdate img, .postmeta img {
	vertical-align: middle;
	margin:2px;
	border: 2px solid #f78716;
}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333a3a;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 40px;
	margin-bottom: 20px;
	min-height: 50px;
}
    
.navigation {
	padding: 10px 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post_img {
	max-width: 680px;
	 padding: 3px;
    background: transparent;
    margin: 0 10px 10px 0;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;

	}

.alignright {
   float: right;

	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #dfdfdf !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#353535 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #484646 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background: #f78716;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #484646 !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 6px;
	}


.sidebar {
	margin: 50px 0 20px;
    color: #393939;
	word-spacing: 5px;
	padding-left: 0;
	height: 100%;
	width: 290px;
	font: 14px 'NewsCycleRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
.sidebar a {
	text-decoration: none;
	color: #fa8a2e;
}

.sidebar a:hover {
	text-decoration: none;
	color: #393939;
	}
	
	
#search {
    border: 1px solid silver;
    height: 20px;
    padding: 2px;
    background: white url(images/lente.gif) no-repeat 200px 0;
    text-align: left;
	width: 220px;
	float: right;
}

.login-memeber {
	margin-bottom: 5px;
}

.login-password {
	margin-bottom: 5px;
}

.login-username {
	margin-bottom: 5px;
}

#search input {
	border: 0;
    background: none;
    color: #878787;
	padding-top: 4px;
}
	
	
#s {
	width: 220px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 8px;
}
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}


	
.sidebarvideo {

	}

.sidebar h2 {
	color: #393939;
	font: 20px 'NewsCycleRegular', Arial, helvetica, sand-sarif;
	width: 293px;
	text-transform: none;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0px 10px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 60px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li, .sidebar ul li ul li {
	background: url(images/freccetta.gif) no-repeat 6px 11px;
	padding: 5px 0px 6px 30px;
	margin: 0;
	border-bottom: 1px solid #ddd;
}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #cecece;
	background: none!important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background:  none !important;
    color: #cecece;
	}

#wp-calendar td {
	color: #cecece;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #242424;
	color: #cecece;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0 0 0 15px;
	font-weight: bold; 
	width: 290px;
	}


/* FOOTER */

#footer a {
	color: #e9e9e9;
	} 

#footer a:hover {
    color: #e9e9e9;
	text-decoration: none;
	} 
	
#footer2 {
	color: white;
	text-align: center;
	padding: 10px;
	background-color: black;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
    	
#footer2 a {
	color: #eaebeb;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    background: transparent;
	margin-right: 10px;
	border: 2px solid #f7861a;
}

.sottotitolo {
	color: #393939;
}

#ftajaxlogin_wrap {
	text-align: left;
	padding: 10px 100px 10px 10px;
}

.log {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
}

#inner-border { border: 1px solid #ffffff; background: #fff url(images/content-bg.png); height: 100%; }
					#inner-border, #content-shadow, #content-top-shadow, #content-bottom-shadow { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }


#intro_corpo {
	width: 946px;
	border: 1px solid #e6e6e6;
	margin: auto;
}

#intro_col1 {
	display:table-cell;
	width: 315px;
	height: 260px;
}

#intro_col_int {
	display:table-cell;
	width: 315px;
	height: 200px;
	padding-left: 10px;
}

#intro_col2 {
	display:table-cell;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	width: 315px;
	height: 250px;
}

#intro_col3 {
	display: table-cell;
	width: 315px;
	height: 250px;
}

.rassegnastampa {
	font: 14px 'NewsCycleRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 280px;
	padding-left: 10px;
	background: url(images/freccetta.gif) no-repeat 0 5px;
	position: static;
	margin: 10px 0;
}

.rassegnastampa li {
	list-style:none;
}

.rassegnastampa a {
	display: block;	
	texy-decoration: none;
}

#ft_correlati {
	font: 14px 'NewsCycleRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 565px;
	position: static;
	margin-bottom: 5px;
	margin-left: 55px;
}

#ft_correlati li {
	background: url(images/freccetta.gif) no-repeat 0 5px;
	padding-left: 15px;
	list-style:none;
}

#ft_correlati a {
	display: block;	
	texy-decoration: none;
}

#credits {
	color: #656565;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#credits a {
	color: #424242;
    text-decoration: none;
	}

p#copyright { font-size: 11px; float:right; color:#afa59f; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding-bottom:25px; }

p#copyright a { color:#ffffff; }

#loginform {
	width: 200px;
	height: 150px;
	margin-left: 40px;
}