/*
layout: mauri
powered by: janx.it
*/

* {
	margin: 0;
	padding: 0;
}

body { 
	background: #242424;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
	
p {
	color:#828088;
	text-align: justify;
	font-size:0.9em;
}
a.more-link, p.post-title, .says {color: #99cc66;
	}
	

.about { 
border:1px solid #212123;
background: #212123;
margin:10px;
padding:10px;
font-style:italic;
font-family: Georgia, sans-serif;
font-size:1.1em;
line-height: 1.2em;
border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
color:#242424;
}

ul, ol {
	margin-bottom: 20px;
	list-style:none;
}

a {
	font-weight:normal;
	color:#336600;
	text-decoration: none;
}
						
a:hover {
	color: #99cc66;
	border-bottom: 1px dashed #99cc66;
}
img {
	padding:5px;
}
a:hover img {
	border: none;
}

/*	##################################
   	Utili
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*	##################################
   	LAYOUT BASE
	################################## */

#page {
	width: 980px;
	margin: 0 auto;
	background: #242424;
}
	
#header {
	position: relative;
	height: 286px;
	background:url(images/lepresident.gif) top center no-repeat;
}

#container {
	padding: 20px 0 0 0;
	background: #242424;
	width:980px;
	overflow:hidden;
}

#content {
	float: left;
	width: 700px;
	background:#242424;
	overflow:hidden;
}


#sidebar {
	float: right;
	width: 280px;
	background:transparent;
}

#footer {
	height:15px;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	color: #828088;
	background: #242424;
}

/*	##################################
   	FOOTER
	################################## */
#credits {
	float: left;
	width: 400px;
}

	#credits p, #made p {
	margin-left:5px;
	padding-left:10px;
	font-size:0.9em;
	}
	
	#credits p a, #made p a {
							font-weight:normal;
							color:#336600;
							}
							
	#credits p a:hover, #made p a:hover {
							text-decoration:none;
							color: #99cc66;
							border-bottom: 1px dashed #99cc66;
							}


#made {
	float: right;
	width: 400px;
	text-align: right;
}

	


/*	##################################
   	HEADINGS
	################################## */
	
h1, h1 {
	margin: 0 0 20px 0;
}

h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
	
h1#blog-title {
	visibility:hidden;
}

h2#blog-description {
	visibility:hidden;
}

h2.category-title {
	margin: 0 20px 20px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

h3.post-title {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
}
h3.post-title a, h3.post-title a:hover {text-decoration: none; border:none; color:#99cc66;}

h3.search {
	margin: 10px;
	padding: 10px;
	font-size: 1em;
	font-weight: normal;
	font-style:italic;
	color:#7ae76d;
}

h4.post-title {
	margin: 0 0 20px 0;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color:#7ae76d;
	}


h4.sidebar-title {
	font-size: 12px;
	color:#7ae76d;
	letter-spacing: 2px;
	font-family: Arial, serif;
}



/*	##################################
   	HEADER e MENU
	################################## */
	
#top-nav {
	position: absolute;
	top: 230px;
	right: 0px;
	margin: 0px;
	list-style: none;
	font-size:0.9em;
	padding-right:15px;
	z-index:10000;
}
						#top-nav a {
								font-weight:normal;
								color:#336600;
						}
						
						#top-nav a:hover {
							text-decoration:none;
							color: #99cc66;
							border-bottom: 1px dashed #99cc66;
						}
						
						#top-nav li {
								float: left;
								margin: 0 0 0 10px;
						}

						#top-nav li#rss {
								padding: 0 0 0 20px;
								background: url(images/feed.png) no-repeat left center;
						}
#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 980px;
	color:#336600;
}

ul#nav {
	height: 286px;
	list-style-type: none;
	padding-left: 320px;
	}
	
		ul#nav li {
		display: inline;
		font-size: 12px;
		list-style-type: none;
	}
		ul#nav li a {
		display: block;
		width: 100px;
		float: left;
		margin-top:280px;
		color: #336600;
		padding-top: 2px;
		padding-right:5px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active, body#lepresident ul#nav li a.home,  body#lepresidentabout ul#nav li.current_page_item a {
			color: #99cc66;
			border: none;
			
		}
		
	/*	##################################
   	SEARCHFORM
	################################## */
form#searchform {
		padding-right:10px;
		color:#000000; 
		}
		
.button {
	width: 60px;
	height: 20px;
	background: url(images/searchbutt.png);
	border: none;
}




					
/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 10px 20px;
	padding:15px;
	
}
.sticky {
	padding: 20px;
	border: 1px dotted #ccc;
}

.meta {
	clear: both;
	padding:5px;
	color:#336600;

}

.meta-date {
	padding: 0 10px 5px 20px;
	background: url(images/calendar.png) no-repeat 0 0;
	color:#336600;
}

.meta-categories {
	padding: 0 10px 5px 20px;
	background: url(images/folder_star.png) no-repeat 0 0;
}

.meta-comments {
	padding: 0 10px 5px 20px;
	background: url(images/comments.png) no-repeat 0 0;
}

p.tags {
	clear: both;
	margin-top:5px;
	padding: 5px 10px 5px 20px;
	background: url(images/tag_green.png) no-repeat 0 0;
}

/** CONTENT RIGHT */

.sidebar, .segui {
	margin: 10px 0 20px 0;
	padding: 20px;
	border: 1px solid #212123;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: #212123;
	
}
h2.widgettitle { 
font-size: 0.9em; 
color:#99cc66; 
font-style: italic;
font-weight: normal;
}
a#link_2:hover, a#link_3:hover {border:none;}
.segui ul {list-style: none;}

.sidebar ul {
	margin: 5px 0 5px 0;
	padding: 0px;
	list-style: none;
	display: block;

}

.sidebar li {
	margin: 0px;
	padding: 5px;
}

.sidebar li a {
	text-decoration: none;
	font-size: 0.8em;
	color: #336600;
}
.sidebar li a:hover {border:none; color:#99cc66; background:url(images/go-next.png) top left no-repeat; }

/*	##################################
   	COMMENTS
	################################## */

h3.commenti {
font-style: normal;
font-size: 0.9em;
font-weight: normal;
color: #99cc66;
}

ol.commentlist {
list-style:none;
margin:0;
padding:0; 
text-indent:0;
}

ol.commentlist li { 
border:1px solid #212123;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
height:1%; 
margin:0 0 10px;
padding:5px 7px 18px 82px;
position:relative;
}

ol.commentlist li div.comment-author {
padding:0 160px 0 0;
}

ol.commentlist li div.vcard {
font:800 12px/1.9  verdana, arial, helvetica, sans-serif;
}

ol.commentlist li div.vcard cite.fn {
font-style:normal;
}

ol.commentlist li div.vcard cite.fn a.url {
text-decoration:none;
}

ol.commentlist li div.vcard img.avatar { 
border:1px solid #212123; 
top:7px;
left:7px; 
position:absolute;
float:left;
}

ol.commentlist li div.comment-meta {
font:100 11px/1.9 verdana, arial, helvetica, sans-serif;
position:absolute;
top:5px;
right:10px;
text-align:right;
color:#4d4d4d;
}

ol.commentlist li div.comment-meta a {
text-decoration:none;
}

ol.commentlist li p {
font:normal 0.9em verdana, arial, helvetica, sans-serif;
margin:0 0 1em;
}
ol.commentlist li ul {
font:normal 0.9em  verdana, arial, helvetica, sans-serif;
list-style:square;
margin:0 0 1em;
padding:0;
text-indent:0;
}

ol.commentlist li div.reply {
color:#374C76;
font:bold 0.9em verdana, arial, helvetica, sans-serif;
}

ol.commentlist li div.reply:hover {
color: black;
}

ol.commentlist li div.reply a {
text-decoration:none; 
}

ol.commentlist li ul.children {
list-style:none;
margin:1em 0 0;
text-indent:0;
}
  
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 {
margin:0 0 .25em;
}

ol.commentlist li.even, ol.commentlist li.odd  {
background:#212123;
}

ol.commentlist li.pingback div.vcard {
padding:0 160px 0 0;
}

#respond h3, h3#comments, h3#postcomment{
font-size: 105%;
font-family: verdana, arial, helvetica, sans-serif;
margin: 10px 0;
}

.replysubmit{
background:#ddd;
border:1px solid #aaa;
padding:2px 10px;
text-align:center;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#respond {width:600px;}

textarea, input {margin-top:3px;}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
}
.wp-smiley {
background:#242424;
}
.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

#smilies_toolbar {
width:100%;
}

img.wp-smiley { background:transparent; }


/*	##################################
   	TWITTER
	################################## */
#twitter_div {
border: 1px solid #212123;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
background-color: #212123;
margin: 10px 0 20px 0;
padding:4px;

}

ul#twitter_update_list {
list-style: none;
}
ul#twitter_update_list li span {
color:#828088;
font-style: italic;
font-family: Georgia, serif;
font-size:1em;
}

a#twitter-link {
display:block;
text-align:right;
font-size:0.8em;
}

a:hover#twitter-link {
border:none;
}

#widget-mauri {
border: 1px solid #212123;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
background-color: #212123;
margin: 10px 0 20px 0;
padding:4px;

}

#widget-mauri a:hover {border:none; }
#widget-mauri img {border:none; }
