@font-face {
	font-family: 'BitstreamVeraSerifBold';
	src: url('fonts/vera/VeraSerif-Bold-webfont.eot');
	src: local('☺'), url('fonts/vera/VeraSerif-Bold-webfont.woff') format('woff'), 
	url('fonts/vera/VeraSerif-Bold-webfont.ttf') format('truetype'), 
	url('fonts/vera/VeraSerif-Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*  
Theme Name: Piazzart , based on Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: Based on Arthemia, Redesign Katia Giuliani, Arno Peck. 
Arthemia theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/* Fonts @ end of css */ 


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	/*background: #FFF url("images/piazzart_bg.jpg") repeat-y top center;*/
	background: #FFF url("images/2010_bg.jpg") no-repeat top center;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #F56A21;
	text-decoration:none
	}

a:hover, a:active {
	color: #000;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	background:#ececec;
	color:#777;
	}	

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

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

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:980px;
	margin:0 auto;
	padding:0px;
	padding-top:15px;
	font-size:0.7em;
/*	background:url('images/bg.jpg');*/
	background:url("images/2010_head.jpg") no-repeat 100% -10px;
	}


#page {
	width:960px;
	margin:0px auto;
	padding:10px;
	/*background:#fff;*/
	font-size:0.7em;
	background:transparent;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:40px auto 0;
	padding:1px 10px 3px 10px;
	text-transform:uppercase;
	background:transparent url("images/gradiente.png") repeat-y top right;
	margin-bottom:10px;
	text-transform:lowercase;
	width:940px;
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	/*border-right:1px solid #333;*/
	}

#page-bar li:hover {
	/*background: #f00;
	background:url('images/bg.jpg');*/
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:3px 8px 0;
	color:#fff;
	display:block;
	text-transform:lowercase;
	font-size:14px;
	
	text-shadow: -2px 0 #555, 0 2px #555, 2px 0 #555, 0 -2px #555;
	
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	color:#000;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:2px;
	margin-right:10px;
	}

#searchform input[type=text] {
border:solid 1px #aaa;
padding:2px;
color:#999;
}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	/*background: #2B2B2B;*/
	background:url('images/gradiente.png');
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	font-weight:normal;
	border-bottom:0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	/*background: #666666;
	background:#F56A21;*/
	color:#000;
	padding: 5px 10px 5px 18px;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
	
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em; 
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	/*font:2.3em Georgia, "Times New Roman";*/
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#F56A21;
	font-size:10px;
	text-transform:lowercase;
	font-weight:normal;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	margin-top:110px;	
	height:60px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	display:none;
	}

#sni {
width:960px;
margin:-170px 0 10px 0;
text-align:right;
}

#sni a {
margin:0 5px;
}

#sni span {
margin-left:15px;
}


#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	/*background:#fff;*/
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	/*font:2.2em Georgia;*/

	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	}

#headline p {
	padding-bottom:15px;
	}
	
#headline .title a {
color:#5F5D5C;
}

#featured {
	width:300px;
	/*background:#fff;*/
	float:right;
	padding:10px 10px 9px 10px;
	margin-top:34px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-bottom:0;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}
	
#featured  a {
color:#5F5D5C;
}

#headline a img, #featured a img {
	/*border:1px solid #ddd;*/
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 950px;
	/*background:#fff;*/
	float:right;
	padding:12px 10px 2px 10px;
	margin: 0;
	background:transparent url('images/gradiente2.png') repeat-y center top;
	}


#middle a {
color:#fff;
text-shadow: -1px 0 #555, 0 1px #555, 1px 0 #555, 0 -1px #555;
font-size:1.1em;
}
#middle a:hover {
color:#000;
text-shadow: -1px 0 #555, 0 1px #555, 1px 0 #555, 0 -1px #555;
}

#middle a p {
font-size:0.9em;
text-shadow: 0 0 #000;
margin-top:	10px;
}


.category {
	width:160px;
	min-height:180px;
	float:left;
	/*border-top:8px solid #333;*/
	margin:0;
	padding:5px 10px 10px 10px;
	/*background:#fff;*/
	border-left:solid 4px #fff;
	}

.category p {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#000;
	text-decoration:none;
	}

/*
#cat-1, #cat-3, #cat-5  {border-top:8px solid #DCDDDF;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}
#cat-2, #cat-4 {border-top:8px solid #DCDDDF;}
*/

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	/*text-transform:lowercase;*/
	margin:0;
	font-weight:bold;
	
	}

#front-popular h3 {
	color:#fff;
	}


#cat-1:hover, #cat-3:hover, #cat-5:hover { background:transparent url('images/gradiente.png') repeat-y right top; }
#cat-2:hover, #cat-4:hover {background:transparent url('images/gradiente.png') repeat-y right top;}
/*
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#fff; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#fff; color:#fff; }
*/


#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	/*background:#fff;*/
	padding:10px;
	float:left;
	}

#archive {
	padding-top:15px;
	}

div .title {
background:transparent url('images/gradiente2.png') repeat-y right top;
	}


#archive .title a {
	color:#444;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font-size:12px;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;

	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	padding:0px;
	margin:0 0 5px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.70em;
	color:#777;
	margin-bottom:10px;
	}

.meta a {
	color:#777;
	}

#headline p, #featured p {
	margin:0 0 5px;
	padding:0;
	}


/* Content Page*/

#content {
	width:590px;
	/*background:#fff;*/	
	padding:30px 10px 10px;
	font-size:1.1em;
	line-height:1.4em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font-size:1.2em;
	
	font-weight:bold;
	letter-spacing:-0.05em;
	/*border-bottom:1px solid #fff;
	border-top:3px solid #ddd;*/
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	/*border-bottom:1px dotted #ccc;*/
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #fff;
	margin:0 10px 5px 0;
	padding:3px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0;
	margin:0;
	padding:0;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	font-size:11px;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:transparent url('images/2010_foglia.png') no-repeat left center;
	color:#F56A21;
	margin:30px 0px 10px 0px;
	padding:20px 20px 10px 50px;
	text-transform:lowercase;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	/*background:#fff;*/
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	/*background:#fff;*/
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	/*background:#fff;*/
	}


#sidebar li {
	list-style:none;
	/*border-bottom:1px dotted #ccc;*/
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub2.png) no-repeat left center;
	}





#sidebar li a {
color:#8F8F8E;
}

#sidebar-top a {
color:#8F8F8E;
}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0 dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	/*background:#fff;*/
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	/*background:#fff;*/
	}

/* Footer*/

#footernavi {
padding:0;
background:url(images/bottombar-top.jpg) top no-repeat;
padding-top:6px;
}

#footernavi h3 {
color:#F76214;
font-size:1.2em;
text-transform:lowercase;

}

#front-popular {
	font-size:0.7em;
	color:#aaa;
	width: 940px;
	background:#DCDDDF url(images/bottombar.jpg) bottom no-repeat;
	margin: 0 auto;
	padding:0 10px;
	}

#recentpost, #mostcommented, #recent_comments {
	width:280px;
	float:left;
	padding:10px;
	/*border:1px solid #fff;
	background:#aaa;*/
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	/*border:1px solid #fff;*/
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#716F6E;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;

	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	/*border-top:1px dotted #aaa;*/
	padding:2px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
/*	background:#3c78a7;
	color:#fff;*/
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0 dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/*
body {
	background:url('images/bg2.jpg');
	}
*/	
	

#mainbox { 
width:1000px;
margin:0 auto;
/*background:#fff;*/
}	
	
	
/* Fonts settings */	
	
body, h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	}
	
p {
	font-family:   "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
font-size:0.9em;
}

p, #top p {
color:#555;
}


#page-bar li a {
font-family:  'BitstreamVeraSerifBold', serif;
}


#middle a {
font-family:  'BitstreamVeraSerifBold', serif;
font-size:1.2em;
margin:0 0 5px 0;
}

#middle a p {
font-size:10px;
margin:0 0 5px;
}

#bottom .title a {
color:#5F5D5C;
}

#bottom {
margin-bottom:5px;
}


a {
text-transform:lowercase;

}


.slideshowlink {
display:none;
}


.ngg-gallery-thumbnail-box {

}


.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:0 none !important;
	display:block;  
	margin:2px 0 2px !important;
	padding:2px !important;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #F56A21 !important;
} 





/* 2010 */

#cat-2 span.cat_title a {font-size:11px;}






