@charset "UTF-8";
/*
* 	Header layout
*/
#header {
	background: url(images/get_header_background.png) repeat-x top left;
}
#searchBar {
	text-align: right;
	padding: 7px 0 7px 0;
}
#searchForm #s {
	font-family: "Century Gothic", Courier, sans-serif;
	width: 229px;
	height: 24px;
	background: url(images/get_search_input.png) no-repeat;
	margin: 0 20px 0 0;
	font-size: 12px;
	border: none;
	padding: 0 10px 0 30px;
}
#searchForm #searchsubmit {
	font-family: "Century Gothic", Courier, sans-serif;
	background: url(images/get_search_button.png) no-repeat;
	width: 80px;
	height: 24px;
	font-size: 12px;
	border: none;
	cursor: pointer;
}
/*
*	barra dei menu
*/
#menuBar {
	padding: 7px 0 25px 0;
}
#logoImage {
	padding: 1px 0 3px 0;
	margin-right: 50px;
}
#menuBar li {
	background: url(images/get_menu_sep.gif)  no-repeat right 11px;
	display: inline-block;
	padding: 20px 10px 20px 5px;
}
#menuBar li a {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
}
#menuBar li a:hover {
	background: #333;
	color: #FFF;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#menuBar li.current_page_item a {
	background: #333;
	color: #FFF;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*
*	footer
*/
#preFooter {
	background: #222222;
	color:#CCC;
	font-size: 12px;
	padding: 25px 0;
}
#footer{
	background: #222222 url(images/get_footer_bg.gif) repeat-x top left;
	color:#CCC;
	font-size: 12px;
	padding: 15px 0;
}
#footer a, #preFooter a{
	color: #5E92AD;
	text-decoration: none;
}
#footer a:hover, #preFooter a:hover{
	color: #C30;
}
#footerContent p {
	margin: 0em 0 0.5em 0;
}
#footerContent h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0em 0 0.5em 0;
}
#getInfo, #getContactInfo, #preFooterImage, #preFooterProducts {
	width: 50%;
}
#getContactInfo p {
	text-align: right;
}
#getContactInfo p img {
	vertical-align: -3px;
}
#preFooterProducts h4 {
	font-size: 18px;
	color: #5E92AD;
	margin: 0em 0 1.5em 0;
	text-transform: uppercase;
}
#preFooterProducts p {
	font-size: 14px;
	margin: 0em 0 1.5em 0;
	text-transform: uppercase;
	line-height: 2em;
}
#preFooterProducts .number {
	color: #900;
}
/*
*	Banner bar solo index page
*/
#bannerBar {
	background: url(images/get_banner_bg.png) repeat-x top left #F5F5F5;
	padding: 35px 0 15px 0;
}
#banner1, #banner2, #banner3 {
	background: #EBEBEB;
	width: 280px;
	height: 120px;
	overflow: hidden;
	padding: 10px;
}
#banner1 h4, #banner2 h4, #banner3 h4{
	color: #333;
	margin: 0 0 0.8em 0;
}
#banner1 a, #banner2 a, #banner3 a{
	color:#5E92AD;
	text-decoration: none;
}
#banner1 a:hover, #banner2 a:hover, #banner3 a:hover{
	color:#C30;
}
#banner1 p, #banner2 p, #banner3 p{
	font-size: 12px;
	margin: 0 0 0.8em 0;
}
#banner1, #banner2{
	margin-right: 50px;
}
#banner2 {
	background: #EBEBEB url(images/get_banner2_bg.jpg) top left no-repeat;
}
#banner3 {
	background: #EBEBEB url(images/get_banner3_bg.jpg) top left no-repeat;
}
/*
*	POST
*	questi sitli riguardano i post
*/
.post {
	font-size: 11pt;
}
.post h2 {
	/*
	* 	Il titolo del post
	*/
	font-size: 14pt;
	color:#333;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0	0	30px 0;
	border-bottom: solid 1px #CCC;
}
.post h4 {
	/*
	* 	Come H2 senza bordo
	*/
	font-size: 14pt;
	color:#333;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0	0	30px 0;
}
.post p, .comment-body p {
	margin: 1em 0 1em 0;
}
.post ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0.2em 0 0.2em 3em; 
}

	
	
/*
*	quando il post va diviso in due colonne, si usa sollo nelle pagine
*/
#postDual {
	float: left;
	background: url(images/get_postDual_bg.png) top right repeat-y;
	margin: 20px 0;
}
#dualSX {
	width: 625px;
	float: left;
	padding-right: 25px;
}
#dualDX {
	width:300px;
	padding: 5px 25px;
	float: left;
}
#dualDX img {
	padding: 5px 0;
}
/*
*	Poichè nei post c'è il margine nel box che mostra le immagini in home va azzerato
*/
#homeImage ul li{
	margin: 0;
}
/*
*	pagina blog con due colonne
*/
#twoColon {
	float: left;
	background: url(images/get_twoColon_bg.png) top right repeat-y;
	margin: 20px 0;
}
#twoColonSx {
	width: 675px;
	float: left;
	padding-right: 25px;
}
#twoColonDx {
	width:250px;
	padding: 10px 25px;
	float: left;
}
#twoColon a{
	color: #5E92AD;
	text-decoration: none;
}
#twoColon a:hover{
	color: #C30;
}
.widgettitle {
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #353535;
}
.widget_tag_cloud div a {
	margin: 0;
}
.widget {
	background: url(images/get_twoColonDx_separetor.png) no-repeat bottom left;
	padding-bottom: 15px;
}
#sidebar ul li {
	margin-bottom: 15px;
}
#sidebar p  {
	font-size: 12px;
	margin-bottom: 0.5em;
}
#sidebar ul li ul li {
	font-size: 12px;
	margin-bottom: 0.5em;
	margin-left: 10px;
	padding-left: 15px;
	background: url(images/get_categories_bg.gif) no-repeat left;
}
.post h3, #commentsContainer h3#comments, #respond h3 {
	/*
	* 	Il titolo del post articolo
	*/
	font-size: 14pt;
	color:#333;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin-bottom: 5px;
	border-bottom: solid 1px #CCC;
}
.postInfo, .postMeta {
	font-size: 10px;
	display: block;
}
.postInfoDate {
	padding-left: 20px;
	padding-right:20px;
	background: url(images/get_calendario.png) left no-repeat;
}
.postInfoAuthor {
	padding-left: 20px;
	background: url(images/get_user.png) left no-repeat;
	
}
.postInfoComments {
	padding-left: 20px;
	background: url(images/get_comment.png) left no-repeat;
}
.postTag {
	padding-right: 10px;
	padding-left: 20px;
	background: url(images/get_tag.png) left no-repeat;
}
.postCat {
	padding-left: 20px;
	background: url(images/get_folder.png) left no-repeat;
}
.postEdit {
	padding-left: 20px;
	background:url(images/get_edit.png) left no-repeat;
	font-size: 10px;
}

/*
*	Captions
*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/*
*	Commenti
*/
#commentsContainer {
	padding: 20px 0;
}
#commentListContainer {
	padding: 20px 0;
}
.commentlist li {
	display: block;
	padding: 5px;
	border: #CCC solid 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.comment-author, .commentmetadata, .comment-body p {
	font-size: 12px;
}
.commentmetadata {
	text-align: right;
	padding-bottom: 5px;
	border-bottom: dashed 1px #CCC;
}
.odd {
	background: #F0F0F0;
}
#respond input, #respond textarea, #respond input [ type = "submit" ] {
	font-size: 12px;
	font-family: "Century Gothic", Courier, sans-serif;
	padding: 3px;
	margin: 5px 0;
}
/*
*	Archivi
*/
h2.pagetitle {
	background: #F0F0F0;
	border: #CCC solid 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	padding:10px 10px;
	margin-bottom: 20px;
}
/*
*	Bordo arrotondato del contenitore imageflow
*/
#wpif2_imageflow {
	border: #000 solid 1px
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
