/* Base Definitions */
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #003366;
	text-align: left;
}

/* Wrapper Definition */
#wrapper {
	width: 880px;
	text-align: left;
	margin: 10px auto 0px auto;
	background-color: #ffffff;
	border: 5px solid #ffffff;
}
p {
	margin: 0.7em 0;
	line-height: 1.6em;
}
a, a:link, a:visited {
	color: #95c74a;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #95c74a;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
blockquote {
	color: #666666;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #1B2318 1px dashed;
	border-bottom: #1b2318 1px dashed;
}
.clear {
	clear: both;
}
.clear1 {
	clear: both;
}	
.noshow {
line-height: 1px;
margin: 0;
padding: 0;
text-indent: -9999px;
float: left;
}  		
fieldset {
	border: 0;
}
img {
	border: none;
}

/* Header Image Area Definition */
#header {
	width: 880px;
	height: 160px;
	background-color: #f41615;
}
#rssicon {
	position: absolute;
	margin: 70px 0px 0px 820px;
}
#logo {
	height: 160px;
}
#logo h1 {
	text-indent: -9999px;
}
#logo a, #logo a:link, #logo a:visited {
	color: #ffffff;
	text-decoration: none;
}
#logo a:hover, #logo a:active {
	color: #f6ad11;
}
#description {
	color: #FFFFFF;
}
#description h2 {
  text-indent: -9999px;
}
#searcharea {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 6px 0px 0px 0px;
}
#navigation {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 880px;
	height: 31px;
	background: url(images/navbg.png) repeat-x;
}
#navmenu {
	width: 880px;
	height: 31px;
	width: 670px;
}
#navmenu ul {
	font: 14px/25px bold Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #628400;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	list-style-type: none;
	list-style-image: none;
	font-variant: small-caps;
}
#navmenu li {
	display: inline;
}
#navmenu ul li a {
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#navmenu .page_item {
	background: url(images/separator.jpg) left top no-repeat;
}
#navmenu ul li a:hover {
	color: #f41615;
}
#contenttop {
	clear: both;
	width: 880px;
	height: 217px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/contenttop.jpg) top center no-repeat;
}
#contenttopleft {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#contenttopright {
	margin: 0px 0px 0px 0px;
	padding: 50px 20px 0px 20px;
	font-size: 13px;
	color: #000000;
}

/* Container Definitions */
#container {
	clear: both;
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Content Definitions */
#content {
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 5px 15px;
}
.full {
	width: 850px;
}
.nonfull {
	width: 550px;
}
#content ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#content ol {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#content .post {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#content .posttitle {
}
#content h2 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #245917;
	background-color: #fff;
}
#content h2 a, #content h2 a:link, #content h2 a:visited {
	color: #241856;
	text-decoration: none;
}
#content h2 a:hover, #content h2 a:active {
	color: #f41615;
	text-decoration: underline;
}
#content .entry {
	margin: 1em 0;
	padding-right: 1em;
}
#content .entry a, #content .entry a:link, #content .entry a:visited {
	color: #f41615;
	font-weight: bold;
	text-decoration: underline;
}
#content .entry a:hover, #content .entry a:active {
	color: #241856;
	font-weight: bold;
	text-decoration: none;
}
#content .entry ul li {
	line-height: 1.6em;
}
#content .post-info {
	font-size: 11px;
	color: #e54680;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 5px 10px;
}
#content .post-info a , #content .post-info a:link, #content .post-info a:visited {
	font-weight: bold;
	color: #e54680;
}
#content .post-info a:hover, #content .post-info a:active {
	color: #245917;
}
#content .postmetadata {
	text-align: right;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 6px 0px 0px 11px;
	height: 30px;
	border-top: 1px dotted #666666;
}
#content .postmetadata a , #content .postmetadata a:link, #content .postmetadata a:visited {
	color: #95c74a;
}
#content .postmetadata a:hover, #content .postmetadata a:active {
	color: #f6ad11;
}
#content a, #content a:link, #content a:visited {
	color: #95c74a;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover, a:active {
	color: #95c74a;
	font-weight: bold;
	text-decoration: none;
}

/* Sidebar Definitions */
#sidebar {
	float: right;
	width: 240px;
	line-height: 18px;
	margin: 20px 5px 0px 5px;
	background: #fff url(images/bg_nav.gif) right top no-repeat;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
}
#sidebar h2 {
	font-size: 20px;
	padding: 10px 0px 10px 10px;
	font-weight: normal;
	color: #245917;
	text-transform: uppercase;
}
#sidebar h3 {
	font-size: 12px;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
	color: #241856;
	text-transform: uppercase;
	text-align: center;
}
#sidebar p {
	font-size: 11px;
	padding: 0px;
	color: #000;
	line-height: 14px;
	text-align: center;
}
#sidebar p.subtitle {
	font-size: 9px;
	margin-top: -5px;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #241856;
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover {
	display: block;
	line-height: 29px;
	color: #000000;
	text-decoration: none;
	background: url(images/li.gif) +10px +8px no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 10px 0px 30px;
}
#sidebar ul ul li a:hover {
	background: #B60400;
	line-height: 29px;
	background: #ebebeb url(images/li.gif) no-repeat +10px +8px;
}
#sidebar ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	list-style: none;
}
#sidebar li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#sidebar ul ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#sidebar ul ul li {
	padding: 0px 0px 0px 5px;
	border: none;
	margin: 0px 0px 0px 0px;
}
#sidebar ul ul ul {
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul ul ul li {
	padding: 0px 0px 0px 5px;
	border: none;
}

.box-soccorso {
  border: 1px solid #f00;
  text-align: center;
  margin: 20px 0 0 38px;
  padding: 2px;
  width: 160px;
  font-weight: bold;
  font-size: 0.9em;
  color: #000;
}

/* These help support the widgets properly */
#sidebar ul table {
	width: 180px;
	margin: 0px;
}
#sidebar ul .textwidget {
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

/* This is to support the calendar widget properly */
#calendar_wrap {
	margin: 0;
	padding: 10px 10px 10px 10px;
}

/* Footer Definitions */
#footer {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 15px 0px;
	text-align: center;
	background-color: #241856;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #f41615;
}
#footer #copyright {
	padding-top: 1px;
}
#feeds {
	color: #666666;
	text-align: right;
	padding: 40px 20px 10px 10px;
}
li#sidelinks ul {
	margin: 0;
	padding: 0;
}
#comments {
	margin: 0;
	padding: 1em 0 0 0;
	color: #777777;
}
#comments h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #d3d1d1;
}
#respond {
	margin: 0;
	padding: 1em 0 0 0;
	color: #777777;
}
#commentform {
	margin: 10px 0;
	padding: 10px;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}
.commentnum {
	font-weight: bold;
	margin: 0 5px 0 0;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;
}
.commentlist li {
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.commentlist li.alt {
}
.commentlist li.authorcomment {
}
.commentlist li .cmtinfo {
	font-size: 1em;
	text-align: left;
}
.commentlist li #pesan.alt {
	padding: 15px 10px 10px 40px;
}
.commentlist li #pesan {
	padding: 15px 10px 10px 40px;
}
.commentlist li cite {
	font-style: normal;
	font-weight: bold;
	color: #5c8bbf;
}
#content .commentlist .cmtinfo a, #content .commentlis  .cmtinfoa:link, #content .commentlist .cmtinfo a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #245917;
}
.commentlist a:hover, .commentlist a:active {
	color: #5ddb1c;
}
.commentlist li .cmtinfo em {
	float: right;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 0.9em;
	color: #999999;
}
#content .commentsfeed {
	background: url(images/feed.gif) no-repeat left center;
	padding-left: 16px;
}
#content .trackback {
	background: url(images/link.gif) no-repeat left center;
	padding-left: 20px;
}
textarea {
	border: #CCCCCC 1px solid;
	background: #FFFFFF url(images/shadow_top.gif) repeat-x top;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
	width: 150px;
}
textarea {
	width: 90%;
	padding: 10px;
	line-height: 2em;
	height: 20em;
}
input.textbox:focus, textarea:focus {
	background: #FFFFFF url(images/shadow_top.gif) repeat-x top;
	border: #AAAAAA 1px solid;
}
#submit {
	padding: 3px 5px;
}
.post h4 {
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Serif;
}
.post h4 em {
	font-style: normal;
	float: right;
	font-weight: normal;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em;
	padding: 0;
}
.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}
#header, #content, #sidebar, #sidebar2, #footer, .widget {
	overflow: hidden;
}
#content .posttitle {
	/* border: 1px solid #666666; */
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.orderlink {
	font-weight: bold;
	font-variant: small-caps;
}
#searchform {
	padding: 0px 10px;
}
#content .entry h1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 18px;
}
#content .entry h2 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
}
#content .entry h3 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
#s {
	width: 100px;
}
#searchsubmit {
	background-color: #f41615;
	color: #ffffff;
	border: none;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	margin-left: 10px;
	font-variant: small-caps;
}
.pagenavi {
  text-align: center;
  width: 550px;
  padding: 16px 0px;
}