/* @override http://www.iltrabiccolodeisogni.it/francesca/wp-content/themes/fra/style.css */

/*
Theme Name: Fra
Theme URI: http://www.iltrabiccolodeisogni/francesca/
Description: The Francesca Cavallaro's WordPress theme.
Version: 1.0
Author: Roberto Cecchi
Author URI: http://www.civico201.com/
Tags: minimal, white, 2 colons

	Fra v1.0
	 http://www.iltrabiccolodeisogni/francesca/

	This theme was designed and built by Roberto Cecchi,
	whose blog you will find at http://www.civico201.com/

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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url(images/fondo.jpg) no-repeat left top;

	color: #333;
	text-align: left;
	padding: 0;
	margin: 0;
}
	
h1 {
	font-size: 1.6em;
	margin: 0.8em 0em 0.1em 0em;
}	
	
h2 {
	font-size: 1.4em;
	
}	
	
.post h2 {
	font-size: 1.5em;
	padding: 0.8em 0 0.1em 0;
	margin: 0;
}	
	
h3 {
	font-size: 1.4em;
	
}	
p {
	font-size: 1.1em;
}

.postmetadata {
	font-size: 1em;
}

small {
	font-size: 1em;
}
	
a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	
}

a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
	
#page {
	width: 960px;
}

#header {
	width: 220px;
	text-align: left;
	padding-left: 10px;
}

#sidebar {
	width: 220px;
	padding: 10px 0 0 10px;

}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 140px;
}

#sidebar ul li {
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #BBB;
}

#sidebar ul.elenco li{
	border:none;
}

#content {
	top: 0;
	margin-left: 240px;
	width: 700px;
	position: absolute;
	text-align: left;
	
}

#content .post {
	padding-bottom: 30px;
}

#content .entry {
	padding-top: 0.3em;;
}

#footer {
	text-align: left;
	width: 220px;
	padding: 50px 0 0 10px;
}

#footer p{
	font-size: 0.8em;
}

.navigation {margin:10px 0 60px 0;}