﻿/*
Theme Name: Giovani di Marca
Theme URI: http://www.giovanidimarca.it/
Description: Giovani di Marca &egrave; il tema realizzato per il sito <a href="http://www.giovanidimarca.it/">Giovani di Marca</a>.
Version: 1.0
Author: Matteo Pellizzari
Author URI: http://www.apartment4.it/
*/

/*
Set general CSS declarations
*/
* {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

a {
	color: #1A83CF;
}

a:hover {
	color: #ff9000;
}

html, body {
	line-height: 1;
	background: #1a1a1a;
}

hr {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	background: #1d1d1d url("images/bg_new.jpg") no-repeat top center;
	text-align: center;
	color: #333;
	overflow-x: hidden;
}

#logo {
width:150px;
height: 150px;
position:absolute;
top: 0px;
z-index: 100;
margin-top: 0px;
padding-left: 15px;
}

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	z-index: 0;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 970px;
	height: 75px;
	background: #fff;
	z-index: 2;
}

#topleft {
	float: left;
	height: 58px;
	padding-left: 10px;
}

#topright {
	float: right;
	height: 45px;
	padding: 0px 25px 8px 0px;
	margin-bottom: 15px;
	background: #fff;
	width: 780px;
	border-bottom: 1px dotted #888;
	text-align: right;
	/*border-left: 1px dotted #888;*/
}

#topright p {
	padding: 10px 10px;
	float: right;
	font-size: 11px;
	font-stretch: condensed;
	color: #888;
	height: 20px;
}

/*
Page navigation CSS
*/
#mainbox {
background: #fff;
padding: 10px 20px;
z-index: 20;
margin-top: 0px;
min-height: 1430px;
}

* html #mainbox {
background: #fff;
padding: 10px 20px;
z-index: 20;
margin-top: 0px;
height: 1340px;
}

#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #ddd;
	z-index: 20;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #ddd;
}

#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #888;
}

#pagenavigation li a:hover {
	background: #e6e8d7;
	color: #333;
}

#pagenavigation li.current_page_item a {
	background: #FFF;
	color: #1A83CF;
}

#pagenavigation li.current_page_item a:hover {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a {
	display: block;
}

#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagenavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul {
	border-top: 2px solid #ddd;
	width: 200px;
}

#pagenavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	padding-top: 4px;
}

.searchform label {
	vertical-align: middle;
	display: none;
	margin-right: 5px;
	font-size: 0.7em;
	color: #9ba2b8;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}

.searchinput {
	background: #1a1a1a;
	width: 320px;
	padding: 6px 5px 4px 6px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

.searchbutton {
	background: #fff;
	width: 29px;
	height: 22px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

select, .select {
background: #222;
color: #fff;
font-size: 0.7em;
padding: 6px 4px 4px 4px;
text-transform: uppercase;
margin: 4px 10px 4px 0px;
}

option {
font-size: 0.9em;
margin: 3px 0px;
}

.input {
background: url("images/bg_tools.png") repeat-x;
font-size: 0.8em;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #777;
padding: 5px 4px 4px 4px;
margin: 4px 10px 4px 0px;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.inputnewsletter {
background: url("images/bg_tools.png") repeat-x;
font-size: 0.8em;
text-transform: uppercase;
border: 1px solid #777;
padding: 5px 4px 4px 4px;
margin: 2px 0px 8px 0px;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.input:hover {
background: url("images/bg_tools.png") repeat-x bottom;
}

textarea {
width: 400px;
font-size: 0.8em;
border: 1px solid #777;
padding: 3px;
margin-right: 10px;
text-transform: uppercase;
}

/*
Header CSS
*/
#header {
	width: 980px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 60px;
}

#headerlogo {
	float: left;
	display: inline;
	margin-left: 10px;
	height: 60px;
}

#headerad {
	float: right;
	display: inline;
	margin-right: 10px;
	height: 60px;
}

#headerad a, #headerad img {
	display: block;
	width: 468px;
	height: 60px;
}

#headerlogo h1 {
	float: left;
	background: url(images/logo.gif) no-repeat;
	background-position: right 20px;
	margin-right: 5px;
	padding-right: 0px;
	padding-top: 25px;
}

#headerlogo h1 a {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#headerlogo h1 a:hover {
	color: #4e74f2;
}

#headerlogo span {
	float: left;
	padding-top: 35px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
}

/*
Main Category Menu CSS
*/
#menu {
	width: 925px;
	height: 30px;
	/* background: url(images/menur.gif) repeat-x; */
}

* html #menu {
}

#menux {
	float: left;
	height: 30px;
	padding-left: 10px;
	margin-left: 130px;
	/* background: url(images/menux.gif) no-repeat left; */
}

* html #menux {
	float: left;
	height: 30px;
	padding-left: 10px;
	margin-left: 65px;
}

#menuy {
	float: right;
	height: 30px;
	text-align: right;
	/* background: url(images/menuy.gif) no-repeat right; */
}

* html #menuy {
	float: left;
	height: 30px;
}

.dmenu {
	float: left;
	height: 30px;
	z-index: 20;
}

.dmenu .children {
	background: #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	border-top: 4px solid #fff;
}

.dmenu li {
	float: left;
	display: block;
	height: 30px;
}

.dmenu li ul li {
	height: 24px;
	width: 100%;
}

.dmenu li a {
	display: block;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: -1px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
	background: #D9D9D9;
	font-size: 12px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.dmenu li a:hover {
	background: #1A83CF;
	color: #fff;
}

.dmenu .current_page_item a {
	display: block;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
	background: #1A83CF;
	font-size: 12px;
	margin-left: 5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#menuy .dmenu li a {
	display: block;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
	background: #9F0086;
	font-size: 12px;
	margin-left: 0px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#menuy .dmenu li a:hover {
	background: #D9D9D9;
	color: #000;
}

.dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

.dmenu ul li a {
	display: block;
	background: #E6E6E6;
}

.dmenu li ul a:hover {
	display: block;
	background: #E6E6E6;
	color: #1A83CF;
}

.dmenu ul a {
	display: block;
}

.dmenu ul ul {
	margin-top: 10px;
	display: none;
	margin-left: 200px;
	position: absolute;
}

.dmenu li:hover ul ul {
	display: none;
}

.dmenu li:hover ul {
	display: block;
}

.dmenu ul li:hover ul {
	display: block;
}

.dmenu li ul li {
	display: block;
	width:100%;
}

.dmenu li.cat-item ul {
	width: 200px;
	font-size: 0.8em;
}

.dmenu li.cat-item a {
	display: block;
}

.dmenu li.cat-item a:hover {
	display: block;
}

.dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	font-weight: bold;
}

.dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #1A83CF;
	font-weight: bold;
}

/*
RSS Bar CSS
*/
#rssbar {
	width: 770px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	text-align: left;
	z-index: 100;
}

#today {
	font-size: 0.7em;
	color: #888;
	text-align: right;
	padding-right: 10px;
}

#rssbar ul {
	float: left;
	display: inline;
	height: 30px;
	padding-right: 10px;
	padding-top: 18px;
}

#rssbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
}

#rssbar ul li a {
	height: 30px;
	line-height: 30px;
	background: url(images/rss.gif) no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 20px;
	font-size: 0.7em;
	font-weight: lighter;
	font-stretch: condensed;
	color: #000;
}

#rssbar ul li a:hover {
	color: #222;
}

/*
Featured Column CSS
*/
#featured {
	width: 940px;
	background: #FFF url(images/bg.gif) repeat-y;
	margin-top: 10px;
}

#featuredleft {
	float: left;
	width: 600px;
	background: url(images/lround.gif) no-repeat top left;
}

#featuredright {
	width: 310px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left:18px;
}

#featuredbar {
	width: 330px;
	float: left;
	background: url(images/rround.gif) no-repeat top right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left:10px;
}


#featuredright .featuredtabs {
	width: 310px;
}

#featuredright .featuredtabs_content {
	display: none;
	padding: 5px 15px;
	width: 278px;
	height: 250px;
	background: #1A83CF;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#featuredright .featuredtabs li a {
	float: left;
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 34px;
	height: 34px;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

#featuredbar .featuredtabs {
	width: 330px;
}

#featuredbar .featuredtabs_content {
	display: none;
	padding: 15px;
	width: 310px;
	height: 230px;
	background: #1A83CF;
	
}

#featuredbar .featuredtabs li a {
	float: left;
	display: block;
	padding-left: 17px;
	padding-right: 16px;
	line-height: 34px;
	height: 34px;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

/*
Featured Posts CSS
*/
.featuredposts {
	width: 580px;
}

.featuredposts li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.featuredposts li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.featuredposts li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredposts li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredposts li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredposts_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 570px;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin-right: 15px;
	border: 3px solid #dcebf1;
}

.featuredposts_content .post {
	display: inline;
}

.featuredposts_content .post h1 a {
	font-size: 1.1em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #1A83CF;
}

.featuredposts_content .post h1 a:hover {
	color: #4e74f2;
}

.featuredposts_content .post .time {
	color: #999;
	font-size: 0.7em;
	line-height: 2em;
}

.featuredposts_content .post .entry {
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
}

.featuredposts_content .post .entry p {
	margin: 0px 0px 7px 0px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;
}

.featuredposts_content .post .endpost {
	padding-top: 5px;
}

.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
}

.featuredposts_content .post .cat a:hover {
	background: #ff9000;
}

.extra {
	float: right;
}

.extra li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.extra li a {
	font-size: 0.7em;
	font-weight: bold;
}

.extra li.comments a {
	background: url(images/comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	color: #ff9000;
}

.extra li.comments a:hover {
	text-decoration: underline;
}

/*
Featured Tabs CSS
*/
.central .featuredtabs {
	width: 310px;
}

.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	background: url(images/bg_tools.png) repeat-x top center;
	text-transform: uppercase;
}

.central .featuredtabs li a {
	float: left;
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 34px;
	height: 34px;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

.featuredtabs li a:hover {
	background: #1A83CF;
	color: #fff;
}

.featuredtabs li a.selected {
	background: #1A83CF;
	color: #fff;
}

.featuredtabs li a.selected:hover {
	background: #1A83CF;
	color: #fff;
}

#content .featuredtabs_content {
	display: none;
	padding: 15px;
	width: 278px;
	height: 230px;
	background: #1A83CF;
	
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #fff;
}

.featuredtabs_content ul li span {
	display: block;
}

.featuredtabs_content ul li span a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.featuredtabs_content ul li span a:hover {
	color: #fff;
	text-decoration: none;
}

.featuredtabs_content a {
	color: #fff;
	text-decoration: none;
}

.featuredtabs_content a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
Cetrale CSS
*/

.central {
background: #fff;
height: 200px;
padding: 15px 0px;
}

.central .blockleft {
width:598px;
height: 195px;
float:left;
background: #ddd;
border: #ccc 1px solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px;
}

.central .blockleft .tit {
text-transform: uppercase;
color: #1A83CF;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 20px;
padding-top: 4px;
background: url("images/arrow_blu.png") no-repeat left;
}

.central .blockleft .lastnews {
padding:10px 0px 0px 20px;
height:150px;
overflow-y: scroll;
}

.central .blockleft .break {
background: url("images/bg_tools2.png") repeat-x top;
border-bottom: 1px solid #ccc;
padding: 2px 5px 2px;
height: 26px;
}

* html .central .blockleft .break {
background: url("images/bg_tools2.png") repeat-x top;
border-bottom: 1px solid #ccc;
padding: 2px 5px 2px;
}

.break {
background: url("images/bg_tools2.png") repeat-x top;
border-bottom: 1px solid #ccc;
padding: 2px 5px 2px;
height: 26px;
margin-bottom: 4px;
}

* html .break {
background: url("images/bg_tools2.png") repeat-x top;
border-bottom: 1px solid #ccc;
padding: 2px 5px 2px;
margin-bottom: 0px;
height: 0px;
}

.newsletter .break {
background: url("images/bg_tools.png") repeat-x top;
border-bottom: 1px solid #444;
padding: 6px 5px 1px;
margin-bottom: 5px;
}

.bottom .newsletter {
width:300px;
min-height: 220px;
float:left;
background: #ddd url("images/bg_tools.png") repeat-x top;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px;
margin-left: 0px;
margin-bottom: 10px;
color: #000;
}

.newsletter .tit {
text-transform: uppercase;
color: #FF5A00;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 8px;
padding-top: 4px;
padding-bottom: 0px;
height: 22px;
margin: 0;
}

.newsletter p {
font-size: 0.8em;
margin-left: 10px;
}

.newsletter input {
border: #444 1px solid;
padding-top: 5px;
}

.MailPressFormEmail {
margin: 0px 0px 10px 10px;
width:170px;
border: 1px solid #999;
font-size: 0.75em;
padding: 3px;
}

.MailPressFormSubmit {
font-size: 0.65em;
margin-left: 10px;
text-transform: uppercase;
padding: 2px 4px;
}


.central .adv {
width:298px;
height: 195px;
float:left;
margin-left: 20px;
}


/*
Inferiore CSS
*/

.bottom {
background: #fff;
padding: 0px;
/*min-height: 550px;*/
margin-bottom: 10px;
width:310px;
float: left;
}

.bottom .blockleft {
width:290px;
float:left;
background: #FAFAFA;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px;
border:1px solid #ccc;
margin-right: 10px;
color: #444;
}

.bottom .blockleft .tit {
background: url('images/arrow_blu.png') no-repeat top left;
text-transform: uppercase;
color: #1A83CF;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 20px;
padding-bottom: 10px;
}


.bottom .blockleft h2 {
text-transform: uppercase;
color: #1A83CF;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding: 10px 0px;
}

.bottom .blockleft h2 {
text-transform: uppercase;
color: #1A83CF;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding: 10px 0px;
}

.bottom .blockleft .small {
font-size: 0.8em;
line-height: 1.4em;
}

.bottom .blockleft ul {
padding-left:0px;
margin-left: 0;
font-size: 0.85em;
}

.bottom .blockleft ul li a {
color: #000;
font-weight:bold;
border:0px;
background:transparent;
margin-left: 0;
}

.bottom .blockleft ul li a:hover {
color: #1A83CF;
font-weight:bold;
}

.bottom .wall {
width:300px;
float:left;
background: #FAFAFA;
-moz-border-radius: 3px;
padding: 0px;
border:1px solid #ccc;
font-size: 0.8em;
}

.wall .tit {
text-transform: uppercase;
color: #00AC00;
font-stretch: condensed;
font-weight: bold;
font-size: 0.95em;
padding-left: 0px;
padding-bottom: 10px;
}

.wall a {
color: #00AC00;
}


/*
Big Column CSS
*/
#bigcolumn {
	width: 100%;
	padding-bottom: 10px;
	background: #fff;
}

#widecolumn {
	float: left;
	width: 558px;
	display: inline;
	border-top: 2px solid #000;
	margin-top: 10px;
}

#top_posts {
	float: left;
	width: 300px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}

#recent_posts {
	float: left;
	width: 300px;
	display: inline;
}

#sidebar {
	float: left;
	width: 352px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 10px;
	display: inline;
}

/*
Main CSS
*/
#top_posts h2, #recent_posts h2, #sidebar h2 {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: -1px;
	color: #1A83CF;
	background: url(images/hbullet.gif) no-repeat left;
	border-bottom: 2px solid #d8e1f0;
	padding-left: 15px;
}

.box {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.box p {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 7px 0px;
}

.postbox {
	margin-bottom: 2px;
	padding: 2px;
}

.postbox p {
	font-size: 0.75em;
	line-height: 1.0em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	display: inline;
	line-height:1.1em;
	background: none;
	text-transform: uppercase;
}

.top_entry h3 a {
	font-size: 0.75em;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000;
	background: none;
	font-stretch: condensed;
	margin: 0;
	padding: 0;
}

.top_entry h3 a:hover {
	color: #1A83CF;
	text-decoration: none;
}

.top_entry .time {
	color: #4D4D4D;
	/*line-height: 2.2em;*/
	font-size: 0.6em;
	float: left;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}

.central .archivio {
	float: right;
	color: #000000;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 4px 4px 2px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 4px 0px 0px;
}

.central .archivio a {
	color: #1A83CF;
}

.central .archivio a:hover {
	color: #4D4D4D;
}

.top_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.top_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #ddd;
	float: right;
	width: 294px;
}

.top_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.top_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #333;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 67px;
	margin-left: 10px;
	border: 3px solid #dcebf1;
}

.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #627092;
}

.recent_entry h3 a:hover {
	color: #ff9000;
}

.recent_entry .time {
	color: #666;
	line-height: 2em;
	font-size: 0.7em;
}

.recent_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #999;
}

.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #ddd;
	float: right;
	width: 294px;
}

.recent_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #333;
}

/*
Sidebar CSS Widgets
*/
.sidebar {
	float: left;
	width: 150px;
}

.sidebar div {
	background: #FFF;
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.sidebar ul li ul {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}


.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
}

.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.3em;
}

#sidebar .blockleft {
background: #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px;
margin: 10px 0 0px 10px;
border: 1px solid #ccc;
}

#sidebar .blockleft .tit {
text-transform: uppercase;
color: #1A83CF;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 20px;
padding-top: 0px;
background: url("images/arrow_blu.png") no-repeat left;
}

#sidebar .archivio {
	float: right;
	color: #000;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 20px;
	padding: 4px 4px 2px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 4px 5px 0px;
}

#sidebar .newsletter {
height: 220px;
background: #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0px;
margin: 10px 0 0px 10px;
border: 1px solid #ccc;
}

#sidebar .newsletter .tit {
text-transform: uppercase;
color: #FF5A00;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 8px;
padding-bottom: 10px;
}

#sidebar .newsletter p {
font-size: 0.8em;
}

#sidebar .newsweb {
background: #FAFAFA;
-moz-border-radius: 3px;
padding: 10px 5px;
border:1px solid #ccc;
margin: 10px 0 0px 10px;
}

#sidebar .newsweb .tit {
background: url('images/arrow_purple.png') no-repeat top left;
text-transform: uppercase;
color: #9F0086;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 20px;
padding-bottom: 10px;
}

#sidebar .newsweb ul li {
font-size: 0.75em;
padding: 5px 0px 5px 0px;
font-stretch: condensed;
background: transparent;
border: 0;
margin-left: 0;
}

#sidebar .newsweb ul li a {
color: #000;
font-weight:bold;
background: transparent;
border: 0;
margin-left: 0;
padding-left: 0;
}

#sidebar .newsweb ul li a:hover {
color: #9F0086;
font-weight:bold;
}

/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	padding: 6px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 165px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
	font-size: 0.75em;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-size: 0.75em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}

.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 10px;
}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
Footer
*/
#footer {
	margin-bottom: 30px;
	line-height: 1.1em;
	color: #ccc;
	padding-bottom: 30px;
}

#footer a:hover {
	color: #3259d8;
	text-decoration: underline;
}

#required {
	float: left;
	padding-left: 16px;
	font-size: 0.7em;
}

#copyright {
	float: right;
	font-size: 0.7em;
	color: #666;
	padding-right: 16px;
}

#subfooter {  
margin:15px 0px;
padding:0px 15px; 
clear:both;  
}

#subfooter ul {  
margin-right: 5px;
} 

#subfooter ul li {  
font-stretch: condensed;
text-transform: uppercase; 
line-height: 1.8em;
clear: left;
margin-right: 5px;
}

#subfooter .children {  
display: inline;
margin: 0;
padding: 0;
clear: none;
padding-right: 15px;
} 
  
#subfooter .children li {
list-style-type: lower-greek;
padding:0px 5px;
display: inline;
left: 250px;
text-transform: capitalize;
color: #000;
} 

#subfooter .children li a {  
color: #000;
}

#subfooter .children li a:hover {  
color: #222;
}

/*
POST BODY CSS
*/
.postbody {
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	color: #000;
}

.postbody p {
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333;
	margin: 0px 0px 10px 0px;
}

.postbody h1 {
	letter-spacing: -2px;
	font-size: 1.5em;
	color: #1A83CF;
}

.postbody h2 {
	letter-spacing: -1px;
	font-size: 1em;
	color: #000;
}

.postbody h3 {
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
	font-size: 0.92em;
	padding-top: 2px;
	padding-left: 20px;
	background: url("images/arrow_blu.png") no-repeat left;
}

.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #577aee;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.postbody .archive {
	background: url("images/bg_number.png") no-repeat left;
	padding:2px 0px 2px 5px;
}

.postbody blockquote {
	background: #fffced;
	border: 1px dotted #dfdccb;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	display: block;
}

.postbody blockquote p {
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #587ae6;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #333;
	text-decoration: line-through;
}

.postbody code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

.summary .info, .tags, .time {
font-size: 0.65em;
text-transform: uppercase;
padding: 1px 0px;
}

.excerpt p {
font-size: 0.9em;
line-height: 1.15em;
}

/*
Results .p class
*/
.p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.thumbnail {
	width: 160px;
	min-height: 67px;
	margin: 2px;
}

.p .time {
	font-size: 0.7em;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: left;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.p .tags {
	padding: 5px 0px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: uppercase;
	margin-top: 5px;
}

.p .tags a {
	color: #333;
}

.p .tags a:hover {
	color: #3259d8;
}

/*
Navigation CSS
*/
.navigation {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	font-size: 0.8em;
}

.navigation a {
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #FFF;
	font-weight: bold;
}

.navigation a:hover {
	background: #ff9000;
	color: #FFF;
}

.navleft {
	
}

.navright {
	
}

.navleft a {
	float: left;
	display: block;
}

.navright a {
	float: right;
	display: block;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.postbody_singlepost .time {
	color: #000;
	font-size: 0.65em;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.postbody_singlepost img {
	border: 3px solid #dcebf1;
}

.postbody_singlepost .tags {
	color: #333;
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 1em;
	padding-top: 8px;
}

.postbody_singlepost .tags a {
	color: #999;
	text-transform: lowercase;
}

.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.cc a {
	margin-top: 5px;
	background: #fff;
	text-transform: uppercase;
}

.postbody_singlepost .the_content {
	margin-top: 15px;
	margin-bottom: 35px;
	padding-top: 15px;
	border-top: 2px solid #B3B3B3;
	border-bottom: 2px solid #B3B3B3;
}

.postbody_singlepost td {
font-size: 0.8em;
color: #000;
margin-right:6px;
text-transform: uppercase;
}

.postbody .p .summary {
font-size: 0.8em;
}

/*
Special Single Post Classes
*/
.edit, .follow, .track {
	border-bottom: 1px dotted #ddd;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.4em;
}

.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track {
	background: #EEE;
	font-weight: bold;
}

/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 5px;
}

.aligncenter {
	display: inline;
	text-align: center;
}

.alignnone {
}

p.wp-caption-text {
	padding: 5px;
	font-size: 0.7em;
	color: #999;
}

/*
Commenting System CSS
*/
#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 100%;
}

#combox {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	margin-bottom: 20px;
}

ol.commentlist li {
	padding:0;
	margin:0;
	border:0;
	background: #ededed;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px;
	margin-top: 0px;
	font-size: 0.9em;
}

ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 0px;
}

.avatar {
	float: left;
	display: inline;
	margin-right: 10px;
}

.avatar img {
	border: 0;
	
}

.commentbody {
	float: left;
	display: inline;
	margin-left: 60px;
}

.commentbody img {
	border:0;
	vertical-align: middle;
}

p.comment_author {
	color: #999;
	font-size: 0.7em;
}

span.comment_time {
	display: inline;
	color: #999;
}

p.comment_text {
	margin-top: 15px;
	line-height: 1.4em;
}

/*
Leave a Reply form CSS
*/
.reply {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	display: none;
}

.reply p {
	margin-top: 10px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	border: 1px solid #777;
padding: 3px;
margin-right: 10px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #ddd;
	width: 200px;
	padding: 5px;
	color: #3259d8;
}

.replytext:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}

.replyarea {
	border: 1px solid #ddd;
	line-height: 1.5em;
	padding: 5px;
	width: 475px;
	height: 120px;
	color: #222;
	overflow-x: auto;
	overflow-y: auto;
}

.replyarea:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}

.replybutton {
	background: #1A1A1A;
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.replybutton:hover {
	background: #5c82d1;
}

/* CONCORSI E PROMOZIONI */

#latest {
}

#latest .entry {
margin-left: 15px;
}

#latest .testo {
padding: 5px 10px;
font-size: 0.9em;
}

#latest .testo h2 {
text-transform: uppercase;
color: #9F0086;
font-size: 0.9em;
margin: 2px 0px 10px 0px;
}

#latest .testo h2 a {
color: #1a83cf;
}

#latest .testo h2 a:hover {
text-decoration: underline;
}

#latest .testo .small {
font-size: 0.85em;
color: #262626;
}

.tit {
text-transform: uppercase;
color: #9F0086;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
margin: 10px 0px 10px 0px;
}

#rocket {
background: url("images/rocket.png") no-repeat right;
width:300px;
height:350px;
padding: 0px;
margin: 15px auto;
right:0;
top:15px;
position: absolute;
z-index: 0;
overflow: hidden;
display: none;
}

#clouds {
background: url("images/clouds.png") no-repeat;
width:300px;
height:147px;
padding: 0px;
margin: 5px auto;
position: fixed;
z-index: 0;
overflow: hidden;
display:none;
}

h3 .tit {
text-transform: uppercase;
color: #1A83CF;
font-stretch: condensed;
font-weight: bold;
font-size: 0.75em;
padding-left: 20px;
background: url("images/arrow_blu.png") no-repeat left;
}

.usability {
float:right;
text-align: right;
color: #ccc;
text-transform: uppercase;
font-size: 0.7em;
line-height: 1.6em;
padding-left: 20px;
}

.comuni {
color: #000;
}

.error {
font-size: 0.75em;
padding-left:10px;
text-transform: uppercase;
}
