/* CSS Document */

/* Eric Meyer CSS Reset */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* General Links Styling */

a {
	text-decoration: none;
	color: #55aaf2;
	}

a:hover {
	color :#9acbf5;
	-webkit-transition: color, background-color .6s ease-in;
	}

a:active {
	}

a:visited {
	color: #55aaf2;
	}

/* Container */

#wrapper {
	width: 980px;
	}

/* Skip to Content */

#skip {
	margin: 0 auto;
	float: right;
	width: 100%;
	}

#skip ul {
	float: right;
	list-style-type: none;
	padding-left: 2em;
	}

#skip ul li {
	display: inline;
	text-align: center;
	vertical-align: middle;
	}

#skip ul li a {
	font: normal 0.8em/225% "Lucida Grande", sans-serif;
	color: #414141;
	text-decoration: none;
	padding: 0.3em 0.5em;
	}

#skip ul li a:hover {
	color: #333;
	}


/*

Font Shorthand Instructions from http://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/ 

font-style:italic;
font-variant:small-caps;
font-weight:bold;
font-size:1em;
line-height:140%;
font-family:"Lucida Grande",sans-serif;

Can be combined into

font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;

*/




/* Typography - using Ems */


body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", "Calibri", "Lucida Grande", "Trebuchet MS", sans-serif;
	background: #212121; 
	}

.blue {
	background: #3399ff;
	}

.white {
	background: #fff;
	}

.grey {
	background: #c2c2c2;
	}

h1 {
	font-size: 3.5em;
	font-weight: bold;
	} /* 30px */

h2 {
	padding: 0.5em 0 0 0;
	font: bold 2.5em/125% "Helvetica Neue", "Calibri", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #55aaf2;
	} /* 25px */

h3 {
	clear: both;
	font: bold 2em/125% "Helvetica Neue", "Calibri", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #3399ff;
	} /* 20px */

h4 {
	font: normal 1.75em/125% "Helvetica Neue", "Calibri", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #3399FF;
	} /* 12px */

h5 {
	font-size: 1.6em;
	font: normal 1.5em/125% "Helvetica Neue", "Calibri", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #3399ff;
	}

h6 {
	font-size: 1em;
	}

p {
	color: #333;
	font-size: 1.6em;
	line-height: 125%;
	padding: .5em 0;
	}

li {
	font-size: 1.4em;
	color: #666;
	}

blockquote {
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

/* General Styling */

#wrapper {
	margin: 0 auto;
	width: 960px;
	}

#logo {
	padding: 0px 0px 10px 0px;
	margin: 20px 0;
	float: left;
	clear: both;
	}

#logo h6 {
	padding-top: 7px;
	font-size: 10px;
	color: #414141;
	}

#logo a {
	text-transform: capitalize;
	font-weight: normal;
	color: #3399ff;
	}

#logo a:hover {
	color: #bbb;
	}

/* Navigation */

#navigation {
	margin-top: 30px;
	clear: both;
	width: 100%;
	background: #3399FF url(img/newnavbg.jpg) repeat-x bottom left;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	text-transform: uppercase;
	}

#navigation ul {
	float: left;
	}

#navigation li {
	float: left;
	font-size: 1.5em;
	line-height: 240%;
	border-right: 1px solid #3399ff; 
	}

#navigation li a {
	color: #fff;
	padding: 10px 17px;
	}

#navigation ul li a:hover {
	color: #fff;
	background: #3399ff;
	}

#t-home a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	}

#t-home2 a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	}
	
#t-active a {
	background: #3399ff url(img/navtri.png) no-repeat bottom center;
	}

#t-active2 a {
	background: #212121;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#secondarynav {
	text-transform: lowercase;
	}

#secondarynav ul {
	background: #000;
	width: 900px;
	padding: 15px 55px 0 5px;
	}

#secondarynav li {
	float: left;
	display: inline;
	}

#secondarynav li a {
	color: #fff;
	padding: 4px 6px;
	margin: 3px 6px;
	}

#secondarynav ul li a:hover {
	color: #fff;
	background: #212121;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/* General Stuff */

#nextbit {
	background: #000;
	height: 300px;
	width: 960px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#nextbit2 {
	background: #000;
	height: 40px;
	width: 960px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

/* Home Page Slide Show */

#slideshow {
	margin: 0 20px;
	float: left;
	overflow-x: hidden;
	}

#slideshow img, #widecontent img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #fff;
	}

.slides {
	padding:20px 0;
	float: left;
	}

.slides li {
	width: 600px;
	}

.slides li a {
	font-weight: normal;
	float: left;
	color: #fff;
	background: #3399ff url(img/newnavbg.jpg) repeat-x bottom center;
	padding: 0.2em 0.6em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	}

.slides li a:hover {
	color: #fff;
	background: #3399ff;
	}

.slides h2 {
	color: #fff;
	padding-top: 10px;
	font-size: 1.5em;
	}

.slides p {
	font-size: 1.15em;
	}

/* */


/* SideColumn */

#sidecolumn, #sidecolumn2 {
	margin: 20px;
	padding: 15px 20px;
	width: 240px;
	height: 255px;
	float: right;
	background: #3399ff url(img/newcolbg.jpg) repeat-x bottom left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#sidecolumn h3, #sidecolumn2 h3 {
	color: #fff;
	}

#sidecolumn ul, #sidecolumn2 ul {
	color: #fff;
	padding: 10px 0;
	}

#sidecolumn li, #sidecolumn2 li {
	padding: 3px 5px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
	}

#sidecolumn ul ul, #sidecolumn2 ul ul {
	margin: 0;
	padding: 0;
	}

#sidecolumn ul ul li, #sidecolumn2 ul ul li {
	padding: 5px;
	margin: 3px 0;
	color: #fff;
	background: #1368bd;
	}

#maintext {
	}

#maintext h4, #maintext h5 {
	font-weight: bold;
	margin-top: 20px;
	}

#maintext ul {
	margin: 10px 0;
	}

#maintext li {
	list-style-type: square;
	margin-left: 30px;
	}

#content {
	float: left;
	padding: 20px;
	width: 540px;
	}

#content a {
	font-weight: bold;
	color: #3399ff;
	background: #ddd;
	padding: 0px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content a:hover {
	color: #fff;
	background: #3399ff;
	}

#content h3 {
	margin: 10px 0 10px 0;
	}

#content h4 {
	color: #fff;
	padding: 3px 5px;
	background: #3399ff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content h4, #content h5 {
	clear: both;
	}

#content ul {
	}

#content li {
	color: #3f3f3f;
	margin-bottom: 7px;
	}

#content li a {
	padding: 2px 5px;
	}

#content img {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	}

.dtmy {
	color: red;
	}

#sermons {
	clear: both;
	width: 920px;
	padding: 8px 20px;
	margin: 0;
	background: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#sermons h5, #sermons p {
	display: inline;
	line-height: 25px;
	vertical-align: middle;
	}

#sermons h5 {
	padding: 0 30px 0 0;
	margin-top: 10px;
	}

#sermons p {
	font-size: 14px;
	color: #fff;
	}

.gap {
	padding: 20px 0;
	}

#audioplayer1 {
	vertical-align: middle;
	margin: 0 40px;
	}


#news {
	background: #333;
	width: 580px;
	float: left;
	margin: 40px 0 80px 0;
	border: none;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#news p {
	font-size: 1.6em;
	color: #fff;
	line-height: 125%;
	}

#news a {
	font-weight: normal;
	float: left;
	color: #fff;
	background: #3399ff url(img/newnavbg.jpg) repeat-x bottom center;
	padding: 0.2em 0.6em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	}

#news a:hover {
	background: #3399ff;
	}

.themonth {
	padding: 10px 20px;
	border: 1px dashed #333;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	width: 240px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.themonth h4 {
	font-size: 1.65em;
	text-transform: capitalize;
	}

/* Bottom Navigation */

#footerwidth {
	clear: both;
	margin-top: 100px;
	padding-top: 20px;
	width: 100%;
	background: #3399ff;
	overflow: hidden;
	}

#official {
	margin: 0 auto;
	width: 920px;
	text-align: left;
	color: #414141;
	clear: both;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 30px;
	}

#official a {
	background: #414141;
	color: #3399ff;
	margin: 0 3px;
	padding: 2px 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

#official a:hover {
	background: #fff;
	color: #3399ff;
	}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	width: 920px;
	height: auto;
	}

/* Footer Navigation */

#footernav {
	float: left;
	}

#footernav ul {
	padding-top: 30px;
	float: left;
	}

#footernav li {
	font-weight: bold;
	clear: both;
	float: left;
	}

.space {
	padding-top: 20px;
	}

#footernav li a {
	text-align: left;
	display: block;
	color: #fff;
	padding: 2px 0;
	width: 145px;
	}

#footernav ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

.under {
	font-size: 0.95em;
	margin-left: 0;
	display: block;
	}

#footernav ul ul {
	padding: 5px 0;
	}

#footernav ul ul li {
	clear: both;
	font-weight: normal;
	margin: 0;
	}

#footernav ul ul li a {
	font-size: 0.65em; /* IE fix */
	color: #3f3f3f;
	}

#footernav ul ul li a:hover {
	color: #000;
	}
	
.footercol {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	}

.footercol2 {
	float: left;
	margin-right: 0;
	}

/* Footer Map */

.footercol2 {
	float: left;
	margin-right: 0;
	}

#map {
	float: right;
	}

#footernav h4 {
	clear: both;
	color: #3f3f3f;
	text-shadow : #88c3ff 1px 1px 1px;
	}

#map h4 {
	color: #fff;
	padding: 0 0 10px 0;
	}

/* Crumbtrail Markup */

#crumb {
	color: #999;
	font-size: 1.1em;
	}

#crumb a {
	font-weight: normal;
	padding: 0;
	color: #999;
	background: #fff;
	}

#crumb a:hover {
	padding: 0;
	text-decoration: underline;
	color: #999;
	background: #fff;
	}


