/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	color: #222d45;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: url('../images/PI_body.jpg') top center no-repeat;
	background-size: contain;
}
a {
	color: #254a89;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .5em 0;
}
h1 {
	color: #cc4c3a;
	font-family: 'Lora', serif;
	font-size: 2.1em;
	text-transform: uppercase;
}
h2 {
	color: #294583;
	font-size: 1.5em;
}
h3 {
	color: #1d5599;
	font-weight: bold;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 0 0 .75em 1.25em;
	line-height: 1.45em;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
img.align-left {
	float: left;
	margin: 0 1em 1em 0;
}
.error,
.success {
	padding: 7px 12px;
	border-radius: 2px;
}
.error {
	border: 1px solid #c20000;
	background: #F3D0D0;
}
.success {
	border: 1px solid #3DB418;
	background: #D3F3D0;
}

/* Forms */
.form-field {
	display: block;
	clear: both;
	margin-bottom: 8px;
}
.form-field.b {
	display: none;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
	font-family: 'Open Sans', sans-serif;
	padding: 7px;
	border: 1px solid #cccccc;
	margin: 0;
}
input[type=text],
input[type=password],
input[type=email] {
	width: 240px;
}

/* Buttons */
.button {
	color: #ffffff;
	font-size: .85em;
	font-weight: bold;
	background: #254a89;
	border: 0;
	border-radius: 2px;
	outline: none;
	text-align: center;
	padding: .6em 2.2em;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
			transition: opacity .2s;
}
.button.secondary {
	background: #d8394b;
}
.button:hover {
	opacity: .85;
}

/* Scaffolding */
.wrap {
	background: #fafafa;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 12px rgba( 0, 0, 0, .1 );
}
.site-main {
	float: left;
	width: 70%;
}
.sidebar {
	float: right;
	width: 26%;
}

/* Header */
.site-header {
	margin-bottom: 3em;
	float: left;
	width: 100%;
}
.masthead {
	background: url('../images/PracticalInterfaith_Masthead.jpg') no-repeat;
	height: 228px;
}

/* Navigation */
.site-navigation {
	float: left;
	width: 100%;
	background: #2a4380; /* Old browsers */
	background: -moz-linear-gradient(top, #2a4380 0%, #1b579b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a4380), color-stop(100%,#1b579b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2a4380 0%,#1b579b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2a4380 0%,#1b579b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2a4380 0%,#1b579b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2a4380 0%,#1b579b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4380', endColorstr='#1b579b',GradientType=0 ); /* IE6-9 */
	text-align: center;
}
.site-navigation ul {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
}
.site-navigation li {
	float: left;
	padding: 1.3em 1em;
}
.site-navigation a {
	color: #ffffff;
	font-size: .85em;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
.site-navigation a:hover {
	text-decoration: underline;
}

/* Content */
.site-content {
	padding: 0 1em;
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

/* Sidebar */
.sidebar {
	border-left: 1px solid #eaeaea;
	padding-left: 1em;
}

/* Footer */
.site-footer {
	font-size: .9em;
	padding: 1em;
}
.site-footer a {
	text-decoration: none;
	display: inline-block;
	padding: 4px 10px;
}
.site-footer .copyright {
	float: right;
}

/* Quotes */
.quote {
	font-size: .9em;
	font-style: italic;
}
.quote-author {
	color: #787878;
	font-size: .85em;
	text-align: right;
	margin-bottom: 2em;
}

/* Facebook Like box */
.fb-like-box,
.fb-like-box iframe {
	width: 240px !important;
}