/*
Theme Name: Convergencia
Theme URI: http://malla.espora.org
Description: Tema basado en Sixhours de http://www.carolinemoore.net
Version: 1.0
Author: Convergencia Gráfica
Author URI: http://www.carolinemoore.net
License: CC0 1.0 Universal
License URI: http://creativecommons.org/publicdomain/zero/1.0/legalcode
Tags: gray, red, two-columns, custom-menu, fixed-width, right-sidebar
*/

/* =Global
--------------------------------------------*/

body,
td,
th {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
a:link,
a:visited {
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	color: #c4513f;
	font-weight: bold;
	text-decoration: none;
}
table,
td,
th {
	border: 1px solid #666;
	padding: 5px;
	vertical-align: top;
}
th {
	background-color: #ccc;
	color: #333;
	font-weight: bold;
	text-align: center;
}
hr {
	background-color: #666;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}


/* =Posts/Pages
--------------------------------------------*/

.sticky {
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1020px;
}
.bullets {
	color: #666;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.content {
	clear: left;
	float: left;
	margin-bottom: 20px;
	margin-top: 35px;
	position: relative;
	width: 600px;
}
.navigation {
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.navigation .alignleft,
.navigation .alignright {
	width: 50%;
}
.navigation .alignright {
	text-align: right;
}
.page-template-page-nosidebar-php .content {
	width: auto;
}
.page_title {
	color: #f3f3f3;
	font-family: georgia, "times new roman", times, serif;
	font-size: 21px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-transform: lowercase;
}
.page_title a {
	color: #f3f3f3;
	font-family: georgia, "times new roman", times, serif;
	font-size: 21px;
	margin-bottom: 10px;
}
.post {
	clear: both;
	width: 100%;
}
.postmetadata {
	font-style: italic;
}
small,
.commentmetadata {
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
ul.sidebar {
	display: block;
	float: right;
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 25px;
	padding: 0px;
	width: 400px;
}
.footer {
	border-top: 1px solid #666;
	clear: both;
	color: #fff;
	font-family: georgia, "times new roman", serif;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 30px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 100%;
}

#footbox {
    margin:0px auto;
    height: 120px;
    width: 1000px;
}

.fcred{
    float: left;
        text-align:center;
        margin:10px 0px 10px 20px;
        line-height:16px;
}

.wpcred{
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.copyleft{
   float: left;
   width: 48px;
   height:120px;
   margin-left: 100px;
}



/* =Alignment
--------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}


/* =Header
--------------------------------------------*/

.header {
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tagline {
	color: #666;
	float: right;
	font-family: georgia, "times new roman", serif;
	font-size: 21px;
	font-style: italic;
	margin-top: 7px;
	text-align: right;
}
.title {
	color: #f3f3f3;
	font-family: arial, georgia, "times new roman", times, serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	position: relative;
	text-align: right;
	text-transform: lowercase;
	width: 100%;
}
.title a:hover {
	color: #f3f3f3;
}


/* =Navigation Menu
--------------------------------------------*/

.tabmenu {
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
}
.tabmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tabmenu li.menu-item {
	background-color: #666;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	clear: none;
	display: block;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-right: 10px;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
.tabmenu li.menu-item a:link,
.tabmenu li.menu-item a:visited,
.tabmenu li.menu-item a:hover,
.tabmenu li.menu-item a:active {
	color: #f3f3f3;
}
.tabmenu li.menu-item:hover,
.tabmenu li.menu-item:active,
.tabmenu li.current_page_item {
	background-color: #c4513f;
}


/* =Widgets
--------------------------------------------*/

.widget {
	display: block;
	margin-bottom: 20px;
}
h2.widgettitle {
	color: #f3f3f3;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 5px;
	text-align: center;
}

li.widget ul li {
	list-style: disc;
}
li.widget ul li a:link,
li.widget ul li a:visited,
li.widget ul li a:hover,
li.widget ul li a:active {
	font-weight: normal;
}


/* =Calendar Widget
--------------------------------------------*/

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-family: georgia, "times new roman", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
#wp-calendar td {
	border: 0px none;
	padding: 2px;
	text-align: center;
}
#wp-calendar th {
	padding: 2px;
	text-align: center;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}


/* =Gallery/Images
--------------------------------------------*/

.entry img {
	max-width: 600px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
a img {
	border: none 0px;
}
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 10px;
	max-width: 600px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	max-width: 590px;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
#gallery {
	clear: both;
	margin: auto;
	position: relative;
}
#gallery img {
	border: 2px solid #f3f3f3;
}
#gallery .gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border: solid 3px #fff;
}


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

#commentform label {
	display: block;
	float: left;
	width: 65px;
}
#commentform .required {
	color: #c4513f;
	display: inline-block;
	font-weight: bold;
	margin-left: -5px;
}
.alt {
	background-color: #3d3d3d;
}
.avatar {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.bypostauthor {
	background-color: #222;
}
li.comment {
	padding: 3px;
}
.says {
	font-style: italic;
}

/* =Custom Additions
-------------------------------------------------------------- */

.postmetadata {
	display: none;
}
