body {
	background-color: #4C413C;
	font-family:Lucida Grande,Arial;
	color:#FFFFFF;
	font-size: 10px;
	background:transparent url(http://www.delphinet.it/images/centro.png) no-repeat center top;
}

.chiuditutto {
	clear:both;
}

a {
	color: #DC7A23;
	text-decoration: none;
}
a:visited {
	color: #fff;
}

.entry a:hover {
text-decoration: underline;
}

.entry a:link,
.entri a:visited {
	color: #F06D1F !important;
}

a:hover {
	text-decoration: underline;
	color:#DC7A23;
}

.entry img {
	border:medium none;
	float:left;
	margin-right:10px;
	margin-bottom: 15px;
	width: auto;
	max-height: 200px;
}

ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	margin:0 auto;
	width:970px;
}

#wrapper {
	width: 970px;
	margin: 0px auto;
	position: relative;
	background: transparent url("images/new/sfondo_wrapper.jpg") repeat-y 0px 0px;
}

/* ------------------------------------- header area  */
#header {
	height: 120px;
}
/* site title */
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	background-color:#000000;
	float:left;
	height:auto !important;
	min-height:795px;
}

/* main menu */
#nav {
	/* background: url(images/content-top-bg.png) no-repeat left top; */
	height: 26px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}

#nav li a:link,
#nav li a:visited	 {
	background-color: aqua;
}
#nav li a:hover, #nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
	/*	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;*/
	background-color:#DC7A23;
	color: #ffffff;
}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding:20px 30px;
	width:741px;
}


.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #DC7A23;
	text-decoration: none;
}
.postdata .category{
	background: url(images/cubo2.png) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/commenti.png) no-repeat;
	padding-left: 28px;
	float: right;
}
.mini-add-comment {
	background: url(images/commenti.png) no-repeat left center;
	padding-left: 27px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
	width: 620px;
	font-size: 12px;
	min-height: 240px;
}

/* post title */
h1,
h2 {
	color: #fff;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited {
	color: #fff;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover {
	color: #DC7A23;
	text-decoration: none;
}

h3 {
	color: #fff;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	border-top:1px dotted #DC7A23;
	/* background: url(images/navigation-bg.gif) no-repeat left center; */
	height: 21px;
	padding-top: 10px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #DC7A23;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
clear:both;
font-size:95%;
margin-top:-15px;
padding-bottom:25px;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #DC7A23;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/frecciaSx.png) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/frecciaDx.png) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	-x-system-font:none;
	background:transparent url(images/commenti2.png) no-repeat scroll 0 0;
	clear:both;
	font-size:140%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:255%;
	padding-left:60px;
}

h3#respond {
	clear:both;
	/*margin:20px 0 -15px;*/
	text-transform:uppercase;
	font-size:13px;
}

#commentform INPUT {
	margin-bottom: 5px;
	background-color:#333333;
	border:2px solid #444444;
	color:#FAFAFA;
}

#commentform .logged {
	float: right;
	color: #676666;
}

#commentform .logged A{
	color: #676666;
}

#commentform label {
	font-weight: bold;
	color:#fff;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	width: 220px;
	padding: 5px 3px 3px 7px;
}

#alt-login-methods {
	margin: 20px 0;
}

#commentform textarea {
	background-color:#333333;
	border:2px solid #444444;
	color:#fafafa;
	height:180px;
	width:736px;
	margin: 10px 0px;
	color: #fafafa;
}

#commentform #submit {
	color: #333333;
	background-color: #ffffff;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	text-align: center;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	background-color: #fff;
}

.commentlist em {
    color:#A69DBC;
}

.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #DC7A23;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

.commentlist p {
	color:#2e2e2e;
}

.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

/* ------------------------------------- footer area  */
#footer {
	background: url(images/content-bottom-bg.png) no-repeat;
	padding: 10px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right{
	float:right;
}
#sidebar-left {
	float: left;
	width:215px;
	
}
#sidebar-right {
	color:#666666;
	float:left;
	line-height:160%;
	width:169px;
}
#sidebar-right p, 
#sidebar-left p  {
	margin: 0px 0px 15px;
}
/*#sidebar-right h3, 
#sidebar-left h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #3D3B17;
	width:135px;
}*/
#sidebar-right h3 a, #sidebar-right h3 a:visited, 
#sidebar-left h3 a, #sidebar-left h3 a:visited {
	color: #666666;
}
#sidebar-right h3 img, 
#sidebar-left h3 img  {
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited, 
#sidebar-left a, #sidebar-left a:visited  {
	color: #fff;
	font-size: 11px;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active, 
#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active  {
	text-decoration:underline;
}
#sidebar-right ul, 
#sidebar-left ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar-right ul li, 
#sidebar-left ul li {
	padding-left: 15px ;
}
#sidebar-right ul li ul li, 
#sidebar-left ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/archivio.png) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li {
	background: url(images/cubo.png) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.png) no-repeat 0px center;
}
#meta .login {
	background: url(images/mini-user.png) no-repeat 0px center;
}
#meta .check {
	background: url(images/mini-check.png) no-repeat 0px center;
}
#meta .wordpress {
	background: url(images/mini-wp.png) no-repeat 0px center;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* MangoOrange.com footer (must be included, but can be modified) */
div#footer span.mangoorange{
	color: #fff;
	}
	
div#footer span.mangoorange a, 
div#footer span.mangoorange a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
div#footer span.mangoorange a:hover{
	text-decoration: underline;
	}	

