/* @override
	http://www.brandonmartinez.com/wp-content/themes/brandonmartinez/style.css */

/*
Theme Name: brandonmartinez.com
Theme URI: http://www.brandonmartinez.com/
Description: The theme for http://www.brandonmartinez.com
Version: 3.0
Author: Brandon Martinez
Author URI: http://www.brandonmartinez.com
Template: wpbrandon
*/

@import url("../wpbrandon/style.css");

/* @group Basic HTML */

body {
	background: #fff url(_/images/bg.png);
}

h1 {
	font-size: 1.8em;
}

a, a:visited, a:hover {
	color: #3c6c92;
}

/* @end */

/* @group Layout */

/* @group Header */

#header {
	position: relative;
	height: 40px;
	margin: 20px auto;
	width: 895px;
}

#logo {
	display: block;
	width: 315px;
	height: 40px;
	margin: 0 0 0 -7px;
	padding: 0;
}

/* @end */

/* @group Main Navigation */

#headerContainer {
	background: #333;
	width: 100%;
	margin: 000;
}

.mainNav {
	padding: 5px 0;
	position: relative;
	margin: 0 auto 10px auto;
	width: 895px;
}

.mainNav ul {
	margin: 0 0 0 -7px;
	padding: 0;
}

.mainNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}

.mainNav ul li a, .mainNav ul li a:visited, .mainNav ul li a:hover, .mainNav ul li a:active {
	display: block;
	padding: 2px 8px;
	margin-right: 10px;
	color: #777;
	background: transparent;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mainNav ul li a:hover, .mainNav ul li a:active, .mainNav ul li.current-menu-item a, .mainNav ul li.current-category-ancestor a, .mainNav ul li.current-post-ancestor a {
	background: #777;
	color: #fff;
}

/* @end */

/* @group Content */

#content {
	width: 895px;
	margin: 0px auto;
}

#content #mainContent {
	width: 575px;
	float: left;
}

#homeMorePosts {
	margin: 20px 0 0 0;
}

#homeMorePosts hgroup {
	border-bottom: 3px solid #333;
	margin-bottom: 20px;
}

#homeMorePosts .featured-image {
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#homeMorePosts .featured-image img {
	text-align: center;
	vertical-align: middle;
}

#homeMorePosts .entry-content {
	float: left;
	width: 480px;
}

#homeMorePosts h1 {
	font-size: 1.4em;
}

#homeMorePosts .entry-content p {
	font-size: .8em;
	line-height: 1.5em;
}

#homeMorePosts article {
	border-bottom: #eee solid 1px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

/* @group Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 0 0 0 40px;
}

/* @group Search */

#searchbox {
	position:  absolute;
	top: 15px;
	right: 20px;
}

#searchform {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 215px;
}

#s {
	background: rgb(110,116,124); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(110,116,124,1) 0%, rgba(72,76,81,1) 40%, rgba(72,76,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,116,124,1)), color-stop(40%,rgba(72,76,81,1)), color-stop(100%,rgba(72,76,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(110,116,124,1) 0%,rgba(72,76,81,1) 40%,rgba(72,76,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(110,116,124,1) 0%,rgba(72,76,81,1) 40%,rgba(72,76,81,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(110,116,124,1) 0%,rgba(72,76,81,1) 40%,rgba(72,76,81,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e747c', endColorstr='#484c51',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(110,116,124,1) 0%,rgba(72,76,81,1) 40%,rgba(72,76,81,1) 100%); /* W3C */
	-webkit-box-shadow: 2px 2px 5px #2e3840;
	-moz-box-shadow: 2px 2px 5px #2e3840;
	box-shadow: 2px 2px 5px #2e3840;
	border: none;
	padding: 5px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #eee;
	font-size: 1em;
	outline: none;
	width: 205px;
	position: absolute;
	top: 0;
	left: 0;
}

#s:focus, #s:active {
	color: #fff;
}

#searchsubmit {
	position: absolute;
	top: 6px;
	right: 6px;
}

/* @end */
/* @end */


/* @end */

/* @group Footer */

#footer {
	margin-top: 40px;
	padding: 20px 0;
	background: #333;
	color: #eee;
	font-size: .9em;
}

#footer .column {
	display: block;
	float: left;
	width: 280px;
	margin: 0 18px 0 0;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer p, #footer blockquote {
	color: #eee;
}

#footer a, #footer a:visited, #footer a:hover {
	font-weight: bold;
	color: #aaa;
}

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

/* @end */

/* @end */

#wpstats {
	display: none;
}

/* @group Classes */

.container {
	width: 895px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Widget Container */

.widgetContainer {
	margin: 0 0 20px 0;
	padding: 0;
}

.widgetContainer .textwidget {
	padding: 10px 0;
}

.widgetContainer hgroup {
	border-bottom: #333 solid 3px;
}

#footer .widgetContainer hgroup {
	border-bottom: #eee solid 2px;
}

.widgetContainer hgroup h1, .widgetContainer hgroup h1 a {
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 2em;
	letter-spacing: .1em;
}

.widgetContainer ul {
	padding: 10px 0px;
	margin: 0;
}

.widgetContainer ul li {
	list-style: none;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0 5px 0;
	font-weight: normal;
	font-size: .8em;
}

.widgetContainer ul li a {
	color: #333;
}

/* @end */

/* @group Navigation */

/* @group WP-PageNavi */

.wp-pagenavi {
	display: block;
	clear: both;
	width: 100%;
	margin: 20px auto;
}

.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .last, .wp-pagenavi .first {
	display: block;
	float: left;
	padding: 6px;
	background: transparent;
	color: #333;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

.wp-pagenavi .pages {
	padding-top: 8px;


/* This lines up the text better */
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .last, .wp-pagenavi .first {
	background: #eee;
	width: 20px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi .page, .wp-pagenavi .current {
	
}

.wp-pagenavi .first, .wp-pagenavi .last {
	width: auto;
}

.wp-pagenavi .current, .wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .last:hover, .wp-pagenavi .first:hover {
	background: #333;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px #777;
	-moz-box-shadow: 0px 0px 5px #777;
	box-shadow: 0px 0px 5px #777;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	
}

.wp-pagenavi .extend {
	display: none;
}

/* @end */

/* @end */

/* @group Site Sections */

/* @group Generic Post Style */

.post {
	display: block;
	margin-bottom: 15px;
	clear: both;
	position: relative;
	width: 100%;
}

.post h1 {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}

.post h1 a, .post h1 a:visited, .post h1 a:hover {
	color: #333;
	text-decoration: none;
}

.post .author {
	display: none;
}

/* @group Links */

.more-link, .more-link:visited {
	display: block;
	text-align: left;
	margin-top: 3px;
}

/* @end */

/* @group Images */

.post * img.left {
	float: left;
	margin: 0 10px 10px 0;
}

.post * img.center {
	display: block;
	margin: 5px auto;
}

.post * img.right {
	float: right;
	margin: 0 0 10px 10px;
}

/* @end */

/* @group Meta */

.meta {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: .75em 0;
	padding: 0;
	display: block;
	color: #999;
	font-size: 11px;
	position: relative;
}

.categories, .tags {
	display: block;
}

.comments {
	display: block;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}


/* @end */

/* @group Footnotes */

div.footnote {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 15px;
	font-style: italic;
}

div.footnote sup.footnote {
	margin-left: -15px;
}

.entry-content > .footnote:nth-of-type(1) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 3px solid #eee;
}

.entry-content > .footnote:nth-last-of-type(1) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
}

/* @end */

/* @group Post-Update */

.post .update {
	background: #fff8d8;
	border-top: 5px solid #f9ebb8;
	border-bottom: 5px solid #f9ebb8;
	padding: 10px 5px;
	margin: 10px 0;
	display: block;
	clear: both;
}


.post .update img {
	max-width: 565px;
	height: auto;
}

/* @end */

/* @end */

/* @group Portfolio */



/* @group Photography */

.post.portfolio, .post.portfolio:visited, .post.portfolio:hover {
	background: none;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
}

.post.portfolio img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.post.portfolio span {
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 10px;
	width: 555px;
	display: none;
	color: #fff;
	background: #bbb;
	background: rgba(200,200,200,0.5);
	text-shadow: 2px 2px 2px #000;
	filter: dropshadow(color=#000, offx=2, offy=2);
	font-size: 28px;
	line-height: 34px;
	text-align: left;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 1px dotted #ccc;
}

/* @group Gallery Styles */

.gallery {
	margin: auto;
	gallery clearing
    overflow: hidden;
	width: 100%;
}

.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery .gallery-item .gallery-caption {
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
	margin-left: 0;
	color: #aaa;
}

.gallery .gallery-item .gallery-caption a {
	color: #999;
}

.gallery br {
	clear: both
}

.col-2 {
	width: 50%
}

.col-3 {
	width: 33.333%
}

.col-4 {
	width: 25%
}

.col-5 {
	width: 20%
}

.col-6 {
	width: 16.666%
}

.col-7 {
	width: 14.285%
}

.col-8 {
	width: 12.5%
}

.col-9 {
	width: 11.111%
}

/* @end */

/* @end */

/* @end */


/* @end */

/* @group Tablular Data */

/* @group Product Comparison */

.productComparison {
	margin: 10px 0 15px 0;
}

.productComparison caption {
	padding: 0 0 5px 0;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.productComparison tr.productImages th {
	background: #fff;
	border: none;
}

.productComparison th {
	font-size: 11px;
	font-weight: bold;
	color: #bbb;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #333 no-repeat;
}

.productComparison th img, .productComparison td img {
	width: 100%;
	height: auto;
	display: block;
}

.productComparison th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.productComparison td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
	font-size: 12px;
	text-align: left;
}

.productComparison td.productSameSpec {
	text-align: center;
}

.productComparison td.alt {
	background: #F5FAFA;
	color: #797268;
}

.productComparison th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(_/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.productComparison th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(_/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* @end */

/* @end */

/* @group Polls */

.post .wp-polls {
	width: 250px;
	display: block;
	margin: 10px auto;
	padding: 10px;
	border: 5px #ddd solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.post .wp-polls li {
	margin-bottom: 10px;
}

/*http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba*/

.post .wp-polls .Buttons {
	background: #222;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

.post .wp-polls a {
	display: none;
}

/* @end */

/* @group Special Links */

.bookmarklet, .bookmarklet:visited, .bookmarklet:hover {
	padding: 5px 10px;
	background: #a7a7a7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #212121;
	text-decoration: none;
	font-weight: normal;
}

.bookmarklet:hover {
	color: #fff;
	text-shadow: 0px 1px 0px #828282;
	background: #676767;
}

/* @end */

/* @end */
