/*  
Theme Name: GlossyBlue - Advanced
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>.
Version: 1.1
Author: Nick
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #072352 url(big-bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 11px;
	font-family: verdana;

}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% Verdana;
	padding-bottom: 3px;
}
h2 a:link, h2 a:visited {
	color: #0e5fd8;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Arial;
	font-weight: bold;
	color: #0e5fd8;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% Arial;
	color: #0e5fd8;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 900px;
	background: #FFFFFF url(sfondo_barradestra_blog.gif) no-repeat top right;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
#header {
	background: #0FACEA url(images/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 600px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
	padding-left: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:left;
	margin-left: 10px;
	width: 520px;
	font-family: verdana;
	font-size: 11px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 11px;
	font-family: verdana;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 11px;
	font-family: verdana;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 10px;
	font-family: verdana;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a:link, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f3f7f9;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f3f7f9;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 570px;
	height: 115px;
	background:#f3f7f9;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	background: #edeef0 url(sfondo_barradestra_bottom.gif) no-repeat bottom left;
	padding: 0px 10px 20px 0px;
	width: 220px;
	height: 100%;
	color: #666666;
	overflow: hidden;
	padding-left: 15px;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% Arial;
	letter-spacing: 1px;
	font-weight: bold;
	color: #0e5fd8;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #ccc;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	padding-right: 5px;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px dotted #CCC;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
	font-size: 11px;
	font-family: verdana;

}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
	font-family: verdana;
	font-size: 11px;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
	font-size: 11px;
	font-family: verdana;

}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 130px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	height: 220px;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 280px;
	float: left;
	margin-left: 20px;
}
#footer .right-col{
	width: 240px;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	background: url(images/footer-right-bg.gif) no-repeat;
	color: #ACD7EE;

}
#footer h4 {
	font: bold 16px "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: verdana;
	line-height: 110%;
}
.recently-commented li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	color: #acd7ee;
}
.recently-commented a{
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
	font-size: 11px;
	font-family: verdana;

}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	color: #acd7ee;
}
.recent-posts a{
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 900px;
	height: 100px;
	color: #fff;
	font-size: 11px;
	font-family: verdana;
	line-height: 120%;
	background: url(sfondo_piedipagina.png) top no-repeat;
	border-top: 1px solid #fff;
}
#credits a, #credit a:visited{
	color: #ff0;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
	padding-left: 15px;
	color: #fff;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


/* CSS personalizzato pierino84.com */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

img, #logo, #colonnasinistra, #navigation li a:link, #navigation li a:visited, #navigation li .active:link, #navigation li .active:visited, #navigation li, #navigation li a:hover, #piedipagina, #credits{ behavior: url(http://blog.pierino84.com/iepngfix.php); }

blockquote {
margin: 10px 0px;
padding: 10px;
background: #E7EEFF;
}

blockquote p { padding-bottom: 0px; }

div {
font-family: Verdana;
font-size: 11px;
color: #333;
}

p {
line-height: 20px;
margin-right: 20px;
}

a:link, a:visited {
color: #0e5fd8;
text-decoration: none;
}

a:hover {
color: #f60;
text-decoration: underline;
}

#navigation {
width: 900px;
margin: 0px auto;
clear: both;
background: none;
}

#navigation ul {
height: 40px;
float: left;
list-style: none;
color: #000;
margin-top: 0px;
margin-left: 0px;
padding: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: left;
}

#navigation li {
display: inline;
}

#navigation li a:link, #navigation li a:visited {
width : 91px;
height : 27px;
display : block;
text-align : center;
float: left;
padding-top: 13px;
color: #fff;
text-decoration: none;
background: url(sfondo_nav.png) no-repeat left top;
}

#navigation li a:hover, #navigation li .active:link, #navigation li .active:visited {
color: #333;
background: url(sfondo_nav_active.png) no-repeat left top;
}

#container_logo {
width: 100%;
height: 150px;
position: relative;
}

#logo {
width: 900px;
height: 120px;
margin: 0px auto;
}

#logo img {
border: 0px;
}

.boxino {
float: left; 
width: 270px;
margin: 0;
padding: 0;
border: 1px solid #ccc;
background: #EDEEF0;
padding-right: 10px;
padding-left: 10px;
margin-right: 5px;
}

.boxino p, .boxino_news p {
margin-top: 10px;
margin-bottom: 10px;
}

.boxino h2 {
font: bold 18px "Trebuchet MS";
color: #0E5FD8;
background: url(bg_tagline.gif) repeat-x bottom;
padding-bottom: 12px;
}

.boxino_header {
padding-bottom: 4px; 
border-bottom: 1px solid #ccc;
}

.boxino_headimg {
margin-top: 5px;
border: 1px solid #999;
margin-bottom: 0px;
}

.boxino_news {
height: 150px;
width: 270px;
background: #048DB4 url(footer-bg.gif) no-repeat top left;
color: #fff;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #999;
float: left;
margin-right: 5px;
margin-bottom: 30px;
}

.boxino_news ul {
margin: 0;
margin-top: 10px;
padding: 0;
}

.boxino_news li {
list-style: none;
background: url(arrow.png) no-repeat left ;
padding-left: 13px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #d7e7f7;
}

.boxino_news li a:link, .boxino_news li a:visited {
color: #fff;
text-decoration: none;
}

.boxino_news li a:hover {
color: #ff0;
}


#container_centrale {
margin: 0px auto;
width: 900px;
color: #fff;
background-color: #fff;
clear: both;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#container_centrale h1, colonnasinistra_home h1 {
font-family: "Trebuchet MS";
font-size: 22px;
font-weight: normal;
color: #486cc0;
padding-bottom: 12px;
margin-bottom: 0px;
margin-top: 20px;
}

#colonnasinistra_home {
width: 550px;
float: left;
padding-left: 25px;
}

#colonnadestra_home {
width: 290px;
float: right;
background:  #edeef0 url(sfondo_barradestra.gif) no-repeat top right;
padding-left: 15px;
clear: none;
min-height: 677px;
}

#colonnadestra_home h1 {
width: 270px;
padding-bottom: 3px;
margin-bottom: 0px;
border-bottom: 1px dotted #333;
}

#colonnadestra_home ul {
list-style: none;
float: left;
width: 270px;
margin-top: 0px;
margin-left: 0;
margin-bottom: 25px;
padding: 0;
}

#colonnadestra_home ul li  {
color: #ccc;
background: url(http://blog.pierino84.com/wp-content/themes/div_black_theme/images/cat_li.gif) no-repeat left;
padding: 2px 2px 4px 10px;
line-height: 20px;
}

#colonnadestra_home ul li:hover {
background-color: #eee;
}

#colonnadestra_home a:link, #colonnadestra_home a:visited {
text-decoration: none;
}

#colonnadestra_home a:hover {
text-decoration: underline;}

.portfolio_entry {
width: 270px;;
height: 70px;
padding-top: 10px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
border-bottom: 1px dotted #999;
}

.portfolio_entry img {
margin-right: 15px;
float: left;
margin-top: 3px;
border: 1px solid #666;
}

.portfolio_entry:hover {
background-color: #fff;
}

.portfolio_entry p {
margin-left: 5px;
margin-right: 0px;
margin-top: 0px;
color: #666;
}


#piedipagina {
color: #fff;
width: 900px;
height: 100px;
margin: 0 auto;
margin-top: 0px;
padding-top: 0px;
background: url(sfondo_piedipagina.png) no-repeat top;
}

#piedipagina a:link, #piedipagina a:visited {
color: #ff0;
text-decoration: none;
}

#piedipagina a:hover {
color: #f90;
text-decoration: underline;
}

#piedipagina p {
padding-left: 25px;
padding-top: 10px;
}

#nav_pierino {
margin-left: 28px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 68%;
height: 20px;
background: url(bg_tagline.gif) repeat-x top;
}

.borderedImage { padding: 3px; background: #efefef; border: 1px solid #ccc }