/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'georgia', 'times', serif;
	font-size: 16px;
/* pixels are needed for IE 8 and lower :( */
	font-size: 1.6rem;
/* Snooka explains font resizing using rem - http://snook.ca/archives/html_and_css/font-size-with-rem */
	line-height: 1.6;
	color: #585858;
}

ins {
	background-color: #fff;
}

/* Headings 
Google fonts are defined and called in functions.php
-------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Josefin Sans', 'Cutive', serif;
	margin: 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 0;
	color: #585858;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #BDBDBD;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
	color: #BDBDBD;
}

h4, h5 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #BDBDBD;
}

h6 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #BDBDBD;
}

h1.entry-title a {
	text-decoration: none;
	color: #585858;
}

h1.entry-title a:hover {
	text-decoration: underline;
	color: #585858;
}

a {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #088A29;
}

hr {
/*	background-color: #454545; */
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*found this through a google search: */
hr.style-seven {
	height: 30px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0 0;
	border-radius: 20px;
}

hr.style-seven:before {
/* Not really supposed to work, but does */
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: black;
	border-width: 0 0 1px;
	border-radius: 20px;
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
}

hr.style-eight {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
}

hr.style-eight:after {
	content: "S";
	display: inline-block;
	position: relative;
	top: -.7em;
	font-size: 1.5em;
	padding: 0 .25em;
	background: white;
}

hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left,#ccc,#333,#ccc);
	background-image: -moz-linear-gradient(left,#ccc,#333,#ccc);
	background-image: -ms-linear-gradient(left,#ccc,#333,#ccc);
	background-image: -o-linear-gradient(left,#ccc,#333,#ccc);
}

/* Header
---------------------------------*/
#masthead {
	border-bottom: 1px solid #000;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

.site-intro {
	border-bottom: 3px double #FFF;
}

h1.site-title {
	margin: 1em auto 0;
}

h1.site-title a {
	font-size: 100px;
	font-size: 10rem;
	color: #585858;
	padding-top: .5em;
	text-decoration: none;
}

h2.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
}

#masthead img {
	border-bottom: 1px solid #000;
	display: block;
	height: auto;
	width: 100%;
}

/* Layout 
--------------------------------------*/
#page {
	margin: 0 auto;
	padding: 1.25em;
	max-width: 960px;
	background: #FFF;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}

img.aligncenter {
	border: none;
}

#main {
	width: 100%;
	z-index: 1;
}

.site-content {
	float: left;
	width: 66.6666666667%;
/* 640 / 960 */
	padding: 1.875em 1.25em;
}

.page-template-full-width-php .site-content {
	float: none;
	margin: 0 auto;
}

#content {
	width: 100%;
	word-wrap: break-word;
/* Break long words when content gets narrower */
}

#secondary {
	float: right;
	overflow: hidden;
	width: 28.125%;
/* 270 / 960 */
	padding: 1.875em 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/*  Sidebar 
------------------------------------*/
.widget {
/*	margin: 0 0 1.5em; */
	word-wrap: break-word;
}

/* Search widget */
#searchsubmit {
	display: none;
}

#secondary ul {
	margin: 0;
}

#secondary ul li {
	list-style: none;
	padding: .25em 0 .25em 1.25em;
	margin: 0;
}

#secondary ul ul li {
	padding-left: 1em;
}

#secondary ul li a {
	text-decoration: none;
}

#secondary ul li a:hover {
	text-decoration: underline;
}

#secondary .widget-title {
/*	padding: .3125em;
	margin: .3125em .625em; */
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 3px double #000;
}

#secondary select {
	margin-left: 1.25em;
	max-width: 96%;
}

#secondary .tagcloud {
	margin-left: 1.25em;
}

#secondary .tagcloud a {
	text-decoration: none;
}

#secondary #searchform {
	margin: .625em;
}

#searchform input[type=text] {
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: .375em .625em;
	width: 80%;
	color: #000;
	border: 1px solid #454545;
}

#secondary #calendar_wrap {
/* if calendar widget is added to sidebar, let's push it a bit*/
	margin-left: 2em;
}

#secondary img {
	max-width: 100%;
	height: auto;
	border-width: 2px;
	border-color: Black;
	background: black;
}

#secondary .textwidget {
/*	padding: .25em 1em; 
	padding: .3125em; */
	margin: .3125em .625em;
/*	border-top: 3px double #000; 
	border-bottom: 3px double #000; */
}

/* Image alignment 
-------------------------------*/
img.alignleft, 
img.aligncenter, 
img.alignright {
	padding: 3px;
	margin-top: 1em;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

/* Forms and buttons 
--------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
/* Corrects font size not being inherited in all browsers */
	margin: 0;
/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
/* Improves appearance and consistency in all browsers */
/* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal;
/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
/* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #DDD;
	border-color: #DDD #DDD #bbb;
	border-radius: 3px;
	background: #fafafa;
/* Old browsers */
	background: -moz-linear-gradient(top,#fafafa 60%,#e6e6e6 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,#fafafa),color-stop(100%,#e6e6e6));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#fafafa 60%,#e6e6e6 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#fafafa 60%,#e6e6e6 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#fafafa 60%,#e6e6e6 100%);
/* IE10+ */
	background: linear-gradient(top,#fafafa 60%,#e6e6e6 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#e6e6e6',GradientType=0);
/* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer;
/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
	padding: .5em 10em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-family: 'Cutive', serif;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5;
/* Old browsers */
	background: -moz-linear-gradient(top,#f5f5f5 60%,#dcdcdc 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,#f5f5f5),color-stop(100%,#dcdcdc));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#f5f5f5 60%,#dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#f5f5f5 60%,#dcdcdc 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#f5f5f5 60%,#dcdcdc 100%);
/* IE10+ */
	background: linear-gradient(top,#f5f5f5 60%,#dcdcdc 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#dcdcdc',GradientType=0);
/* IE6-9 */
	border-color: #bbb #bbb #aaa;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
/* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=password],
input[type=text],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}

input[type=text]:focus,
textarea:focus {
	color: #111;
}

input[type=text] {
	padding: 3px;
	margin-left: 5px;
}

input[type=password] {
	padding: .5em;
}

.post-password-required input[type="submit"] {
	padding: 0 1em;
}

textarea {
	overflow: auto;
/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
/* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}