/* Table of Content
--------------------------------------------------------------------------------------------------------------
Reset
Basic Styles
Typography
Links
Lists
Images
Buttons
	Primary
	Reverse
	Extras
Misc */


/* Reset (Inspired by E. Meyers)
-------------------------------------------------------------------------------------------------------------- */
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, 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%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }

body 			{ line-height: 1; }
table 			{ border-collapse: collapse; border-spacing: 0; }
ol, ul 			{ list-style: none; }
blockquote, q 	{ quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* Basic Styles
-------------------------------------------------------------------------------------------------------------- */
body {
	font: 14px/24px 'Open Sans', Arial, sans-serif;
	color: #888;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}


/* Typography
-------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	color: #333;
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	margin: .5em 0;
}

	h1, h3, h4, h5, h6 { color: #333; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 	{ font-weight: inherit; }

h1 	{ font-size: 50px; }
h2 	{ font-size: 28px; }
h3 	{ font-size: 18px; }

h4 {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: none;
}

p 		{ margin: 0 0 15px 0; }
p img 	{ margin: 0; }
p.lead 	{ font-size: 18px; line-height: 24px; color: #fff; }

em 		{ font-style: italic; }
strong 	{ font-weight: bold; }
small 	{ font-size: 12px; line-height: 14px; }

/* Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #eee; border-width: 1px 0 0; clear: both; margin: 50px 0 30px; height: 0; }


/* Links
-------------------------------------------------------------------------------------------------------------- */
a { 
	color: #a82727;
	cursor: pointer;
	outline: 0;
	/* Trasition */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus 	{ color: #888; }
p a, p a:visited 	{ line-height: inherit; }
a:link 				{ -webkit-tap-highlight-color: #a82727; }	/*	j.mp/webkit-tap-highlight-color */


/* Lists
-------------------------------------------------------------------------------------------------------------- */
ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }

ol, ul.square,
ul.circle, ul.disc { margin-left: 30px; }

ul.square 			{ list-style: square outside; }
ul.circle 			{ list-style: circle outside; }
ul.disc 			{ list-style: disc outside; }
ul.square.inside 	{ list-style: square inside; }
ul.circle.inside 	{ list-style: circle inside; }
ul.disc.inside 		{ list-style: disc inside; }
li 					{ line-height: 18px; margin-bottom: 12px; }
ul.large li 		{ line-height: 21px; }
li p 				{ line-height: 21px; }


/* Images
-------------------------------------------------------------------------------------------------------------- */
img.scale-with-grid { max-width: 100%; height: auto; }


/* Buttons
-------------------------------------------------------------------------------------------------------------- */
/* Buttons :: Primary ---------------------------------------------------------------------------------------- */
.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	background: #fff;
	border: 1px solid #a82727;
	border-radius: 5px;
	color: #a82727;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 7px 15px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #a82727;
	border: 1px solid #a82727;
	color: #fff;
}

/* Buttons :: Reverse ---------------------------------------------------------------------------------------- */
.button.reverse { background: transparent; border: 1px solid #fff; color: #fff; }
.button.reverse:hover { background: #fff; color: #a82727; }

/* Buttons :: Extras ----------------------------------------------------------------------------------------- */
a.button.full-width,
.button.full-width,
button.full-width,
input[type="reset"].full-width,
input[type="submit"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

.button.space { margin-top: 30px; }
.button.right { float: right; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Misc
-------------------------------------------------------------------------------------------------------------- */
.remove-bottom 	{ margin-bottom: 0 !important; }
.half-bottom 	{ margin-bottom: 10px !important; }
.add-bottom 	{ margin-bottom: 20px !important; }
.floatright 	{ float: right; }
.floatleft 		{ float: left; }
.textcenter 	{ text-align: center; }