/*
Theme Name: CoberturaMovil
Theme URI: http://coberturamovil.es/
Description: Tema personalizado para coberturamovil.es
Version: 1.0
Author: Joshua Llorach
Tags: cobertura,movil
*/

/* */
.pageTitle {
	margin: 30px 20px;
	padding: 0;
	color: #ECEBF1;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 0.8em;
	text-align: center;
	background-color: #373845;
}
/* post */
.post {
	margin: 30px 20px 20px 20px;
}
.post .title {
	margin: 0;
	border-bottom: 4px solid #ECEBF1;
	color: #4C56A6;
	font-weight: bold;
	font-size: 1.6em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	line-height: 0.7em;
}
.post .title a {
	color: #4C56A6;
	text-decoration: none;
}
.post .metaHeader {
	font-size: 0.9em;
	color: #373845;
}
.post .metaHeader a {
	text-transform: uppercase;
	color: #373845;
	text-decoration: none;
}
.post .metaHeader a:hover {
	text-decoration: underline;
}
.post .entry {
	color: #373845;
	font-size: 1.1em;
}
.post .entry a {
	color: #4C56A6;
}
.post .entry a:hover {
	background-color: infobackground;
}
.post .entry a:visited {
	text-decoration: none;
}
.post .entry h2 {
	border-bottom: 1px dotted #ECEBF1;
	color: #4C56A6;
	font-size: 1.2em;
}
.post .entry h3 {
	border-bottom: 1px dotted #ECEBF1;
	color: #4C56A6;
	font-size: 1em;
}
.post .metaFooter {
	border-bottom: 1px dotted #4C56A6;
	padding: 5px 0 4px 5px;
	text-align: right;
	color: #373845;
	font-size: 0.9em;
	background-color: #ECEBF1;
	overflow: hidden;
}
.post .metaFooter span {
	float: left;
}
.post .metaFooter a {
	color: #373845;
	text-transform: uppercase;
	text-decoration: none;
}
.post .metaFooter a:hover {
	text-decoration: underline;
}
.metaFooter a.comments {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #373845;
}
.metaFooter a.comments:hover {
	background-color: #4C56A6;
	text-decoration: none;
}
/* comments */
div.comments {
	margin: 20px 20px 30px 20px;
}
div.comments h2 {
	margin: 20px 0;
	color: #4C56A6;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div.comments ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.comments li {
	margin: 10px 0;
	padding: 0 12px;
	background-color: #ECEBF1;
	border-top: 1px solid #ECEBF1;
	border-bottom: 1px solid #fff;
}
div.comments .meta {
	margin: 12px 0;
	overflow: hidden;
	color: #373845;
}
div.comments .meta img {
	float: left;
	margin-right: 5px;
}
div.comments .meta a {
	color: #373845;
	text-decoration: none;
}
div.comments .meta a:hover {
	text-decoration: underline;
}
/* commentForm */
#commentForm {
	margin: 0;
	background-color: #ECEBF1;
	padding: 0 10px 10px;
}
#commentForm fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
#commentForm legend {
	color: #4C56A6;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#commentForm label {
	display: block;
	margin: 10px 0;
}
#commentForm strong {
	text-transform: uppercase;
	color: #373845;
	font-size: 0.9em;
}
#commentForm a {
	color: #373845;
	text-decoration: none;
}
#commentForm a:hover {
	text-decoration: underline;
}
/* search box */
#searchForm {
	margin: 10px 0 0 0;
	padding: 0;
}
#searchForm fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
/* box meta */
.box.meta a {
	color: #373845;
	text-decoration: none;
}
.box.meta a:hover {
	text-decoration: underline;
}
