/*
Theme Name: JBros
Theme URI: http://jbros.info/
Description: Special theme made for jbros.info
Version: 1.0
Author: Armando Monroy
Author URI: http://armadomonroy.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

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

a {
	color: #06c;
	text-decoration: none;
}

a img { border: none; }

blockquote {
	margin: 0 30px 15px 25px;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

blockquote cite {
	display: block;
	border-top: 1px solid #d2d2d4;
	text-align: right;
	font-size: 11px;
}

body {
	background: #bec0b7;
	font: normal 13px/1.2em "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}

button,
input[type="submit"] {
	background: #0359a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	color: #fff;
	padding: 5px 8px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}

h3 { margin: 0 0 1em; }

input[type="text"],
textarea {
	border: 1px solid #999;
	font: normal 12px/1em "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	padding: 4px;
}

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

/* Layout */

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

#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 {
	float: left;
	width: 640px;
	margin: 0 0 15px 15px;
}

#sidebar {
	float: right;
	width: 270px;
	margin: 0 15px 15px 0;
	font-size: 12px;
}

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

/*** Header ***/

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

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

/*** Menu ***/

#menu ul {
	list-style: none;
	margin: 0 0 0 1em;
}

#menu ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

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

#menu ul li a {
	color: #fff;
	font-weight: bold;
}

#menu ul li a:hover { text-decoration: underline; }

#feed {
	position: absolute;
	right: 20px;
	top: 7px;
}

#feed a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0 22px 0 0;
	background: url("images/feed.png") no-repeat 100% 50%;
}

#feed a:hover { text-decoration: underline; }

/*** Content ***/

/* Post */

.post {
	line-height: 20px;
	margin: 0 0 20px;
}

.post h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}

.post h2 a { color: #121212; }

.post .date {
	margin: 0 0 15px;
	font-size: 11px;
	color: #888;
	position: relative;
}

.post .date .share { float: right; }

.post .date .share a { padding: 2px 10px 3px 20px; }

.post .date .twitter { background: url("images/twitter_16.png") no-repeat 0 50%; }

.post .date .facebook { background: url("images/facebook_16.png") no-repeat 0 50%; }

.post .gallery { margin: 0 0 1em; }

.post .meta {
	background: #f4f4f4;
	color: #666;
	font-size: 11px;
	margin: 15px 0 5px;
	clear: both;
}

.post .meta a.comments {
	display: block;
	background: #069;
	color: #fff;
	padding: 4px 0 4px 24px;
	width: 115px;
}

.post .meta .right {
	float: right;
	margin: -2px 10px -4px 0;
	padding: 6px;
	text-align: right;
	width: 470px;
}

/* Related */

#related {
	padding: 5px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 640px;
	font-size: 12px;
}

#related abbr { display: none; }

#related .alignleft,
#related .alignright { width: 300px; }

#related .alignleft { padding: 0 0 0 10px; }

#related .alignright {
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
	min-height: 250px;
}

#related h4 {
	font-size: 14px;
	margin: 0 0 10px;
}

#related ol { margin: 0 0 0 1.5em; }

#related ol li { margin: 0 0 7px; }

/* Comments */

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;
}

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 .alignleft,
#commentForm .alignright { width: 310px; }

#commentForm label {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}

#commentForm input[type="text"],
#commentForm textarea {
	margin: 0 0 5px;
	width: 300px;
}

#commentForm textarea { height: 145px; }

#commentForm p.submit {
	text-align: right;
	clear: both;
}

/*** Sidebar ***/

#sidebar h3 {
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

#sidebar .ads {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Search */

#search { margin: 0 0 1em; }

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

/* Suscription */

#suscription { margin: 0 0 1em; }

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

/*** Footer ***/

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

#footer p { margin: 0; }

/*** Misc ***/

#advertising {
	text-align: center;
	margin: 0 0 15px;
}

.ads {
	text-align: center;
	margin: 0 0 1em;
}

.empty { text-align: center; }

/* 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 #ccc;
}
/* End Images */

/* Clearfix (all browsers) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE6 */ 
* html .clearfix { height: 1%; }

/* IE7 */
*:first-child+html .clearfix { min-height: 1px; }