/*
Theme Name: Claudio Corti
Theme URI: http://www.claudio-corti.com
Description: il tema personale del blog di Claudio Corti
Version: 1.0
Author: Claduio Corti
Author URI: http://www.claudio-corti.com/
Tags: green, fixed width, two columns, widgets


*/
@charset "utf-8";
@import url("css/menu.css");
@import url("css/index.css");
@import url("css/single.css");
@import url("css/sidebar.css");
@import url("css/comments.css");
body {
	width:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 2d2d2d;
	background-image: url(images/bodyPattern.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
a:link, a:visited {
	color: #088a99;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}

div {
	width: 100%;
	float: left;
}
.wp_syntax {
	width:600px;
	overflow:hidden;
	clear:both;
}
	.wp_syntax table {
		width:600px;
		overflow:scroll;
	}
		.wp_syntax table pre {
			width:auto;
		}
#pattern {
	background-image: url(images/topPattern.jpg);
	z-index: -100;
	width: 100%;
	height: 152px;
}

#mainContainer {
	width: 100%;
	border: none;
	z-index: 10;
	margin-top: -152px;
	
}

#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	
} 
	.post-wrapper li {
	margin-left:15px;
	list-style-position: inside;
	list-style-type: disc;
	}


#banner {
	background-image: url(images/banner.jpg);
	background-repeat: repeat;
	height: 266px;
}
#intestazione {
	display: none;
}

#menu {
	margin-top: 220px;
	margin-left: 22px;
}
#adsGoogleMenu {
}

#adsDiv {
	background-image: url(images/adsBody.jpg);
	background-repeat: repeat-y;
}

.leftContent {
	width: 480px;
	margin-left: 30px;
}
	#searchForm {
		width:55%;
		margin-left:1%;
	}
	#technoratiADD {
		width:35%;
		text-align:right;
	}
		#technoratiADD img {
			border:0;
		}
.rightTopContent {
	width: 385px;
	margin-left: 20px;
	width: 350px;
	text-align:center;

}

.topPattern {
	background-image: url(images/topPattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#bottomAdsDiv   {
	background-image: url(images/bottomAds.jpg);
	height: 39px;
}
.smallColl {
	width: 175px;
	margin-left: 20px;
}
	.smallColl li { 
	margin-left:0;
	list-style-position: outside;
	list-style-type: none;
	}
	
.mainLeftContent {
	margin-left: 30px;
	width: 640px;
}

#body {
	background-image: url(images/mainBody.jpg);
	background-repeat: repeat-y;
}



#bottomBody {
	background-image: url(images/bottomMainBody.jpg);
	height: 37px;
}
