/*  
Theme Name: Neutral
Theme URI: http://www.mavida.com/
Description: neutral
Version: 1.0
Author: maurizio.mavida.com
Author URI: http://maurizio.mavida.com/

*/

/* 
---------------------------------
template customization 
---------------------------------
*/

body {
	background-color: #fff;
	background-image: url(images/bg_gradiente.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 970px;
	margin-top: 0px;
	xbackground: #fff;

}

#header {
	height: 80px;
	background: url('images/header.gif') repeat;
	xborder: solid 1px #000;
}

#main {
	background: #fff;
	border-right: solid 1px #333;
	

}



.narrowcolumn {
	float: left;
	padding: 0 10px 20px 15px;
	
	margin: 0px 0 0;
	width: 640px;
	}

.widecolumn {
	float: left;
	padding: 0 10px 20px 15px;
	
	margin: 0px 0 0;

	width: 640px;
	}

#headbox {
	clear: both;
	xwidth: 400px;
	xborder: 1px solid #000;
}

#headbox img{
	border: none;
	margin: 10px;
}

#photobox {
	float: left;
	xmargin-top: 20px;
	margin-left: 10px;
	background: #706B55;
}

#photobox img{
	margin: 2px; 
	border: 1px solid #fff;

}


#content {
	xborder: 1px solid #000;
	font-size: 11px;
	margin-top: 15px;
	padding-left: 15px;
	}

#sidebar {
	background: #E5E5E2;
	margin: 0px;
	float: left;
	width: 300px;
	xborder: 1px solid #000;
}	

#sidebar .ezsticky p {
	color: #FFFFFF;
}

#footer {
	xbackground: url('images/footer.jpg') no-repeat top; 
	xbackground: #5A5743;
	background: #27661C;
	xheight: 100px;
	color: #fff;
	border: none;
	xborder-bottom: 10px solid #000;
	margin: 0 auto;
	clear: both;
	xpadding-top: 10px;
	border: 1px solid #000;
	}	
	

#footer a,
#footer a:hover,
#footer a:visited {
	margin: 0;
	xcolor: #FFB26B;
	color: #fff;	
	xline-height: 29px;
}

#footer h2 {
	border-bottom: 1px dotted #fff;
}

#credits {
	margin: 10px 0;
	xbackground: url('images/footer.jpg') no-repeat top; 
	xbackground: #CECCDA;
	xheight: 29px;
}

#credits a{
	color: #000;
}
	
/* 
-----------------------------------
-----------------------------------
*/


/* gestione colonne */

/* 
-------------------------------------------------------------------------
gestione colonne 
-------------------------------------------------------------------------
*/
	
ul.single_column  {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
    line-height: 24px;

}

ul.single_column li {
	float: left;
	width: 98%;
    margin-left: 1%;
	display: inline;
    border-bottom:1px dotted #777;
}
	
ul.due_colonne  {
	width: 100%;
	overflow: hidden;
    line-height: 1.8;
	xborder:1px solid #404245;
	xpadding: 15px 0;
	margin-bottom: 15px; 
}

ul.due_colonne>li {
	float: left;
	width: 48%;
    margin-left: 1%;
	display: inline;
	xbackground:#171717;
	padding-bottom:5px;
}

ul.tre_colonne {
	width: 100%;
	overflow: hidden;
    line-height: 1.8;
	xborder:1px solid #404245;
	padding: 15px 0;
	margin-bottom: 15px; 
	}

ul.tre_colonne>li{
	float: left;
	width: 32%;
    margin-left: 1%;
	display: inline;
	xbackground:#171717;
    xborder-bottom:1px solid #34373A;
	}

ul.lileft li {
	text-align: left;
}	

ul.liright li {
	text-align: right;
}	


/* fine gestione colonne */


* {
	font-family:Verdana, Arial, Helvetica, sans-serif
}

html, body , h1, h2, h3 , form , hr, p , ul , ol , li{
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

h1 a{
	color: #fff;
}

body {
	font-size: 11px;
}

img {
	border: none;
}

hr {
	clear: both;
	height: 0px;
	}
	
#wrapper {

	height: 100%;
	margin: 0px auto;
	position: relative;
	xborder: 1px solid #000;
	xbackground-position: 0 193px;
	
	}

#header {
	padding: 0px;
	top: 0px;
	left: 0px;
	
}	
	
#header h1 {
	padding-top: 50px;
	margin-left: 30px;
	font-weight: normal;
	
}

#header h1 a:hover{
	color: #fff;
	text-decoration: none;
}
	
#header .description {
	padding-top: 130px;
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
	text-align: left;
	}	
	


#header #logo {
	margin-left: 50px;
}

#header #hphoto {
	margin-top: 13px;
	margin-left: 24px;
	
}



#top-menu {
	
	width: 100%;
	background: #C0BFD5;
	xpadding-left: 24px;
	xpadding-right: 24px;
	margin: 0 auto;
}

#top-menu ul {
	xbackground: url('images/bg_menu.jpg') repeat top;
	background: #C0BFD5;
	xheight:40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	xborder-left: 2px solid #C0BFD5;
}

#top-menu li {
	display: inline;
	list-style-type: none;
}

#top-menu li a {
	float: left;
	text-align: center;
	color: #333;
	line-height: 25px;
	xbackground-image: url('images/btn_menu.jpg');
	background: #C0BFD5;
	display: block;
	xwidth: 117px;
	padding: 0;
	padding-left: 20px;
	padding-right: 19px;
	xmargin-right: 2px;
	height: 25px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	border-right: 2px solid #fff;
	
}

#top-menu li a.last {
	
	border-right: 2px solid #C0BFD5;
}

#top-menu li a:hover {
	
	xbackground-image: url('images/btn_menu_hover.jpg');
	text-decoration: none;
	color: #fff;
	background: #9190A1;
	xfont-size: 16px;
}
	


.post {
	background: url('images/entry_top.jpg') repeat;
	margin: 0 0 10px;
	xtext-align: justify;
}
	
	
.entry {
	padding: 5px;
	background: url('images/entry_bg.gif');
	}
	
#content h2 {
	padding: 6px;
	font-family: Arial;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	border-bottom: 2px solid #5A5743;
	
	
}

#content h2 a {
	xcolor: #FF6600;
	color: #5A5743;
	font-family: arial;
	font-weight: bold;
	
	
}

#content h2 a:hover {
	color: #9190A1;
	}

#content h3 {
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	margin: 10px 5px;
	}



.entry h1 {
	margin: 10px 0;
	font-size: 18px;
}

.entry h1 a{
	color: #9BC060;
}

.entry h2 , .entry h3 , .entry h4 {
	 
	 margin: 5px;
}

.entry h3{
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 2px solid #9BC060;
}
	
.entry img {
	 margin: 2px;
	 margin-right: 5px;
	 xfloat: left;
}
	

.entry p {
	 margin: 8px 4px;
	 text-align: justify;

}

.entry ul , .entry ol {
	 margin-left: 15px;
	 margin-bottom: 10px;

}

.entry li {
	 margin-left: 10px;

}
	
#sidebar {
	border-left: 1px solid #000;

	}


#sidebar a {
	xdisplay: block;
	height: 20px;
	xwidth: 207px;
	line-height: 20px;
	xpadding-left: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	xbackground:transparent url(images/bullet.gif) no-repeat scroll left center;
	}

#sidebar a:hover {
	font-weight: bold;
	color: #3F8C18;
	xtext-decoration: none;
	xbackground: url('images/hbutton_blue.jpg') no-repeat left center; }
	}	
	
#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	margin: 5px 0;
	padding: 2px 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;
	
	}
		
#sidebar ul, #sidebar ol  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;	
	}

#sidebar li {
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;

	xmargin-bottom: 2px;
	xpadding-left: 15px;
	
	}

#searchform	 {
	margin-top: 10px;
	padding-right: 10px;
	float: right;
	
}


#searchform	 #s {
	float: left;
	width: 255px;
	height: 14px;
	border: solid 1px #5A5743

}

#searchform	 #btn_search {
	float: left;
	margin: 1px 3px;
}

#searchform	 input,
#searchform	 span {
	



}

.box {
	padding: 5px;
	margin-top: 5px;

}

.box p	{
	
	padding-bottom: 5px;
}	
	
.box li {
	list-style-type: none;
	list-style-image: none;
}

.box h2 {
	border-bottom: dotted 1px #333;
}

.dark {
	
	background: #333;

	}


.dark h2 {
	color: #ABCEE1;
	border-bottom:1px dotted #ABCEE1;
	
}	



#sidebar .dark a,
#sidebar .dark p,
#sidebar .dark li {
	color: #fff;
	
	}




#credits p {
	text-align: center;
	}	

	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	xtext-align: center;
	color: #F60;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}






h3 {
	font-size: 1.3em;
	}




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar {
	/**/
	color: #fff;
	font-size: 9px;
	font-family: arial;

	margin:0pt 20px;
	text-align:center;
	width:160px;

	
}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	color: #fff;
	}

#wp-calendar td a {
	font-weight: bold;
	color: #ABCEE1;	
}

#wp-calendar a {
	text-decoration: none;

	}

#wp-calendar caption {
	color: #ABCEE1;
	text-align: center;
	}

#wp-calendar th {
	color: #ABCEE1;
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */





.post hr {
	display: block;
	}

.postmetadata {
	margin-top: 10px;
	clear: left;
	padding: 5px;
	background: #E5E3DD;
	border-bottom: 1px double #ccc;
	border-top: 1px solid #ccc;
	
}

.postmetadata a {
	color: #666;
	
}

.postcategory {
	color: #999;
	padding-left: 5px;
}



/* End Structure */





/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */








/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */









/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

#content blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

#content  blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/





/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

