﻿/*
Theme Name: Blogs UV
Theme URI: http://www.uv.mx/
Description: Tema para los blogs del Portal UV.
Version: 2.0
Author: Universidad Veracruzana
Author URI: http://www.uv.mx/personal/gvera/
Tags: ligero, interior, color verde, ancho fijo, dos columnas, widgets, menu derecho

Programado por Guillermo Vera || http://www.uv.mx/personal/gvera/
Puedes usar todo o partes de este tema y hacerlo tuyo. Es una aportación para toda la humanidad.
No tienes que conservar los creditos. Aunque seria lindo si lo hicieras
Todos mis aportes son para el mundo a cambio unicamente de una sonrisa =)
*/


@import url( "/reset.wp.css" );
@import url( "global.css" );

/* =Structure
----------------------------------------------- */
#page {
	margin: 0 auto;
	max-width: 980px;
}
#branding hgroup {
	margin: 0;
}
#access div {
	margin: 0;
}
#primary {
	width: 75%;
	float: left;
}
#secondary {
	float: right;
	width: 23%;
}



/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 2;
}
#uv-title {	
	padding: 4px 8px;
	float: right;
	margin-left: 10px;
	background-color: #009900;
	color: #FFF;
}
#uv-title a{
	color: #FFF;
	background-color: transparent;
}
#signin {
	float:right;
	font-size: 0.7em;
	text-transform:uppercase;
	line-height: 2.5em;
}
.login{
	padding: 0 24px 0 0;
	display: block;
	float:left;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/wp_boton.png);
}
#login-name {
	float:left;
	margin:0 5px 0 0;
}
.welcome {
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
}
#signin .imagen-personal{
	float:left;
	margin:0 5px 0 0;
}

.decorado {
	background-color: #009900;
	color: inherit;
}

/*Titulo del sitio*/
.branding-title {
	float: left;
}
.branding-title .decorado {
	max-width: 200px;
	height: 7px;
	margin-bottom: 10px;
}
.branding-title h1 {
	font-size: 1.675em;
	letter-spacing: -0.1em;
}
.branding-title h2 {
	font-size: 0.825em;
	color: #999;
}
.branding-title a {
	color: #009900;
	text-decoration: none;
}
.branding-title h1 a:hover,
.branding-title a:focus,
.branding-title a:active {
	color: #009900;
}



/* =Menu
-------------------------------------------------------------- */

#access {	
	clear: both;
	display: block;
	float: left;
	margin: 0.5em 0 1em;
	width: 100%;
	background-color: #003366;
}
#access ul {
	/*font-size: 14px;*/
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2.333em;
	padding: 0 0.875em;
	text-decoration: none;
	color: #FFF;
	font-size: 0.875em;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 0;
	max-width: 188px;
	min-width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #003366;;
	border: 1px dotted #ddd;
	color: #FFF;
	/*font-size: 13px;*/
	font-weight: normal;
	height: auto;
	line-height: 1.5em;
	padding: 0.5em;
	min-width: 188px;
	max-width: 188px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #006600; /* Show a solid color for older browsers */
	color: #FFF;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	/*font-weight: bold;*/
}



/* =Menu lateral Metro
-------------------------------------------------------------- */

#sidebar-access {	
	clear: both;
	display: block;
	margin: 0;
	width: 100%;
}
#sidebar-access ul {
	text-transform: capitalize;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#sidebar-access li {
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}
#sidebar-access a {
	text-decoration: none;
	width: 93px;
	height: 85px;
	display: block;
	background-color: #EFEFEF;
	font-size: 1.275em;
}
#sidebar-access a:hover,
#sidebar-access .current-menu-item a,
#sidebar-access .current_page_item a {
	background-color: #009900;
	color: #FFF;
}
.panel-text {
	position: absolute;
  bottom: 5px;
	left: 6px;
}



/* =Menu inferior
-------------------------------------------------------------- */

#access-footer {	
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	background-color: #E8E8E8;	
}
#access-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access-footer li {
	float: left;
	position: relative;
}
#access-footer a {
	display: block;
	padding: 0.275em 1em;
	text-decoration: none;
}
#access-footer a:hover {
	background-color: #009900;
	color: #FFF;	
}


/* =Destacada
-------------------------------------------------------------- */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.slide-todo {
	border: 1px solid #EFEFEF;
	overflow: hidden;
	margin: 0 0 1em 0;
}
.scrollable,
.items div {
	width: 910px;
}
.slide-izq {
	max-width: 480px;
}
.slide-der{
	max-width: 420px;
}
.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;	
	height: 199px;	
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	font-size: 0.875em;
}
/*
	Termina construccion
*/
.slide-izq {
	margin:0;
	float:left;
}
.slide-der {
	float:right;
}
.slide h1 {
	padding:0;
	margin:0;
}
.slide-content {
	margin:5px 0 0 0;
	display: block;
}
.slide-der .entry-title {
	display: block;
}
/* Botones de navegacion */
.contenedor-nav {
	clear: both;	
}
.wrapper-right {
	float: right;
}
.browse {
	float: left;	
	padding: 0 5px;
	margin: 0;
	background-color:#006600;
	font-size:0.75em;
	cursor:pointer;	
	color:#FFF;
}
.browse:hover {
	color:#FFF;
	text-decoration: none;
}
#slide-nav {
	float: left;
	background-color:#006600;
	padding: 0 5px;
}
#slide-nav a {
	font-size:0.75em;
	float:left;
	padding: 0;
	margin:0 2px;
	cursor:pointer;	
	color:#FFF;
}
#slide-nav a:hover,
#slide-nav .active {
	background-color: #003366;
}



/* =Navigation
-------------------------------------------------------------- */

.page-navi{
	float:right;
	padding:0;
	font-size: .8em;
}
.page-navi ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.page-navi ul li {
	float:left;
	border:1px solid #EFEFEF;
	padding:0 2px;
}
#footer-navi {
	clear:both;
	overflow:hidden;
}
#footer-navi .page-navi {
	float:none;	
}


/* =Content
----------------------------------------------- */
#content {
	border:1px solid #EFEFEF;
}
#main {
	clear: both;
	padding:0;
	margin: 0 0 10px;
	overflow: hidden;
}
#head-search,
#footer-navi {
	text-transform:uppercase;
	background-color:#EFEFEF;
	padding:2%;
}
#category-title {
	/*color:#47C8F2;*/
	color: #009900;
	float:left;
}
#searchform{
	clear:both;
	text-align:right;
}
.page-title {
	color: #333;
	font-size: .8em;
	/*font-weight: 500;*/
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 0.825em;
	/*font-weight: bold;*/
	letter-spacing: 0;
	text-transform: none;
}
.hentry .decorado {
	max-width: 150px;
	height: 5px;
	margin-bottom: 5px;
	background-color: #009900;
}
.hentry,
.no-results {
	margin: 0.825em 0.825em 0;
	padding: 0 0 2em;
	position: relative;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	font-size: 1.5em;
	/*font-weight: bold;*/
	line-height: 1;
}
.entry-title,
.entry-title a {
	text-decoration: none;
	color: #009900;
	background-color: transparent;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #00CC00;
	background-color: transparent;
}
.entry-meta {
	clear: both;
	font-size: 0.7em;
	text-transform:uppercase;
}
.entry-meta a {
	/*font-weight: bold;*/
	/*color: #666;*/
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
	font-size: 0.925em;
	margin:0 0 1em;
}
.entry-content a {
	text-decoration:underline;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #009900;
	/*font-weight: bold;*/
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	/*font-size: 10px;*/
	color: #009900;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Tables */
.entry-content table,
.comment-content table {
	border: 1px solid #ddd;
	border-collapse:collapse;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #FFF;
	background-color: #006600;
	/*font-size: 10px;*/
	/*font-weight: 500;*/
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 2px 5px;
	vertical-align: middle;
}
.entry-content td,
.comment-content td {
	border: 1px solid #ddd;
	padding: 2px 5px;
	vertical-align: middle;
}
.entry-content td p,
.comment-content td p{
	margin:0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.more-link {
	text-transform:uppercase;
	color:#006600;
	clear:both;
	text-align:right;
	display:block;
	margin:10px 0 0 80%;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	/*font-weight: bold;*/
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a {
}
.commentlist .edit-link a {	
	background-color: #009900;	
	color: #FFF;	
	font-size: .7em;
	padding: 2px 8px;
	text-decoration: none;
}
.entry-meta .edit-link a:hover {
}
.commentlist .edit-link a:hover {
	background-color: #006600;
	color: #FFF;
}
/* Images */
.entry-content img,
.comment-content img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img[class*="align"],
.entry-content img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom: 1.625em;
}
.entry-content p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	/*font-family: Georgia, serif;*/
	font-size: 0.875em;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px;
	position: relative;
	text-align: center;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	/*content: '\2014';*/
	/*font-size: .85em;*/
	font-style: normal;
	/*font-weight: bold;*/
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 0.85em;
	overflow: hidden;
	margin: 0.825em;
	border-bottom: 1px dotted #EFEFEF;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	padding: 2px;
	border:1px #CCC solid;
}
#author-description {
	float: left;
	margin-left: 90px;
}
#author-description h2 {
	color: #009900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Comments link */
.entry-header .comments-link a {
	/*background: #eee url(images/comment-bubble.png) no-repeat;*/
	/*background-color:#47C8F2;*/
	background-color:#009900;
	color: #FFF;
	font-size: .85em;
	font-weight: normal;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.6em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 25px;
	height: 25px;
	line-height:25px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #006600;
	color: #FFF;
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/* Social */
#entry-social {
	clear: both;
	padding: 8px 0 0 8px;
}
#entry-social ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
#entry-social li {
	list-style:none;
	display:inline;
	margin: 0 5px 10px 0;
	padding: 0;
	vertical-align: top;
	float:left;
	line-height: 1;
	text-transform: none;
}

/* Facebook */
.social-contenedor {
	margin: 0.225em 0 0 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #EFEFEF;
	clear: both;
}
.facebook-contenedor {
	float: left;
}

/* Facebook */
.fb-share {
	background-image: url(images/fb_small.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding: 2px 5px 2px 18px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 1.28;
	background-color: #ECEEF5;
    border: 1px solid #CAD4E7;
	border-radius: 3px 3px 3px 3px;
	color: #3B5998;
	display: block;
	cursor: pointer;
}
.fb-share:hover {
	text-decoration: none;
	border: 1px solid #9DACCE;
	color: inherit;
}

/* Twitter */
.twitter-contenedor {
	float: left;
}

/* Google 1+ */
.google-contenedor {
	float: right;
}



/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	/*font-size: 17px;*/
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 0.85em;
}
.widget {
	clear: both;
	margin: 0 0 2em 0;
	background-color: #FAFAFA;
	/*padding-bottom:8px;*/
}
.widget img {
	/*width: 99%;*/
	border: none!important;
	padding: 0!important;
}
.widget-title {
	color: #FFF;
	background-color: #006600;
	font-size: 1.175em;
	padding: 2px 8px;
	text-align: right;
	/*font-weight: 500;*/
	letter-spacing: -0.1em;
	text-transform: uppercase;
	margin: 0;
}
.textwidget {
    margin: 4px 0 0 0;
}
.widget ul {
	/*font-size: 15px;*/
	margin: 0;
	list-style-type:none;
}
.widget ul ul {
	margin-left: 1em;
}
.widget ul li {
	/*color: #777;*/
	/*font-size: 13px;*/
	padding: 4px;
}
.widget li a{
	/*font-weight: bold;*/
	text-decoration: none;	
}
.widget li a:hover,
.widget li a:focus,
.widget li a:active {
	text-decoration: none;
	/*background-color:#47C8F2;*/
	background-color:#009900;
	color:#FFF;
}

/* Foto personal */
#widget-foto-personal {
	border: none;
	padding: 0;
}
#widget-foto-personal .imagen-personal {
	display: inline;
}
#widget-foto-personal img {
	border-left: 6px #009900 solid;
	padding: 0 4px 0 4px;
	float: left;		
}
#bio-name {
	color: #666;
	text-transform: capitalize;
	font-size: 1.325em;
	letter-spacing: -0.0825em;
}
#bio-description {
	color: #999;
	display: block;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	border: 1px solid #ccc;
	/*-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);*/
	/*font-size: 13px;*/
	line-height: 25px;
	position: relative;
	top: -2px;
}

/* Twitter */
.twtr-profile-img-anchor {
	display:none;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}
.widget_calendar a {
	text-decoration:underline;
	color:#333;
	display:block;
}
.widget_calendar a:hover {
	background-color:#009900;
	color:#FFF;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 0.85em;
	/*font-weight: 500;*/
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-weight: bold;*/
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
.widget_calendar #wp-calendar tfoot td a {
	text-decoration:none;
}
/* Widget Image */
.widget_recent_comments ul {
	margin:0 8px;
}
.widget_recent_comments ul li{
	margin:8px 0;
}
.widget_recent_comments li a {
	text-decoration:underline;
}
.widget_recent_comments li a:focus,
.widget_recent_comments li a:hover,
.widget_recent_comments li a:active {
	color:#009900;
	text-decoration:underline;
	background:none;
}
.widget_recent_comments .url {
	text-decoration:none;
	/*font-size:10px;*/
	text-transform:uppercase;
}
/* Tag cloud*/
.tagcloud {
	padding:0 8px;
}


/* =Comments
----------------------------------------------- */
#comments {
	margin: 0.825em;
}
#comments-title {
	/*color:#47C8F2;*/
	color: #009900;
	/*font-weight: 500;*/
	/*line-height: 2.6em;*/
	padding: 1em 0 0.5em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	/*font-size: 24px;*/
	/*font-weight: 100;*/
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0;
	font-size: 0.85em;
}
.commentlist > li.comment,
.commentlist .pingback {
	border: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 5px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {	
	margin: 1.625em 0 0 1em;
	padding: 5px;
}
.comment-meta {
	font-size: 0.75em;
	margin:-2px 0 5px;
}
.comment-meta a {
	/*font-weight: bold;*/
	color: #009900;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
}
a.comment-reply-link {
	background: #009900;	
	color: #FFF;
	display: inline-block;
	font-size: 0.85em;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background-color: #006600;
	color: #FFF;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.commentlist .comment-edit-link {
	color:#333;
}

/* Post author highlighting */
.commentlist > li.bypostauthor,
.commentlist .children > li.bypostauthor {
	background: #EFEFEF;
}

/* Comment Form */
#respond {
	
}
#respond input[type="text"],
#respond textarea {
	
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	
}
#respond textarea {
	font-size: 1em;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	
}
#respond .comment-notes,
#respond .logged-in-as {
	/*font-size: 13px;*/
}
#respond p {
	margin: 5px 0;
	font-size: 0.85em;
}
#respond .form-submit {
	
}
#respond input#submit {
	font-size: 0.85em;
	background-color:#009900;
	border:none;
	color: #FFF;
	cursor: pointer;
}
#respond input#submit:hover,
#respond input#submit:active {
	background-color: #00CC00;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	
}
#reply-title {	
	/*font-weight: bold;*/
	color: #009900;
	padding: 1em 0 0.5em;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	display:block;
	float:right;	
	font-size: 0.85em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:#009900;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	
}
#respond label {
	color:#333;
	font-size: 1em;
	text-transform:uppercase;	
}
#respond input[type=text] {
	display: block;
	font-size: 1em;
	width:50%;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
p.comment-notes {
	margin:-5px 0 15px 0!important;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	border: 1px solid #EFEFEF;
	/*background-color: #EFEFEF;*/	
  margin: 0 auto;
  overflow: hidden;
	/*color: #000033;*/
	font-size: 0.8em;
	/*display: none;*/
}
#footer-links {
	clear: both;
	overflow:hidden;	
	border-top: 1px solid #EFEFEF;
	background-color: #FFF;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	padding: 5px 5px;
	width: 62%;
	font-size: 0.9em;
}
.copyright a {	
	/*color: #FFFFCC;*/
	cursor: pointer;
	padding: 0 2px;
}
.html5 {
	background-image: url(images/html5.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 15px;
	height: 17px;
}



/* =Footer Widgets
----------------------------------------------- */

#footer-widgets {
	clear: both;
	overflow:hidden;
	padding: 0;
	background: url(images/footerbg.png) repeat-x scroll left top #FFF;
}
#footer-widgets .widget {
	clear: none;
	background-color: transparent;
	float: left;
	width: 22.4%;
	padding: 0 10px;
	margin: 0;
	border: none;
}
#footer-widgets .widget-title {
	background: none;
	border: none;
	border-bottom: 3px solid #009900;
	color: #333;
	padding: 5px 0 0;
	font-size: 1.1em;
	margin: 0;
}
#footer-widgets .widget ul {
	margin: 0;
	border: none;
}
#footer-widgets .widget li {
	margin: 10px 0;
}
#footer-widgets .widget li a {
	display: inline;
	padding: 0;
	border: none;
}
#footer-widgets .widget li a:hover,
#footer-widgets .widget li a:focus,
#footer-widgets .widget li a:active {	
	background-color: transparent;
	text-decoration: underline;
}
/* Widget Categorias */
#footer-widgets .widget_categoryposts .post-title {
	font-weight: bold;
	font-size: 1.05em;
}
#footer-widgets .widget_categoryposts p {
	margin: 0;
	/*line-height: 1.175em;*/
}
#footer-widgets .widget_categoryposts img {
	border: 1px solid #CCC;
	background-color: #FFF;
  padding: 3px;
}
#footer-widgets .widget_categoryposts .cat-post-item {
	min-height: 150px;
}