/*
Theme Name: Hypothesis Theme
Theme URI: http://luckythemes.com/hypothesis-theme/
Description: Hypothesis Style Wordpress Theme. The theme is released under GPL.
Version: 1.4
Author: http://themerama.com
Tags: widget ready, valid html, valid css, 2 columns, fixed width, left sidebar
*/

body
{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000;
	background:silver;
	text-align:center;
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
}

#header
{
	width:900px;
	background: #b00233 url(images/header.jpg) no-repeat;
	text-align:left;
	margin:0 auto;
	height: 66px;
	padding-top: 150px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
}


#menu
{
	background-color: #b00233;
	padding:5px 0 5px;
	border-top: 1px solid black;
        border-bottom: 1px solid black;
}

#menu ul
{
	float:left;
	height: 15px;
	overflow:hidden;
	margin:5px 5px 5px 5px ;
	padding:0;
        background-color:#b00233;
	font-size:18px;
	font-weight:700;
        line-height: 15px;
}

#menu ul li
{
	font-family:Arial;
	list-style:none;
	color:#FFF;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	float:left;
	border-right:2px dotted #CBCBCB;
	margin:0 0 0 20px;
	padding:0 20px 0 0;
}

#menu a:link,#menu a:visited,#menu a:active,#menu a:hover
{
	color:#FFF;
	text-decoration:none;
}


.search
{
	padding:5px 0 4px;
	background-color: #008ecd;
        border-bottom: 1px black solid;
        overflow:hidden;
}

.search_form
{
	width:250px;
	float:right;
	margin:0;
	padding:2px 0;
}

.search_form input
{
	margin:0 10px;
	padding:0;
border: 1px solid black;

}

#banner{
  border-bottom: 1px solid black;
  margin-top: 0px;
  height: 30px;
  font-size: 1.4em;
  font-weight: bold;
  font-family:arial;
  color:red;
}

#content
{
	width:900px;
        margin: 15px auto;
        float-left:10px;
	background:#FFF;
	text-align:left;
	padding:0px;
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
}

#banner
{
        width: 900px;
        margin-left:-1px;
        padding-top: 5px;
        background: #FFFFFF;
        border-right: 1px solid black;
        border-left: 1px solid black;
}

#content .cpadding
{
	background:url(images/cont_bg.gif) repeat-y;
	border-top:20px solid #FFF;
	border-bottom:20px solid #FFF;
}

.left
{
	float:left;
	width:190px;
        color:black;
        margin: 10px 15px 10px 10px;
        border: 1px solid black;
        z-index: 2;
}

.left .ladding
{
	margin: 10px 15px 10px 10px;
}

.left .title
{
	width:174px;
	padding:10px 8px 8px 8px;
	background-color: #85b869;
}

.left h1
{
	font-size:12px;
	text-transform:uppercase;
	color:black;
	margin:auto;
	padding:10px 10px 10px 10px;
}

.left .title h1
{
	background:url(images/cat_bullet.gif) no-repeat left 5px;
	padding:0 0 10px 10px;
    
}

.left, .left ul, .left li{
	padding:0;
	margin:0 0 0 20px;
        
	}
.left li{
	list-style-type:none;
	position: relative;
	width:150px;
	padding:0;
        margin: 5px 7px 10px 4px
	}
.left li a{
	text-decoration:none;
	color: black;
        text-align:center;
	}

.left ul ul {
        z-index: 99;
        position: absolute;
        margin: 0px 0px 0 0px;
        padding: 0 0 0 15px;
        width: 155px;
        height: auto;
        left:-15px;
        visibility:hidden;
        background-color: #FF6600;
        border: 0px solid black;
	}

.left ul ul li {
        list-style-type:square;
        }
	
.left ul ul a{
       text-align:center;
       }

.left ul a:hover, .left ul a:active{
       color: #000099;
       font-size: 12px;
       font-style: italic;
       font-family: Arial;
       }


.left ul li:hover ul {
	visibility:visible;
	}


.right
{
	float:right;
	width:650px;
        margin: 0px 20px 0 0;
        border: 1px solid black;
        background:#E5E3DF;
}

.right .rpadding
{
	margin:0 20px 0 0;
}

.right .title
{
	border-bottom:1px dotted #B5B2AB;
	margin:0 5px;
	padding:10px 5px 5px;
}

.right h1
{
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.right h1 a:link,.right h1 a:visited,.right h1 a:active,.right h1 a:hover
{
	color:#505050;
	text-decoration:none;
}

.right h4
{
	font-weight:400;
	font-size:14px;
	color:#FFF;
	margin:0;
	padding:0;
}

.right .ppost
{
	font-size: 14px;
	background:#E5E3DF;
	width: 100%;
}

.right p
{
	margin:5px 0px 10px 10px;
}

.right a:link,.right a:visited,.right a:active,.right a:hover
{
	color:#A6003A;
	text-decoration:underline;
}

.tags
{
	text-align:left;
	font-size:11px;
	background:#EFEFEF;
	margin:0;
	padding:3px 10px;
}

.permalink
{
	width:150px;
	float:right;
	font-size:11px;
	text-align:center;
	background: #d8c865;
	margin:0;
	padding:3px 0;
}

#fondo
{            
        text-align:center;
	color:#2C6642;
	width:900px;
	font-size:11px;
	background:#008ecd;
        padding-top:5px;
	padding-bottom:5px;
	margin:0 auto;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
}

#footer
{
	font-family:Tahoma, Arial, Helvetica, Georgia, Verdana, sans-serif;
	font-weight:400;
	text-align:center;
	color:#2C6642;
	width:900px;
	font-size:11px;
	background:#3BAA64;
	padding-bottom:1px;
	margin:0 auto;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
}

#footer .fleft
{
	width:300px;
	float:left;
	background:url(images/ico_rss.jpg) no-repeat 30px 10px;
}

#footer .fright
{
	width:600px;
	float:right;
}

#footer p
{
	margin:0;
	padding:10px 0;
}

#footer a:link,#footer a:visited,#footer a:active,#footer a:hover
{
	font-weight:700;
	color:#2C6642;
	text-decoration:underline;
}

#footer a.sec:link,#footer a.sec:visited,#footer a.sec:active,#footer a.sec:hover
{
	color:#2C6642;
	font-weight:700;
	text-decoration:underline;
}

h2
{
	font-weight:400;
	font-size:16px;
	padding-left:10px;
}

h3
{
	font-weight:400;
	font-size:14px;
}

#SiteMeter
{
        float:right;
        margin-right: 10px;
}

#sfondocommenti{
	background-color: #e5e3b8;
}
h2#comments {
	padding: 10px;
}
#commentform #author,#commentform #email,#commentform #url,#commentform textarea
{
	background:#fff;
	border:1px solid #333;
	padding:.2em;
}

#commentform textarea
{
	width:99%;
}

#commentlist li ul
{
	border-left:1px solid #ddd;
	font-size:110%;
	list-style-type:none;
}

#commentlist li .avatar
{
	float:right;
	margin-right:25px;
	border:1px dotted #ccc;
	padding:2px;
}

#wp-calendar
{
	border:1px solid #ddd;
	empty-cells:show;
	font-size:14px;
	width:90%;
	margin:0 auto 10px;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a
{
	display:block;
	text-decoration:none;
}

#wp-calendar a:hover
{
	background:#e0e6e0;
	color:#333;
}

#wp-calendar caption
{
	color:#505050;
	font-size:14px;
	text-align:center;
}

#wp-calendar td
{
	color:#505050;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing:normal;
	text-align:center;
	padding:2px 0;
}

#wp-calendar td.pad:hover
{
	background:#fff;
}

#wp-calendar td:hover,#wp-calendar #today
{
	background:#eee;
	color:#505050;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

p img
{
	max-width:100%;
	padding:0;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

img,.left ul li ul li,.left ul li ul li ul li
{
	border:0;
}
#header a:link,#header a:visited,#header a:active,#header a:hover{
	color:#FFF;
	text-decoration:none;
}
.left a:link,.left a:visited,.left a:active,.left a:hover
{
	color:#000;
	text-decoration:none;
}

#menu a:hover,.left a:hover,.right h1 a:hover
{
	text-decoration:underline;
}

.right a:hover,.tags a:hover,.permalink a:hover,#footer a:hover,#footer a.sec:hover
{
	text-decoration:none;
}

.tags a:link,.tags a:visited,.tags a:active,.tags a:hover,.permalink a:link,.permalink a:visited,.permalink a:active,.permalink a:hover
{
	color:#000;
	text-decoration:underline;
}

img.centered,.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.right ul li,.right ol li
{
	margin:0 10px;
}
#vsrp_Holder div.vsrp_div {
	margin-left: 8px;
}
#vsrp_Holder div.vsrp_div a{
	color: red;
	font-weight: bold;
}

#contact{
float:left;
width:220px;
height: 15px;
margin-left:20px;
margin-top:-2px;
}

#comments{
color: black;
	background-color: #dee033;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#articolirecenti{
color: black;
	background-color: #99FFFF;
border-bottom: 1px solid black;
}

#avvisoconsacrazioni{
color: black;
	background-color: #FF3300;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#manifestoritiri{
color: black;
	background-color: #FF3300;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#programmaformazione{
color: black;
	background-color: #88bc6c;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#categorie{
text-color: black;
	background-color: #e19723;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.cerca{
	width: 50px;
	border: 1px solid #6855b2;
	background-color: #006493;
	height: 18px;
	color: white;
border: 1px solid black;
}
