/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  0px 0 0;
	font: normal 80%/160% verdana, tahoma, arial, san-serif;
	background: #ecece4 url('http://www.pianetadonna.it/images/bg_blogwp.gif') repeat-x scroll 0 50px;
}
li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, verdana, tahoma, san-serif ;
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.3em;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #006666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #006666;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	background:transparent url('/www/wp-content/themes/tech_blog_theme/images/foto_apple.jpg') no-repeat scroll right 0;
	height:126px;
	margin-bottom:0;
	position:relative;
}
#content {
	float:left;
margin-right:0;
min-height:455px;
padding:5px 5px 10px 10px;
width:665px;
}
#sidebar {
	float:right;
	margin-left:0;
	min-height:455px;
	padding:5px 5px;
	width:310px;
	font-size:11px;
}
#sidebar_full {
  margin:0px 1px 9px 1px;
	padding:0;
	width:305px;
  }

#sidebar_left {
  float: left;
  width: 150px;
  }

#sidebar_right {
  float:right;
	margin-right:4px;
	width:150px;
  }

/* MINIHEADER PIANETADONNA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#top_pd {background:#557da8;overflow:hidden;border-bottom:3px solid #333}
div#top_pd div.top_cont {width:992px;margin: 0 auto;}
div#top_pd h1 {float: left;margin:0px 0;background: url('images/logo_ptech.gif') no-repeat;height:48px;}
div#top_pd h1 a {display:block;width:345px;height:39px;}
div#top_pd h1 a b {display:none;}
div#top_pd div.top_menu_right {float:right;color:#e7e7de;padding-top:20px;}
div#top_pd div.top_menu_right a {color:#e7e7de;padding:0 5px; font-size:11px;}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 0px;
}
#header h1 {
	position: relative;margin-top:20px;
}
#header h1 a {
	/*color: #7e4c10;	color: #fff;*/ 
	display:block;
	background:transparent url('/www/wp-content/themes/tech_blog_theme/images/logo_apple.gif') no-repeat scroll 0 0;
	display:block;
	height:66px;
width:413px;cursor:pointer;
}
#header h1 a:hover {
	/*color: #5a360b;	color: #7e4c10;*/}
#header h1 a b{display:block;
text-indent:-9999px;}

#header span.description {display:none
	}


/* MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.navbar {
	clear:both;
	height:45px;
	margin:-5px 0 0;
	overflow:hidden;position:relative
}

#header ul, ul#navigation  {
	font: 13px Helvetica, verdana, tahoma, arial, san-serif;
	list-style: none;
	margin:0;
	padding: 2px 0 0;
	text-transform: none;
	overflow:hidden;
}
#header li, #navigation li {
	display: inline;
}
#header li a, #navigation li a {
	color:#444444;
	display:block;
	float:left;
	margin-right:4px;
	text-decoration:none;
	padding:13px 12px !important;
}

*div#header li a, #navigation li a {
margin-top: 5px;
}

#header li a:hover, #navigation li a:hover {
	color: #444;
	/*background-color:#fff;
	border: 1px solid #f7951e;
	border-bottom: none;*/
}

#navigation li.page_item a {padding:13px 20px;}

#header li.current_page_item a, #navigation li.current_page_item a, #navigation li a:hover, #navigation li.selected a{
	color: #444;
	background-color:#ecece4;
	border-top: 3px solid #006666;
	padding:10px 12px !important;
	margin-right:4px;
}
#topsearch {
	height:42px;
	position:absolute;
	right:0px;
	text-align:left;
	top:6px;
	width:320px;
}
#topsearch form#searchform {overflow:hidden;}
#topsearch input {
	border:1px solid #C7C7B9 !important;
	color:#444444;
	float:left;
	font-size:1em;
	height:16px;
	margin:2px auto 0;
	padding:4px 0 4px 4px;
	width:284px;
}

*div#topsearch input {
	margin: 10px auto 0;
}

#topsearch button {
	width: 30px;
	height: 27px;
	background: url('images/tuttotech_sprite.gif') no-repeat 0 -39px;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
	margin-top:1px;
}

*div#topsearch button {
	margin-top: 10px;
}

/* CORPO PAGINA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#corpo {width:1000px;margin: 10px auto;background:url('http://www.pianetadonna.it/images/corpo_bg.gif') repeat-y;overflow:hidden;}
div#corpo div.top_corpo {width:1000px;height:6px;background:url('http://www.pianetadonna.it/images/corpo.gif') no-repeat;overflow:hidden;clear:both;}
div#corpo div.bot_corpo {width:1000px;height:6px;background:url('http://www.pianetadonna.it/images/corpo.gif') no-repeat 0px -6px;overflow:hidden;clear:both;}


div.breadcrumb a, div.breadcrumb {font-size:11px;font-family:arial;color:#393321}
div.breadcrumb a:hover { text-decoration:underline; color:#006666}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0;
	border-bottom:1px solid #908A80;
	padding: 0 0 1px 0;
}

div.top_post {
	clear:both;
	margin:0 0 4px;
	overflow:hidden;
	padding:4px 4px 0 0;
}

/****  DATA POST ****/

div.post_date{
	background:#e4e4e4;
	float:left;
	height:50px;
	margin-right:5px;
	margin-top:4px;
	overflow:hidden;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	width:45px;
}
span.datetime b{
	background:#f67f65 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	height:24px;
	margin:0;
	padding:2px 0 0;
	width:45px;
}

.post h2 {
	margin:0 0 0.2em !important;line-height:1.2em;
	/*font-size: 1.6em;*/ font-size:26px !important;
        background:none !important;
        padding:0px !important;color:#333;
}
.post h2 a {
	color: #006666;
}
.post h2 a:hover {
	/*color: #84755c;*/
}
.post-info {
	/*background: url(images/hr.gif) 0% 0% no-repeat;*/
color:#555;
font-size:90%;
margin:0 4px 15px 55px;
padding:0 0 5px;
}
.post-info a, .post-info a:hover{color:#006666;text-decoration:underline;}
.f_post a:hover, div.commentlink a, div.commentlink a:hover  {
	color: #006666;
	text-decoration:underline;
}
.post-info .setting {
	padding:3px 0;
	margin-right: 0px;
	font: 11px Helvetica, verdana, tahoma, arial, san-serif;
	color:#555;	
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	/*background:#fff url(images/user.png) no-repeat 0 2px;*/
}
.post-info .filedlink{
	/*background:#fff url(images/document.png) no-repeat 0 2px;*/
}

.post-info .editlink{
	/*background:#fff url(images/write.png) no-repeat 0 2px;*/
background:#FFF url('images/tuttotech_sprite.gif') no-repeat scroll 0 -88px;
	padding-left:20px;
	margin-left:15px;
}
.post-entry {margin-left:50px;
overflow:hidden;
text-align:left;
width:600px;margin-bottom:10px;
font-size: 14px;
}

.post-entry p {
	margin: 0 0 1em 0;text-align:justify
}
.post-entry a {
	color: #006666;
}
.post-entry a:hover {
	color: #006666; text-decoration:underline;
}
.post-entry span.more-link {
	display:block;
	margin:10px 0;
	padding:0 5px 0 0;
	text-align:right;
}
.post-entry span.more-link a {
	color: #006666;
	font-size:12px;
}
.post-entry span.more-link a:hover {
	/*color: #84755c;*/
	text-decoration:underline;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	background-color:#EFEFE8;
        border:1px solid #C7C7B9;
	float:left;
	margin:0.4em 0.8em 0 0;
	padding:4px;
	
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
border-bottom:1px solid #F5F5F5;
color:#393321;
font-size:95%;
margin:5px 0;
padding:5px 0;
}

/* TAG E COMMENTI
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.f_post {
	overflow:hidden;
	padding:4px 4px 0;
	background:#efefe8;
	clear:both;font-size:11px;
}

.post-info .commentslink, .post_comment a{
	/*background:#fff url(images/comments.png) no-repeat 0 2px;*/
	background: transparent url('images/tuttotech_sprite.gif') no-repeat scroll -69px -60px;
	padding-left:20px;
}

.post_tag{
	background:transparent url('images/tuttotech_sprite.gif') no-repeat scroll -72px -104px;
clear:both;
line-height:1.2em;
margin-bottom:0;
overflow:hidden;
padding-left:22px; color:#444;
}
.post_tag a, .post_comment a, .post_tag a:hover,.post_comment a:hover{color:#006666}
#content div.navigation div.alignleft {
border-right:  1px dashed #ddd;
width: 270px;
overflow: hidden;
margin: 25px 0px 0px 0px;
padding: 10px 40px 10px 10px;
}

#content div.navigation div.alignright {
width: 300px;
overflow: hidden;
margin: 25px 8px 0px 0px;
padding: 10px;
text-align: right;
}

#content div.navigation div.alignleft a,
#content div.navigation div.alignright a {
font-size:11px;
line-height: 1.2;
}

/* FB SHARE */

div.fbshare {border-top:1px dotted #DDD;
clear:both;
display:block;
margin:10px auto;
overflow:hidden;
padding:14px 0 0 0px;
width:600px;}
div.fbshare b {display: block; overflow:hidden;float:left;color: #666;font-family: arial;} 

div.fbshare a.fbButton {
display: block; 
width:120px; 
height:30px; 
background: url('http://www.pianetadonna.it/images/fb.gif') no-repeat;
overflow:hidden;
margin-left:10px;
float:left;
}
div.fbshare a, div.fbshare a:hover{color:#336699}

/* PAGER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.wp-pagenavi span.pages {
border:0 !important;
color:#444 !important;
}

.wp-pagenavi span.current {
background-color:#e7e7de !important;
border:1px solid #444 !important;
color:#333 !important;
padding:2px 6px !important;
}

.wp-pagenavi a, .wp-pagenavi a:link {
background-color:#444 !important;
border:1px solid #e7e7de !important;
color:#e7e7de !important;
padding:2px 6px !important;
}


.wp-pagenavi {
	font-size: 11px;
	/*text-transform: uppercase;*/
	clear: both;
	color: #444;
	padding: 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	/*float: left;*/
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption { text-align:left;margin:0 0.4em 0 0;
   background-color:#EFEFE8;
border:1px solid #C7C7B9;
margin:0 5px 0 0;
padding-top:4px;   optional rounded corners for browsers that support it    -moz-border-radius: 3px;   -khtml-border-radius: 3px;   -webkit-border-radius: 3px;   border-radius: 3px;}

.wp-caption img {
   	/*background:#FFF;
	border:1px solid #E7E7DE;
	float:left;*/
	margin:0 2px !important;padding:0 2px;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding:2px;
   margin: 0;text-align: left !important;color:#555
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2 {
	background:#C7C7B9 none repeat scroll 0 0;
color:#2D2D25;
margin:0 0 10px;
padding:4px;
}
#comments {
	border:1px solid #C7C7B9;
clear:both;
color:#333333;
margin:0 10px 10px;
overflow:hidden;
padding:0;
}
#comments ol.commentlist {
margin:0 auto;
width:615px;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond {
clear:both;
color:#333333;
margin:0;
overflow:hidden;
padding:5px 10px;
}
#respond h2 {
border-bottom:0 none !important;
color:#463924;
font-family:sans-serif,helvetica,verdana;
font-size:22px;
margin:4px 0;
padding:0;
}
#respond a {color:#006666}
#respond a:hover {color:#006666;text-decoration:underline;}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url('http://www.pianetadonna.it/images/wpblogcom_but.gif') no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url('http://www.pianetadonna.it/images/wpblogcom_but.gif') no-repeat 0 -50px;
}



/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#text-3{
background:#F7F7EF none repeat scroll 0 0;
border-bottom:3px solid #416D92 !important;
border-top:3px solid #416D92 !important;
clear:both;
display:block;
margin:0 0 10px;
overflow:hidden;
padding:5px;
}
img.avatarblogger { float:left; margin-right: 5px; border: 1px solid #777;margin-top:4px;}
div.box_autor p{ font-size:11px; line-height:1.5em;}
div.social_tool {overflow:hidden; margin:5px auto; height:18px; }
div.social_tool ul li { display:block;
float:left;
height:16px;
padding:0 !important;
width:16px;}
div.social_tool ul li  a {display:block;height:18px;width:18px;}
div.social_tool ul li.fb a { background:transparent url('http://www.pianetadonna.it/images/blog_ps_socialtool.gif') repeat scroll 0 0;}
div.social_tool ul li.ff a { background:transparent url('http://www.pianetadonna.it/images/blog_ps_socialtool.gif') repeat scroll 127px 0;}
div.social_tool ul li.twit a { background:transparent url('http://www.pianetadonna.it/images/blog_ps_socialtool.gif') repeat scroll 156px 0;}
div.social_tool ul li.okn a { background:transparent url('http://www.pianetadonna.it/images/blog_ps_socialtool.gif') repeat scroll 98px 0;}
div.social_tool ul li.del a { background:transparent url('http://www.pianetadonna.it/images/blog_ps_socialtool.gif') repeat scroll 42px 0;}
div.social_tool ul li.rss a { background:transparent url('http://www.pianetadonna.it/images/blog_ps_socialtool.gif') repeat scroll 17px 0;}
div.social_tool ul li.fb a b, div.social_tool ul li.ff a b, div.social_tool ul li.twit a b, div.social_tool ul li.del a b, div.social_tool ul li.rss a b, div.social_tool ul li.okn a b { display:none;}


#sidebar h2 {
	color:#006666;
	font-family:sans-serif,helvetica,verdana;
	font-size:15px;
	margin:0 5px 0 0;
	padding:0 0 0.5em;
	text-indent:0; font-weight: bold;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom:1px solid #B8B8AC;
	padding: 3px 0 2px 18px;
	margin: 0 5px;
	/*background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;*/
}
#sidebar li ul li:hover {
	/*background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;*/
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}

#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #006666; text-decoration: underline;
}

#sidebar ul li.widget { background:#FFFFFF none repeat scroll 0 0;
clear:both;
display:block;
margin:0 0 10px;
overflow:hidden;
padding:5px;
border-bottom:3px solid #C7C7B9;
border-top:3px solid #C7C7B9;
}

#sidebar_left ul li.widget, #sidebar_right ul li.widget{ 
	background:#F7F7EF none repeat scroll 0 0;
	border-bottom:1px solid #f67f65;
	border-top:0 none;
	padding:0;
	}
	
#sidebar_left li ul li, #sidebar_right li ul li  {padding:3px 0 !important;}

#sidebar_left h2, #sidebar_right h2, #sidebar_left h2 a, #sidebar_right h2 a {
background:#f67f65 none repeat scroll 0 0;
color:#F7F7EF;
font-family:sans-serif,helvetica,verdana;
font-size:15px;
margin:0;
padding:2px 5px;
text-indent:0;font-weight:normal !important}
#sidebar_left h2 a:hover, #sidebar_right h2 a:hover {color:#F7F7EF; text-decoration:underline}
#sidebar_left h2 a.rsswidget, #sidebar_right h2 a.rsswidget{padding:2px 0px;}
#sidebar_left li.widget_rss ul li, #sidebar_right li.widget_rss ul li {overflow:hidden; height:40px;}
#sidebar_left h2 a.rsswidget img, #sidebar_right h2 a.rsswidget img {
background:none !important;
display:block;
float:left;
margin-right:4px;
margin-top:2px;
}
li.widget_recent_entries ul li{padding:3px 0 3px 0 !important;}
li.widget_recent_entries ul li a { /*background:transparent url('images/tuttotech_sprite.gif') no-repeat scroll -47px -75px;
padding-left:16px;*/
}
#sidebar li.widget_recent_entries ul li a{background:transparent url('images/tuttotech_sprite.gif') no-repeat scroll 0px -154px;
display:block;
padding-left:12px;}

div.box_autor p {overflow: hidden;}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}

/* TAGS
- - - - - - - - - - - -- - -  -- - -  -- - -  -- -  -- */
li.widget-simpletags h2 { text-transform:uppercase;}
div.st-tag-cloud { text-align:center; overflow:hidden; padding-bottom:10px;}
div.st-tag-cloud a:hover { color:#006666 !important}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	background:transparent url('http://www.pianetadonna.it/images/bg_blogwp_f.jpg') repeat-x scroll 0 0;
	clear:both;
	color:#2D2D25;
	height:305px;
	margin-top:15px;
	padding:10px 0 0;
	position:relative;
	text-align:left;
}
#footer {
	clear:both;
	font-size:11px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	text-align:left;
	width:1000px;
}
#footer a {
	color: #2d2d25;
}
#footer a:hover {
	color: #2d2d25; text-decoration:underline;
}
#footer span.sitename { display:block; overflow:hidden; clear:both; color:#2d2d25}
div#footer_list2 {overflow:hidden; margin-top:5px; float:left; width:333px;}
div#footer_list2 ul {}
div#footer_list2 ul li{}
div.banzai_footer_links {background:transparent url('http://www.pianetadonna.it/images/blogpf_sepfooter.gif') no-repeat scroll 0 0;
float:right;
height:271px;
margin-right:12px;
margin-top:5px;
overflow:hidden;
padding-left:10px;
width:300px;
}
div.banzai_footer_links a.logo_banzai {
background:url('http://www.pianetadonna.it/images/wpblog_log_banzai.gif') no-repeat left;
clear:both;
display:block;
height:17px;
width:300px;
}
div.banzai_footer_links a.logo_banzai b {display:none}
div.banzai_footer_links a{display:block;float:left;width:100px;}

#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}

li.recentcomments  {
background:transparent url('images/tuttotech_sprite.gif') no-repeat scroll -70px -52px;
padding-left:20px;height:40px; overflow:hidden;
}

/*** PLUGIN TABS ***/
div#tabContainer{background:#FFFFFF none repeat scroll 0 0;
border-bottom:3px solid #C7C7B9;
border-top:3px solid #C7C7B9;
clear:both;
display:block;
margin:0 0 10px;
overflow:hidden;
padding:5px;}

/* COMMENT LIST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ris_block {margin-bottom:15px;margin-left:0px}
h1.ris_title {line-height:normal;padding:0 !important;}
.ris_block h2, h2.ris_title, h1.ris_title {
background:none;
color:#9A9A8D;
font-family:arial;
font-size:28px;
font-weight:normal;
margin-bottom:10px;
padding:10px 0 0;}
.ris_block h3 {font:normal 20px arial;margin-left:20px;}
.ris_block h3 a {color:#AF4338;}
.ris_block .date {color:#888;margin-left:20px;}
.ris_block div {/*margin:5px 20px 0;*/}

#respond form p label {
display: block;color: #888888;}

#respond form p input, #respond form p textarea {width: 635px;}

/* SOCIAL TOOLBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.sociable {
float:right;
margin:0 !important;padding:0 10px 0 0 !important;
}
div.sociable ul li {margin-left:10px}

/* ART CORRELATI
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.box_artcor {/*background:#E7E7DA;*/
border-bottom:1px solid #ddd;
clear:both;
margin:5px 0;
overflow:hidden;
padding:5px 0;}
div.box_artcor h3, h2.related_post_title{
color:#463924;
font-family:arial;
font-size:22px;
font-weight:normal;
margin-left:10px;
padding:4px 0;}
ul.related_post, ul.st-related-posts {overflow:hidden;margin:10px 0 10px 10px;}
ul.related_post li, ul.st-related-posts li {}
ul.related_post li a, ul.st-related-posts li a {background:transparent url('images/tuttotech_sprite.gif') no-repeat scroll -74px -135px;
color:#504B43;
font-size:12px;
padding-left:18px;}
ul.related_post li a:hover, ul.st-related-posts li a:hover{color:#663366}
div#post_div {overflow:hidden; clear:both; margin:5px 0; padding:4px}
div.img_related_post {overflow:hidden;margin-right:5px; float:left}
div.img_related_post img{background-color:#EFEFE8;
border:1px solid #C7C7B9;
float:left;
height:60px;
margin:0 6px 0 0;
padding:2px;
width:50px;}


/* ANCORA COMMENTI
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.commentlink {overflow:hidden; clear:both; border-top:1px solid #ddd; width:600px; text-align:right;font-size:11px;}

/* THUMBNAIL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.post-entry img.wp-post-image {background-color:#EFEFE8;
border:1px solid #C7C7B9 !important;
float:left;
margin:0 5px 0 2px !important;
padding:4px;}

div.g_adv {clear:both;}
/* WIDGET SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#nextgen-gallery-sidebar-widget {padding:5px;}
div.side_gal {overflow:hidden; display:inline; float:left; width:70px; height:70px;margin:5px 0px 2px 0px;}
#nextgen-gallery-sidebar-widget a {display:inline;}
#nextgen-gallery-sidebar-widget img {padding:1px;}

/* BOX CATEGORIA DOMANDE IN HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.cat_box{overflow:hidden; margin:10px 0px 10px 0; padding:4px;border:1px solid #C7C7B9;}
div.cat_box h1.box_title {background:#E7E7DE;color:#463924;display:block;font-size:22px;margin:0;padding:4px;}
div.cat_post {overflow:hidden; clear:both; margin:10px 0; padding: 0 4px;/*border-bottom:1px solid #C7C7B9;*/}
div.cat_post img {overflow:hidden;margin-right:5px;float:left; width:80px;height:80px}
div.cat_post p {line-height:1.5em;}
div.cat_post span.more-link {display:block;margin:10px 0;padding:0 5px 0 0;text-align:right;}

/* BOX UPCOMING POST IN HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
li#upcoming-posts {overflow:hidden; clear:both; margin:10px 0;  padding: 4px; background:#e7e7de; border-left:4px solid #883C72}
li#upcoming-posts h2 {color:#463924;font-family:arial;font-size:22px;font-weight:normal;padding:4px 0;}
li#upcoming-posts div#ucp_content {overflow:hidden; clear:both;margin:5px 0}
li#upcoming-posts div#ucp_content .ucp_showtitle {background:url("http://www.pianetadonna.it/images/sprite_blogwp.gif") no-repeat scroll -74px -132px transparent;color:#504B43;font-size:12px;padding-left:18px;float:left; font-weight:normal}
li#upcoming-posts div#ucp_content .ucp_showcat {display:block;float:left;font-size:11px;padding-left:10px;text-decoration:underline;margin:2px 0;line-height:normal;}


/* SONDAGGIO IN SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#polls-2 ul li {border-bottom:0px !important}
ul.wp-polls-ul {margin:0px !important}
ul.wp-polls-ul li {padding:3px 0 2px 0px !important;}
span.poll_button { display:block; margin:10px 0 0;text-align:center;}
div.poll_results {padding-left:5px; float:left; display:block}
span.poll_archive {display:block; float:right; padding-right:5px;}
li.poll-ul-results, li.poll-ul-results b {color:#444; font-size:14px; font-weight:normal}
p.poll_totalvote {color:#444;font-size:12px;font-weight:normal;margin-left:5px;text-align:left;}

/* HOT NEWS IN SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.akpc_report span {display:none}
div.akpc_report a {background:url("images/tuttotech_sprite.gif") no-repeat scroll -74px -132px transparent;
display:block;margin-left:5px;padding-left:20px;}
div.akpc_report li {margin-bottom:5px;}

/* ADSENSE NEI POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.ads {float:left;
margin:10px 5px 10px 0;
width:315px;}

/* ADV SIDEBAR 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.adv_sidebar {oveflow:hidden; clear:both; margin:0 auto; text-align:center;}
div.adv_sidebar img { margin:0 auto; display:block; width:272px; height:250px; cursor:pointer;border:0px !important}
div.adv_sidebar a {display:block; width:272px; height:250px; cursor:pointer; margin:0 auto; border:0px !important}
#text-6 {background:none !important;
border:0px !important;
clear:both;display:block;height:240px;
margin:0 3px 10px !important;
overflow:hidden;padding:0 !important;}
#text-4 {padding:2px !important;}

/* SMILES */
img.wp-smiley{background:none; border:none; margin:0; padding:0; float:none;}

/*VIDEO NEI POST*/
.vvqbox {clear:both !important}
/*BOX LIQUIDA*/
li#akpc-widget-2liquida div.akpc_report h2.homeCatTitle a {background:none !important; margin:0px; padding:0px; font-weight:normal;}
li#akpc-widget-2liquida div.akpc_report li {margin:0 0 5px;padding:0 0 10px;overflow:hidden}
li#akpc-widget-2liquida div.akpc_report div.thumb {width:95px; height:63px; text-align:center; margin:0px 5px 0 0; padding:2px; border:1px solid #ccc;overflow:hidden;float:left;}
li#akpc-widget-2liquida div.akpc_report div.thumb a {background:none !important;padding:0px; margin:0px; display:block;}
li#akpc-widget-2liquida div.akpc_report div.thumb img {width:95px; height:63px;}
li#akpc-widget-2liquida div.akpc_report div.entry {}
li#akpc-widget-2liquida div.akpc_report div.entry h2.sidebarPostTitle {font-weight:normal; padding:0px; margin:0px; font-size:14px;}
li#akpc-widget-2liquida div.akpc_report div.entry h2.sidebarPostTitle a{color:#993399}
li#akpc-widget-2liquida div.akpc_report div.entry p {margin:0px; padding:0px; line-height:normal;color:#555}
#sidebar ul div.widget {
background: white none repeat scroll 0 0;
clear: both;
display: block;
margin: 0 0 10px;
overflow: hidden;
padding: 5px;
border-bottom: 3px solid #C7C7B9;
border-top: 3px solid #C7C7B9;
}

#sidebar ul div.widget p a {
color: #555;
}

#sidebar ul div.widget p a:hover {
text-decoration:underline;
}

#related .related-posts li {
width: 204px;
font-size: 1.2em;
font-style: italic;
float: left;
font-weight: normal;
margin: 2px;
margin-right: 7px;
padding: 1px;
}

#related {
background: white;
width: 646px;
margin: 0 0 10px;
padding: 10px;
padding-top:0px;
}

#related .related-posts li div {
height: 130px;
border: 1px solid #CCC;
overflow: hidden;
}

#related .related-posts li a.link-border {
display: block;
height: 57px;
background-color: white;
padding-top: 4px;
font-size:14px;
}

#related .related-posts li a.link-border:hover {
text-decoration:underline;
}

div.st-tag-cloud .net-blog a img {
  margin: 0px 3px 0px 2px;
}

h3#leaveComment {
color: #333;
margin: 0 0 10px;
font-size: 26px;
}

