/*-----------------------------------*\

	Toast
	A Simple CSS Framework
	=================================

	Values you may want to change:
	- .container { max-width:; }
	- p { margin-bottom:; }
	- html { font:; }

	Remember: no framework will be as
	good as a custom built, per-
	project	one. Toast and other
	frameworks are best used for
	rapid prototyping.

\*-----------------------------------*/

/*-----------------------------------*\
	$RESET
\*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	/*position: relative;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	overflow-y: scroll;
}

.clear { clear: both; }

/*-----------------------------------*\
	$GRID
\*-----------------------------------*/

.grid {
	margin-left: -3%;
	max-width: 105%;
}

.unit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 3%;
	margin-right: -.25em;
	/* Clearfix */
	*overflow: visible;
}

.span-grid {
	width: 97%;
}

.one-of-two { width: 47%; }

.one-of-three { width: 30.36%; }
.two-of-three { width: 63.666666666%; }

.one-of-four { width: 22.05%; }
.three-of-four { width: 72%; }

.one-of-five { width: 17%; }
.two-of-five { width: 37%; }
.three-of-five { width: 57%; }
.four-of-five { width: 77%; }

.one-of-six { width: 13.6%; }
.five-of-six { width: 80.6%; }

.one-of-seven { width: 11.2%; }

@media screen and (max-width: 650px) {
	.grid {
		margin-left: 0;
		max-width: none;
	}

	.unit {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	.categories .one-of-seven,
	.footer .one-of-five {
		width: 47%;
		display: inline-block;
		*display: inline;
		margin-left: 3%;
	}
}

@media screen and (max-width: 400px) {

	.categories .one-of-seven,
	.footer .one-of-five {
		width: auto;
		margin-left: 0;
		display: block;
	}

}

/*-----------------------------------*\
	$TYPE

	Works off the assumption of a 1.5
	line height @ 20px. Again, change
	as necessary.
\*-----------------------------------*/

p, .p, ul, ol, hr, table, form, pre,
h1, .alpha, h2, .beta {
	margin-bottom: 30px;
	margin-bottom: 1.5rem;
}

h2, .beta {
	font-size: 30px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2;
}

h3, .gamma {
	font-size: 20px;
	font-size: 1rem;
	font-weight: normal
}

a {
	color: #00407e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	margin-left: 20px;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	background: #e5e5e5;
	margin: 20px 0;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

/*-----------------------------------*\
	$INPUTS
\*-----------------------------------*/

label {
	display: block;
	margin: 15px 0 5px 0;
}

label.required:after {
	content: "*";
	color: red;
}

h3.required:after {
	content: "*";
	color: red;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="file"] {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	width: 100%;
	background: #fff;
	border: 0px;
	border-left: 1px solid black;
	display: block;
	padding: 5px 8px;
	margin-bottom: 12px;
	height: 35px;
	-webkit-appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	height: 100px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	border: 2px solid #222;
	background: #fff;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border:0;
	padding:0
}

input[type="submit"], 
input[type="button"],
button,
.button,
.buttonspan a {
	background: black;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 0 30px;
	line-height: 38px;
	height: 38px;
	border: none;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

input[type="submit"]:hover, 
input[type="button"]:hover,
button:hover,
.button:hover,
.buttonspan a:hover {
	background: grey;
	text-decoration: none;
	color:black;
}

input[type="submit"]:active, 
input[type="button"]:active,
button:active,
.button:active,
.buttonspan a:active {
	background: #338ba2;
	text-decoration: none;
	position: relative;
	top: 1px;
}

input[type="button"].big,
input[type="submit"].big,
button.big,
.button.big {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
}

/*-----------------------------------*\
	$WORDPRESS
\*-----------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*-----------------------------------*\
	$MAIN
\*-----------------------------------*/

html {
	font: 14px/1.2 'Montserrat', sans-serif;
	color: #383c40;
}

@media screen and (max-width: 650px) {

	html {
		/*font-size: 12px;*/
	}

	h1, .alpha {
		font-size: 40px;
		font-size: 2rem;
		font-weight: normal;
		line-height: 1;
	}

	h2, .beta {
		font-size: 20px;
		font-size: 1rem;
		font-weight: normal;
		line-height: 2;
	}

	h3, .gamma {
		font-size: 14px;
		font-size: .7rem;
		font-weight: normal
	}

}