/*
Theme Name: True Blue
Theme URI: http://www.nwhite.com
Description: Handcoded Wordpress Theme for Accessibility Lovers inspired by <a href="http://www.tomstardust.com/">Stardust</a>
Author: Nathan White
Author URI: http://www.nwhite.com
Tags: white, blue, black, accessible, fluid width, two columns, widgets, widget ready, simple, clean, valid CSS, valid XHTML
Version: 1.0 
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL license</a>.
*/

body {
/*	background: #fff url(images/bar.png) 0 -100px repeat-x; */
	background-color: #666;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}



.skip, hr{
	position: absolute;
	left: -9999px;
}

a:link, a:visited {
	color: #3B84BF;
	text-decoration: underline;
}
a:visited {
	color: #3B84BF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #17507F;
	text-decoration: none;
}
a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
cite {
	font-size: 100%;
	font-style: normal;
}

h1{
	font: 260%/1.15 Georgia, serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 40px 0 5px 160px;
}
#header h1 a:hover, #header h1 a:active{
	text-decoration: none;
	color: #17507F;
}
p.payoff{
	margin: 0 0 25px 160px;
	padding: 0;
	color: #fff;
	font: 120% Georgia, serif;
}
h2 {
	font: 150% Georgia, serif;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
}

h3 {
	font: 130% Georgia, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90% Arial, Verdana, sans-serif;
	letter-spacing: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
/*	border-top: 1px solid #eee; */
}
.feedback a{
	color: #17507F;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.feedback p{
	padding: 0 25px;
	background: url(images/comment.gif) top right no-repeat;
}

.meta {
	font-size: .75em;
        padding-bottom: .5em;
}

.post-nav .meta {
	padding-top: .5em;
	margin-left : 60px;
	margin-right : 90px;
	border-top : 1px solid #999;

}

.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #999;
	font-weight: normal;
	letter-spacing: 0;
}
.meta a{
	color: #17507F;
	text-decoration: underline;
}
.meta a:hover, .meta a:active{
	text-decoration: none;
}
.meta .tags{
	background: url(images/tag.gif) 0 0 no-repeat;
	padding-left: 20px;
}
.meta .user{
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.post{
/*    border-top: 1px solid #999;
	padding-top: 8px; */
	margin-bottom: 30px;
}
/*
.post ul{
	margin: 0;
	padding: 0;
}
*/
.post ul li{
/*	margin: 0;
	padding: 0.2em 20px;
	background: url(images/list.png) 0 4px no-repeat;
	list-style: none; */
}
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
}

.post-nav {
	position: relative;
	padding: 8px 30px 8px 30px;
	border: 1px solid #999999;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background : #DFE5F1;
	-webkit-border-top-left-radius : 10px;
	-webkit-border-top-right-radius : 10px;
}

.post-nav .toggler {
	position: absolute; 
	height: 1.3em;
	width: 4em;
	padding-top: .1em;
	overflow: hidden;
	text-align: center;
	font-size: .8em;
	border: 1px solid #999;
	border-bottom: none;
	top: -1.5em;
	right: -1px;
	cursor: pointer;
	background : #FFF;
}

.post-nav .toggler.over {
/*	background : #eee; */
	color: #17507F;
}

.storytitle {
	margin: 0;
}

 p.comments {
	background:transparent url(images/comment_cloud.jpg) no-repeat scroll 0 0;
	display:inline;
	float:right;
	font-size:1.2em;
	height:37px;
	line-height:20px;
	margin:0 10px 0 0;
	padding-top: 5px;
	text-align:center;
	width:50px;
}

p.comments a {
 text-decoration: none;
}

.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #444;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #17507F;
}

.storycontent {
/* margin-top: 8px;
 border-top: 1px solid #999; */
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
	border: 1px solid #DDD;
}

.storycontent p {
	line-height: 1.5em;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
.commentlist li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 5px;
}
img.avatar {
  margin: 0 5px 0 0;
  padding: 1px;
  border: 1px solid #eee;
}
div.commentbody {
	margin: 5px 40px 10px 10px;
	padding: 5px 0 0 10px;
/*	background: #eee url(images/comment-top.png) no-repeat; */
}
div.commentbody div{
	padding: 5px 5px 5px 5px;
/*	background: #eee url(images/comment-bottom.png) bottom right no-repeat; */
        background : #EFE;
}

#container{
	width: 100%;
	min-width: 770px;
	max-width: 1200px;
	margin: 0 auto;
	background: #ffffff url(images/bg.gif) top right repeat-y;
}

#redbar {
	width: 100%;
	height: 10px;
	background: #fff url(images/bar.png) 0 -165px repeat-x;
}

#wrapper{
	float: left;
	width: 100%;
 /*       border-right: 4px solid #D20E0B; 
	border-right:  4px solid #17507F; */
	margin-left: -299px;
        margin-top: -4px;
}
#content {
	margin: 0 0 0 305px;
	padding: 30px 25px 10px 25px; /* 45 10 45 */
	background: transparent;
}

#header {
    position: relative;
	background: #000 url(images/header.png) left -80px repeat-x;
	font: italic normal Georgia, serif;
        height: 60px;
        overflow: hidden;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	position: relative;
}


h1#title {
	position: absolute;
	top: 10px;
	left: 25px;
	margin: 0;
	padding: 0;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#searchform{
	position: absolute;
	right: 80px;
	top: 30px;
}
#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform input{
	width: 100px;
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
p#rss{
	position: absolute;
	right: 80px;
	top: 55px;
	margin: 0;
	padding: 0;
}

.textwidget{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	padding: 10px 30px 10px 30px;
	float: right;
	display: inline;
	width: 235px;
	margin: 10px 0 240px 0;
 /*       background: #E0E3EF;
	background: transparent url(images/sidebar.gif) no-repeat;  */
}


/*
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-top:1px solid #E1E7E9;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
*/

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	height: 1%;
}

#menu ul h3 {
	padding-bottom: 4px;
	border-bottom: 1px solid #ACACAC;
	border-top:  1px solid #ACACAC;
	padding-top:  4px;
}

#menu ul li {
	font: italic bold 110% Georgia, Times, serif;
	letter-spacing: 0;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	margin-bottom: 10px;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/1.7em Arial, Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 0px;
/*	background: url(images/list.png) 0 3px no-repeat; */
}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #17507F;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	border-bottom: 1px solid #17507F;
}

#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

.recent-posts .postdate, .recent-comments .postdate {
	float:right;
	color: #7D878F /* #A4AAAF #B0BEC7 */;
	font-size:10px;
	vertical-align:middle;
	margin-left:3px;
}
.recent-posts li {
	list-style-type:none;
	background-image:  none !important;
}
.widget {
	border-bottom:10px solid #FFF;
}
.recent-posts ul {
	padding:0 5px 5px;
}
/*
#tag_cloud {
	padding:0 10px 5px;
	background:#F1F5F6;
}
#tag_cloud h3 {
	margin:0 -10px 5px -10px;
}
*/

#menu ul ul li {
	font-size : 85%;
	padding : 3px 6px;
	border-bottom: 1px solid #ccc;
}

#menu ul li.recent-posts ul li{
	padding:3px 0px;
	border-bottom:1px solid #CCC;
	line-height:18px;
	overflow:hidden;
	font-size: 75%;
}


#menu ul li.recent-comments ul li {
	padding: 0px 0px 14px 0px;
	line-height: 18px;
	overflow: hidden;
	font-size: 75%;
	border: none;
}

#menu ul li.recent-comments ul li div {
	padding: 4px 0px;
	margin-bottom: 6px;
	border-top: 1px solid #999;
	border-bottom : 1px solid #999;
}

#menu ul li.recent-comments ul li .snippet {
	font-size : 11px;
}

#menu ul li.tag-cloud a{
	color : #13609F;
	font-style: normal;
}


#menu ul li a {
/*	font-size: 10pt !important; */
	color : #17507F /* #13609F */ !important;
}

#menu ul li a:hover {
	border-bottom:  1px solid #17507F !important;
}


#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	color: #17507F;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font: normal italic Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #17507F url(images/date.png) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.mese{
	display: block;
	margin-bottom: 8px;
}
div.date span.giorno{
	font-size: 185%;
	color: #444;
	font-weight: bold;
	line-height: 0.7;
}
div.date p span.anno{
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
}
#menu1{
/*	height: 1%; */
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 300px;
}
#menu1 ul{
	margin: 0;
	padding: 0;
}
#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu1 ul li a{
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	background: #222 url(images/menu.png) top left repeat-x;
	color: #ddd;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	background: #333 url(images/menu.png) 0 -100px repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	background: #17507F url(images/menu_in.png) top left repeat-x;
	color: #fff;
	border-left: 1px solid #17507F;
	border-top: 1px solid #17507F;
}

#footer{
	clear: both;
	background: #000 url(images/header.png) -100px 0px repeat-x;
	border-top: 2px solid #17507F;
	color: #fff;
	margin: 0;
	padding: 0 80px;
	text-align: center;
	font-size: 80%;
	min-height: 34px;
}
#footer p{
	padding: 10px;
	margin: 0;
	font-weight: bold;
	font-family: Georgia, serif;
}
#footer p.up{
	float: right;
}
#footer p.up a{
	padding-right: 20px;
/*	background: url(images/top.gif) top right no-repeat; */
}
#footer a:link, #footer a:visited{
	color: #ddd;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #fff;
	text-decoration: none;
}

/* -- Images & Caption Alignment -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

.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;
}



//Resume
#resume {
	width: 760px;
	margin: 25px auto;
	border: 1px solid #333;
	background: #fff;
	padding: 20px;
	text-align: left;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 20px;
}

#resume h1 {
	padding-left: 0;
	color: #e63d09;
	padding-bottom: 0px;
}


#resume h3 {
	color: #fff;
	background-color: #7b97a8;
	padding-left: 6px;
	margin: 0 0 0 0;
}

#resume .content {
	padding: 0px 10px;
	margin-top: 10px;
}

#resume .content p.header {
	font-size: 13px;
	color: #fff;
	font-weight: bolder;
	background-color: #65a376;
	padding-left: 5px;
	clear: both;
}

#resume .content p.entry {
	clear:both;

	padding-bottom:5px;
	padding-left:60px !important;
	padding-right:60px !important;
	font-size: 11px;
}

#resume .content p.entry small {
	clear:both;
	color: #ba4a2f;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:-120px !important; 
	margin-right:0pt !important;
}

#resume pre {
	padding: 6px;
	margin: 10px;
	background: #eee;
	border: 1px dashed #525252;
	overflow: auto;
}

#resume .spacer {
	clear: both;
	width: 100%;
	height: 8px;
	overflow: hidden;
}

