/*
Theme Name: INST.EL snc
Theme URI: http://wpglamour.com/bella-free-wordpress-theme/
Description: Instel wp theme based on "Bella" theme from http://wpglamour.com/
Version: 1.3
Author: Arjuna
Author http://arjuna.deltoso.net/
Tags: black, blue, orange, simple, minimalist, minimalistic, two columns, fixed width, widgets, widget ready, gravatars, valid XHTML
*/



* {
margin: 0;
padding: 0;
border: none;
text-decoration: none;
}

p { padding-bottom: 20px; font-size: 12px; line-height:20px; }

body {
/* padding-top: 10px; */
background: url(img/bg.jpg) top left repeat-y fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #646464;
}

.all {
width: 730px;
margin: 0 auto;
}

.header {
height: 90px;
font-family: Helvetica , Helvetica, sans-serif;
}

.header h2 {
color: #c3c5c5;
font-weight: 500;
font-size:16px;
background-color: #fff;
}

.header h1 a{
font-size: 30px;
color: #000;
}

.content {
width: 460px;
float: left;
background-color: #fff;
padding-left: 10px;
padding-top: 4px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}

.date {
color: #ccc;
padding-top: 2px;
text-align: left;
/*width: 45px;
float: left;*/
font-weight: bold;
font-size: 17px;
}

.title {
/*float: right;
width: 414px;*/
}

.title h2 a{
/* color: #000000; */
color:#008B9E;
margin: 0;
padding: 0;
font-size: 22px;
}

.post_info {
color: #2aace0;
font-weight:bold;
font-size: 13px;
}
.post_info a{
color: #2aace0;
text-decoration: underline;
}
.post_info a:hover{
color: #008B9E;
}


.post {
padding-bottom: 40px;
margin-bottom: 40px;
background: url(img/bg-post-bottom.jpg) bottom left no-repeat;
}

.post_single {
margin-bottom: 10px;
}

.entry {
padding-top: 10px;
line-height: 16px;
}

.entry h3 {
line-height: 20px;
padding-bottom: 10px;
font-size: 16px;
color: #F48631;3A
}
.entry ul{
padding-left: 20px;
padding-bottom: 10px;
padding-top: 5px;
font-size: 12px;
line-height: 20px;
}

.entry a {
color: #2AACE0;
text-decoration: underline;
}

blockquote {
padding: 7px;
background-color: #F4FBD2;
border: 3px #E1EEB9 dashed;
margin: 5px 0;
margin-bottom: 20px;
}
blockquote p{
padding: 5px 0;
}

.navigation {
padding-bottom: 40px;
}

.navigation a {
border: 1px #2AACE0 solid;
background-color: #2AACE0;
color: #FFF;
padding: 2px 5px;
font-weight: bold;
}

.navigation a:hover {
border: 1px #01606C solid;
}

.alignleft {
float: left;
}
.alignright {
float: right;
}

.comments {
float: left;
width: 128px;
height: 48px;
}

.comments a{
background: url(img/comments.jpg) top center no-repeat;
display: block;
width: 128px;
height: 48px;
color: #ee6705;
}
.comments a span{
float: right;
width: 40px;
text-align: center;
font-size: 18px;
font-weight: bold;
margin: 3px 6px 0 0;
}

.tags {
float: left;
margin-top: 31px;
margin-left: 0px;
padding-left: 0px;
padding-top: 9px;
background: url(img/tags.jpg) left top no-repeat;
/*width: 255px;*/
height: 23px;
}
.tags a {
color: #7D9198;
font-weight: bold;
text-transform: lowercase;
}
.tags a:hover {
color: #015F6B;
}



.sidebar {
width: 200px;
float: right;
}

.rss a{
display: block;
width: 149px;
height: 25px;
background: url(img/rss.jpg) top center no-repeat;
}
.rss a span{
display: none;
}

.sidebar li{
list-style: none;
padding-bottom: 20px;
}
.sidebar li li{
padding-left: 0px;
padding-bottom: 4px;
}
.sidebar li li li {
padding-left: 13px;
}
.sidebar ul {
padding-top: 5px;
}

.sidebar h2 {
/* color: #005f6b; */
color: #008B9E;
font-size: 22px;
padding-bottom:11px;
}

.sidebar li a {
color: #2aace0;
padding-left: 12px;
background: url(img/bullet.jpg) left center no-repeat;
font-size: 12px;
font-weight: bold;
}
.sidebar li a:hover {
color: #01606C;
}


.search {
padding-top: 5px;
}
.search input{
vertical-align: top;
}
.search #s {
padding: 5px 1px 4px 5px;
background: url(img/search-bg.jpg) top left no-repeat;
width: 110px;
height: 28px;
}





.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}












/***************** COMMENT FORM *****************/
.comments_form {
padding-bottom: 20px;
margin-top: 5px;
}
.comments_form h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #414141;
}

.one_comment {
border-bottom: 1px #DDD solid;
padding: 20px 0;
}
.comment_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #727272;
width: 280px;
float: left;
}
.comment_info {
float: right;
width: 160px;
}
.comment_author {
padding-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #414141;
}
.comment_author a{
color: #414141;
text-decoration: underline;
}
.comment_date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #a0a0a0;
}

.comment_form {
padding: 20px 0;
font-family: Verana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
padding-left: 70px;
}
.comment_form a{
color: #4F872E;
text-decoration: underline;
}
.comment_form br{
clear: both;
}

.comment_form label{
display: block;
float: left;
width: 90px;
}

.comm_input {
float: left;
}

.comm_input input{
width: 210px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;
color: #666666;
margin-bottom: 10px;
background: url(img/input-bg.jpg) top repeat-x;
border: 1px #e5e5e5 solid;
}

.comment_form textarea{
width: 300px;
height: 150px;
padding: 5px;
color: #666666;
background: url(img/input-bg.jpg) top repeat-x;
border: 1px #e5e5e5 solid;
margin-bottom: 10px;
}



.comment_text blockquote {
padding: 3px;
background-color: #F4FBD2;
border: 1px #E1EEB9 dashed;
margin: 5px 0;
margin-bottom: 10px;
}
.comment_text blockquote p{
padding: 0;
}



.footer {
width: 730px;
margin: 0 auto;
padding-bottom: 10px;
margin-top: 20px;
padding-left: 10px;
}

.footer_left {
float: left;
}
.footer_left ul{
padding-bottom: 4px;
display: block;
}
.footer_left li {
display: inline;
}
.footer_left li a{
display: inline;
color: #2AACE0;
font-weight: bold;
padding-right: 10px;
}

.footer_left li a:hover{
color: #01606C;
}


a.design{
margin: 9px 10px 0 0;
display: block;
width: 91px;
height: 23px;
background: url(img/designed-by.jpg) top center no-repeat;
text-decoration: none;
float: right;
}
a.design span{ display: none; }

/* CUSTOM RULES */
.title-page {
float: left;
width: 456px;
}
span.title-special {
font-weight: normal;
color: #c3c5c5;
font-size: 80%;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

table.data {
	margin: 20px 0 20px 0;
	border:1px solid #000;
	border-collapse:collapse;
	font-size: 14px;
	width: 80%;
}
table.data caption{
	background:#eee;
	font-size:100%;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:center;
}
table.data th{
	background-color: #eee;
}
table.data td,table.data th{
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
}

#background-images {
	position: absolute;
	top: 65px;
	left: 13px;
	background: transparent url(img/background-custom.jpg) no-repeat;
	width: 328px;
	height: 837px;
	z-index:-1;
}

a.homepagespecial {
	text-decoration: none;
}
.title-page-homepagespecial {
	margin-top: -4px;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

input, textarea {
	border: 2px solid #aaa;
}

.action {
	border: 1px solid #2AACE0;
	background-color: #e4f7ff;
	/* border-top: 0; 
	height: 20px; */
	width: 450px;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 10px 0 10px;
	margin-bottom: 30px;
}
.action span a {
	color: #F48631;
}
.action span a:hover {
	text-decoration: underline;
}
.action img {
	margin-bottom:0.25em;
	vertical-align:middle;
	padding-right: 3px;
}
abbr, acronym {
	border-bottom: 1px dotted #aaa;
}
.tabella-esempi td {
	text-indent: 25px;
}
.tabella-esempi caption {
	font-style: italic;
}
.tabella-esempi .spazio td {
	padding-top: 30px
}
.tel {
	display: inline;
	font-weight: bold;
}

.footer a {
color: #2AACE0;
}
.clear {
	clear: both;
}