/*  
Theme Name: visitfassa
Theme URI: http://www.visitfassa.it/
Description: WordPress theme for <a href="http://www.visitfassa.it/">visitfassa.it</a>.
Author: baga
Author URI: http://www.bagaweb.com/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000 url(img/bg-body.jpg) top center fixed no-repeat;
	text-align: justify;
	font-family: LucidaGrande, 'Lucida Grande', 'Lucida Sans', 'Arial', serif; 
	color: #fff;
}
h2, h3 {
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.4em;
	color: #90a7d7;
}
h3 {
	font-size: 1.2em;
}
p, ol, ul {
	line-height: 160%;
	font-size: 0.9em;
}
ul {
	list-style: none;
}
a {
	color: #90a7d7;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	text-indent: -99999px;
}
#header h1 a {
	width: 420px;
	height: 120px;
	background: url(img/bg-logo.png) bottom left no-repeat;
	display: block;
}
#top-search {
	float: right;
	width: 290px;
	height: 100px;
	padding: 20px 0 0 0;
}
input.box {
	float: left;
	width: 206px;
	height: 16px;
	padding: 7px 12px;
	background: url(img/bg-search-box.png);
	color: #fff;
}
input.button {
	float: left;
	width: 30px;
	height: 30px;
	background: url(img/bg-search-button.png);
	cursor: pointer;
}
#top-content {
	width: 960px;
	margin: 0 auto;
	height: 30px;
	background: url(img/bg-content-top.png);
}
#content {
	width: 900px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(img/bg-content.png) repeat-y;
}
#content .cat-descr {
	font-style: italic;
	font-size: 0.9em;
	padding: 0 0 10px 0;
}
#content h6 {
	padding: 0 0 30px 0;
}
#content .postmetadata {
	clear: both;
	padding: 10px 0 0 0;
}
#left-col {
	float: left;
	width: 550px;
}
#content p {
	padding: 0 0 10px 0;
}
#content ol {
	list-style: none;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid #ddd;
}
#content ol li {
	padding: 20px;
	font-size: 0.9em;
	border-top: 1px solid #ddd;
}
#content ol li p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 10px 0;
}
#content ol li strong {	
	color: #90a7d7;
	font-size: 1.2em;
	padding: 0 20px 0 0;
}
#content ol li small {
	font-size: 0.6em;
}
#commentform textarea {
	width: 506px;
	height: 266px;
	padding: 7px 12px;
	background: url(img/bg-textarea.png);
	font-family: LucidaGrande, 'Lucida Grande', 'Lucida Sans', 'Arial', serif; 
	color: #fff;
	font-size: 0.9em;
	overflow: hidden;
}
#form {
	margin: 30px 0 0 0;
}
#form-left {
	float: left;
	width: 230px;
	margin: 0 0 20px 0;
}
#form-right {
	float: right;
	width: 255px;
	margin: 0 0 20px 0;
}
#form-center {
	clear: both;
	margin: 20px 150px 30px 150px;
	width: 230px;
	height: 30px;
}
#form label {
	color: #90a7d7;
}
#form-center button.box {
	width: 230px;
	height: 30px;
	padding: 7px 12px;
	background: url(img/bg-search-box.png);
	color: #90a7d7;
	cursor: pointer;
}
#sidebar {
	float: right;
	width: 290px;
}
#sidebar ul {
	margin: 0 0 40px 0;
}
#sidebar li {
	padding: 5px 0;
	line-height: 1.0em;
}
#sidebar li a.orange {
	color: #fd620f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.0em;
}
#footer {
	clear: both;
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 30px 0 10px 0;
}
#footer p {
	text-transform: lowercase;
	text-align: center;
	font-size: 0.6em;
}