/*
Theme Name: Seven
Theme URI: http://www.nikynik.com
Description: This is a blank Wordpress theme with a fluid width, laid out in 2 columns with the menu on the right
Version: 1.0
Author: Nikynik
Author URI: http://www.nikynik.com


/*-----------Block Level Elements--------------*/

Body {
margin: 0px;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555555;
}

#page {
	
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#sito {
	width: 100%;
	height: 100px;
	background: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	}
#title H1 {
	font-size: 80px;
	font-weight: normal;
	margin:0;
	padding: 10px;
	letter-spacing: -6px;
	text-align: left;
	text-transform: lowercase;
	line-height: 50px;
	}
	#sito p {
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	line-height: 50px;
	}
	#title a, #title a:hover {
	color: #E1E1E1;
	text-decoration: none;
	}
	#title{
		float: left;
	}
	#slogan {
		float: right;
	}
ul.navbar {
	clear: both;
	margin: 0px 0 5px 10px;
	list-style: none;
	}
ul.navbar li a{
	font-size: 12pt;
	font-weight: bold;
	margin: 7px 0;
	padding: 0 3px 3px 3px;
	text-transform: uppercase;
	color:#CC33CC;
	list-style: none;
	}

ul.navbar li a:hover{
	text-transform: uppercase;
	padding-top: 6px;
	background: #CC33CC;
	color: #e1e1e1;
	}

ul.navbar li {
	list-style-type: none;
	display: inline;
	margin-left: 3px;
	padding: 0 5px;
	list-style: none;
	}
#wrapper {
	width: 890px;
	margin: 0px auto 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 600px;
	margin: 25px 10px 0px 0px;
	padding: 0px 20px 20px 0px;
	}

#sidebar {
	float: right;
	width: 200px;
	margin: 0px 0px 3px 0px;
	padding: 20px 0px 20px 20px;
	}

#footer {
	font-size: 9pt;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	text-align: right;
	clear: both;
	background: #000 url(images/footerwp.png) 835px bottom no-repeat;
	width: 100%;
	color: #fff;
	overflow: hidden;
	}

/*-------------Headings-------------*/

h1 {color:#E1E1E1;
	font-size: 225%;
}

h2 {
color:#E1E1E1;
}

h4 {color:#E1E1E1;
	font-size: 125%;
}

p, pre, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}
blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

/*-------------The Post-------------*/
.post {
text-transform: lowercase;
	text-align: left;
	margin: 5px 0 0px 0;
	padding: 0 5px 0 10px;
	clear: both;
}
.divisore{height: 45px;
	background: url(images/divisore.png) no-repeat center;
}
.post .titolo,  h2.pagetitle{
color:#a6a6a6;
font-size: 255%;
letter-spacing: -1px;
text-transform: uppercase;
}
.post h3{
color:#E1E1E1;
font-size:1.8em;
letter-spacing: -1px;
}
.post h3 a, .post h3 a:visited{
	color:#A6A6A6;
	text-decoration: none;
	text-transform: uppercase;
}
.post h3 a:hover{
	color: #CC33CC;
	text-decoration: none;
}
.crediti {
	text-transform: uppercase;
	text-align: left;
	font-size: 7pt;
	padding: 3px 5px 3px 5px;
	color: #000000;
	clear: both;
	margin-bottom: 5px;
	margin: 1px 0px 2px;
	border-top: 1px solid #e1e1e1;
	}

.post small{
font-family:"Lucida Grande", Arial, Verdana, sans-serif;
font-size:1em;
color:#555555;
padding:1px 0 10px;
}
.post small a{
color:#CC33CC;
text-decoration:none;
}
.post small a:hover{
text-decoration:underline;
}
.post abbr{
color:#990099;
cursor:help;}
.post .entry{
font-size:12px;
margin:20px 0 8px;
}
.post .entry a, .post .entry a:visited:hover{
color:#CC33CC;
text-decoration:none;
}
.post .entry a:hover{
color:#990099;
}

.post .entry p{
margin:15px 0;
}

.post p.left img,.post p.right img{
vertical-align:middle;
padding-right:5px;
margin:5px 0;
}
.post p.left{
float:left;
}
.post p.right{
float:right;
padding-right:30px;
}
.post ul li {
	padding-left: 35px;
	background: url(images/bullet-list.gif) no-repeat 22px 4px;
	line-height: 170%;
}
.navigation {

}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.center {

}

.pagetitle {

}



cite {

}

a img {
	border: none;
}
a {
	color: #CC33CC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr {

}
pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 10px;
	border-top: 3px solid #D2C5A3;
	border-bottom: 3px solid #D2C5A3;
	background: #FAF5D7;
	font: 1em/1.5 monospace;
}
/*--------------Sidebar------------*/
#sidebar h2 {
border-bottom: 1px solid #cccccc;
	font-size: 1.18em;
	color: #990099;
}
#sidebar ul {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#sidebar ul li a, #sidebar ul li a:visited {
	display: block;
	height: 20px;
	width: 200px;
	text-decoration:none;
	color: #990099;
	text-align: left;
	text-indent: 10px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	line-height: 20px;
	}

#sidebar ul li a:hover {
	background-color: #EFEFEF;
	display: block;
	height: 20px;
	width: 200px;
	color: #990099;	
	}
/* Search */
#searchform { padding: 15px 3px 5px 5px; }
#search_form{
	margin:.2em 0 .4em 1%; 
	padding: 5px 10px;
	}
input, select {
	font-size: 11px;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #EFEFEF;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFFF;
}

/*--------------Comments--------------*/
    .comments, #trackbacklist, #tags-allowed{
	font-size: 9px;
	}
	h3.comments {
	padding: 0;
	margin: 40px auto 20px 10px;
	}
	#commentform input {
	margin: 3px 0 10px 0;
	width: 250px;
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #EFEFEF;
	}
	#commentform input:focus{
		border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	}
#commentform textarea {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
	height: 115px;
	margin-top: 3px;
	padding: 2px;
	width: 485px;
	}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: 1px solid #BABDB6;
	background: #FFFFFF;
}
#commentform #submit {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #EFEFEF;
	}
#commentform #submit:hover, #commentform #submit:focus{
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}
	.alt {
	background-color: #EFEFEF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 10px;
	color:#CC33CC;
	}
	.author { 
	border-top: 1px solid #CC33CC;
	border-bottom: 1px solid #CC33CC;
	margin: 0;
	padding: 10px 0px 0px 20px;
	color: #990099;
		background: url(images/a.gif) no-repeat bottom right;

	}
.formatting {
   color: #999999;
	font-style: normal;
	font-size: 13px;
	margin: 5px 3px 5px 0px;
	width: 500px;
}
#commentlist {
	padding: 0;
	text-align: justify;
	}
#commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px 10px;
	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;
	}
/* Trackback */
ol#trackbacklist {
	margin-bottom: 3.2em;
	font-size: 10px;
}
#trackbacklist {
	margin-left: 0;
	padding-left: 0;
}
#trackbacklist li {
	position: relative;
	margin-left: 0;
	padding: 0;
	margin-top: .8em;
	list-style: none;
}
#trackbacklist li a {
	padding: .4em;
	display: block;
	text-decoration: none;
}
#trackbacklist li p {
	padding: 0 .4em;
}
#trackbacklist li a span {
	text-decoration: underline;
	text-transform: uppercase;
}
#trackbacklist li a {
	background-image: none;
}
#trackbacklist li {
	border: 1px solid #e1e1e1;
}
#trackbacklist li small {
}
#trackbacklist li a:hover {
	background-color:#e1e1e1;
	color: #990099;
	background-image: none;
}
#trackbacklist li a:active {
	color: #CC33CC;
}
a.comment-favatar {
	border: 0 !important;
	margin-right: .4em;
}
a.comment-gravatar {
	float: right;
	text-align: center;
	padding: 2px;
	margin: 0;
	border: 1px solid #e1e1e1;
	display: block;
	background-color: #fff;
}
a.comment-gravatar div {
	background-repeat: no-repeat;
	background-position: center center;
}
#commentlist li:after { 	/* Auto clearing float */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a.comment-gravatar, a.comment-favatar img {
	vertical-align: text-bottom;
	/*filter: alpha(opacity=40);
	-moz-opacity: .4; */
}
a.comment-gravatar img {
	vertical-align: text-bottom;
}
a.comment-favatar img, .trackback-favatar {
	width: 16px;
	height: 16px;
}
a.comment-gravatar:hover, a.comment-favatar:hover img {
	/* filter:alpha(opacity=100);

	-moz-opacity: 1; */
}
.trackback-favatar {
	background: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 6px 0 2px;
	cursor: pointer;
}


/*-------------Footer------------------*/
#footer p {
	margin: 0;
	padding: 0;
	}
.testofooter {
	text-align: center;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 7pt;
	line-height: 15px;
	}

.testofooter a {
	color: #e1e1e1;
	}

.testofooter a:hover {
	color: #e1e1e1;
	text-decoration: none;
	}


/*-------------Other------------------*/

hr {
	display: none;
}
.error {
	padding: 5px 5px 5px 25px;
	background: url(images/bullet-error.gif) no-repeat 0 5px;
	color: #CC0000;
}
.e404 {
	font-size: 225%;
	color: #CC0000;
}
.message {
	padding: 5px 0 5px 25px;
	background: url(images/bullet-info.gif) no-repeat 0 5px;
	color: blue;
}
.tips {
	padding: 5px 5px 5px 25px;
	background: url(images/bullet-tips.gif) no-repeat 0 5px;
	color: #FFA500;
}

/*-------------MOO.FX------------------*/

div#websitetools{
	width: 100%;
	color: #fff;
	font-size: 11px;
	background-color: #000000;
	
}
div#contenuto{
	width: 900px;
	padding-top: 5px;
}
div#sitetoolsdiv{
	height: 32px;
}
div#sitetools{
	width: 164px;
	height: 32px;
	float: right; 
	background: url(images/tools_label.gif);
	font-size: 9px;
	color: #A6A6A6;
	line-height: 3.5em;
	text-align: center;
	text-transform: uppercase;
}
div#sitetools a:link, div#sitetools a:visited{
	color: #A6A6A6;
	text-decoration: none;
}
div#sitetools a:hover{
	color: #fff;
}
 .akpc_pop{
	display: none;
}
.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EFEFEF;
	text-decoration: none; /* no underline */
	color: #CC33CC;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CC33CC;
	font-weight: bold;
	background-color: #CC33CC;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EFEFEF;
	color: #DDD;
}
#correlato, #comment-preview { 
	background: #FFE1FF;
	border: 2px solid #cc33cc;
	margin: 0 0 20px;
	padding: 10px;
	line-height: 1.2;
	
	}
.related h3 { 
    border-bottom: 1px solid #cc33cc;
    color: #cc33cc;
    font: bold 14px Helvetica, Arial, sans-serif;
    padding-bottom: 5px;
    margin: 0 0 10px;
    }
.related ul { 
    list-style: none;
    }
.related li a { 
    line-height: 18px;
    padding: 0 0 0 25px;
    }