/*  
Theme Name: Senza volo
Description: Tema wordpress realizzato da <a href="http://flavio.tordini.org/">Flavio</a>.
Author URI: http://flavio.tordini.org/
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #F4F3E3;
	font-family: serif;
	font-size: 1em;
	color: #332C22;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* Structure */
#top {
	height: 315px;
	width: 920px;
	background: #00509F url(images/header2.jpg) left top no-repeat;
	text-align: left;
  float: left;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#content {
  width: 720px;
	padding-top: 3em;
  float: left;
}

#sidebar {
  margin-top: 3em;
  float: right;
  width: 200px;
}
#footer {
	width: 920px;
	padding: .75em 0;
	margin: 2em auto 0 auto;
	text-align: center;
	line-height: 150%;
	color: #fff;
	background: #C0BB9E;
}

#footer a {
	color: #fff;
}

#footer .credits {
  float: right;
  width: 150px;
  font-size: .8em;
  font-family: sans-serif;
  background: #C0BB9E;
  color: #fff;
  padding: 0;
}

#footer .credits a {
  color: #fff;
}


/* Sidebar */

#sidebar ul {
	list-style: none;
}

#sidebar li a {
	border-bottom: 1px dashed #433A2E;
	margin-top: 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #433A2E;
}

#sidebar li a:hover {
	border-bottom: 1px dashed #433A2E;
	margin-top: 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #433A2E;
}

/* Heading's */
h1 {
	color: #433A2E;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
}

h1 a {
	color: #433A2E;
	font-family: serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #433A2E;
	font-size: 1.25em;
	font-weight: normal;
	border-bottom: 1px dashed #433A2E;
}

h3 {
	color: #433A2E;
	font-size: 1.25em;
	font-weight: normal;
	border-bottom: 1px dashed #433A2E;
	padding-bottom: 15px;
}

/* Entries */

#content.home {
	margin-top: 0;
}
	
#content.home .text {
  font-size: 1.3em;
  margin-bottom: 1em;
}

#content.home .text p {
  margin: 0;
}

#content p {
  font-size: 1em;
}

.meta {
	margin: 1em 0;
}

.meta a {
	color: #332C22;
}

.meta a:hover {
	text-decoration: none;
}

#content img {
	margin: 5px;
}

/* Link Colors */
a {
  color: #000;
  text-decoration: none;
}

/* Alignment */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Comments */
#comments {
	
}

#comments a {
	color: #332C22;
}

#comments a:hover {
	text-decoration: none;
}

ol#comments li p {
	
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea
	{
	border: 1px solid #332C22;
	padding: 3px;
	color: #fff;
}

#commentform textarea {
	width: 440px;
	color: #EBEADA;
}

.commentlist {
	margin-top: 1em;
	margin-left: 20px;
}

#commentlist li ul {
	list-style: none;
}

div.commentbody {
	margin: 0 0 20px 0;
	clear: both;
}

div.commentbody div {
	padding: 5px;
	margin-bottom: -1.5em;
}

#submitcomment {
	
}

.commentmetadata {
	text-align: right;
}

/* Form Elements */
input {
	border: 1px solid #332C22;
	background: #433A2E;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	border: 1px solid #332C22;
	background: #433A2E;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contactsubmit {
	height: 30px;
	line-height: 30px;
	width: 102px;
	background: url(images/button.gif) 0 0 no-repeat;
	text-align: center;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

#submitcomment {
	height: 30px;
	line-height: 30px;
	width: 102px;
	background: url(images/button.gif) 0 0 no-repeat;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

#wpcf_your_name,#wpcf_email,#wpcf_subject,#wpcf_msg {
	border: 1px solid #222;
	padding: 3px;
	color: #EBEADA;
}

/* Search */
#searchform {
	margin-bottom: 1em;
}

#s {
	color: #EBEADA;
	padding: 2px 5px;
	width: 160px;
}

#searchsubmit {
	margin: 2px 0 0 0;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	background: #EBEADB;
	display: block;
}

#menu {
  width: 920px;
  float: left;
  margin: 0 auto;
}

#menu ul {
	width: 920px;
  float: left;
  background: #C0BB9E;
  list-style: none;
}

#menu ul li {
	float: left;
  margin: 0;
  padding: 0;
}

#menu ul li a {
	float: left;
	display: block;
	padding: .5em 2em;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
}

#menu ul li a:hover {
	background: #CAC5A7;
}
.plibro {
  padding-left: 9em;
  padding-right: 9em;
}

.pFrammenti {
  padding-left: 14em;
  padding-right: 6em;
}

.pFrammenti h1 {
  font-size: .8em;
}

.pautore {
  padding-left: 18em;
  padding-right: 3em;
}

.pcontatti {
  padding-left: 24em;
  padding-right: 3em;
}

.pshop {
  padding-left: 30em;
  padding-right: 3em;
}

