/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
font-family:"Century Gothic",Arial,Serif; 
margin:0;
padding:0;
}

body{
background:url(../images/head.png) repeat-x;
}

/*----------page-----------*/
#page {
position:relative;
min-width:185px;
width:1000px;
height:700px;
margin:0 auto;
}

/*----------header-----------*/
#header{
position:absolute;
width:770px;
height:100px;
top:50px;
left:185px;
background:#D98F6B;
}
#titolo{
float:right;
margin-right:150px;
}
#titolo h1, #titolo a {
font-size:63px;
color:#FFFFFF;
font-weight:normal;
margin-top:35px;
text-decoration:none;
}

/*----------left-----------*/
#left{
position:absolute;
width:185px;
height:465px;
top:180px;
}
#left h2, #left h2 a{
font-size:28px;
color:#D98F6B;
font-weight:normal;
}
#menu{
/*position:absolute;
top:20px;*/
margin-top:20px;
text-align:right;
text-decoration:none;
width:173px;
}
#menu a, #menu a h2{
text-decoration:none;
}
#menu ul {
list-style-type:none;
}
#menu ul li a{
text-decoration:none;
color:#A5A5A5;
font-size:18px;
font-weight:normal;
text-transform:lowercase;
}
#menu ul li a:hover{
color:#4D4D4D;
}
/* added by Giulia on 13-01-2010 */
#sidebar {
	float:right;
	margin:15px 0 0 0;
	width:78px;
}
#sidebar ul li {
	float:left;
	list-style-type:none;
	margin:0 5px 0 0;
	text-align:right;
}
#sidebar ul li a {}

/*----------content-----------*/
#content{
position:absolute;
width:770px;
height:500px;
top:150px;
left:185px;
}

/*----------footer-----------*/
#footer{
position:absolute;
width:1000px;
height:50px;
top:650px;
}
#contatti{
float:right;
margin-top:16px;
margin-right:45px;
text-align:right;
}
#contatti p, #contatti a{
color:#D98F6B;
font-size:14px;
text-decoration:none;
font-weight:normal;

}