/*
// The Lab 2010
// Design by: Matt Way, Developer: James Henley
// Copyright 2010 The Lab Youth Church. All Rights Reserved.
// Built on the Carrington theme framework.
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

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, font, 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,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Fonts
================================================
*/

@font-face {
	font-family: 'OCRAStd';
	src: url('ocrastd-webfont.eot');
	src: local('☺'), url('ocrastd-webfont.woff') format('woff'), url('ocrastd-webfont.ttf') format('truetype'), url('ocrastd-webfont.svg#webfontTndLvzCI') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HNCB';
	src: url('bebasneue-webfont.eot');
	src: local('☺'), url('bebasneue-webfont.woff') format('woff'), url('bebasneue-webfont.ttf') format('truetype'), url('bebasneue-webfont.svg#webfontU1iKzQjT') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Row height: 32px
	Gutter height: 12px
	Unit (column + gutter): 82px
	Unit (row + gutter): 41px
	Interior padding: 6px = column width 52px
	#content = 7 units
*/

/* Admin Login */
#admin {
	margin-right: 5px;
	margin-left: auto;
	position: absolute;
	right: 5px;
	top: 0;
}

#admin ul,
#admin li {
	display: inline;
	list-style: none;
}

/* Box */
#box {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

/* Header */
#header {
	width:960px;
	margin: 0 auto; 
}

#header p.title {
	font-family: HNCB, helvetica, arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1;
	padding: 16px 0;
	text-align: center;
	border-bottom: 2px;
	border-color: #000000;
	border-style: solid;
	width: 100%;
}
#menu {
	width: 960px
	padding: 0 auto;
	margin: 20px 0;
}
#menu ul {
	list-style: none;
	text-align:center;
}
#menu li,
#menu li a {
	display: inline;
	margin: 0 6px;
	font-family: OCRAStd, helvetica;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase; 
}
#menu li.current_page_item a,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:focus,
#menu li.current_page_item a:active {
	display: inline;
	margin: 0 6px;
	text-transform: uppercase; 
	text-decoration: underline;
}

/* Content */
#content {
	width:960px;
	margin: 0 auto;
	min-height: 350px;
}

/* Footer */
#pre-footer {
	width: 960px;
	margin: 0 auto;
	height: 100px;
	margin-top: 36px;
}

#gatherings {
	float: left;
	font-family: OCRAStd, helvetica;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}

#gatherings h1, #gatherings h1 a {
	margin: 0px;
	font-family: HNCB, helvetica, arial, sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	padding-bottom: 5px;
	line-height: 1;	
	color: #000;
}
#gatherings h1 a.hover {
	color: #FF7871;
	text-decoration: none;
}	

#follow {
	float: right;
}	
#follow h1 {
	line-height: 1;
	font-family: HNCB, helvetica, arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	border-top: 2px;
	border-style: solid;
	border-color: #000000;
	padding: 12px 0;
	font-family: helvetica, arial, san-serif;
	text-align: right;
	font-size: 8px;
	text-transform: uppercase;
}	
#footer a {
	color: #000000;
}

/* Embed */
.embed {
	float:left;
	padding-right: 10px;
	padding-bottom: 14px;
}

/* FancyBox */
#fancy {
	height: 100%;
	overflow: auto;
}

#fancy p.title {
	font-size: 32px;
	font-family: HNCB, helvetica, san-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

#fancy p.subtitle {
	font-family: OCRAStd, helvetica, san-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top:0px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px;
	border-color: #000000;
	border-style: solid;
}

/* Tables */

table td {
vertical-align:top;
}

.middle td {
vertical-align:middle;
}

/* Feedburner */

#creditfooter {
	display: none;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #000000;
	font: 12px/18px helvetica, arial, sans-serif;
	line-height: 2;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #B9D441;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #B9D441;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #B9D441;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {	
font-size: 16px;
	font-family: OCRAStd, helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h2,
.h2 {
	font-size: 14px;
	font-family: OCRAStd, helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h3,
.h3 {
	font-size: 12px/18px;
	font-family: helvetica, san-serif;
	font-weight: bold;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li { no-repeat left top;
	list-style:  disc;
	padding-left: 12px;
	margin-left: 32px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}
