/*
Theme Name: Latuaricchezza Theme
Theme URI: http://www.kifulab.net/
Description: The default Latuaricchezza.com theme.
Version: 1.0
Author: Kilotto & Fulippo
Author URI: http://www.kifulab.net/
Tags: wordpress 2.8, fixed width, two columns, widgets
*/

/* Begin Reset Style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
}
a {}
/* table, caption, tbody, tfoot, thead, tr, th, td  { margin: 0; padding: 0; } */
strong { }
:focus { outline: 0; } /* remember to define focus styles! */
body { /* line-height: 1; */ /*  Disabilito l'altezza della linea */ color: black; background: white; }
ol, ul , li{ list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* End Reset Style*/


/* Begin Tags */
body {
	text-align: center;
	color: #333;
	font-size: 14px;
	font-family:Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
}
a, a:visited { color:#666; text-decoration:none; }
a, a:visited { color:#272D36; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 { font-size:14pt; }
h2 { font-size:12pt; }
h3 { font-size:11pt; }
small { font-size:8pt; }
/* End Tags */


/* Begin Stuff */
.clear { clear:both; }
.cleaner { clear:both; height:0px; line-height:0px; font-size:0px; }
.noborder{ border:none; }

	/* Font */
	.georgia { }
	.bold, .bold a { font-weight:bold; }
	.italic { font-style:italic; }
	.fsize-9px { font-size:9px; }
	.fsize-8 { font-size:8pt; }
	.fsize-10 { font-size:10pt; }
	.fsize-12 { font-size:12pt; }
	.fsize-14 { font-size:14pt; }
	.fsize-16 { font-size:16pt; }
	.fsize-17 { font-size:17pt;line-height:20pt }
	.fsize-18 { font-size:18pt; }
	.fsize-20 { font-size:20pt; }
	
	/* Colors */
	.azure, .azure a, .azure a:visited { color:#0A71B3; }
	.black, .black a, .black a:visited { color:#272D36; }
	.grey, .grey a, .grey a:visited { color:#666; }
	.red, .red a, .red a:visited { color:red; }
	.veryblack, .veryblack a, .veryblack a:visited { color:#000; }
	.yellow, .yellow a, .yellow a:visited { color:#FFFF00; }
	.meta-color{color:#517221;}
	.m-right-10 { margin-right:10px; }
	.m-right-20 { margin-right:20px; }
	
	.m-top-10 { margin-top:10px; }
	.m-bottom-0 { margin-bottom:0px; }
	.m-bottom-5 { margin-bottom:5px; }
	.m-bottom-10 { margin-bottom:10px; }
	.m-bottom-20 { margin-bottom:20px; }

	.text-left { text-align:left; }
	.text-right { text-align:right; }
	.text-center { text-align:center; }
	.text-justify { text-align:justify; }
	
	.alignleft{ float:left; }
	.alignright{ float:right; }
/* End Stuff */


/* Begin Structure */
body {
	background-color:#FFF;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position: 0px 15px;
}
#page { 
	width:960px; 
	margin: 0px auto;
}

#container {
}

#content {
	float:left;
	text-align:left;
	width:620px;
	padding:10px;
	padding-top:0px;	
}

#content #posts { 
	padding:5px;
	padding-top:8px;
	border:1px solid #ccc;
	-moz-box-shadow: 2px 2px 10px #BBBBBB;
	-webkit-box-shadow: 2px 2px 10px #BBBBBB;
	box-shadow: 2px 2px 10px #BBBBBB; 
	background: #fff; 
}

#content .navigation {
	display:block;
}

#footer {
	background-color:#DDDDDD;
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	padding-right:10px;
	padding-bottom:20px;
	padding-top:30px;
	min-width:960px;
}

#sidebar {
	float:right;
	text-align:left;
	width:320px;
}

#sidebar-left {
	float:left;
	text-align:left;
	width:200px;
}
#sidebar, #sidebar-left {
}

/* End Structure */

/* Begin Header, Footer and Sidebar */
#header { height:220px; }

#footer { }

.sidebar { }
.sidebar .sidebar-elements { padding:0 0px; }
.sidebar .sidebar-elements { line-height:14pt; }
.sidebar .sidebar-elements .page_item, .sidebar .sidebar-elements .cat-item{ 
	;
}
.sidebar .sidebar-elements h2,.sidebar .sidebar-elements h3{ 
	background-image:url(images/box-title.gif);
	background-repeat:no-repeat;
	height:42px;
	line-height:32px;
	color:#ffffff;

	font-weight:bold;
	padding:0px 0 0px 10px;
}

.sidebar .sidebar-elements ul { }
.sidebar .sidebar-elements ul li { margin:0px; }

.box, .widget {
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:5px;
	background:#f6f6f6;
	border:1px solid #ccc;
}

.box li {
	padding-left:10px;
	padding-bottom:10px;
}
/* End Header, Footer and Sidebar */

/* Begin Content */
#posts { }
.post{
	margin-bottom:10px;
	margin-left:10px;
	border-bottom:1px dotted #ccc;
}

.entry { 
	line-height:14pt;
}
.entry a, .entry a:visited { color:#517221; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin-bottom:10px; }
.entry img { border:5px solid #DDD; 
	margin-left:0px; 
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.entry p { margin-bottom:10px;}
/* End Content */


/* Begin Comments*/
.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;
	}
#comment {
	width:500px;
	width:100%;
	}
.avatar {
	float:right;
	border:3px solid #e2e2e2;
}
.comment {
	background-color:#f5f5f5;
	border:1px solid #e2e2e2;
}
/* End Comments */

/* Varie */
.iscriviti label{ 
	width:55px;
	display:inline-block;
	width: 55px;
}

.iscriviti input { 
	border:1px solid #e2e2e2;
	height: 25px;
    margin-left: 5px;
    margin-top: 5px;
	display:inline-block;
}

.title-green {
	background-image:url(images/title-green.gif);
	background-repeat:no-repeat;
	height:42px;
	line-height:32px;
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
	padding-left:10px;
}

.nextpostslink, .previouspostslink {
	font-weight:bold !important;
	color:#517221 !important;
}

.related li {
	font-size:12pt;

	min-height:25px;
	line-height:20px;
	border-bottom:1px dotted #CCC;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Contacts */
.contact-form{
	margin:20px 0;
	background:#f5f5f5;
	padding:15px;
	color:#333;
	border:1px solid #e5e5e5;
}
.contact-form fieldset{margin-top:20px;}
.contact-form legend{font-size:24px; /* font-style:italic; */ margin:0 0 10px 0;display:block;color:#333}
.contact-form label{margin:10px 0;display:block; /* font-style:italic; */ text-indent:10px;}
.form-input input, .form-textarea textarea{
	border:1px #ddd;
	padding:10px 9px;
	font-size:12px;
	width:300px;
	background:white;
	border:1px solid #f2f2f2;
}
p.information, p.success, p.error{margin-top:20px;color:#999}

p.error{color:red}
p.success{color:green}

.form-textarea textarea{height:200px}
/* End Contacts */

.widget { margin-bottom:10px; position:relative; padding-top:0px; }
.widget h2,.sidebar .widget h3 { width:320px;}
.widget ul { padding:0px 10px; }
.widget ul li {
	 
	padding-bottom:10px;
}

.widget_links { }
.widget_links a { }
.widget_links img { }

/*Added Features*/

/* Header*/

.header_state1 {
	background:url(images/header.png) no-repeat;
	width:980px; height:125px;
	background-position:0px 25px;	
}

.header_state2 {
	background:url(images/header.png) no-repeat;
	width:980px; height:125px;
	background-position:-960px 25px;
}

/*RSS*/

.rss_desk {
	float:right;
	background:url(images/rss_desk.png);
	height:96px;
	width:147px;
	margin-top:5px;
	margin-right:50px;
	cursor:pointer;
}

/* Main menu */

.menu-menu-principale-container {
	height:50px;	
}

ul.manu-main {
	background:none;
}

.manu-main li { 
	float: left;
    font-weight: bold;
    line-height: 40px;
    margin-left: 5px;
    padding: 5px 14px 0;
	background:none;
}

ul.manu-main li:hover, ul.manu-main li.current-menu-item {
	background:#252525;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 5px 5px;	
	-moz-box-shadow: 4px 4px 5px #BBBBBB;
	-webkit-box-shadow: 4px 4px 5px #BBBBBB;
	box-shadow: 4px 4px 5px #BBBBBB; 
}

ul.manu-main li:hover a, ul.manu-main li.current-menu-item a{
	color:white;
	background:none;
}

/*Index Blogination*/

/*Calendario*/
.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#FFF;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(images/date.png) repeat scroll 0 0;
  float:right;
  height:53px;
  width:49px;
}

/*Titolo*/
.blogination_title {
	float:left;
	width:530px;
}

.meta_comment a {color:#517221;font-weight:bold;}

/*Contenitore*/
.blogination_meta{
	display:block;
	clear:both;
	border-bottom:1px dotted #ccc;
	padding:5px;
	padding-left:0px;
	
}

/* N di Commenti */


/*Continua a leggere*/
.more-link {
	display:block;
	clear:both;
	font-style:normal !important;
}


/*Box grande */

#feat{
	margin-bottom:25px;
}

#featured_box {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 2px 2px 10px #BBBBBB;
	-webkit-box-shadow: 2px 2px 10px #BBBBBB;
	box-shadow: 2px 2px 10px #BBBBBB; 
	margin-top:0px !important;
	margin-bottom:10px;
	display:block;
	min-height:10px;
}

#featured_box #featured_slide {
	float:left;
	width:608px;
	padding:5px;
	border:1px solid #fff;
}

/* Premium Slider */

.lof-navigator-wapper {
	bottom:185px !important;
	z-index:20;
}

.lof-previous,.lof-next {
	display:block !important;	
}

.lip_down {
	float:right;
	width:70px;
	height:33px;
	background:url(images/lipdown.png) center no-repeat ;
	margin-top:-10px;
	margin-right:35px;
	cursor:pointer;
}

.lip_up {
	float:right;
	width:70px;
	height:33px;
	background:url(images/lipup.png) center no-repeat ;
	display:block;
	margin-top:-10px;
	margin-right:35px;
	cursor:pointer;
}


.lof-main-item-desc h3 {
	font-size:16px !important;
}
.lof-main-item-desc a:hover {
	text-decoration:underline !important;
}

.lof-main-item-desc p {
	font-size:14px !important;
}

.lof-next,.lof-previus {
	z-index:0;
}

.lof-main-item-desc {
	z-index:10;
}

/*Sidebar */

.sidebar li.widget{
	margin-top:10px;
	-moz-box-shadow: 2px 2px 10px #BBBBBB;
	-webkit-box-shadow: 2px 2px 10px #BBBBBB;
	box-shadow: 2px 2px 10px #BBBBBB; 
}

.sidebar-elements li:first-child {
	margin-top:0px;
}

/*Avviso */

#advise {
	height: 30px;
	line-height: 30px;
    margin-bottom: 20px;
    margin-top: -38px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
}

#advise span{
	font-size:12px;
	color:#fff;
	/*old color:#000*/
	padding-left:30px;
	padding-right:30px;
	background:url(images/info.png) no-repeat left;
	font-weight:bold;
	display:inline-block;
}

#advise span a{
	font-size:12px;
	font-weight:bold;
    color:#bbda8f;	
	/*old color: white*/
} 


/*Search form in Advise */

#advise #searchform {
	float:right;
}

#advise #searchform .screen-reader-text {
	display:none;
}

/*Modifica per nascondere articoli in primo piano*/
.cat-item-754,.cat-item-776{
	display:none;
}

/*Area Riservata*/
.social_access_control_padlock, .social_access_control_protected_category {
display:inline;	
}

/*Login Per Area Riservata*/

#login {
	
	height: 35px;
	line-height: 35px;
    margin-bottom: 20px;
    margin-top: -38px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	background:url(images/login.png) no-repeat center;
}

#login #LoginWithAjax {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:white;
	background:none;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
	line-height:35px;
}

#logint span{
	display:inline-block;
}

#login .widgettitle {
	font-size:12px;
	line-height: 35px;
}

#login a{
	color:white !important;
}

#login a:hover{
	color:#bbda8f !important;
}

#LoginWithAjax_Title {
	font-weight:bold;
}

#login  .avatar {
	border:none;
	float:right;
	margin-top:4px;
}

.widget_loginwithajaxwidget  .logout a{
	color:#bbda8f !important;
	font-weight:bold;
}

/*Login Per Area Riservata IN PAGE*/

#in_page_login {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:3px solid #bbda8f;
	border-top:5px solid #252525;
	margin-bottom:10px;
	background-color:#eee;
}
.in_page_login_form {
	margin-left:10px;
}

#in_page_login .avatar_container {	
	height:40px;
	margin-right:10px;
}

.in_page_login_form .pagenav li a:hover{
	font-weight:bold;
}

.in_page_login_form form p {
	margin-top:5px;
	margin-bottom:5px;
}

.in_page_login_form form label {
	margin-bottom:3px;
	display:inline-block;
	width:120px;
}

.in_page_login_form h2  {
	margin-bottom:15px;
}

.in_page_login_form h2 span {
	font-weight:bold;
}

a.greenlink {
	color:#517221 !important;
}

/*Widgets*/

.decent-comments img.avatar {
	float:left;	
	margin-left:5px;
	margin-right:5px;
}

.decent-comments .comment-excerpt {
	color:#666;
	font-style:italic;
	clear:both;
	display:block;
}

.decent-comments .comment {
	padding:5px;
	background:#eeeeee;
}

.decent-comments .lip_left {
	background:url(images/lipleft.png) no-repeat left;
	height:39px;
	width:42px;
	display:block;
	float:right;
	margin-right:-46px;
}

/* Footer */
#footer_widgets {
	margin:auto;
	width:960px;
	overflow:hidden;
}

#footer_widgets .widget{
    float: left;
    margin: 25px;
	padding:5px;
	background:none;
	overflow:hidden;
	width:260px;
	text-align:left;
	border:none;
}

#footer_widgets .widget ul{
	padding:0px;

}

#footer_widgets .widget h2,#footer_widgets .widget h3{
	border-bottom:1px dashed #6eaa48;
	font-weight:bold;
	position:relative;
	width:250px;
	padding-bottom:5px;
	margin-bottom:5px;
}

/* Video */

.entry embed, .entry object {
	width:100%;	
}

/*Get Response and Trafficwave*/
.get_response_widget_form, .TrafficWave_widget_form {
		padding-left:10px;
		padding-right:10px;
		margin-bottom:10px;
}
.get_response_widget_form p, .TrafficWave_widget_form p{
		margin-bottom:10px;
}

.TrafficWave_widget_form label{ 
	width:55px;
	display:inline-block;
	width: 55px;
}

.TrafficWave_widget_form input { 
	border:1px solid #e2e2e2;
	height: 25px;
    margin-left: 5px;
    margin-top: 5px;
	display:inline-block;
}
