/* @override 
	http://sognoribelle.brucolive.com/wp-content/themes/sognoribelle/style.css
*/

/*  
Theme Name: sognoribelle theme
Theme URI: http://netpassion.it/
Description: sognoribelle theme
Version: 1.1
Author: Paolo Asperti
Author URI: http://netpassion.it/


*/

* html {
	height: 1%;
}

* {
	margin: 0;
}

* a {
	text-decoration: none;
	color: #000;
	border-bottom-style: dotted 1px;
}

input {
	margin: 1px;
}

body {
	height: 100%;
	width: 100%;
	background: #FEDDB6 url('images/page_bg.gif') repeat-x;
	font: 100.01% Verdana, sans-serif;
}

.clearboth {
	clear: both;
}

/*
------------------------------------
header 
------------------------------------
*/

#header {
	height: 212px;
	background: url('images/header.gif') top no-repeat;
}

#headerimg a {
	position:relative;
	top:10px;
	left:30px;
	background: url('images/logo.gif') top no-repeat;
	height: 225px;
	width: 172px;
}

#headerimg a img{
	border:none;
}

#headerimg .description {
	position: relative;
	left: 210px;
	top: -130px;
	width: 300px;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#headerimg div.subdescription,
#headerimg .subdescription {
	position: relative;
	left: 210px;
	top: -130px;
	width: 300px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}


/*
------------------------------------
page layout 
------------------------------------
*/

#menu {
	top: -250px;
	left: 230px;
	height: 44px;
	position: relative;
}

#page {
	width: 950px;
	display: block;
	min-height: 600px;
	margin: 0 auto;
	height: 100%;
	background: url('images/border.gif') repeat-y;
}

#wrap {
	margin-top:20px;
	width: 950px;
	height: 100%;
}

#wrap2 {
	width: 900px;
	margin: 0 auto;
	height: 100%;
}

#content {
	float: left;
	width: 520px;
}

#sidebars {
	float: right;
	position: relative;
	left: 5px;
	width: 370px;
}

#sidebar1 {
	float: left;
	margin: 0 6px;
	width: 170px;
}

#sidebar2 {
	float: right;
	margin: 0 6px;
	width: 170px;
}

/*
------------------------------------
menu 
------------------------------------
*/

#menu {
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu li a {
	position: relative;
	float: none;
	margin: 5px 14px 5px 6px;
	font-size: 12px;
	color: #100A01;
	line-height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
}

#menu li a:hover {
	border-bottom: 2px solid;
}

#menu li.current_page_item a {
	border-bottom: 2px solid;
}


/*
------------------------------------
sidebar 
------------------------------------
*/

.sidebar li {
	list-style-type: none;
}

.widgettitle {
	padding-top: 20px;
	font-size: 17px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.widget a {
	text-decoration: none;
	padding: 0;
	font-size: 14px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar img {
	margin: 6px 2px 0;
	padding: 2px;
	border: dotted 1px black;
}

.textwidget a{
	border: none;
}

/*
------------------------------------
post 
------------------------------------
*/
.post {
	margin-top: 50px;
	margin-bottom: 15px;
}

.posttitle a {
	margin-top: 30px;
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 20px;
	border-bottom: 2px double #ffc040;
}

.entry {
	padding: 8px 12px 10px 5px;
}

.posttitle {
	margin-top: 50px;
	background-color: transparent;
}

.postmetadata small,
.postmetadata {
	font-size: 10px;
	padding-top: 10px;
	text-align: right;
	margin-right: 20px;
}

.postmetadata a {
	text-decoration: none;
	color: #000;
	border-bottom-style: dotted;
}

/*
------------------------------------
searchform 
------------------------------------
*/

#searchform {
	margin: 0 auto;
	width: 160px;
}

#searchform input {
	position: relative;
	top: 3px;
	left: 50px;
	width: 60px;
}

input#s {
	width: 160px;
	position: static;
}

/*
------------------------------------
comments 
------------------------------------
*/

#comments {
	margin-top: 20px;
	font-size: 15px;
}

.commentlist {
	margin-left: 10px;
	font-size: 14px;
}

.commentlist p {
	margin-top: 10px;
	text-align: justify;
}

#commentform {
	width: 100%;
	font-size: small;
	padding: 10px 30px;
}

#commentform h3 {
	padding-top: 30px;
	padding-bottom: 10px;
}

#commentform textarea {
	width: 90%;
}

/*
------------------------------------
footer 
------------------------------------
*/

#footer {


/* position: absolute;
bottom: 0;
*/	width: 100%;
	margin-top: 0px;
	overflow: hidden;
	background-color: #FEDDB6;
	background: url('images/footer.gif') no-repeat top right;
	clear: both;
	float: none;
}

#footercontent {
	height: 60px;
	width: 100%;
	padding-top: 4px;
	background: url('images/main_panel_bottom_left.gif') no-repeat top left;
	text-align: center;
	font-size: 9px;
}

#podPress_footer cite {
	display: none;
}

