/*
Theme Name: Nandroid Commune
Theme URI: http://www.nandroid.com/
Description: Built on Thematic Theme</a>
Author: Nando Boronat
Author URI: http://www.nandroid.com/
Template: thematic
Version: 0.4
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/************************************************ Style for drop-down menu */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
ul, ol{
	list-style-position:inside;
}
#header{
	z-index:99; /* IE7 z-index bug */
}
#access{
	overflow:visible;
	position:static;
	float:none;
	padding:0;
	margin:0;
	height:42px;
	border:none;
	background:none;

	float:right;
	margin-top:-31px;
}

#access {
	margin-top /*\**/: -31px\9; /*Explorer 8 y 7*/
}

#access{
	*margin-top:50px; /*Explorer 7*/
}

#rss_in_menu{
	float:right;
}

#branding {
	margin-left:10px;
}

.menu{
	position:static;
	margin:0;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
	padding: 0; 
	width: 100%; 
	line-height: 1.5em;
	height:30px;
	overflow:hidden;
}

.menu ul{
	padding:0;
	margin:0;
	list-style: none;	
	float: right; 
}

.menu ul li ul{
}
.menu li{
	margin:0;
	padding:0;
	margin:0px 5px 0 10px;
	padding: 2px 0 2px 0; 
	float: left; 
	background: url(images/sombreados1.png) 0 0 repeat-x;
	border:1px solid #ccc;

}

.menu li:hover{
	background: url(images/sombreados1.png) 0 -30px repeat-x;
	border-bottom:1px solid #fff;

}

.menu li a{
	text-align:center;
	margin:0;
	width:auto;
	padding:0px 10px 0 10px;
	border:none;
	height:29px;
	background:none;
	border:none;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:14px;

	font-weight:bold;
}
.menu li a:hover{
	background:#d3caca;
	color:#000;
}
.menu li a:focus{
	background:url(images/hover.gif) top left repeat-x;
}

.menu .blog {
	height:28px;
	border-bottom:1px solid #fff; 
	background: #fff;
}

.menu .blog {
	height /*\**/:24px\9; /*Explorer 8 y 7*/
}


.menu ul li ul{
	height:20px;
	padding:0;
	width:940px;
	display:block;
	position:absolute;
	left: 0; /* IE7 bug Fix */
	bottom:-20px;
	background:#a9aa9b;
	}
.menu ul li ul li{
	padding:0;
	margin:0;
}	
.menu ul li ul li a{
	display:block;
	height:20px;
	width:auto;
	padding:0 10px;
	background:none;
	color:#fff;
}
.menu ul li ul li a:hover{
	display:block;
	height:20px;
	width:auto;
	padding:0 10px;
	background:#6f645f;
	color:#fff;
}
.menu ul li ul li ul{
	background:#d5d6c7;
	width:940px;
}
.menu ul li ul li ul li ul{
	background:#d5d6c7;
	width:940px;
}

.main{
	clear:both;
}

/*-----------------------------------------------------------------------------
	MENU REPASAR
-----------------------------------------------------------------------------*/

#nav, #subnav	{ 

}

#nav ul,
#subnav ul		{   }

#nav li,
#subnav li		{

}

#nav li span a{
	font-size:0;
	height:0;
	padding:0;
	margin:0;
}

#nav li a,
#subnav li a 	{ 
	color: #666; 
	padding: 5px 8px; 
	float: left; 
	text-decoration: none; 
	border-bottom:0px;
	line-height:0;
}

#nav li.current_page_item a{ 
	background: #fff; 
	color: #000;
}

#nav li a:hover 	{ 
	color: #000;
	border-bottom:0px;
}
#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #666; }

#nav li.first a { margin-left: 0px; }

#nav li.current_page_item {
	background: #fff;
	border-bottom:1px solid #fff;
}

/************************************************ Body */
body{
	background:url(images/linea_sup.png) repeat-x 0 0;
}
#wrapper{
	margin:0 auto;
	border:none;

}
#header{
	width:960px;
	margin:0 auto;
	border:none;
	background:none;
}
#blog-title{
	padding:10px 0 0 0;
	height:71px;
	border:none;
	font-weight:normal;
	font-size:0px;

	font-weight:bold;
	text-transform:uppercase;
}
#blog-title a{
	padding:20px 150px;
	background:url(images/nandroid-logo.png) top center no-repeat;
}
#blog-title a:hover{
	padding:20px 150px;
	background:url(images/nandroid-logo-hover.png) top center no-repeat;

}
#blog-title span{
}
#topmenu{
	height:25px;
	width:940px;
	margin:0 auto;
}
#blog-description{
	display:none;
	
	font-weight:normal;
	font-size:11px;
	padding:3px 0 0 10px;
	font-family:Verdana, Arial, sans-serif;
	text-decoration:normal;
	font-style:normal;
	color:#9c8383;
	float:left;
}

/************************************************ Pages menu */

#page_menu{
	float:right;
	margin-left:-10px;
	min-width:300px;
	overflow:hidden;
	height:25px;
	border:1px solid #b6d19d;
	border-top:none;
	background:#503f3f;
}
#page_menu ul{
	float:left;
	list-style:none;
	padding:3px 0 0 0;
	margin:0;
}
#page_menu ul li{
	float:left;
	margin:0 10px;
}
#page_menu ul li ul{
	display:block;
	float:left;
	padding:0;
}
#page_menu ul li ul li{
	float:left;
	margin:0 0 0 20px;
}
#page_menu a{
	float:left;
	color:#9c8383;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;	
}
#page_menu a:hover{
	color:#fff;
}

/************************************************ Content */
#main {
	padding:10px 0 0 0;
	width:960px;
	margin:0 auto;
	font-family:Arial, sans-serif;
	clear:both;
}
#content{
	width:620px;
}
.hentry{
	padding:0;
}
/************************************************ Homepage unpaged*/
.blog .p1 {
	background:url(images/sombreados3.png) 0 0px repeat-x #fff;
	color:#333;
	border:1px solid #dcdcdc;
	margin:0;
	padding:10px;
}

.blog .p1 p{
	padding:0 10px;
}

.blog .p1 .entry-content{
	padding-bottom:0px;
	margin-bottom:0;
}

a.green-read-more{
	font-style:normal;
	font-size:12px;
	color:#b00;
	margin-bottom:10px;
	
	background:url(images/flecha-derecha.png) 0 2px no-repeat #fff;
	padding-left:20px;
}

a:hover.green-read-more{
	font-style:normal;
	color:#d00;
}


.blog .p1 .entry-content a{
	font-style:normal;
	font-size:12px;
	color:#b00;
	margin-left:10px;
}

.blog .p1 .entry-content a:hover{
	font-style:normal;
	color:#d00;
}

.blog .p1 .entry-title{ 
	width:600px;
	padding:0;
	margin:0 0 0 10px;
	font-size:20px;
	font-weight:normal;
	color:#fff;
}
.blog .p1 .entry-title a{
	color:#fff;
}
.blog .p1 .entry-title a:hover{
	color:#503f3f;
	background:#fff;
}
.blog .p1 .entry-content .entry-utility{
	color:#a28080;
}
.blog .p1 .entry-content .entry-utility a{
	color:#a28080;
}
.blog .p1 .entry-meta{
	border:0;
	background:none;

}
.blog .p1 .entry-meta  a{
	color:#b00;
}
.blog .p1 .entry-meta span{
	background:none;
}
.blog .p1 .entry-utility{
	display:none;
}
.blog .p1 .more-link{
	margin-bottom:0;
	color:#80af53;
	display:inline;
}
.blog .p1 .entry-content img{
	border:1px solid #ccc;
}
.blog .p1 .entry-content img.alignleft{
	margin:0px 20px 0px 0;
}

/************************************************ Homepage unpaged*/
.paged .p1 {
	background:none;
	color:#000;
	border:none;
	margin:0;
	padding:0;
}

.paged .p1 p {
	margin-bottom:10px;
	padding:0;
}

.paged .p1 .entry-content{
	padding-bottom:0;
	margin-bottom:0;
	bottom:0;
}
.paged .p1 .entry-content a{
	color:inherit;

}
.paged .p1 .entry-title{
	width:360px;
	margin:0;
	padding:0 50px 0 0;
	color:#101010;
	font-weight:normal;
	font-size:22px;
}
.paged .p1 .entry-title a{
	color:#101010;
}
.paged .p1 .entry-title a:hover{
	color:#ff4b33;
	background:none;
}
.paged .p1 .entry-content .entry-utility{
	color:#fff;
}
.paged .p1 .entry-content .entry-utility a{
	color:#fff;
}
.paged .p1 .entry-meta{
	font-size:12px;
	border:1px solid #dcdcdc;
	background:url(images/sombreados3.png) repeat-x  0 0 ;
	padding:0;
	clear:both;
	margin-top:10px;
}
.paged .p1 .entry-meta  a{
	color:#b00;
}
.paged .p1 .entry-meta span{
	background:none;
}
.paged .p1 .entry-meta span.color-meta{
	background:#7fae52;
	padding: 3px 3px;
	color:#fff;
}
.paged .p1 .entry-utility{
	display:none;
}
.paged .p1 a.green-read-more{
	font-style:normal;
	font-size:12px;
	color:#b00;
	margin-bottom:10px;
}

.paged .p1 .entry-content img{
	border:1px solid #000;
}
.paged .p1 .entry-content img.alignleft{
	margin:20px 20px 20px 0;
}
/************************************************ second post */
.blog .p2 {
	border:none;
}
/************************************************ general entry content */
.blog .blog_listing, .archive .blog_listing{

}

.clear_hentry{
	clear:both;
}

.blog_listing .entry-meta{
	background:#dcdcdc;
	padding:0;
	clear:both;
}

.hentry .entry-meta{
	font-size:12px;
	border:1px solid #dcdcdc;
	background:url(images/sombreados3.png) repeat-x  0 0 ;
	padding:0;
	clear:both;
	margin-top:10px;
}

.blog_listing .entry-meta ul {
	margin:0;
	padding:5px 0 5px 15px;
}

.hentry .entry-meta ul {
	margin:0;
	padding:5px 0 5px 15px;
}


.blog .entry-title, .archive .entry-title{
	width:100%;
	margin:20px 0 0 0;
	padding:0 0px 0 0;
	color:#101010;
	font-weight:normal;
	font-size:22px;
}
.entry-title a:hover{
	color:#ff4b33;
}
.entry-utility{

}
.entry-meta{
	background:none;
	padding:0;
	clear:both;
}
.firefox .entry-meta, .msie .entry-meta{
	padding:6px 0 6px 0;
}
.firefox.archive .entry-meta, .firefox.search .entry-meta{
	padding:6px 0 5px 0;
}
.entry-meta span.color-meta{
	background:#7fae52;
	padding: 3px 3px;
	color:#fff;
}

.entry-meta abbr, .entry-meta acronym 
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	cursor: help;
}

.entry-meta span a{
	color:#c00;
}
.asides .entry-meta span a{
	color:#666;
}

.entry-meta  ul {
	list-style-type:circle;
	list-style-image:url(images/circulo6.png);
	list-style-position:inside;
	margin:5px 0 20px 20px;
}

.entry-content  ul {
	list-style-type:circle;
	list-style-image:url(images/circulo6.png);
	list-style-position:inside;
	margin:5px 0 20px 20px;
}

.user-comments{
	background:url(images/user-comments.gif) center bottom no-repeat;
	padding:6px 10px 8px 10px;
	position:absolute;
	margin-left:360px;
	color:#503f3f;
}
.user-comments a{
	color:#503f3f;
}
.page-title{
	font-size:20px;
	color:#fff;

	/*#7fae52*/
	font-weight:normal;
	padding:5px 5px 10px 5px;
}
.page-title span {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
/************************************************ thumb_150x150 */
.thumb_150x150{

}
.thumb_150x150 .post-image{

}
/* =Comments
-------------------------------------------------------------- */

#comments {
    color:#000;
    margin:0px 0 0 0;
    padding:0;
    overflow:hidden;
}
#comments h3 {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform:none;
	font-size: 20px;
	padding:5px 0 0 15px;
	margin-bottom:20px;
	height:31px;
	clear: both;
	color: #fff;

}
#comments .comments:first-child h3 {

}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    margin:0 0 0px 20px;
    padding:0;
    position:relative;
	clear:both;
	margin-top:-1px;
	*margin-top:-3px;  
	height:1%;
}
#comments li li{
	margin-top:-1px;
}
#comments .comment-author{
	width:85px;
	float:left;
	margin-top:2px;
}
#comments .comment-content, 
#comments li li .comment-content,
#comments li.alt li .comment-content, 
#comments li li li .comment-content,
#comments li.alt li li .comment-content,
#comments li li.alt li .comment-content{
	margin-left:95px;
	background: #f1f1f1;
	border:1px solid #dddddd;
	min-height:150px;
	_height:150px;
	padding:20px;
	color:#323232;
}
#comments li.alt .comment-content, 
#comments li li.alt .comment-content,
#comments li li li.alt .comment-content {
	background: #f9f9f9;
}
#comments a {
}
#comments li.byuser {

}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:80px;
    height:80px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:0;
    display:block;
	color:#323232;
}
#comments .fn a {
    color:#323232;
}
#comments-list .comment-meta {
    font-size:10px;
	width:85px;
	float:left;
	clear:both;
    color:#999999;
	line-height:11px;
}
#comments-list .comment-meta a {

    color:#999999;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#comments div.comment-reply-link{
	margin:-30px 0 0px 130px;
	position:absolute;
}
#comments .children{
	list-style:none;
	clear:both;
	padding:0;
	margin:0;
}
#trackbacks-list h3{
	background:url(images/trackbacks_showhide.gif) bottom right no-repeat;
	cursor:pointer;
	padding:10px 0 15px 0;
	height:1%;
}
#trackbacks-list ol{
	display:none;
}
#trackbacks-list .comment-author {
    font-size:10px;
	color:#999999;
	line-height:12px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#323232;
}
#respond {
	color:#323232;
	width:auto;
	_width:585px;
	margin:0;
	margin-right:10px;
	padding:0 0 0px 0;
	background:none;
}
#respond h3{
	border-top:1px solid #dcdcdc;
	margin-top:0px;
	margin-right:-10px;
	padding:10px 0 0 0;
}
#respond form {
    padding:0 0 36px 0;
}
.form-section {

	padding:0;
	margin:0;

}

#respond #form-section-author {
    width:280px;
    float:left;

}
#respond #form-section-author input {
    width:280px;
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:4px;
}
#respond #form-section-email {
    width:280px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
	border:1px solid #ccc;
	background:#f7f7f7;	
	padding:4px;
}
#respond #form-section-url {
	clear:both;
}

#respond #form-section-url input {
    width:100%;
	border:1px solid #ccc;
	background:#f7f7f7;	
	padding:4px;
}
#respond .form-label {
    font-size:12px;
	
}
#respond .form-input input {
    margin:0 0 20px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 20px 0;
	border:1px solid #ccc;
	background:#f7f7f7;	
	padding:4px;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    font-weight:bold;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
#form-allowed-tags p {
    color:#fff;
    font-size:0px;
    margin:0;  
	height:0;	
}
#form-allowed-tags span {
    font-style:italic;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:20px 0 15px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:280px;
	background:url(images/flecha-izquierda.png) 0 3px no-repeat #fff;
	padding-left:20px;
}
.nav-next {
	float: right;
	width:280px;
	text-align:right;
	background:url(images/flecha-derecha.png) 100% 3px no-repeat #fff;
	padding-right:20px;
}
#nav-above,#nav-below {
	width: 618px;
}
#nav-above {
	display:none; 
}
#nav-below{
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #b00;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
	height:1%;
}
.aside ul li{

    margin:0 0 20px 0;
	padding:0;
	list-style-position:outside;
}

.aside ul ul {
    list-style:none;
    margin:0 0 10px 0px;
}
.aside ul ul li {
    padding:6px 4px;
	border-bottom:1px solid #98be62;
}
.aside ul ul ul {
    margin:0;
}
.aside ul ul ul li{
    padding:6px 0 6px 6px;
	border-bottom:none;
}

.aside form {
    margin:0;
}


.aside form,
.aside table {
    margin-bottom:0;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 0px;

}
.main-aside h3 {

}
.main-aside ul ul {
    padding:0;
}
#primary {
	
    padding:0 0 0 0;
    margin-bottom:0px;
}
#primary h3.widgettitle, #primary h3{
	color:#fff;
	margin:0;
	padding:5px 0 0 10px;
	font-style:normal;
	clear:both;
}

#secondary>ul.xoxo>li{
	width:140px;
	float:left;
	margin-right:10px;
}
.ie6 #secondary ul.xoxo li{

}

#secondary>ul.xoxo>li h3{
	background:url(images/primary_header.gif) top left no-repeat;
	height:37px;
	color:#fff;
	margin:0;
	padding:4px 0 0 4px;
	font-style:normal;
}
.ie6 #secondary ul.xoxo li h3{
	background:url(images/primary_header.gif) top left no-repeat;
	height:37px;
	color:#fff;
	margin:0;
	padding:4px 0 0 4px;
	font-style:normal;
}

#secondary ul ul li {
    padding:2px 4px;
	border-bottom:1px solid #b4b6ac;
	margin:0;
	list-style-position:outside;
}
#secondary ul ul ul li {
    padding:1px 0 1px 10px;
	border-bottom:none;
	margin:0;
	list-style-position:outside;
}
.ie6 #secondary ul ul li {
    padding:2px 0px;
	border-bottom:1px solid #b4b6ac;
	margin:0;
	list-style-position:outside;
}

/*
    WIDGETS
*/

.widget_text, .widget_twitter  div, .tabbed-widget{
	background:url(images/sombreados3.png) repeat-x  0 0 ;
	clear:both;
	border:1px solid #DCDCDC;
	margin-bottom:20px;
}

.aside ul li.widget_tag_cloud{
	background:url(images/sombreados3.png) repeat-x  0 0 ;
	clear:both;
	border:1px solid #DCDCDC;
}

.widget_tag_cloud div{
	padding: 0 20px 20px 20px;
}

.widget_text{
	margin-bottom:20px;
}


.aside ul .widget_twitter ul {
	list-style-type:circle;
	list-style-image:url(images/circulo6.png);
	list-style-position:inside;
	margin:5px 0 20px 20px;
}

.aside ul .widget_twitter ul li {
	border:0;
	padding:0;
	margin:0;
}

.textwidget{
	padding: 10px 20px 10px 20px;
}

.parrafo300 img {
	margin-right:20px;
}


/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }

#wp125 {
	border:1px solid #DCDCDC;
	background:url(images/sombreados3.png) repeat-x  0 0 ;
	clear:both;
}

.wp125_write_ads_widget, .wp125adwrap_2c {
	background:url(images/sombreados3.png) repeat-x  0 0 ;
}

#wp125adwrap_2c .wp125ad {
	padding:10px 13px 15px 15px;

}

#wp125adwrap_2c .wp125ad {
	*padding:12px;

}

.odd{
	float:right;
}

.sIFR-alternate{
	display:none;
}

/* BUSCAR */

.buscar {
	height:20px;
	margin:0px 0 0 0;
	padding:0;
}

#searchform {
	padding:0;
	margin:0;
}

#searchform label {
	color:#fff;
}

#s {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	height:20px;
	width:225px;
	padding:2px 0 0 5px;
}

#s {
	*width:220px;

}

#searchsubmit, #submit {
	background:url(images/sombreados1.png) repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	color:#999999;
	cursor:pointer;
	font-family:Arial,Tahoma,sans-serif;
	font-size:11px;
	height:24px;
	margin-left:10px;
	padding:3px 5px;
}

#searchsubmit {
	padding /*\**/:3px 8px\9; /*Explorer 8 y 7*/
}

#searchsubmit {
	*padding:1px 2px;
}



/************************************************ Tabed Nav */
.tw-tabbed-widgets{
	padding:5px 0 0 0 !important;
	margin:0 !important;
	background:url(images/primary_header.gif) top left no-repeat !important; 
}
.tw-tabbed-widgets ul li ul{
	margin:0 !important;
}
.tabbed-widget-item>li{
	border:none !important;
}

ul.tw-nav-list{
	padding:0 4px !important;
	width:292px !important;
}
ul.tw-nav-list a, #sidebar ul.tw-nav-list a{
	background:none !important;
	color:#fff !important;
	padding:1px 4px !important;
}
ul.tw-nav-list li, #sidebar ul.tw-nav-list li{
	padding:0 !important;
	border:none !important;
}
ul.tw-nav-list li.ui-tabs-selected, #sidebar ul.tw-nav-list li.ui-tabs-selected{
	background:#f7fdf1 !important;
	padding:0 !important;
}
ul.tw-nav-list li.ui-tabs-selected a, #sidebar ul.tw-nav-list li.ui-tabs-selected a{
	color:#503f3f !important;
	padding:1px 4px !important;
}
.without_title{
	margin-top: 0 !important;
}
.tw-rotate{
	top:0 !important;
}
.tw-rotate ul ul li{
	list-style-position:outside !important;
	*margin-left:-20px;
}
.ie6 .tw-rotate ul{
	height:1% !important;
}
.ie6 .tw-rotate ul ul li{
	height:1% !important;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
	Footer
*/

#footer{
	border-top:1px solid #dcdcdc;
	background:none;
	font-family:Arial, sans-serif;
	padding-bottom:20px;
	padding-top:40px;
}

#footer {
    color:#333;
    padding:0px 0 20px 0;
}


/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;  
}
#subsidiary .aside{
	color:#fff;
}

#subsidiary .aside {
    margin-bottom:18px;
}

#subsidiary h3.widgettitle{
	background:url(images/subsidiary_header.gif) top left no-repeat;
	height:37px;
	color:#fff;
	margin:0;
	padding:4px 0 0 4px;
	font-style:normal;
	clear:both;
}

#siteinfo{
	text-align:left;
	padding:10px 10px 0px 10px;
	margin:0 auto;
	overflow:hidden;
	height:25px;
	font-size:11px;
}

#siteinfo a {
	color:#666;
	font-weight:bold;
}

#siteinfo a:hover {
	color:#999;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:20px 0 0 0;
    padding:0.5em 0;
	border-top:1px solid #dcdcdc;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	background:url(images/sombreados3.png) 0 -10px repeat-x #fff !important;
    border:1px solid #bbbbbb !important;
    color:#cc0000!important;
    font-style:normal;
    margin:5px !important;
    padding:4px 8px !important;
	line-height:10px;
}
.wp-pagenavi a:visited {
    border:1px solid #bbbbbb !important;
    color:#cc0000 !important;
}
.wp-pagenavi a:hover {
	background:url(images/sombreados3.png)  0 -20px repeat-x #fff !important;
    border:1px solid #bbbbbb !important;
    color:#c40000 !important;
}
.wp-pagenavi a:active {
    border:1px solid #bbbbbb !important;
    color:#c40000 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#404040 !important;
	font-weight: bold !important;
    margin:0 !important;
    padding:0 10px 0 0 !important;
}
.wp-pagenavi span.current {
	background:url(images/sombreados3.png) 0 -10px repeat-x #fff !important;
    border:1px solid #bbbbbb !important;
    color:#cc0000!important;
    font-style:normal;
    margin:5px !important;
    padding:4px 8px !important;
}
.wp-pagenavi span.extend {
	background:url(images/pagenavi_bg.gif) top left repeat-x #fff !important;
    border:1px solid #bbbbbb !important;
    color:#c40000!important;
    font-style:normal;
    margin:0 .175em !important;
    padding:3px 4px !important;
}
