/*
Theme Name: Boots
Theme URI: http://bootsandpine.com
Author: Inertia Web Design
Author URI: http://inertiawebdesign.com
Description: Custom theme for Boots & Pine. Based off of twenty twelve.
Version: 6.9
*/

/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Page Layout
-------------------------------------------------------------- */

#hold {
	width:960px;
	margin:0 auto; }
	
h1#banner {
  width:960px;
  height:288px;
  background:url(images/boots-and-pine-banner.jpg);
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }	
  
/* Navigation Menu */
.main-navigation li {
	margin-right:12px;
	margin-bottom:10px;
	font-size: 14px;
	text-align:right;
}
.main-navigation a {
	color: #333;
	text-decoration:none;
}
.main-navigation a:hover {
	color: #cd4c00;
}

#content-right a {
	color:#cd4c00;
	text-decoration:none; }
	
#content-right a:hover {
	text-decoration:underline; }

#content-left, #content-right {
	float:left;
	margin-top:20px; }

#content-left {
	width:180px;
	margin-right:40px;
	text-align:right; }
	
#content-left img {
	margin:5px 0; }
	
#content-right {
	width:720px; }
	
.index-hold {
	float:left;
	width:160px;
	margin-right:20px;
	text-align:right; }	
	
.last { margin-right:0; }
	
.index-hold p {
	font-size:12px; }
	
.meta {
	text-align:right; }
	
.home article, .category article {
	margin-bottom:80px; }

h2 {
	font-size:18px;
	margin-bottom:15px; }
p {
	margin-bottom:10px; }
	
.single p {
	line-height:1.4; }
	
#content-right img {
	padding:10px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.0976563) 1px 1px 5px;
	box-shadow:rgba(0, 0, 0, 0.0976563) 1px 1px 5px; }
	
#content-right ul {
	margin:0 0 10px 15px; }
	
#content-right li {
	list-style:square inside;
	line-height:1.5; }
	
footer {
	font-size:12px;
	color:#666;
	padding:20px 0; }
	
.alignright { text-align:right; }
