/* @override http://localhost/mostrilla.com/wp-content/themes/cookery2/style.css */

/*
Theme Name: Cookery blog 2
Theme URI: http://mostrilla.com/wp-content/themes/cookery2
Description: 
Version: 1.0
Author: Serena Marangoni
Author URI: http://mostrilla.com
*/

/* General */

body,
table {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/* Layout */
#site-wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#site-body {
	width: 960px;
	overflow: hidden;
	padding:  0px;
	margin:  0px;
	background-image: url(img/bg_sitebody.gif);
}

#content {	
	float: left;
	width: 510px;
	margin-right:  30px;
	margin-left:  30px;
}

#footer {
	text-align: center;
	padding: 1em;
}

/*header*/
#header {
	background-image: url(img/bg_header.gif);
	height: 227px;
	padding:  0px;
	margin:  0px;
}

#banner-header {
   width:  230px;
   height:  60px;
   margin-left: 476px;
   margin-top:  40px;
}

#link-home a {
	width:  200px;
	height:  140px;
	float:  left;
	margin-left: 75px;
	margin-top: 30px;
}

/* content */

#content img {
	padding: 1em;
	background-color: #fff;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin-bottom: 1.5em;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .wp-smiley,
#content .avatar {
	border: 0px !important;
	margin:  0px !important;
	padding:  0px !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background-color: transparent !important;
}

/* sidebar */

#sidebar1 {
	float: left;
	width: 180px;
	margin-right: 10px;
}


#sidebar2 {
	float: left;
	width: 180px;
}

/* Widgets */

.widget h3 {
	margin-top: 0;
}

.widget {
	background-color: #ffffff;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin-bottom: 1.5em;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.widget_recent_entries li{
    list-style-position: inside;		
	list-style-type: square;
	color: #e00e44;
}

.widget_recent_entries a{
	color:  #000000;
	
}


/* Content */
#content h2  {
	color: #e00e44;
	font-size: 16px;
	
}

h3 {
	color: #e00e44;
}

#content a {
	color: #e00e44;
}

.navigation {
	height:  30px;
	margin-top:  0px;
}

/* menu delle categorie e links */

.sidebar ul {
	padding: 0;
	margin-left: 0px
}

.cat-item a{
	color:  #000000;
}

.widget_categories  {
	color: #e00e44;
}

.widget_categories li{
    list-style-position: inside;		
	list-style-type: square;
	color: #e00e44;
}

.blogroll a{
	color:  #000000;
}
.textwidget a{
	color:  #e00e44;
}
/* list lnks */

.widget_links li{
    list-style-position: inside;		
	list-style-type: square;
	color: #e00e44;
}

/* footer */
#footer {
	background-image: url(img/bg_footer.gif);
	height: 90px;
	padding:  0px;
	margin:  0px;
}

#footer a{
	color:  #e00e44;
}

#copyright {
	margin-top: 50px;
	margin-right:  110px;
	float:  right;
}

/*commenti*/
textarea {
    width: 400px;
}

/*ricerca google*/
#site-search {
	float: right;
}

#site-search input,
#site-search label {
	font-size: 11px;
}

#site-search #sbi {
	width: 100px !important;
}

