/*  
Theme Name: Ciociaria Notizie Theme
Version: 0.1
Description: Designed by Giuseppe Massa.
Author: Giuseppe Massa
Author URI: 
*/

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

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-downs
-2.4 Introduction
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 PageNavi

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

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



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	font: 13px Helvetica, Arial, Sans-serif;
	line-height: 1.6;
	color: #3f312e;
	background: #ddeef6 /*url(http://www.ciociarianotizie.it/mondiali2010.jpg) no-repeat top*/;
}

h1, h2, h3, h4, h5, h6, h7  {
	margin: 0;
	font-family: Arial,Helvetica,Sans-serif;
}

h1  {font-size: 28px} h2  {font-size: 24px} h3  {font-size: 20px}
h4  {font-size: 18px} h5  {font-size: 14px} h6  {font-size: 12px}
h7  {font-size: 16px; font-weight: bold; color: #00d900;}

h2.share  {
	font: 22px/20px;
	color: #39d;
}


p  {margin: 18px 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; }

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

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


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#page {
	top: -20px;
	position: relative;
}
#container  {
	width: 1040px;
	margin: 0 auto;
}

#main  {
	width: 1020px;
	padding: 10px;
}

#main #inside  {
	padding: 20px;
	/*-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;*/
}
#newsflash  {
	width: 940px;
	background-color: #fbfbfb;
	margin: 0 auto;
}
#citta {
	width: 980px;
	margin: 20px auto 0;
	color: white;
	text-shadow: 1px 1px 3px #000;
	text-decoration: none;
}
#citta a:link {
	color: white;
	text-shadow: 1px 1px 3px #000;
	text-decoration: none;
}

/* 2.2 Header */

#header  {
	width: 1020px;
	margin: 0 auto -10px auto;
}

/*------------TOPNAV PLUS LOGIN---------------------------------*/

#containerlogin {
	width:1020px;
	margin:0 auto;
	position: relative;
}
a:link, a:visited {
	color:#27b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}
#topnav {
	padding:10px 0px 12px;
	font-size:11px;
	line-height:23px;
	text-align:right;
	background-color: #d28234;
}
#topnavcategorie {
	padding: 10px 0px 12px 15px;
	font-size:12px;
	height: 10px;
	background-color: #a46526;
	/*-webkit-border-bottom-right-radius:6px;
	-moz-border-radiusbottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radiusbottomleft:6px;
	border-radius:6px;*/
}
#topnav a.registrati {
	background: #88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	color:#fff;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	*background:transparent url("loginimages/signin-nav-bg-ie-2.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.registrati:hover {
	background: #59B;
	*background:transparent url("loginimages/signin-nav-bg-hover-ie-2.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin {
	background:#88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	*background:transparent url("loginimages/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background:#59B;
	*background:transparent url("loginimages/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("loginimages/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("loginimages/toggle_up_dark.png");
	color:#789;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#ddeef6;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('loginimages/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(loginimages/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(loginimages/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(loginimages/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(loginimages/tipsy-west.gif);
	background-position:left center;
}

/*------------TOPNAV PLUS LOGIN---------------------------------*/

#header h1, #header h2  {display: none}

#header img { margin: 40px 0; }

#header #logo  {
	float: left;
	width: 470px;
}

#header #top-ad  {
	float: right;
	width: 365px;
	display: block;
	position: relative;
	top: 50px;
}

#headermenu {
	float: left;
	text-align: left;
	padding-left: 13px;
	display: block;
}

#headermenu ul li  {
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 6px;
}

#headermenu ul li a  {
	color: #fff;
}

#headermenu ul li.current_page_item a, #footer ul li a:hover  {
}

/* 2.3 Navigation */

#nav, #nav ul {
	padding: 0;
	list-style: none;
	margin-top: -5px;
}

#nav li {
	float: left;
	margin: 0 5px 0 0;
}

#nav a:link, #nav a:visited {
	display: block;
	padding: 2px 5px;
	text-transform: lowercase;
}

#nav li.current_page_item a, #nav li a:hover  {
	text-decoration: none;
}

/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em; }
#nav li ul li {	margin: 0!important; }
#nav li ul li a { font-size: 12px; width: 156px; }
#nav li ul li a:hover {}
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* 2.4 Introduction */

#introduction  {
	padding-bottom: 20px;
}

#about  {
	position: relative;
	z-index: 0;
	float: left;
	width: 580px;
	margin: 0 0 0 -40px;
	padding: 17px 20px 17px 40px;
}

#about h2  {
	font-size: 28px;
}

#about p  {
	line-height: 20px;
}


#about img  {
	float: left;
	margin: 0 20px 10px 0;
}

#about .fold  {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 20px;
	height: 15px;
}

#connect  {
	float: left;
	width: 278px;
	margin: 0 0 0 20px;
}

#connect ul  {

}

#connect ul li  {
	height: 64px;
}

#connect ul li a  {
	display: block;
	height: 34px;
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer;
}

#connect ul li a:hover  {
	text-decoration: none;
}

#connect ul li a img  {
	float: left;
	margin: 0 15px;
}

#connect ul li a span  {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

/* 2.5 Content */

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

#full-width  {
	width: 940px;
}

h2.result_heading  {
	margin: 0 0 20px 0;
}

#avatar {
	display: inline-table;
	vertical-align: text-bottom; 
	border:solid 1px #D5D5D5;
	width:16px; height:16px;
}

/* 2.6 sidebar */

#sidebar  {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

#sidebar a  {
}

/* 2.7 Footer */

#footer  {
	padding: 20px 0 20px 0;
	text-align: center;
}

#footer p  {
	margin: 7px 0;
	font-weight: bold;
}

#footer ul li  {
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 6px;
}

#footer ul li a  {
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
}

/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget  {
	margin: 0 0 20px;
}

.widget h3  {
	position: relative;
	margin: 0 -40px 0 0;
	padding: 4px 40px 4px 10px;
	font-size: 12px;
	color: #222;
}

.widget h3.homepageleft  {
	position: relative;
	margin: 0 0 0 -30px;
	padding: 5px 40px 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}

.widget h3 span.fold  {
	position: absolute;
	display: block;
	right: 0;
	bottom: -15px;
	width: 20px;
	height: 15px;
}

.widget ul  {

}

.widget ul li  {

}

.widget ul li a:link, .widget ul li a:visited  {
	display: block;
	padding: 0 0 0 20px;
	line-height: 30px;
}

.widget ul li a:hover  {
	text-decoration: none;
}

.widget_recent_comments li  {
	padding: 6px 0 6px 20px;
	line-height: 18px;
}

.widget_recent_comments li a  {
	display: inline;
	padding: 0;
	line-height: 18px!important;
}

#searchform  {
	margin: 15px 0 0 0;
}

#searchform #s  {
	padding: 3px 0 3px 5px;
}

#searchform .submit  {
	padding: 2px 0 2px 0;
	text-transform: uppercase;
}

#flickr h3  {
	margin-bottom: 10px;
}

#flickr .flickr_badge_image  {
	margin: 4px 6px;
	float: left;
	width: 75px;
}

#twitter li  {
	margin: 10px 0;
}

#twitter a  {
	display: inline;
	padding: 0;
	line-height: 18px;
}

#ads img  {
	float: left;
	margin: 10px 5px 0 5px;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	margin: 0 0 20px 0;
}

.post .meta  {
	margin: 0;
	font-style: italic;
	display: inline;
}

.post .meta .comments  {
	padding: 0 19px 0 0;
}

.post .categories a  {
	display: inline;
	font-size: 12px;
}

.post .categories a:hover  {
	text-decoration: none;
}

.entry  {

}

.entry a.more-link  {
	text-transform: uppercase;
	font-weight: bold;
}

.post .tags  {
	margin: 0 0 20px 0;
	font-size: 12px;
}

#categorietags {
	padding-bottom: 20px;
}

/* 4.1 Typographic Elements */

.post h2.title  {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 18px;
}

.post h2.titleblog  {
	margin: 0 0 5px 0;
	font: 30px/32px Georgia, "Times New Roman", Times, serif;
}

.post h2.title a:link, .post h2.title a:visited  {

}

.entry h1 {}
.entry h2 {}
.entry h3 {}
.entry h4 {}
.entry h5 {}
.entry h6 {}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	margin: 0 0 15px 0;
}

.entry blockquote  {
	padding: 10px 30px;
}

.entry blockquote p  {
	margin: 0;
}

.entry ul  {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

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

.entry ul li  {
	list-style-type: circle;
}

.entry ul li ul li  {
	list-style-type: disc;
}

.entry ol  {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol  {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

.entry  ol li  {
	list-style-type: upper-latin;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

/* 4.2 Images */

.entry img  {
}

img.wp-smiley  {
	padding: 0;
}

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

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

.entry .aligncenter  {
	text-align: center;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments h3 { 
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

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

#comments ol.commentlist li {
	list-style-type:none;
	padding: 10px 0;
}

#comments ol.commentlist li .comment-head {
	margin: 0 0 10px 0;
}

#comments ol.commentlist li .comment-head .avatar img  {
	float: left;
	height: 46px;
	width: 46px;
	margin-right: 10px;
}

#comments ol.commentlist li .comment-head .user-meta span  {
	display: block;
}

#comments ol.commentlist li .comment-head .user-meta span.name  {
	font-weight: bold;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	font-size: 11px;
}

#comments ol.commentlist li .comment-head .user-meta span.perma  {
	text-transform: uppercase;
	font-size: 10px;
}

#comments ol.commentlist li .comment-entry p  {
	margin: 0 0 10px 0;
}

#comments div.reply a { font-size:11px; text-decoration:none; text-transform: uppercase; font-weight: bold; }

#comments ul.children { 
	margin:10px 0 0 0;
	padding:0 0 0 22px;
}

#comments ul.children li {
	padding-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	width:auto;
}

#comments .cancel-comment-reply {margin-bottom:10px;}

/* 5.2 Comments Form */

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

#respond h2  {
	margin: 0;
}

#commentform  {
	margin: 20px 0 0 0;
}

#commentform input.txt  {
	width: 207px;
	margin: 0 10px 0 0;	
	padding: 3px 0 3px 5px;
}

#commentform label  {
	font-size: 11px;
	text-transform: uppercase;
}

#commentform textarea  {
	width: 100%;
}

#commentform #submit  {
	padding: 2px 0 2px 0;
	text-transform: uppercase;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*------------Struttura Home---------------------------------*/

#left {
	width: 320px;
	display: block;
	float: left;
}
#center {
	width: 320px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	display: block;
}
#right {
	width: 300px;
	float: left;
}
.containercercahome {
	width: 900px;
	clear: both;
}
.cercahome {
	width: 610px;
	height:	50px;
	float: left;
	margin-bottom: 29px;
}
.adleft {
	width: 125px;
	height: 125px;
	background-color: silver;
	float: left;
	margin-bottom: 20px;
}
.adright {
	width: 125px;
	height: 125px;
	background-color: silver;
	float: left;
	margin-bottom: 20px;
}
.facebook {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 20px;
	background-image: url(images/facebook_a.png);
}
.facebook:hover {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 20px;
	background-image: url(images/facebook_b.png);
}
.twitter {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 20px;
	background-image: url(images/twitter_a.png);
}
.twitter:hover {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 20px;
	background-image: url(images/twitter_b.png);
}
.rss {
	width: 45px;
	height: 45px;
	float: left;
	background-image: url(images/rss_a.png);
}
.rss:hover {
	width: 45px;
	height: 45px;
	float: left;
	background-image: url(images/rss_b.png);
}
.centrohome {
	width: 610px;
	height:	125px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.elezioni2010 {
	width: 250px;
	height: 50px;
	background-image: url(http://www.ciociarianotizie.it/wp-content/uploads/elezioni/regionali2010/elezioni2010btn_a.png);
	margin-bottom: 10px;
}
.elezioni2010:hover {
	width: 250px;
	height: 50px;
	background-image: url(http://www.ciociarianotizie.it/wp-content/uploads/elezioni/regionali2010/elezioni2010btn_b.png);
	margin-bottom: 10px;
}
.collabora {
	width: 250px;
	height: 50px;
	background-image: url(images/collaborabtn_a.png);
	margin-bottom: 10px;
}
.collabora:hover {
	width: 250px;
	height: 50px;
	background-image: url(images/collaborabtn_b.png);
	margin-bottom: 10px;
}
.video {
	width: 250px;
	height: 50px;
	background-image: url(images/video_a.png);
	margin-bottom: 10px;
}
.video:hover {
	width: 250px;
	height: 50px;
	background-image: url(images/video_b.png);
	margin-bottom: 10px;
}
.social {
	margin-top: 7px;
	padding-top: 10px;
	border-top: 1px dotted gray;
}
.setcultura {
	width: 250px;
	height: 100px;
	background-image: url(images/setcultura_btn.gif);
	margin-bottom: 10px;
}



img#wpstats{display:none}

.condividi {
	border-bottom: 1px solid #dcd6d5;
	border-top: 1px solid #dcd6d5;
}
/*------- Intense Debate --------*/
#idc-container .idc-foot {
	display: none;
}
#idc-container a.idc-loginbtn_intensedebate {
	display: none;
}
/*------------Meteo---------------------------------*/
#chetempochefa {
	float: left;
	padding:5px;
	height: 70px;
	width: 660px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}

.boxtempo {
  	float:left;
  	width:80px;
  	height:50px;
   	font-size:0.7em;
   	font-family:Arial,Verdana,Helvetica,sans-serif;
   	text-align:center;
}

#chetempochefa h1 {
	float: left;
	font-size: 1em;
   	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	margin-top: 25px;
}

/*------------Coda Slide---------------------------------*/