/*
Theme Name: Eclipse
Theme URI: http://crepusculo.ws/
Description: Special theme made for crepusculo.ws
Version: 2.0
Author: Armando Monroy
Author URI: http://armadomonroy.com/
Tags: custom header, fixed width, two columns
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #0074a6;
	text-decoration: none;
}

button,
input[type="submit"] {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	font-size: 13px;
	color: #222;
	cursor: pointer;
	padding: 4px 7px 3px 7px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

button:hover,
input[type="submit"]:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

body {
	background: #bec0b7;
	font: normal 12px/18px Georgia, "Bitstream Charter", serif;
	color: #333;
	text-align: center;
}

blockquote {
	margin: 0 15px 1em 20px;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

blockquote cite {
	display: block;
	padding: 5px 0 0 0;
	border-top: 1px solid #d2d2d4;
	text-align: right;
	color: #444;
}

h1,
h2,
h3,
h4 { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

input[type="text"],
textarea {
	border: 1px solid #dedede;
	padding: 4px 4px 5px;
}

p {
	margin: 0 0 1em;
	text-align: justify;
}

/* Grid */

#wrapper {
	width: 980px;
	text-align: left;
	background: #fff url("images/wrapper.jpg") repeat-y 0 0;
	padding: 0 15px;
	margin: 0 auto;
}

#header {
	height: 200px;
	background: url("images/header.jpg") no-repeat 0 0;
	position: relative;
}

#menu {
	height: 23px;
	margin: 0 0 15px;
	padding: 7px 0 0 0;
	background: #000;
	position: relative;
}

#content {
	width: 640px;
	float: left;
	margin: 0 0 0 15px;
	font-size: 14px;
	line-height: 20px;
}

#box {
	margin: 0 15px;
	font-size: 15px;
	line-height: 20px;
}

#sidebar {
	width: 290px;
	float: right;
	margin: 0 15px 0 0;
}

#footer {
	clear: both;
	padding: 15px 15px 15px;
	color: #e4e4e4;
	font-size: 11px;
	background: #000;
	font-size: 13px;
}

/*** Header ***/

#header h1 {
	position: absolute;
	top: 35px;
	left: 100px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 420px;
	height: 100px;
}

#leaderboard {
	width: 728px;
	margin: 0 auto 20px;
}

/*** Menu ***/

#menu ul li {
	list-style: none;
	float: left;
	padding: 0 22px;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#menu ul li:last-child { border-right: none; }

#menu ul li a { color: #fff; }

/*** Content ***/

/* Post */

.post,
.page { margin: 0 0 20px; }

.title {
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e8e8ea;
	margin: 0 0 15px;
	letter-spacing: -1px;
	color: #000;
}

.title a { color: #000; }

.post .title { margin: 0 0 4px; }

.post .meta {
	padding: 0 0 4px;
	border-bottom: 1px solid #e8e8ea;
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

.commentsCount { float: right; }

.commentsCount a {
	background: url("images/comments.png") no-repeat 0 50%;
	padding: 1px 0 0 23px;
}

.body ol,
.body ul {
	margin: 0 0 1em 2em;
}

.body li { margin: 0 0 5px; }

/* Archive */

.excerpt {
	position: relative;
	padding: 0 0 5px 175px;
	min-height: 135px;
	margin: 0 0 25px;
	border-bottom: 1px solid #dfddd5;
}

.excerpt:last-child { border-bottom: none; }

.excerpt img {
	position: absolute;
	left: 0;
	padding: 2px;
	border: 1px solid #d4d4d2;
}

.excerpt h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
}

.excerpt h3 a { color: #000; }

/* Content Adsense */

#content .ads {
	margin: 0 auto 20px;
	width: 336px;
}

/* Related Posts */

#content .adsense,
.related {
	width: 640px;
	margin: 0 0 20px;
	/*border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;*/
	padding: 10px 0 8px;
}

#content .adsense .alignleft,
.related .alignleft {
	width: 300px;
	margin: 0 0 0 5px;
}

#content .adsense alignright,
.related .alignright {
	width: 300px;
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	border-left: 1px dotted #d2d2d4;
}

#relatedPosts h2 {
	font-size: 14px;
	margin: 0 0 10px;
}

#relatedPosts { margin: 0 0 20px; }

#relatedPosts ul { list-style: none; }

#relatedPosts ul li {
	float: left;
	padding: 0 5px;
	width: 150px;
}

/* Comments */

#comments { margin: 0 0 20px; }

#comments h3,
#respond h3 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', Arial, sans-serif;
	text-shadow: white 0 1px 0;
}

ol#commentList { margin: 0 0 20px; }

ol#commentList li {
	position: relative;
	padding: 10px 0 0 160px;
	list-style: none;
	border-top: 1px solid #ccc;
}

ol#commentList li .meta {
	position: absolute;
	top: 10px;
	left: 0;
	width: 150px;
	font-size: 11px;
	line-height: 1.2em;
}

ol#commentList li strong { font-size: 14px; }

ol#commentList li .meta img {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

ol#commentList li .meta img.photo { padding: 2px; }

ol#commentList li .meta .date { display: block; }

ol#commentList li .body {
	font-size: 12px;
	margin: 0 0 15px;
}

ol#commentList li .reply { text-align: right; }

/* Comment Form */

#commentForm label {
	display: block;
	font-weight: bold;
	width: 100px;
	float: left;
	font-size: 13px;
	text-align: right;
	padding: 0 10px 0 0;
}

#commentForm input[type="text"] { width: 300px; }

#commentForm p { clear: both; }

#commentForm p.submit { padding: 0 0 0 110px; }

#commentForm textarea { width: 450px; }

/*** Sidebar ***/

.block { margin: 0 0 20px; }

#sidebar ul { list-style: none;}

#sidebar h3 { margin: 0 0 15px; }

#sidebar ul li {
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #d4d4d2;
}

/* Search */

#search input[type="text"] { width: 200px; }

/* Suscription */

#suscription { font-size: 13px; }

#suscription input[type="text"] { width: 210px; }

#suscription h3 a {
	display: block;
	background: url("images/feed.jpg") no-repeat 0 50%;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 15px;
}

#suscription h3 a:hover { color: #0074a6; }

#suscription h3 span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 15px;
	color: #515151;
}

/*** Footer ***/

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer p { margin: 0; }

/*** Misc ***/

/* Navigation */

.navigation {
	width: 640px;
	margin: 0 0 20px;
	padding: 5px;
	border-top: 1px dotted #d4d4d2;
}

.navigation .alignleft,
.navigation .alignright { width: 300px; }

.navigation .alignright { text-align: right; }

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left; }

.photo {
	padding: 4px;
	border: 1px solid #d2d2d4;
}

/* End Images */

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
