/*
Theme Name: NuovaTradizione
Theme URI: 
Description: NuovaTradizione
Version: 1.0
Author: Diego Catenaro
Author URI: 
Tags: fixed width, one column, widget-ready
*/

@charset "utf-8";
/* CSS Document */

* {
	margin: 0; border:0; padding: 0;
}
html, body {
	text-align: center;
}
html {
	background: #B6C6BB url(bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666;
}

a, h1, h2, h3, h4, h5, h6 {
	color: #FD8000;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 20px;
}
input, textarea {
	border: 1px solid #cccccc;
	padding: 2px; margin: 2px;
}

#box {
	margin: 20px auto auto auto;
	width: 820px;
	background: #f8f8ff url(box_bg.jpg) top center repeat-y;
	text-align: center
}
#nav {
	background: #f8f8ff url(nav_bg.jpg) top left no-repeat;
	height: 50px; line-height: 50px;
}
#nav ul {
	display: inline; float: left;
	width: 780px;
	margin-left: 20px;
	list-style: none;
	text-align: left;
}
#nav ul li {
	display: inline;
	height: 50px; line-height: 50px;
}
#nav ul li a {
	text-decoration: none;
	color: #333333; font-size: 12px;
	padding-right: 15px; 
}
#nav ul li a:hover {
	color: #FD8000;
	text-decoration: underline;
}
#logo {
	background: #f8f8ff url(logo_bg.jpg) top left no-repeat;
	width: 820px; height: 220px;
}
#logo h1 {
	
}
#logo h1 a {
	display: block;
	width: 820px; height: 220px;
}
#logo h1 a span {
	display: none;
}

#main {
	margin: 0 auto 10px auto;
	background: #ffffff;
	overflow: auto;
	width:780px;
}
#content {
	display: inline; float: left;
	width: 530px; margin-left: 10px;
	text-align: left;
	
}
#content h2 {
	text-transform: capitalize;
	font-weight: normal; font-size: 16px;
	padding-top: 5px; padding-bottom: 10px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content p {
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
#content p:first-letter {
	font-size: 20px; font-family: "Times New Roman", Times, serif; font-weight: bold; text-transform: uppercase;
	color: #949B93;
}
#side-bar {
	display: inline; float: right;
	width: 220px; margin-right: 10px;
	text-align: left;
	font-size: 12px;
}
#side-bar h3 {
	padding-top: 5px; padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal; font-size: 16px;
}
#side-bar ul, #side-bar ol {
	padding-left: 10px;
}
#side-bar ul li {
	list-style-image: url(triangle.jpg)
}
#side-bar ul li a {
	text-decoration: none;
	color: #333333;
}
#side-bar ul li a:hover {
	text-decoration: underline;
	color: #FD8000;
}
#footer {
	margin: 0 auto auto auto;
	overflow: auto;
	background: url(footer_start.jpg) top center no-repeat;
	width:820px;
}
#about {
	display: inline; float: left;
	/*width: 530px;*/ width: 760px; margin-left: 30px; margin-top: 20px;
	/*background: #ECF2F2;*/
	text-align: left; font-size: 11px;
	color: #666666;
}
#about img {
	border: 5px solid #FD8000;
	margin-right: 10px;
}
#site-info {
	display: inline; float: right;
	width: 220px; margin-right: 30px; margin-top: 20px;
	/*background: #ECF2F2;*/
	text-align: left; font-size: 9px;
	color: #999999;
display: none;
}
#renav {
	clear: both;
	background: url(footer_end.jpg) bottom left no-repeat;
	padding-bottom: 35px; padding-right:30px; padding-top: 10px;
	text-align: right;
	font-size: 14px;
}

textarea#comment {
	display: block;
	width: 400px;
}

.comment-counter {
	float: right; display: inline;
	margin-right: 10px;
}
.skip2content {
	display: none;
}
