/*  
Theme Name: che vita!
Theme URI: www.chevita.it
Description: Tema sviluppato da me
Version: 0.1
Author: giovanni
Author URI: 
*/



/* GLOBAL STYLES */

body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
background-image:url(images/body_bg.jpg);
background-attachment: fixed;
background-repeat: repeat-x;
background-position: left top;
}

ul {
list-style: none;
}

a {
text-decoration: none;
}


h2 {
font-size: 18px;
color: #6D3F01;}

a, a:visited{
color: #6D3F01;
}

a:hover {
color: #9f6f34;}

#page {
position: absolute;
left: 50%;
margin-left: -325px;
width: 650px;
background-image: url(images/page_bg.jpg);
background-repeat: repeat-y;
background-position: left top;
}

/* HEADER STYLES */

#header {
	position: relative;
	display: block;
	float:left;
	width: 636px !important;
	height: 232px;
	background-image: url(images/header_bg.jpg);
	margin-left: 8px !important;
	margin-left: 3px;
	top: 0;
	background-repeat: no-repeat;
	background-position: 0px top;
}

#header h1 a {
	margin:0;
	display:block;
	width:100%;
	height: 140px;
	text-indent: 300px !important;
	text-indent: 300px;
	line-height: 3em;
	font-size: 60px;
	color: #6D3F01;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.description {
	display:block;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	text-indent: 400px !important;
	text-indent: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D3F01;
	font-style: italic;
	padding-top: 20px !important;
	padding-top: 8px;
	padding-right: 5px;
	}


/* CONTENT STYLES */

#content {
padding-top: 5px;
width: 400px;
float: left;
font-size: 12px;
color:#555;
line-height: 1.8em;
padding-left: 15px;
}

#content img {
border: none;
}

#comment {
width: 100%;
}

#highlight *, #context *, #photos * {
border: none;
}

#photoalbum-footer>form>input {
display: none;
}

/* SIDEBAR STYLES */

#sidebar {
width: 200px;
margin-top: 12px;
float:right;
font-size: 12px;
}

#sidebar a, #sidebar a:visited {
color: #222;
}

#sidebar a:hover {
color: #666;
}

#sidebar h2 {
color: #6D3F01;
font-size: 14px;
margin:0;
padding:0;
}

#searchform {
margin:5px 0;
padding:0;}

#sidebar ul {
line-height: 1.8em;
}

#sidebar li {
margin-left: -20px;
}

.postmetadata.alt small {
display:none;}

/* FOOTER STYLE */

#footer {
clear: both;
width: 100%;
height: 30px;
text-align: center;
}

#footer p {
font-size: 9px;
display:block;
width: 100%;
}

#hiddenLink {
display: none;
}