/*
head, sidebar lines: #333
content dividers: #777
content small lines: #ccc
*/

/* reset defaults start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset defaults end */

body {
	font:13px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	}
h1 a{
	clear:both;
	display:block;
	margin:0 0 18px 0;
	text-indent:-9999px;
	width:285px;
	height:137px;
	background:url(images/troppolocco_logo.png) no-repeat;
	}
h2 {
	clear:left;
	font:bold 15px tahoma;
	margin:0 0 7px 0;
	color:#444;
	}
h2 a {
	color:#444;
	font-size:15px;
	text-decoration:none;
	}
h2 a:hover {
	color:#ac1913;
	}
	
h3 {
	font:bold 14px tahoma;
	margin:0 0 7px 0;
	color:#444;
	}
h4 {
	font:bold 13px tahoma;
	margin:0 0 7px 0;
	color:#444;
	}
p {
	margin:0 0 14px 0;
	}
a {
	color:#ac1913;
	font-size:12px;
	text-decoration:underline;
	}
a:hover {
	color:#333;
	}
small {
	font-size:10px;
	}
strong {
	font-weight:bold;
	}
img {
	display:block;
	}
.skip, .screen-reader-text {
	position:absolute;
	top:-9999px;
	left:-9999px;
	}
/*--------------
  STRUCTURE 
  -------------- */
#wrapper {
	width:940px;
	margin:0 auto;
	overflow:auto;
	padding:0 20px;
	background:url(images/grid1.png) repeat-y 50% 0;
	}
#header {
	width:940px;
	float:left;
	border-top:0px solid #333;
	}
#content {
	width:700px;
	float:left;
	padding:10px 0 0 0;
	border-top:1px solid #333;
	}
#content.middle {
	width:460px;
	padding:10px 0 0 0;
	}
#content.forum-wrapper {
	width:940px;
	}
#sidebar {
	width:220px;
	float:right;
	padding:10px 0 0 0;
	font-size:12px;
	border-top:1px solid #333;
	}
#footer {
	width:940px;
	float:left;
	margin:60px 0 0 0;
	padding:10px 0;
	border-top:1px solid #ccc;
	font-size:11px;
	}
/*--------------
  HEADER 
  --------------*/
  
#head-section {
	width:940px;
	float:left;
	padding:7px 0;
	margin:0 0 5px 0;
	font-size:12px;
	border-bottom:1px solid #333;
	}
#head-icons {
	float:left;
	}
#head-icons a {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:0 5px 0 0;
	text-indent:-9999px;
	}
#head-icons a#facebook {
	background:url(images/facebook.png) no-repeat 0 0;
	}
#head-icons a#twitter {
	background:url(images/twitter.png) no-repeat 0 0;
	}
#head-icons a#facebook:hover, #head-icons a#twitter:hover {
	background-position:-20px 0;
	}
#search-wrapper {
	float:right;
	}
#search-wrapper ul {
	float:left;
	margin:0 15px 0 0;
	}
#search-wrapper li {
	float:left;
	margin:0 0 0 15px;
	}
#search-wrapper form {
	float:right;
	}
#mainnav {
	float:left;
	width:940px;
	background:#333;
	}
#mainnav li {
	float:left;
	border-right:1px solid #444;
	}
#mainnav a, #mainnav a:visited {
	display:block;
	padding:10px 25px;
	background:#333;
	font:bold 11px Tahoma,arial,helvetica,sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	}
#mainnav a:hover, #mainnav .current_page_item a, #mainnav .current_page_parent a {
	background:#D9111B;
	}
#breadcrumb {
	float:left;
	width:940px;
	padding:1px 0 2px;
	font-size:10px;
	color:#777;
	}
#breadcrumb #feed-icon {
	float:right;
	margin:3px 1px 0 0;
	}
#breadcrumb a, #breadcrumb a:visited {
	color:#444;
	font-size:10px;
	text-decoration:none;
	}
#breadcrumb a:hover {
	color:#000;
	}
/*--------------
  SUBNAV 
  --------------*/
#subnav {
	width:220px;
	margin:0 20px 0 0;
	float:left;
	border-top:1px solid #333;
	}
#subnav li {
	padding:6px 0;
	border-bottom:1px solid #ccc;
	}
#subnav a, #subnav a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	}
#subnav a:hover, #subnav .current_page_item a {
	color:#ac1913;
	}
/*--------------
  CONTENT 
  --------------*/
.post {
	padding:0 50px 0 0;
	}
.post-heading {
	margin:0;
	}
.post-date {
	display:block;
	margin:0 0 10px 0;
	}
.postmetadata {
	margin:0 0 20px 0;
	padding:0 0 22px 22px;
	background:url(images/comments.png) no-repeat 0 4px;
	border-bottom:1px solid #777;
	}
#single-entry {
	margin:0 0 60px 0;
	}
.commentlist {
	padding:20px 0 0 0;
	}
.comment {
	float:left;
	width:700px;
	margin:0 0 50px 0;
	}
.author-data {
	float:left;
	width:220px;
	padding:10px 0 0 0;
	border-top:1px solid #777;
	}
.author-data p {
	padding:6px 0;
	margin:0;
	border-bottom:1px solid #ccc;
	}
.avatar {
	padding:0 0 6px 0;
	border-bottom:1px solid #ccc;
	}
.avatar img {
	border:none;
	}
.comment-text {
	float:right;
	width:460px;
	padding:10px 0 0 0;
	border-top:1px solid #777;
	font-size:12px;
	}
#comment-heading {
	width:220px;
	float:left;
	padding:20px 0 0 0;
	border-top:1px solid #777;
	}
#respond {
	width:460px;
	float:right;
	padding:20px 0 0 0;
	border-top:1px solid #777;
	}
.management {
	float:left;
	width:460px;
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #777;
	font-size:12px;
	}
.management img {
	float:left;
	margin:10px 0 0 0;
	}
.management ul {
	float:right;
	width:380px;
	}
.management li {
	padding:6px 0;
	border-bottom:1px solid #ccc;
	}
#video-wrapper {
	float:left;
	width:720px;
	padding:0 -20px 0 0;
	}
.vvqbox {
	float:left;
	padding:0 20px 8px 0;
	}
#contact-address {
	width:220px;
	float:left;
	margin:0 20px 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #333;
	}
#content.guestbook {
	border:0;
	padding:0;
	}
#guestbook-wrap {
	width:700px;
	float:left;
	margin:0 0 50px 0;
	}
#guestentrys {
	width:220px;
	float:left;
	padding:10px 0 0 0;
	border-top:1px solid #333;
	}
#guestheading {
	width:460px;
	float:right;
	padding:10px 0 0 0;
	border-top:1px solid #333;
	}
.linkcat {
	float:left;
	width:700px;
	margin:0 0 50px 0;
	border-top:1px solid #777;
	list-style:none;
	}
.linkcat h2 {
	width:220px;
	float:left;
	margin:10px 0 0 0;
	font-size:12px;
	}
.linkcat .xoxo {
	width:460px;
	float:right;
	}
.linkcat li {
	padding:6px 0;
	border-bottom:1px solid #ccc;
	}
.lower-latin-list, .bullet-list {
	margin:0 0 14px 0;
	}
.lower-latin-list li {
	list-style:lower-latin;
	margin:0 0 0 35px;
	}
.bullet-list li {
	list-style:disc;
	margin:0 0 0 35px;
	}
#stat-dl dt {
	font-weight:bold;
	}
#stat-dl dd {
	margin:0 0 14px 0;
	}
/*--------------
  SIDEBAR 
  -------------- */
.sidebar-item, #next-event {
	border-bottom:1px solid #666;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}
#next-event dl {
	clear:left;
	margin:0 0 10px 0;
	}
#next-event dt {
	float:left;
	margin:0 10px 0 0;
	padding:3px 0;
	}
#next-event dd {
	padding:3px 0;
	border-bottom:1px solid #ccc;
	}
/*--------------
  FOOTER
  -------------- */

#copyright {
	float:left;
	}
#dk {
	float:right;
	}
#dk a {
	font-size:11px;
	}
/*--------------
  FORMS
  -------------- */
  
input, textarea {
	display:block;
	margin:0 0 8px 0;
	}
label {
	margin:0 0 3px 0;
	font-size:12px;
	}
label small {
	font-weight:normal;
	font-size:10px;
	}
.checkbox {
	float:left;
	margin:3px 5px 13px 0;
	}
.checkbox-label {
	margin:0 0 13px 0;
	}
#contactname, #email, #subject, #author,
#url, #lname, #fname, #street, #city, #mobile {
	width:220px;
	}
#searchform input {
	display:inline;
	margin:0;
	}
#contact-submit {
	clear:left;
	}
.error {
	display:block;
	font-size:10px;
	margin:0 0 -15px 0;
	color:#f00;
	}
	
	
	
	
	
