/*  
Theme Name: TheUnstandard
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 1.2.1
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/
Image sizes: Main hero image for latest post is 593 x 225, secondary 293 x 150.
Files must be hosted on your own domain in order for timthumb script to work
properly re: thumbnailing / caching.
*/
body {
	background: #242424 url(images/cabecera.jpg) no-repeat center top;
	color: #eee;
}
#site-name a {
	background: none;
}
#main-nav li a, .radius-link a, .for-tags {
	background: #333;
	border-color: #555 !important;
	color: #aaa;
	color: #242424;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.radius-link a {
	text-transform: lowercase;
}
.for-tags {
	color: #242424 !important;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.for-tags a {
	color: #666 !important;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.for-tags a:hover {
	color: #c23333 !important;
	text-decoration: none;
}
#main-nav li a:hover, .radius-link a:hover {
	border-color: #666 !important;
	color: #C23333;
}
.post-comments a, .post-comments span {
	text-decoration: none;
	color: #9eacac;
}
.post-comments a:hover {
	color: #c23333;
	text-decoration: none;
}
.title-insert h3 a:hover {
	color: #c23333;
}
h3.module-title, h3.widgetTitle {
	border-bottom-color: #333;
	border-top-color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post.single h2, .post.single h2 a {
	color: #FFF;
	text-decoration: none;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	display: block;
	background: #000;
	padding: 5px;
}
.post.single h2 a:hover {
	background: none;
	color: #C23333 !important;
}
.post.single .entry {
	border-color: #555;
}
.showhero #site-name a:hover, .post.single .showhero h2 a:hover {
	background: none;
	color: #fff !important;
}
.home.is-single, .commentlist li.comment, .commentlist li.pingback {
	border-top-color: #555;
}
.post.single .meta {
	border-top-color: #555;
	color: #888;
}
.post.single .meta li.first {
	background: #333;
	border: 1px solid #555;
	text-transform: lowercase;
}
.post.single blockquote, .post.single ul, .post.single ol {
	color: #888;
}
blockquote {
	border-color: #555 !important;
	color: #bbb !important;
}
.gallery-item a img {
	border-color: #333 !important;
}
.sidebar-nextprev li, .sidebar-nextprev li a {
	color: #9EACAC;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.sidebar-nextprev li.next {
	color: #9EACAC;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-left: 1px solid #555;
}
.sidebar-nextprev li.previous {
	border-right-color: #555;
}
.sidebar-nextprev li a:hover {
	color: #C23333;
	text-decoration: none;
}
.text-input {
	border-left-color: #000;
	border-top-color: #000;
	border: 1px solid #333;
	background: #808080;
}
.contain label {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #949494;
}
#searchWrap span {
	border-color: #666;
}
#footer {
	border-top-color: #555;
}

