/*
Theme Name: Martial Blade Concepts
Theme URI: http://www.martialbladeconcepts.com/
Description: Custom Wordpress template built for Martial Blade Concepts.
Version: 1.0

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #c5c5c5;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:underline;
}

a:active,
a:hover {
	color: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 12px 0;
}

h1 {
	font-size: 18px;
	line-height: ;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}



/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

/* Main Styles */

h2.entry-header {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
}

#masthead {
	width:100%;
	background:#fff;
	padding:15px 0 0 10px;
	border-bottom:solid 5px #c00;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	z-index:1000;
}

#header {
	width:100%;
	max-width:1170px;
	margin:0 auto;;
}

#site-title {
	font-family: 'Balthazar', serif;;
	float:left;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	color:#c00;
	text-shadow: 2px 2px #999;
}

#site-desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	margin: 0;
	color:#000;
	text-shadow:none;
} 


#slider {
	height:430px;
}

.slider-wrapper {
	margin:0 auto;
	border-left:solid 2px #666;
	border-right:solid 2px #666;
	border-bottom:solid 2px #666;
	max-width:1110px;
	z-index:500;
	padding:0;
}

#search {
	height:25px;
	background:#e1e1e1;
	padding:5px;
	width:100%;
}

#searchform {
	margin:0 auto;
	max-width:1170px;
	width:100%;
	text-align:right;
}

#search_submit {
	background:#666;
	height:20px;
	width:20px;
	padding:3px;
	margin:0 0 -3px 0;
}

.search-field {
	width:85%;
	max-width:200px;
}


#main {
	max-width:1090px;
	width:100%;
	margin:0 auto;
	padding:30px 20px;
	background:#eee;
}

#content {
	width:100%;
	max-width:760px;
	padding:0 10px 0 20px;
	float:left;
}

#sidebar {
	float:left;
	width:280px;
	padding:0 10px 10px 10px;
}

aside {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:solid 1px #aaa;
	background:#a1bad8;
	padding:10px;
	margin:0 0 20px 0;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}

#sidebar aside ul li {
	list-style:none;
	margin:0 0 8px 0;
}

article {
	width:100%;
}

#footer {
	max-width:1090px;
	width:100%;
	margin:0 auto;
	background:#777;
	height:50px;
	padding:0 20px;
}

#footer #menu {
	width:45%;
	float:right;
	text-align:right;
	background:none;
	margin:0;
}

#footer-sidebar {
	width:45%;
	float:left;
	height:20px;
}

#footer-sidebar aside {
	border-top-left-radius:none;
	border-top-right-radius:none;
	border:none;
	background:none;
	box-shadow: none;
	width:200px;
	float:left;
	text-align:left;
	padding:0;
	margin:0;
}

#footer ul {
	margin:10px 0 0 0 ;
	float:right;
}

#footer ul li {
	display:inline;
	list-style:none;
	margin:0 0 0 25px;
}

#footer ul#menu-footer li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
}

#copyright {
	margin:0 auto;
	width:100%;
	max-width:1170px;
	text-align:center;
	color:#666;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:20px 0;
}

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #c00;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #c00;
}

.paging-navigation a:hover {
	border-top: 5px solid #999;
	color: #2b2b2b;
}

/* Alignment */

.alignleft {
	float: left;
	margin:0 15px 15px 0;
}

.alignright {
	float: right;
	margin:0 0 15px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

