@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #333333;
	background: #282828 url(../assets/back.jpg) repeat-x left top;
}
a img {border:none}
#wrapper {
	width: 970px;
	margin-bottom: 50px;
}
#header {
	height: 383px;
	width: 970px;
	position: relative;
}
#header #quote {
	width: 550px;
	position: absolute;
	top: 130px;
	right: 0px;
	color: #eee;
	font: 2.0em Georgia, "Times New Roman", Times, serif;
}
#header #quote p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.page#wrapper #header {
	height: 281px;
}

.page#wrapper .lamb#header{
	background: url(../assets/header-lamb.jpg) no-repeat left bottom;
}
.page#wrapper .podcast#header{
	background: url(../assets/podcast-header.jpg) no-repeat left bottom;
}
.page#wrapper .bishop#header{
	background: url(../assets/header-wboone.jpg) no-repeat left bottom;
}
.page#wrapper .event#header{
	background: url(../assets/header-hotel.jpg) no-repeat left bottom;
}
.page#wrapper .college#header{
	background: url(../assets/header-asian.jpg) no-repeat left bottom;
}
.page#wrapper .drums#header{
	background: url(../assets/header-drums.jpg) no-repeat left bottom;
}
.page#wrapper .group#header{
	background: url(../assets/header-group.jpg) no-repeat left bottom;
}
.page#wrapper .video#header{
	background: url(../assets/header-video.jpg) no-repeat left bottom;
}
#inner-wrapper {
	position: relative;
	background: #FFFFFF;
	float: left;
	border-bottom: 1px solid #afafaf;
	padding-bottom: 20px;
	background: #fff url(../assets/content-bac.jpg) repeat-x left top;
	padding-top: 15px;
	padding-left: 8px;
	width: 962px;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;

}
.mediapage#wrapper #header {
	height: 500px;
}
#header #media {
	position: absolute;
	top: 110px;
	text-align: center;
	width: 100%;
}



#content {
	width: 60%;
	margin-left: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;

}
#header #flashcontent {
	position: absolute;
	top: 83px;
	height: 300px;
	width: 970px;
}

.home#inner-wrapper #content {
	padding-right: 0px;
	width: 62%;
	border-right: none;
}
.second#inner-wrapper #content {
	width: 66%;
	padding-right: 15px;
}
#content #left-1, #content #left-2{
	border-right: 1px solid #ddd;
	float: left;
	width: 275px;
	min-height:650px;
}
#content #left-1 {
	margin-right: 10px;
	padding-right: 10px;
}
#content #left-2 {
	padding-left:10px;
	padding-right: 10px;
}
#content a {
	color: #2D7AAE;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#content a:hover {
	border-bottom: 1px solid #2D7AAE;
}
#content h1 {
	font: lighter 2.8em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}


#content h2{
	font: lighter 1.4em Georgia, "Times New Roman", Times, serif;
	color: #DD5800;
}

#content h2 a {
	font-weight: lighter;
	color: #1E73A6;
	text-decoration: none;
	border-style: none;
}

#content h2.evt {
	color: #555;
	background: url(../assets/16.png) no-repeat left center;
	padding-left: 22px;
	border-bottom: 1px solid #eee;
	margin-bottom: 3px;
	padding-bottom: 5px;
	font-weight: lighter;
	position: relative;
}
#content h2.blg-title {
	margin-bottom: 3px;
}

h2.evt span.evt-date {
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 0.6em;
	font-style: italic;
	color:#555;
}

#content h2.evt + p {
	margin-top: 0px;
	margin-bottom: 30px;
}


#content h3 {
	font: lighter 2.0em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
#content h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 0px;
}

#content h4+p {
	margin-top: 0px;
}
#content h5 {
	font: lighter 1.8em Georgia, "Times New Roman", Times, serif;
	color: #555;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

#content p#author {
	margin-top: 0px;
	font-size: 0.95em;
	color: #666666;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#content p+hr {
	visibility: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
#content  ul, #content ol {
	color: #000000;
	font: 0.95em Arial, Helvetica, sans-serif;
}
#content li {
	margin-bottom: 8px;
}



#content p {
	font: 1em/1.6em Arial, Helvetica, sans-serif;
}
#content img{
	padding: 2px;
	border: 1px solid #ddd;
}
#content blockquote {
	border-left: 3px solid #ddd;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.second#inner-wrapper #content h1 {
	font-size: 2.4em;
}
#content dl {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-top: 20px;
}
#content dt {
	font-size: 1.2em;
	margin-top: 15px;
	color: #CC6600;
}
.second#inner-wrapper #content h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #444;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom:3px;
}
.second#inner-wrapper #content img{
	border:1px solid #ddd;
	padding:2px;
}

#content #left-1 h2, #content #left-2 h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.6em;
}
#content #left-1 p.date, #content #left-2 p.date {
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}

#content #left-1 p.auth, #content #left-2 p.auth {
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}
#content #left-1 ul#twitter_update_list{
margin:0px;
padding:0px;
list-style:none;

}
#content #left-1 ul#twitter_update_list li{
margin-bottom:16px;
font: 0.9em/1.4em Arial, Helvetica, sans-serif;
color:#444;
}

#content #left-1 p.summary, #content #left-2 p.summary   {
	margin-bottom: 30px;
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
#content #left-2 p#calendar {
	text-align: right;
	vertical-align: middle;
	font-size: 0.95em;
}
#content #left-2 p#calendar img {
	vertical-align: bottom;
}
#content #left-2 #calendar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E73A6;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#content p.extras {
	color: #999999;
	margin-top: 30px;
	margin-bottom: 0px;
}




/*Comments
==========================================================*/
#comments {
	margin-top: 75px;
}
#comments .comment-wrapper {
	border-top: 1px solid #ddd;
	clear: both;
}
.comment-wrapper .author {
	float: left;
	width: 150px;
	color:#999;
}
.comment-wrapper .note {
	float: right;
	width: 460px;
}


/*contact
===========================================================*/
input.input{
	border-style: none;
	background: #fff url(/assets/bg_input.gif) no-repeat left top;
	padding: 3px;
	width: 200px;
}

textarea.input{
	border-style: none;
	background: #fff url(/assets/bg_textarea.gif) no-repeat left top;
	padding: 3px;
	width: 300px;
}

.field {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
}
label {
	float: left;
	width: 125px;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: middle;
	color:#ccc;
}
label.cnct {color:#333;}
fieldset {
	float: left;
	clear: both;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	border-style: none;
	margin-bottom: 5px;
}




/* right column */
#rt-col {
	float: right;
	width: 33%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.second#inner-wrapper #rt-col {
	width: 28%;
	background: url(../assets/rt-fade-bdr.png) no-repeat left -20px;
	padding-left: 9px;
	margin-top: -10px;
	padding-top: 30px;
	min-height:500px;
}
.second#inner-wrapper #rt-col p {
	margin-left: 20px;
}

#rt-col p {
	font: 0.95em/1.4em Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 30px;
}
#rt-col p a {
	color: #17577D;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}


#rt-col h3 {
	font:lighter 0.98em Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	padding-bottom: 3px;
}


#rt-col h2 {
	font: lighter 1.8em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rt-col  ul.posts, #rt-col  ul.dates {
	margin: 0px;
	padding: 0px;
}
#rt-col ul.posts li {
	margin-bottom: 15px;
	list-style: none;
	padding-left: 15px;
}
#rt-col  ul.dates li{
	margin-bottom: 5px;
	list-style: none;
	padding-left: 15px;
}
#rt-col ul.posts li a, #rt-col  ul.dates li a {
	font: bold 0.98em Arial, Helvetica, sans-serif;
	color: #1E73A6;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#rt-col #blog-pic{
	margin-left: 15px;
}
#rt-col #blog-pic img {
	border: 1px solid #ccc;
	padding:1px;
}
#rt-col #blog-pic p#authr{
	margin-top: 5px;
	margin-left: 0px;
	font-style: italic;
}
#rt-col .dvdr {
	margin-top: 5px;
	padding-top: 45px;
	background: url(../assets/rt-col-dvdr.jpg) no-repeat center top;
	float: left;
	width: 315px;
}

#rt-col .dvdr#first {
	margin-top: 0px;
	border-top: none;
	padding-top: 0px;
	background: none;
}
#rt-col .dvdr p.author {
	font-size: 0.74em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #777;
}
#rt-col .dvdr h4 {
	font: lighter 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rt-col .dvdr h4 a {
	color: #1E73A6;
	text-decoration: none;
}


#rt-col img.icons {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
#rt-col .dvdr p {
	font: 0.95em/1.4em Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}

#rt-col .dvdr ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#rt-col .dvdr li {
	float: left;
	list-style: none;
	margin-right: 12px;
	padding-left: 18px;
}
#rt-col .dvdr li a {
	display: block;
	color: #1E73A6;
	text-decoration: none;
	font: bold 0.95em Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 3px;
	margin-top: 2px;
}
#dirct{
	background: url(../assets/map.png) no-repeat;
}
#cntc{
	background: url(../assets/telephone.png) no-repeat;
}
.dwnld{
	background: url(../assets/arrow_down.png) no-repeat;
}
.lsn{
	background: url(../assets/control_play.png) no-repeat;
}
.subcr{
	background: url(../assets/ipod_cast_add.png) no-repeat;
}
#lrnmore{
	background: url(../assets/lightbulb.png) no-repeat;
}
.order {
	background: url(../assets/cd.png) no-repeat;
}
.email {
	background: url(../assets/email.png) no-repeat;
}


.dvdr p {
	margin-top: 3px;
}
.home#inner-wrapper #content #left-2 .calendarBG {
	width: 275px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

.second#inner-wrapper #content .calendarBG {
	width: 640px;
	height:400px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
a.calendarMonthLinks{border:none;}
.calendarHeader {
	text-align: left;
	font-size: 1.0em;
}
.calendarDayHeading {
	text-align: left;
	color: #777;
	font-weight: bold;
}
.calendarToday {
	background: #EAEBCB;
	text-align: left;
	vertical-align: top;
}
.calendarCell {
	color: #222;
	background: #FFFFD5;
	height: 100px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}
.home#inner-wrapper #content #left-2  .calendarCell {
	color: #222;
	height: 20px;
	width: 10px;
	background: #FFFFD5;
	vertical-align: top;
	text-align:left;
}
.calendarCell a {
	font-size: 0.9em;
	font-weight: bold;
}
.calendarBlank {
	color: #bbb;
	text-align: left;
	vertical-align: top;
	background: #f2f2f2;
}




#footer {
	width: 960px;
	clear: both;
	padding-left: 20px;
	height: 150px;
	padding-top: 10px;
	width: 950px;
	background: #e0e0e0;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
#footer a {
	color: #1E73A6;
	text-decoration: none;
}
#footer  #sitemap  {
	float: left;
	height: 130px;
	margin-top: 10px;
}
#footer  #sitemap  .column{
	float: left;
	width: 150px;
	min-height: 130px;
	padding-left: 40px;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #FFFFFF;
}
#sitemap .column#first-col {
	padding-left: 0px;
	border-left-style: none;
}
#sitemap .column#last-col {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


#footer  #sitemap  .column ul {
	margin: 0px;
	padding: 0px;
}
#footer  #sitemap  .column ul ul{
	margin-left: 5px;
}

#footer #sitemap .column ul li a {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
}
#footer #sitemap .column ul li a:hover {
	text-decoration: underline;
}
#footer #sitemap .column ul li {
	list-style: none;
	margin-bottom: 3px;
}
#sitemap .column a strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
}
#footer #sitemap .column li.sub {
	background: url(../assets/arrow_right_grey.png) no-repeat left 3px;
	padding-left: 12px;
}

#footer li#end {
	border-right-style: none;
	background: url(../assets/world.png) no-repeat right;
	height: 16px;
}
#footer li#end a{
	padding-right: 5px;
	color: #555;
}
#footer p {
	font: 0.9em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
}
#footer br + p{margin-bottom:5px;}
#footer #addr {
	float: right;
	height: 87px;
	width: 228px;
	padding: 5px 15px 20px;
	background: url(../assets/addr-bac.jpg) no-repeat center center;
	border-top: 1px solid #7f7f7f;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #fcfcfc;
	border-left: 1px solid #9d9d9d;
	margin-right: 20px;
	margin-top: 10px;
	font: 0.95em Arial, Helvetica, sans-serif;
	color: #333333;
}
#footer #addr address strong {
	font: lighter 1.6em Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#footer #addr address {
	font-style: normal;
}

#footer #addr p {
	margin-top: 10px;
	color: #888;
}

#footer #addr p a {
	font-size: 0.9em;
	text-decoration: none;
	color: #1E73A6;
	font-weight: bold;
}
