/*
Theme Name: Cascina City
Theme URI: http://www.avanthiadesign.com/wordpress/
Description: WordPress theme for the project "La cascina in città"
Version: 1.0
Author: Dahito
Author URI: http://dahito.avanthiadesign.com/
Tags: white and black, fixed width, two columns, widgets

	Cascina City v1.0
	http://cascinaincitta.apps.avanthiadesign.com

	This theme was designed and built by Dahito,
	whose blog you will find at http://dahito.avanthiadesign.com/

	The CSS, XHTML and design is released under MIT license:
	http://www.opensource.org/licenses/gpl-license.php

*/
a:link, a:hover, a:visited, a:active {text-decoration:none; color:#157cb5;} 
a:hover{text-decoration:underline;}
.alignleft{ float:left; }
.alignright{ float:right; }

	
/* Begin Structure */
html{
	padding:0;
	margin:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	background: #ededed url('images/bg_cow_pattern.png');
	color: #333;
	text-align: center;
	}
#wrapper {
	background: url('images/bg_body.png') repeat-y center top;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
#page{
	text-align: left;
	margin: 0 auto;
	padding:0;
	background:#fff;
}
	#content .post{
		padding:0 10px;
	}
		#content  .navigation{
			padding:10px;
		}
		
		#content  .postmetadata{
			background:#efefef;
			border:1px dotted #666;
			padding:5px;
		}
#header {
	text-align:center;
	position:relative;
	width:900px;
	}

#header h1{
	display:block;
	margin: 0 auto;
	padding: 0;
	height:360px;
	position:relative;
	overflow:hidden;
}

#header h1 span {
	display:block;
	background: url('images/header2.jpg') no-repeat center top;
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
}

div.breadcrumb{
	text-align:left;
	height:24px;
	line-height:24px;
	font-size:0.9em;
	padding-left:10px;
	text-transform:uppercase;
}
#mc_menu_1{
	position:absolute;
	left:0;
	bottom:15px;
	margin:0;
	padding:0;
}
#mc_menu_1 ul{
	list-style:none;
	padding:0;
	margin:0;
}
#mc_menu_1 li{
	padding:0 10px;
	display:block;
	float:left;
	margin:0;
}
#mc_menu_1 li a{ 
	height:24px;
	line-height:24px;
	font-size:1.2em;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
}


#sidebar ul{
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar ul li.widget{
	padding:0 10px;
	margin-bottom:10px;
}
#sidebar ul li.widget_text{
	padding:0;
}

	#sidebar h2 {
		font-size: 1.2em;
		background: url(images/bg_title_sidebar.png) no-repeat center top;
		height:24px;
		color:#fff;
		text-align:center;
		line-height:24px;
		text-transform:uppercase;
		font-family:"Comic Sans MS", "Arial";
		font-weight:bold;
		}
	
	#wp-calendar{
		font-size:0.9em;
		
	}
	#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1em;
	}

	#wp-calendar a {
		text-decoration: none;
		}
	
	#wp-calendar caption {
		font: bold 1.2em Verdana, Arial, Sans-Serif;
		text-align: center;
		}
	
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}
	#wp-calendar td {
		padding:0;
		text-align:center;
		}
	
	
#footer {
	width:900px;
	padding: 0;
	margin: 0 auto;
	height:155px;
	clear: both;
	background: #eee url('images/footer.jpg') no-repeat top;
	border: none;
	font-size:0.9em;
	}
#footer p {
	margin: 0;
	padding: 30px 0 0 10px;
	text-align: left;
	}

/* Custom */
div.cascina {
	height:92px;
	width:96px;
	display:inline-block;
	background:url(images/mucca.gif) no-repeat center bottom;
	overflow:hidden;
	margin:5px 0;
	padding:0;
	text-align:center;
}
div.cascina h3 {
	width:96px;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:1em;
	font-weight:200;
}
#compra{
	position:absolute;
	bottom:-35px;
	right:45px;
}


