/**
Theme Name: Nofelia
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine theme
Coder: misbah (ini_misbah@yahoo.com)
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#000 url(images/bg_all.jpg) top center no-repeat;
	font:normal 16px Arial,Verdana,Tahoma;
	color: #000;
}

a {
	text-decoration:none;
	color:#262f36;
}

a:hover { color:#284760; }

.wrapper {
	width:960px;
	margin:0 auto;
	background:url(images/bg_container.png) center top repeat-y;
	padding: 0px 8px 0px 8px;
}

/* header */
#header {
	background:#262f36;
	height:182px;
}

#header .wrapper {
	background:transparent url(images/header-in2.jpg) no-repeat 50% 0px;
	height:182px;
}

#date-now {
	
	padding-left:25px;
	font-size:10px;
	text-transform:uppercase;
	line-height:39px;
	color:#e79c22;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.png) no-repeat 0 0;
	float:right;
	width:352px;
	position:relative;
	height:39px;
	margin-right:4px;
	display:inline
}

#top-s, #top-search-submit {
	background:none;
	position:absolute;
	top:0;
	border:none;
	padding:0;
}

#top-s {
	font:normal 12px 'Trebuchet MS', Verdana, Tahoma;
	color:#ffffff;
	width:150px;
	top:9px;
	left:89px;
}

#top-search-submit {
	height:29px;
	width:91px;
	right:7px;
	top:3px;
	cursor:pointer;
}

#branding {
	padding:17px 0;
	height:68px;
	font:normal 35px 'Myriad Pro',Arial,Tahoma,Verdana;
}

#blog-title {
	display:block;
	width:600px;
	height:42px;
	overflow:hidden;
}

#blog-description {
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	width:100%;
	overflow:hidden;
}

#page-menu {
	clear:both;
	height:41px;
	overflow:hidden;
}

#page-menu ul {
	display:block;
	height:41px;
	overflow:hidden;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	display:block;
	float:left;
	height:41px;
	font-size:12px;
	line-height:41px;
	color:#ffffff;
	padding:0 14px;
	text-transform:uppercase;
}

#page-menu a:hover, #page-menu .current_page_item a {
	background:#262f36 url(images/page-menu-hover-bg.png) repeat-x center top;
	color:#ebc718;
}

/* container */
#container {
	
	
}

#featured-post-wrap {
	
}

#content, #sidebar {
	margin-top:0px;
	display:inline;
	background:#FFF;
}

/* content */
#content {
	float:left;
	width:644px;
}

.pagetitle {
	font:bold  18px Helvetica, Arial, Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#271813;
	margin-bottom:9px;
	margin-top:10px;
	padding-left:7px;
	width:100%;
	padding-bottom:4px;
	border-bottom:1px dotted #271813;
}

#content .post {

	width:610px;
	
	padding:6px;
	overflow:hidden;
	margin-bottom:9px;
	padding-left:10px;
}

.meta, .read-more {
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#ffffff;
}

.post .meta { margin-bottom:9px; }

.datepost, .read-more, .tagpost {
	display:block;
	float:left;
	line-height:18px;
	padding:0px 4px 0px 4px;
}

#content .post a.read-more {
	background-color:#271813;
	color:#ffffff;
	float:right;
	margin-top:10px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content .post a.read-more:hover {
	background-color:#000;
	color:#e0ddce;
}

.datepost {
	background-color:#0f66b0;
	margin-right:7px;
}

.tagpost { 
float:left;
background-color:#153653; }

.tagpost a { color:#ffffff; }

.title {
	background:transparent url(images/dot-yellow.gif) repeat-x 0 100%;
	padding-bottom:6px;
	font:normal 16px 'Myriad Pro',Tahoma,Verdana;
	margin-bottom:8px;
	float:left;
	width:500px;
	color: #e6e6e6;
}
.title small {
	font-size:13px;
	color: #a5a5a5;
}

.widthfix {
	width:555px !important;
}

.thumbnail {
	background-color:transparent;
	float:left;
	margin-right:5px;
	display:inline;
}

.post .entry { clear:both;
font-size:16px;
line-height:auto;
 }

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	clear:both;
	background-color:#000;
	height:47px;
	position:relative;
	padding:0 7px;
	margin-bottom:9px;
}
.wp-pagenavi {
	padding-top:18px;
	font:normal 11px Tahoma, Verdana, Arial;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	
	background-color:#262f36 !important;
	color:#ffffff !important;
	text-transform:uppercase;
	padding:7px 9px !important;
	border:1px solid #0c253b !important;
}

.wp-pagenavi span.pages {
	background-color: #033 !important;
	border:1px solid #033 !important;
}

.wp-pagenavi a:hover {
	background-color: #36C !important;
	border:1px solid #1a7ed4 !important;
}

/* sidebar */
#sidebar {
	
	float:right;
	width:300px;
	padding:6px 6px 6px 5px;
	overflow:hidden;
	
}
#sidebar ul li {
	margin-top:20px;
}
#sidebar h2 {
	color:#262f36;
}

.widget {
	margin-bottom:8px;
}

.widget-title {
	background:transparent url(images/dot-blue.gif) repeat-x 0 100%;
	padding-bottom:9px;
	margin-bottom:7px;
	font:bold italic 18px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#ffe828;
}


.widget ul li {
	background:transparent url(images/arrows.gif) no-repeat 3px -13px;
	padding:8px 0 8px 13px;
}

.widget ul li a { color:#ffffff; }

.widget ul li a:hover { color:#64b6f4; }

/* footer */
#footer {
	background:transparent url(images/footer-bg.gif) repeat-x 0 0;
	height:240px;
	
}

.block {
	float:left;
	width:100%;
	
}

.block.first { margin-right:15px;

}

.block-title {
	font:bold 24px Tahoma,Verdana,Arial;
	color:#ffffff;
	text-transform:uppercase;
	line-height:45px;
	background: #98847e;
	margin: 0px -6px 0px -5px;
	padding: 0px 6px 0px 6px;
}
.photo_container ul {
	width: 1200px;
}


.photo_container ul li {
	display:inline;
	font:normal 14px Georgia;
	line-height:28px;
	height:110px;
	padding-left:10px;
	border-bottom:1px solid #1d466b;
	overflow:hidden;
}

.block a { color:#362925; }

.block a:hover { color:#0c2234; }

#footer-link {
	clear:both;
	padding-top:10px;
	font:normal 10px Tahoma,Verdana,Arial;
	text-transform:uppercase;
	color:#1c73be;
	line-height:24px;
}
#footer-link p a{
	color:#0c2234;
}
.wp-caption-text {
	color:#0c2234;
}
.under_featured {
	width:550px;
	margin-left:48px;
	margin-top:40px;
}
.under_featured ul li {
	width: 530px;
	padding: 10px 6px 10px 6px;
	font-size:20px;
	color:#ebc718;
	border-bottom:1px dotted #ccc;
	
}
.under_featured ul li a {
color:#ebc718;
font-size:16px;
}
.under_featured ul li:hover {
background: #262f36;
}
.photo_container {
	margin-top:16px;
	width: 720px;
	height: 140px;
	overflow:auto;
	margin-bottom: -20px;
}
#blocco_testa {
 width:970px; float:none; clear:both; background:#000;  padding: 0 0 10px 0; margin-left:-5px; position:relative;
}
#news_tit_blocco {
	position:absolute;
	top:10px;
	left:696px;
	font-size:22px;
	
}
#archivio_news {
	top:4px;
	right:10px;
	position:absolute;
	color:#999;
	font-weight:bold;
}
#blocco_testa .read-more, .read-more-feat {
	background-color:#262f36;
	float:left;
	display:block;
	font:normal 11px Tahoma,Verdana,Arial;
	width:106px;
	line-height:17px;
	margin-top:10px;
	padding:3px 10px 3px 10px;
	color:#fff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #fff;
}
#blocco_testa .read-more:hover, .read-more-feat:hover {
	background:#464f56;
	color: #fff;
}
.read-more-feat {
	width:80px;
	margin-left:292px;
	background-color:#262f36;
}

#pellegrinaggi_tit_blocco {
	position:absolute;
	top:10px;
	left:73px;
	font-size:22px;
	
}
.news_container {
	width: 292px;
    height: 450px;
	overflow:auto;
    margin-bottom:10px;
	background: #000;
	color: #888;
	position:absolute;
	top:40px;
	right:0px;
	
	
}

ul li .lista_video {
	height:90px;
	padding-bottom:5px;
	margin-bottom:10px;
	
}
#social_right {
	width:300px;
	 height: 70px;
	 position:absolute;
	 right:5px;
	 bottom:15px;
	 text-align:center;
	
}
#social_right img {
	margin:6px;
}
.blocco_laterale {
	width:255px;  height:auto; margin: 5px; color: #fff; background:transparent url(images/dot-blue.gif) repeat-x 0 100%;
	padding-bottom:15px;	
	padding-top:15px;
}
.blocco_laterale:hover {
	background: #262f36;
}
a.read-more {
	
	background-color:#262f36;
	color:#ffffff;
	float:right;
	margin-top:10px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font:normal 11px Arial,Verdana,Tahoma;

}
a.read-more:hover {
	background: #271813;
}
h3.title {
	float:left;
	margin-top:15px;
	color:#262f36;
	width:490px;
	font-size:18px;
	font-weight:bold;
}
#sidebar h2 {
	color:#fff; padding:1px 0px 1px 5px; width:295; background:#000; text-transform:uppercase;
}
#sidebar ul li img:hover {
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;

}
#olimpiadi {
	position:absolute; top:20px; left:50%; margin-left:310px; height:100px; width:130px; background: transparent;
}
#olimpiadi:hover {
	background: #fff; 
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}
#searchform {
	margin-top:-8px;
	width:100%;
	text-align:left;
}
#searchform #s {
	width:220px;
	margin-right:10px;
	margin-left:0px;
	
}
#searchform #searchsubmit {
	background:#000;
	color:#fff;
	width:55px;
}
#searchform #searchsubmit:hover {
	background: #262f36;
}
#banner_lavanda {
	position:absolute;
	top:10px;
	left:50%;
	z-index:999;
}
.titolo_right {
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
	

