/*  
Theme Name: Logic
Theme URI: http://www.logicsolution.com/
*/

.alignright{float:right}
.alignleft{float:left}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

h3 {
font-size: 28px;
	color: #6288a5;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	background-color: #FFF;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}

table{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

h1, h2,   h5, h6{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
h4 a{text-decoration: none;
	font-size: 16px;
	color: #066f99;
padding-top:20px;

}

a{
	text-decoration: underline;
	color: #066f99;
}
p a{
	text-decoration: underline;
	color: #ceaf63;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

p a img{
	border: solid 4px #F4F4F4;
}


address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #f1faff;
}




#container{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	vertical-align: top;
}





#header_wrap{
	float: left;
	width: 946px;
	padding: 0;
	background:url(images/bg_header_bottom.gif) no-repeat left bottom;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

#header{
	float: left;
	width: 950px;
	background: url(images/bgheader.jpg) no-repeat;
}





.blog_title_wrap{
	float: left;
	width: 930px;
	margin: 10px 0 0 10px;
	display: inline;
	
}

.blog_title{
	float: left;
	width: 930px;

}

.blog_title h1{
	padding: 10px 20px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, Sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.blog_title h1 a{
	text-decoration: none;
	color: #fff;
}

.blog_title h1 a:hover{
	text-decoration: underline;
}




.topmenu{
	float: left;
	width: 946px;
	margin-top: 106px;
	background-image: url(images/bgbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
}

.topmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.topmenu ul li{
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 0px;
	padding-right: 29px;
	padding-left: 30px;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/linea.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.topmenu ul li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}


.topmenu ul li.current_page_item a{
	color: #b3e5fa;
	
}

.topmenu ul li a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #e5f5fc;
}

.topmenu ul li.rss{
	float: right;
	display:none;
	margin: 10px 10px 0 0;
}

.topmenu ul li.rss a{
	padding: 10px 10px 20px 21px;
	background: url(images/icon_rss.gif) no-repeat 0 10px;
}




#page{
	float: left;
	width: 950px;
	margin: 10px 0 0;
}

.main{
	float: left;
	width: 510px;
	display: inline;
}

.post{
	float: left;
	width: 510px;
	margin: 10px 0 0;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2ebf7;
	border-right-color: #d2ebf7;
	border-left-color: #d2ebf7;
}

.post_date{
	float: left;
	display:inline;
	width: 60px;
	height: 70px;
	overflow: hidden;
	background: #0379A9 url(images/bg_date_button.jpg) no-repeat;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}

.post_month{
	padding: 11px 0 0;
	text-align: center;
	text-transform: none;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #255a73;
}

.post_day{
	padding: 6px 0 0;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.post_title{
	float: left;
	width: 395px;
	margin: 20px 0 0 0;
	display: inline;
}

.post_title_alt{
	width: 470px;
	margin: 20px 0 0 20px;
}

.post_title h2{
	font-size: 28px;
	color: #6288a5;
}

.post_title h2 a{
	text-decoration: none;
	color: #6288a5;
}

.post_title h2 a:hover{
	text-decoration: underline;
}

.postdata{
	padding: 10px 0 0;
	line-height: 18px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	color: #999;
}

.entry{
	line-height: 20px;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 90px;
	padding-left: 20px;
}
.entry_bottom {
	background-color: #FFF;
	background-image: url(images/bg_rc_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 45px;
	width: 514px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

p.comments_number{
	padding: 10px 0 5px 21px;
	background: url(images/icon_comment_bubble.gif) no-repeat 0 16px;
}

p.comments_number a{
	color: #ceaf63;
	font-weight: bold;
}

.navigation{
	padding: 0 20px;
	line-height: 24px;
}




.comments_template_wrap{
	margin: 10px 0 0;
	background: #fff url(images/bg_rc_top.jpg) no-repeat;
}

.comments_template{
	padding: 20px 20px 30px;
	background-color: #e3f3fb;
	background-image: url(images/bg_rc_bottomcomment.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.comments_template ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 20px;
}

.comments_template ol.commentlist li{
	margin: 10px 0 0;
	padding: 10px;
	line-height: 24px;
}

.comments_template ol.commentlist li.alt{
	border-top: 1px solid #cbe9f3;
	background: #f0fbff;
}

.comments_template ol.commentlist li cite{
	font-style: normal;
	font-weight: bold;
}



#sidebar1{
	float: left;
	width: 214px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20;
}

#sidebar2{
	float: left;
	width: 196px;
	margin: 0 0 0 20px;
	display: inline;
}

.sidebar{
	float: left;
	width: 196px;
	margin: 0 0 0 0px;
	display: inline;
}


.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	margin: 10px 0 0;
	background-color: #eaf7fd;
	background-image: url(images/bg_sidebar_rc_top.jpg);
	background-repeat: no-repeat;
}

.sidebar ul li#calendar #calendar_wrap{
	padding: 7px 20px 30px;
	background: url(images/bg_sidebar_rc_bottom.gif) no-repeat left bottom;
}

.sidebar ul li#calendar #calendar_wrap table#wp-calendar{
	width: 100%;
	font-size: 12px;
}

.sidebar ul li#calendar #calendar_wrap table#wp-calendar td{
	padding: 4px 0;
}

.sidebar ul li#search{
	background: #d7f071 url(http://www.vitadaprecisina.com/wp-content/uploads/bg_sidebar_rc_search_top.gif) no-repeat;
}

.sidebar ul li form#searchform{
	padding: 45px 13px 35px;

	background-image: url(images/bg_sidebar_rc_search_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sidebar ul li form#searchform .keyword{
	width: 180px;
	height: 40px;
	overflow: hidden;
	background: #fff url(images/bg_searchform.gif) no-repeat;
}

.sidebar ul li form#searchform .keyword input#s{
	border: 0;
	width: 85%;
	padding: 9px 10px 0;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	background-color: transparent;
	color: #666;
}

.sidebar ul li h2{
	color: #586975;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/dotted2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.sidebar ul ul,  .sidebar ul li#google-search form#gsearch{
	padding: 7px 20px 30px;
	background: url(images/bg_sidebar_rc_bottom.gif) no-repeat left bottom;
}

.sidebar ul ul li{
	margin: 0;
	padding: 5px 0 10px;
	line-height: 13px;
	background: url(images/bg_dotted.gif) repeat-x left bottom;	
}

.sidebar ul ul li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	background-image: url(images/bull.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}
.sidebar ul ul ul{
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.navigation a, #footer a{
	text-decoration: none;
	color: #586975;
}

.navigation a:hover, #footer a:hover{
	text-decoration: underline;
}

.navigation, #footer{
	font-weight: bold;
	color: #a7d5e8;
}

#footer{
	margin: 10px 0 0;
	padding: 4px 20px 20px;
	line-height: 24px;
	background-color: #295d75;
	background-image: url(images/bgfooter.gif);
	background-repeat: repeat-x;
}

#footerlogo{
	background-color: #eaf8fd;
	background-image: url(images/logic_solution.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
}

div.cropme {
  position: relative;
  height: 120px;
  width: 115px;
  border: 4px solid #e3f3fb;
  overflow:hidden;
margin-right:2px;
}
div.cropme img {
margin-top:-40px;
  margin-left:-40px;
}
#lastricette
{
width: 500px;
height: 145px;
padding:20px;
background-color: #eaf8fd;}

#text-6 {
	color: #586975;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

