/*
Theme Name: Francesca Casaccia
Theme URI: http://www.gryphon.it
Description: Theme for francesca casaccia
Version: 1.0
Author: Francesco Scotti
Author URI: http://www.gryphon.it
 */

/* Begin Typography & Colors */

body {
 	margin: 20px 0px;
	padding: 0;
	background: #edece8;
	font: 0.7em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #6d1d02;
	text-align: left;
	}

ul, ol { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

li { 
	list-style: none;
	margin: 0px 0px -3px 0px;
	padding: 0px;
	}
h2 { 
	color: #a4adbc;
	margin: 5px 0px;
	font-weight: bold;
	font-size: 1.4em;
	}

a:link {
	color: #a4adbc;
	text-decoration: none;
	font-weight: bold
	}

a:link img.prt {
	border: 2px solid #a4adbc;
	}

a:visited {
	color: #a4adbc;
	text-decoration: none;
	font-weight: bold
	}

a:hover {
	color: #a4adbc;
	text-decoration: underline;
	font-weight: bold
	}

#page {
	width: 752px;
	margin: 0px auto;
	height: auto;
	}

#header {
	padding-top: 55px;
	padding-right: 10px;
	width: 742px;
	height: 45px;
	text-align: right;
	background: url(img/head.jpg);
	}

#scatola {
	border-top: 1px solid #a4adbc;
	border-right: 1px solid #a4adbc;
	height: auto;
	}

#sidebar {
	float: left;
	width: 150px;
	display: inline;
	border-left: 1px solid #a4adbc;
	border-bottom: 1px solid #a4adbc;
	}

#content {
	float: right;
	border-left: 1px solid #a4adbc;
	border-bottom: 1px solid #a4adbc;
	width: 589px;
	height: auto !important;
	height: 470px;
	min-height: 470px;
	padding: 5px;
	font-size: 1.1em;
	background: #75747a;
	}

#closer {
	clear: both;
	}

#footer {
	padding-top: 15px;
	padding-right: 50px;
	height: 85px;
	text-align: right;
	background: url(img/footer.jpg);
	}

