/*  
Theme Name: Communicagroup template Journal
Theme URI: http://www.communicagroup.it/
Description: Il blog network Italiano
Version: 4.0
Author: Borderzero Studio
Author URI: http://borderzero.it/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */



#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}


/* Footer*/

.our_blogs {
width: 960px;
margin:0;
padding:0;
border-bottom:1px solid #CCCCCC;
}

.listblog{
width: 820px;
margin:0;
padding:0;
float:left;
line-height:20px;
}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

     #leftcol .entry-attachment img{
            float:none;
}

/* Footer*/

#footer {
    border-top:1px solid #DDDDDD;
	margin: 0 auto;
	width: 980px;
	font-size:0.7em;
	padding-top:10px;
	color:#FFF;
	}
h2 span, h3 span {
color:#990000;
}

#footer img {
display:block;
float:left;
width:121px;
margin:0;
padding:0;
border-right: 1px solid #cccccc;
margin-right: 8px;
}

#footer a {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #990000;
text-decoration: none;
	}
#footer a:hover {
color: #cc0000;
text-decoration: underline;
	}
#footer a:visited {
color: #990000;
text-decoration: none;
	}

ul.bullets {
font-size: 1.2em;
margin-bottom: 10px;
}

h3.noi_header {
    border: none;
}

ul#sidelist h3 {
    background-color: #FFFFFF;
	border: none;
	border-bottom: 4px dotted #CCC;
	font-size: 1.2em;
}

#blogs_sidebar_container {
float:left;

}

#blogs_sidebar {
	float:left;
	text-align:left;
	padding: 6px;
	font-size: 12px;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	margin: 0px;
	display:none;
}

ul#blogs_sidebar_list {
border-left:1px solid #CCCCCC;
float:left;
list-style:none outside none;
margin-top:25px;
padding-left:10px;
width:98%;

}

#blogs_sidebar ul li {
padding:0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
	list-style:none;
}
#main_centered_container {
    margin: 0px auto;
	width: 980px;
}

#centered_container {
    float: left;
	width:980px;
}

p#blogs_sidebar_closelink_p {
    text-align: right;
}

#blogs_sidebar_opener {
    float:left;
	width:20px;
	margin:0;
	padding:0;
	height: 400px;
	display:none;
}

#blogs_sidebar_opener img { border: 0px; margin: 0px; padding: 0px;}


#rightcol .feature2{
    background-image: url("images/blog-bg.gif");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    background-color:#F2F2F2;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 3px 0 1px;
min-width:84px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #f2f2f2;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    width:345px;
	height:300px;
	overflow:hidden;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#rotate{
    width:348px;
    overflow:hidden;
}

.banner250{
	width:300px;
	height:250px;
	float:left;
	margin-bottom:30px;
        padding:0;

	}

        /*---------------------------*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	}
	
body p {	
font-size:13px;
font-stretch:extra-expanded;
line-height:16px;
	}

li{
margin-left:8px;
font-size:13px;
line-height:15px;
list-style:none outside none;
margin-bottom:5px;


}
	
a:link, a:visited {
	color: #F82B0C;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
clear:both;
display:block;
font-size:0.95em;
padding:3px 6px;
	}


ul#barra_communica {
    float:right;
	display:inline;
	margin:0px;
	padding:37px 5px 5px 5px;
	background-color:#ffffff;
	
}

ul#barra_communica img{
    float:left;
	margin-right:8px;
	margin-left:8px;

}

ul#barra_communica li{
    float:left;
	display:inline;
	
	font-size:14px;
	background-color:#51a837;
	color:#ffffff;
	margin-top:2px;
	border:1px solid #ededed;
	margin-right:3px;
}

ul#barra_communica li a{
    float:left;
	display:inline;
		padding:5px;
		color:#ffffff;


}

#leftcol #singlez img{
    max-width: 320px;
    max-height: auto;
}

ul#barra_communica li.ambiente a:hover{
	background-color:#00641c;
	color:#ffffff;

}

ul#barra_communica li.salute a:hover{
	background-color:#4fa6ff;
	color:#ffffff;

}

ul#barra_communica li.consumer a:hover{
	background-color:#f0031f;
	color:#ffffff;

}

ul#barra_communica li.societa a:hover{
	background-color:#ffa800;
	color:#ffffff;

}

ul#barra_communica li.motori a:hover{
	background-color:#383838;
	color:#ffffff;

}

ul#barra_communica li.fiere a:hover{
	background-color:#e400e1;
	color:#ffffff;

}

ul#barra_communica li.tecnologie a:hover{
	background-color:#175575;
	color:#ffffff;

}

ul#barra_communica li.cultura a:hover{
	background-color:#9a034e;
	color:#ffffff;

}


img, a:link img, a:visited img {
	border:0
	}
	
#sidebar object {
width:270px;
height: 230px;
}		

#sidebar embed {
    width: 270px;
	height: 230px;
}

#leftcol object {
    width: 250px;
    height: 200px;
}

#leftcol.wide object {
float:left;
height:300px;
margin-bottom:25px;
margin-right:35px;
width:520px;
}

#leftcol.wide iframe {
float:left;
height:300px;
margin-bottom:25px;
margin-right:35px;
width:520px;
}

.post{margin:0;}

#leftcol embed {
    width: 250px;
	height: 200px;
}

button {width:auto; overflow:visible;}

#leftcol.wide embed {
clear:both;
float:left;
height:300px;
margin-right:35px;
margin-top:0;
width:525px;
}

#leftcol.wide #singlez embed {
float:left;
height:450px;
margin:0;
padding:0;
width:660px;
*width:600px;
margin-bottom:10px;
}

#leftcol.wide #singlez object {
float:left;
height:450px;
width:660px;
*width:600px;
margin:0;
padding:0;
margin-bottom:10px;
}

#rightcol object {
width:294px;
height:210px;
margin-bottom:5px;
padding:0;
}		

#rightcol embed {
width: 294px;
height: 210px;
margin-bottom:5px;
padding:0;
}
.image_block{
float:left;
margin: 0px 4px 5px 0px;
}

#lead img{
float:left;
margin: 0px 8px 5px 0px;
max-width:250px;
max-height:300px;

}

#lead2 img{
float:left;
margin: 0px 8px 5px 0px;
}

.lead-image-wrapper {
background:none repeat scroll 0 0 #FFFFFF;
margin:0;
padding:0 0 7px;
position:relative;
}

.lead-image-wrapper img {
border:1px solid #CCCCCC;
padding:2px;
}

.lead-image-wrapper h2 {
    text-transform:none;
background:none repeat scroll 0 0 #FFFFFF;
border:0 none;
color:#333333;
display:inline;
font-size:20px;
left:3px;
letter-spacing:-2px;
opacity:0.8;
padding:5px 15px;
position:absolute;
text-decoration:none;
top:150px;
width:440px;
z-index:1;
}

.lead-image-wrapper h1 {
    background:none repeat scroll 0 0 #FFFFFF;
text-transform:none;
border:0 none;
color:#333333;
display:inline;
font-size:16px;
letter-spacing:-2px;
opacity:0.8;
padding:5px 15px;
position:absolute;
text-decoration:none;
width:450px;
z-index:1;
top:176px;
left:3px;
}

.lead-image-wrapper span {
  background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-bottom-right-radius: 15px;
    color: #5F5F5F;
    display: inline;
    font-size: 12px;
    left: 2px;
    letter-spacing: 1px;
    opacity: 0.8;
    padding: 5px 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 6px;
    width: 92px;
    z-index: 1;
}

.image_block {
display:none;
}

#rightcol p img {
display:none;
}

#leftcol p img {
display:none;
}

#leftcol.wide p img {
display:inline;
}

#leftcol.wide div#categozz.texto p img {
display:none;
}

#lead2 p img {
display:none;
}

#lead2 div img {
display:none;
}

#sidelist p img {
display:none;
}

.title p{
font-size:1em;
font-weight:normal;
float:right;
}

.menu2{
padding-left:5px;
margin:0;
}


.menu2 li.app_scelte a{
color:#F82B0C;
}

.gallery{
border-bottom:1px solid #CCCCCC;
float:left;
margin:auto auto 20px;
padding-bottom:20px;
text-align:center;
width:98%;
}

.entry p{
    margin-bottom:20px;
}

#access{
    display:block;
    clear:both;
    float:left;
    margin:0;
    padding:0;
}

#access .menu-header,
div.menu {
border-bottom:2px solid #5f5f5f;
clear:both;
font-size:14px;
height:38px;
letter-spacing:1px;
margin-left:3px;
width:965px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin:0 0 0 20px;
        
}

li.menu-item{margin-bottom:0;}


#access .menu-header ul ul,
div.menu ul ul{
    margin:0;
    opacity:0.8;
    border-bottom:1px solid #333333;
border-left:1px solid #333333;
border-right:1px solid #333333;
-moz-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #333;
	display: block;
	line-height: 38px;
	padding: 0 12px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
        background: #ededed;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
        background-color: #333;
}

#access ul ul :hover > a {
        font-weight:bold;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
        background-color:#CCCCCC;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#menu-item-161878{margin-left:95px;}
/* Structure */

#page {
	width:980px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 5px 5px 5px 5px;
	font-stretch:extra-expanded;
    text-align:left;
}

.entry img{
float:left;
margin-right:5px;
margin-bottom:10px;
}
	
	#head_1 {
	float:left;
	width:980px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	}
	
		#head_2 {
		float:right;
	height:auto;
	width:200px;
	padding:0;
        margin-top:-28px;
	}

        
       #sidebar h2.widgettitle{
            text-transform: uppercase;
            color:#40A229;
            
}
#list1b li#text-3{
  border-bottom:3px dotted #333333;
color:#000000;
font-size:14px;
margin-bottom:10px;
word-spacing:2px;
padding-bottom:10px;
}

textwidget{
    clear:both;
}

#branding {
	padding-bottom:0px;
        width:350px;
	}
	
.banner_cent {
	float:left;
	}

.left {
	float:left;
	}

.right {
	float:left;
	margin: 25px 0px 10px 35px;
	padding:5px;
	width:150px;
	}

#sidebar {
	width: 160px;
	float:right;
	margin-top:5px;
	overflow:hidden;
        padding:0;
	}
	
#list1b {
width: 98%;
	float:left;
	margin-top:0;
        padding:0;
	}
	
	#list1b li{
		border-bottom:1px solid #cccccc;
		padding:0 5px;
                margin:0
	}

        #list1b li:hover{
		background-color:#f6f6f6;
	}
	
	
#list1c {
	width: 95%;
	float:left;
	margin-top:0;
	}
	
#sidebar .clearfloat  {
    padding:0;
	margin-bottom: 15px;
}

#sidebar .clearfloat h3{

}

#sidebar .clearfloat2  {
width:160px;
display:inline;
float:right;
margin:15px 0px 5px 0px;
margin-bottom: 0px;
padding:0px;
}

#sidebar .clearfloat2 p  {
color:#000000;
}

#sidebar .clearfloat2 h3 {
    padding:0;
    border-bottom:1px solid #5F5F5F;
    font-size:12px;
}

#sidebar .clearfloat h3 {
    background-color: #ededed;
	border:1px solid #ededed;
	font-size: 1.2em;
}


#leftcol, #rightcol {
	margin-top:10px;
	}
        
#leftcol {
	width:493px;
	padding-right:0px;
	overflow:hidden;
	float:left;
        margin-top:7px;
	}

        #leftcol.wide{
	width:654px;
	}
	
#rightcol {
	width:300px;
	padding:0px;
	margin-left:15px;
        _margin-left:0px;
        float:left;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
#s_footer {
background:none repeat scroll 0 0 transparent;
border-top:3px solid #DDDDDD;
clear:both;
margin:10px 0 0;
min-height:240px;
padding:0;
width:100%;
}

.col1 {
float:left;
margin-left:15px;
margin-right:10px;
width:27%;
}

.col2 {
float:left;
margin-left:15px;
width:27%;
}

.col3 {
float:left;
margin-left:17px;
width:17%;
}
/*	Headers */

h1 {
border-top:2px dashed #CCC;
color:#F82B0C;
font-size:28px;
letter-spacing:0;
margin:10px 0 0;
padding-bottom:8px;
padding-top:8px;
text-transform:none;
font-weight:normal;
	}
	
h2 {
border-bottom:1px solid #5f5f5f;
border-top:none;
color:#5f5f5f;
font-size:27px;
letter-spacing:0;
margin:10px 0 0;
padding-bottom:8px;
padding-top:8px;
text-transform:none;
	}

h3, #sidebar h2 {
	font: 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:6px;
	margin-top:5px;
	color:#F82B0C;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	}

#sidebar h3, #sidebar h2 {
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
h2.titlez {
	font-size:1.6em;
        font-weight:normal;
	margin-bottom:6px;
        border:none;
        margin:0;
        margin-bottom:15px;
        padding:0;
	}

        h2.titlez a:link, h2.titlez a:visited{
            color: #000;
}
	
/* Content */

#content {
	width:810px;
	float:left;
	margin:0;
	padding:0;
	#margin-top:50px;
	}
#content.wide {
	width:970px;
	}

.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	margin-left: 12px;
	}

        .feature {
	border:0px solid #40A229;
	padding:1px;
	}
        .feature h3{
            border-bottom:0px solid #ccc;
        }

        #rightcol div.feature h3{

            margin-bottom:0px !important;
        }

	.feature a:link, .feature a:visited {
            color:#000;
	}

       a.title:link, a.title:visited {
            color:#000;
	}
       

	.feature p {
	}

.feature2 {
	background:#ffffff;
	padding:0px;
	}

.feature2:hover {
	}	
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:0px solid #cccccc;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
		}

#lead {
float:left;
height:auto;
margin:5px 20px 0 0;
padding:8px;
width:280px;
-moz-border-radius: 15px 5px;
-webkit-border-radius: 15px 5px;
	}
	
#lead2 {
	height:auto;
	width:292px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow: hidden;
	}
	
	#lead2 p{
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:justify;
	}
	
#lead3 {
	margin-top:0px;
	width:980px;
	float:left;
	margin-right:5px;
	margin-bottom:0px;
	clear:bottom;
	}
.title {
	font-size:1.6em;
	font-weight:normal;
        color:#40A229;
	}
	
.feature#lead .title {
	
	line-height:100%;
	display:block;
	padding-bottom:7px;
		font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;

	}
	
#rightcol #lead.feature .title{
    display: block;
    float: right;
    font-family: "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
    line-height: 100%;
    padding-bottom: 7px;
    width: 215px;
    }

    span.authorz{
        width:215px;
        float:right;
}
	
.feature#lead2 {
	
	line-height:100%;
	display:block;
	padding-bottom:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

.title img:hover{
border:0;
margin:0;
padding:0;
}

.texto img{
display:none;
}
	
#leftcol div.clearfloat, #rightcol div.clearfloat {
	margin-bottom: 10px;
	padding: 5px;
	}

#leftcol div.clearfloat h3, #rightcol div.clearfloat h3 {
	font-size: 1.2em;
	margin:0px 0px 8px 0px;
}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
float:left;
margin:3px 10px 4px 0;
	}
	
#sidelist img {
float:left;
	margin:3px 10px 4px 0;
	display:block;
	clear:both;
	}
	
#rightcol .clearfloat {
	margin-bottom: 20px;
	}	
	

#sideliste ul {
position:relative;
	float:left;
	display:inline;
	width: 280px;
	margin: 0px 7px 5px 0px;
	list-style:square;
	}
#sideliste li {
position:relative;
	float:left;
	display:inline;
	width: 180px;
	margin-right: 35px;
	list-style:square;
	}	

	a.tito{
	clear:both;
color:#5F5F5F;
cursor:pointer;
display:block;
font-size:12px;
font-weight:bold;
height:20px;
margin:25px 0 5px;
padding:0;
	}
	
	
	
	a.tito p{
	font:bold 12px Arial,Helvetica,sans-serif;
        letter-spacing:1px;
	float:left;
	margin:0;
	font-weight: bold;
        padding:0;
	}
	
	a.tito img{
	float:left;
	margin-right:5px;
        display:none;
	}
	
#sideliste li a{
	display:block;
	color:#333333;
	}	
#sideliste strong {
	width:200px;
	font-size:120%;
	}	
	
.ultimaora{
	color:#818d6f;
	font-size:150%;
	text-transform:uppercase;
	border-bottom:1px dotted #b6b6b6;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
	clear:both;	
	
	}
#sidelist li , #sidelist_w li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

	#sideliste .bullets ul{
	position:relative;
	float:left;
	}



.children {
	background:#e4efd5;
	}

	
.children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}

	
.children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

.children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}
	
.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #cccccc;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:6px;
	padding-top:4px;
        border-bottom:1px solid #DDDDDD;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

	#sidebar_block{
	width:160px;
	float:right;
	margin:5px 5px 0px 0px;
	padding:0;
	

	}


/*Post Formatting*/

.texto{
    font-size:12px;
font-stretch:extra-expanded;
line-height:16px;

}

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f6f6f6;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f6f6f6;
	}	

.post blockquote {
	color:#76767a;
	background:#f6f6f6;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
        border-top:1px solid #DDDDDD;
        color:#76767A;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	}	
				

/* Form Elements */

.right strong{
font-size:140%;
color:#49A832;
}

select {
	background:#f6f6f6;
	border:1px solid #9c9c9c;
	}
	
#searchform {
	padding:5px;
	width:170px;
	float:right;
	margin-right:0px;
	#margin-top:20px;
	
	}
	
	#searchform select{
	width:120px;
	
	
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	float:right;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f6f6f6;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Footer*/

.our_blogs {
width: 960px;
margin:0;
padding:0;
border-bottom:1px solid #CCCCCC;
}

.listblog{
width: 820px;
margin:0;
padding:0;
float:left;
line-height:20px;
}
	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	


/* Footer*/

#footer {
    border-top:1px solid #DDDDDD;
	margin: 0 auto;
	width: 980px;
	font-size:0.7em;
	padding-top:10px;
	color:#FFF;
	}
h2 span, h3 span {
color:#990000;
}

#footer img {
display:block;
float:left;
width:121px;
margin:0;
padding:0;
border-right: 1px solid #cccccc;
margin-right: 8px;
}	

#footer a {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #990000;
text-decoration: none;
	}
#footer a:hover {
color: #cc0000;
text-decoration: underline;
	}
#footer a:visited {
color: #990000;
text-decoration: none;
	}
	
ul.bullets {
font-size: 1.2em;
margin-bottom: 10px;
}

h3.noi_header {
    border: none;
}

ul#sidelist h3 {
    background-color: #FFFFFF;
	border: none;
	border-bottom: 4px dotted #CCC;
	font-size: 1.2em;
}

#blogs_sidebar_container {
float:left;

}

#blogs_sidebar {
	float:left;
	text-align:left;
	padding: 6px;
	font-size: 12px;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	margin: 0px;
	display:none;
}

ul#blogs_sidebar_list {
border-left:1px solid #CCCCCC;
float:left;
list-style:none outside none;
margin-top:25px;
padding-left:10px;
width:98%;
	
}

#blogs_sidebar ul li {
padding:0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
	list-style:none;
}
#main_centered_container {
    margin: 0px auto;
	width: 980px;
}

#centered_container {
    float: left;
	width:980px;
}

p#blogs_sidebar_closelink_p {
    text-align: right;
}

#blogs_sidebar_opener {
    float:left;
	width:20px;
	margin:0;
	padding:0;
	height: 400px;
	display:none;
}

#blogs_sidebar_opener img { border: 0px; margin: 0px; padding: 0px;}






/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    background-color:#F2F2F2;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 3px 0 1px;
min-width:84px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #f2f2f2;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    width:345px;
	height:300px;
	overflow:hidden;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#rotate{
    width:348px;
    overflow:hidden;
}

.banner250{
	width:300px;
	height:250px;
	float:left;
	margin-bottom:20px;
        padding:0;
	}

        #banner_h1{
            height:60px;
  margin-bottom:0;
  margin-left:20px;
  margin-right:70px;
  _margin-right:30px;
  margin-top:10px;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  width:234px;
}

        #banner_h2{
border: 1px solid #CCCCCC;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
    height: 60px;
    margin: 10px 5px 0 30px;
    padding: 0;
    width: 234px;
}

#banner_h2 form input[type=text]{
    width:155px;
    overflow:hidden;
}

h3.related_post_title{
    color:#5F5F5F;
}

.clearfloat2 h3{
    color:#5F5F5F;
    font-size:1.2em;
}
