/*
	Theme Name: Infimum
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3.1
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
htm{
	background-color:#121315;
}
body {
	margin: 0 auto;
	padding: 0;
	color: #555;
	background:url(images/bg_home.png) repeat-y top center;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color:#121315;
}

#page {
	margin: 0 auto;
    /*    margin-left: 160px;*/
	padding: 0;
	width: 740px;
}

a {
	color: #000;
	background: inherit;
	text-decoration: none;
}

a:visited {
	color: #000;
	background: inherit;
}

a:hover {
	color: #333;
	background: #f2f2f2;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	font-size: 0.9em;
}
ul{
       margin: 0px;
       padding:0px;
}
/* end whole page */

/* header */
#header {
	margin: 0 auto;
	/*border-top: 10px solid #6C000A;
	border-bottom: 1px dotted #ccc;*/
        padding: 0;
	height:212px;
	width: 960px;
   /* background:url(images/head.jpg) no-repeat right;*/
}

#header h1 {
	margin: 0em;
	border: 1px solid gray;
	padding: 0em;
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */
	float: left;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
#header a:hover{
		border-bottom:0px;
		background:none;
}
#topmenu{
        width:822px;
		margin: 0 auto;
		padding:0 30;
		height:30px;
		line-height:30px;
		text-align:right;
		background-image:url(images/menu.jpg);
        }
/* end header */

/* nav */

#nav {
	
	height:30px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:right;
	/*letter-spacing:0.15em;
	text-transform:uppercase;*/
	width:800px;
     /*   border-left:1px solid #fff;*/
        background:url(images/bg_nav.png) repeat-x left top transparent;
	list-style:none;
	z-index:8;
}
#nav li {
	font-size: 12px;
        float:right;
	padding:0;
	margin:0;
        border-left: 1px dotted #999;
}
#nav li a {
	display:block;
	font-size: 12px;
	line-height:30px;
	padding:0 16px;
	color:#fff;
/*        background-color: #fff;*/
	text-decoration:none;
}
#nav li a:hover {
	color:#fff;
	background-color:#666;
}
#nav li li {
	width:200px;
}
#nav ul a {
	color:#fff;
	line-height:30px;
}
#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:200px;
	list-style:none;
	text-align:center;
	/*background:url(images/bg_nav_ul.png) repeat left top transparent !important;*/
}
#nav ul ul {
	top:0;
	left:100%;
}
#nav li:hover, #nav li.sfhover {
	color:#fff;
	cursor:pointer;
	z-index:100;
}
#nav li:hover ul ul, #nav li li:hover ul ul, #nav li li li:hover ul ul, #nav li li li li:hover ul ul, #nav li.sfhover ul ul, #nav li li.sfhover ul ul, #nav li li li.sfhover ul ul, #nav li li li li.sfhover ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display:block;


/* content area 
.pagetitle sIFR-replaced{
float:left;*/
}
#content {
	/*margin: 4em 0em;
	padding: 0em;*/
	width: 440px;
	float: left;
}

#content h2 {
	/*margin: 0em 0em 1em;
	padding: 0em;*/
	margin-top: 20px;
        font-size: 2em;
        color:#000;
}

#content .post {
	margin: 2em 0em 0em;
}

#content h3 {
	margin: 0em;
	padding-top: 20px;
	font-size: 2em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	font-size: 0.9em;
        border-bottom: 1px dotted #aaa;
        border-top: 0px dotted #ccc;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	float: left;
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	float: right;
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
#content img{
        width: 430px;
        height: auto;
        padding: 3px;
        border: 1px dotted #ccc;
}
#content img.thumb{
        width: 120px;
        height: auto;
        padding: 10px;
        border: 1px dotted #ccc;
        float:left;
}
#content img.thumb4{
        width: 195px;
        height: auto;
        padding: 10px;
        border: 0px;
        float:left;
}
ul#thumb{
        list-style:none;
        clear:both;
        display:block;
}

#cleardiv{
     height:10px;
     clear:both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin-top: 70px;
	/*padding-top: 20px;*/
	width: 200px;
	float: right;
        /*border-top: 10px solid #e2e2e2;*/
}

#sidebar h2 {
	margin: 0px 0px 10px 0px;
	padding: 0em;
	font-size: 1.4em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #666;
	background: inherit;
}

#sidebar h2 a:hover {
	color: #900;
	background: #e2e2e2;
}

#sidebar ul {
	margin-bottom: 40px;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	border-bottom:1px dotted #ccc;
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 1em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 3px 0px;
}

#sidebar .textwidget {
	font-size: 1em;
}
ul.seo-tag-cloud li {
        display:block;
        }
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	height: 60px;
	width: 700px;
        border-top: 1px dotted #ccc;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	font-size: 0.8em;
	text-align: center;
}
/* end footer */

h3 a {
        text-decoration:none;
        line-height: 32px;
}


#nanobastardo{
        float:right;
}
#vertical_slide{
        background: #6C000A;
        height: 120px;
}
.studio{
        font-size: 0.9em;
        }
ul.art-item{
margin:0px;
padding:0px;
}
li.art-item, li.art-item{
display:none:
border:1px solid #000;
}
.seo-tag-cloud{
        margin-bottom:30px;
}
.st-tag-cloud{
        margin-bottom:30px;
}
.cat-item cat-item-16{
        display:none;
}
#pagetitle_home{
	display:none;
}




h2.pagetitle{
	padding-top:30px;
}


.navigation{
        height: 80px;
        line-height: 80px;
}
#mapz{
        width: 450px;
        height: auto;
        padding: 10px;
        border: 1px dotted #ccc;
}
#staff1{
        width: 180px;
        height: 180px;
        float: left;
padding-top:15px;
}
#staff1 img{
        width: 150px;
}
#staff2{
        width: 200px;
        float: left;
        padding-left: 14px;
padding-top:15px;
}
#staff2 p{
        margin: 0px;
        padding: 0px;
        }
#spacer_staff{
        height: 20px;
        clear: both;
        border-bottom:1px dotted #aaa;
}
.icons_fb a{
        padding: 0 0 0 30px;
        margin: 0px;
        color: #999;
        background-image:url(http://www.simonettistudio.it/images/icon_facebook.jpg);
        background-repeat:no-repeat;
        display: block;
        height: 22px;
        line-height: 22px;      
}
.icons_yt a{
        padding: 0 0 0 30px;
        margin: 0px;
        color: #999;
        background-image:url(http://www.simonettistudio.it/images/icon_youtube.gif);
        background-repeat:no-repeat;
        display: block;
        height: 22px;
        line-height: 22px;     
}
.icons_ms a{
        padding: 0 0 0 30px;
        margin: 0px;
        color: #999;
        background-image:url(http://www.simonettistudio.it/images/icon_myspace.gif);
        background-repeat:no-repeat;
        display: block;
        height: 22px;
        line-height: 22px;      
}
.icons_fr a{
        padding: 0 0 0 30px;
        margin: 0px;
        color: #999;
        background-image:url(http://www.simonettistudio.it/images/icon_flickr.png);
        background-repeat:no-repeat;
        display: block;
        height: 22px;
        line-height: 22px;
}
.icons_link a{
        padding: 0 0 0 30px;
        color: #999;
        margin: 0px;
        background-image:url(http://www.simonettistudio.it/images/icon_link.png);
        background-repeat:no-repeat;
        display: block;
        height: 22px;
        line-height: 22px;
}
.icons_lf a{
        padding: 0 0 0 30px;
        margin: 0px;
        color: #999;
        background-image:url(http://www.simonettistudio.it/images/icon_lastfm.gif);
        background-repeat:no-repeat;
        display: block;
        height: 22px;
        line-height: 22px;
}
.plinks{
        border-top: 13px solid #FFF;
        border-bottom: 13px solid #FFF;
}
.staff_nome{
        font-size:16px;
        color:#000;
}
.come{
        font-size:16px;
        color:#000;
        display:block;
        border-top: 18px solid #fff;
        border-bottom: 8px solid #fff;
}
blockquote{
        margin-top: 0px;
        padding-top: 0px;
}
.linkimage, .a.linkimage, .linkimage a, .linkimage a:hover, a.linkimage:hover{
        background-color: #fff;
        border-bottom: 1px dotted #ccc;
}
.commentlist img{
        display:none;
} 
ul.zd_multilang_list{
        position:fixed;
        top:0px;
        left:4px;
        padding:6px;
        border-bottom:0px;
}
ul.zd_multilang_list li{
        border-bottom:0px;
}
ul.zd_multilang_list li a{
        color:#777;
        border-bottom:0px;
}
ul.zd_multilang_list li a:hover{
        color:#777;
        border-bottom:0px;
        background-color:#fff;
}
li#zd-multilang h2.widgettitle{
        display:none;
}
div.entry p{
        text-align:justify;
}
div.entry a{
        /*background-color:#eee;*/
        color:#000;
        font-weight:bold;
}
/*#comment-user-details img{
        
        width:60px;
        height:auto;
        border:0px:
        padding:0px;
}*/
#fb-user img{
        display:none;
        border:0px;
        padding:0px 5px 0px 0px;
        width:40px;
        position:absolute;
        clip:rect(0px,40px,40px,0px);
        }


