/* @override 
	http://campus.getluke.com/_css/styles.css
*/

/*==============================================
CLIENT: 	Lifelines Ministry Campus Sites
FILE: 		styles.css - main CSS styles for staging site
CREATED: 	7/15/09
AUTHOR: 	Luke Simpson (luke@getluke.com)
================================================*/

/* @group CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end CSS RESET */

/* @group Global Styles */

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	background: url(/_img/bg_body.png);
	border-top: 7px solid #111;
	padding-bottom: 20px;
}

hr {
	display: none;
}

#skip {
	position: absolute;
	text-indent: -9999px;
	list-style: none;
}

#container {
	background: #f0f3f5;
	border-bottom: 7px solid #111;
}

#container-inner {
	width: 850px;
	margin: 0 auto;
}

#content-wrap {
	background: url(/_img/bg_content-wrap.png) no-repeat;
	width: 790px;
	padding: 30px 30px 20px;
	margin-top: -112px;
	float: left;
}

a {
	overflow: hidden;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end Global Styles */

/* @group Header */

#headwrap {
	background: url(/_img/bg_headwrap.png) repeat-x bottom;
	height: 242px;
}

#header {
	width: 790px;
	margin: 0 auto;
}

#header-inner {
	float: left;
	width: 790px;
}

#header h1 {
	height: 100px;
	width: 300px;
	margin-top: 6px;
	float: left;
	margin-left: -20px;
}

#header h1 a {
	display: block;
	height: 100px;
	text-indent: -9999px;
	background: url(/_img/bg_h1.png) no-repeat 0 0;
}

ul#topnav {
	float: right;
	margin-top: 18px;
}

#topnav li {
	float: left;
}

#topnav li a {
	color: #f4f0e9;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0 6px;
	background: url(/_img/bg_topnav_li_a.gif) no-repeat right;
}

#topnav li.last a {
	background: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

#searchbox {
	float: right;
	display: inline;
	width: 146px;
	height: 18px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/_img/bg_search.png) no-repeat;
	padding: 5px 10px;
	position: relative;
}

#searchbox input#keywords {
	border: none;
	background: none;
	font-size: 1.1em;
	color: #212c37;
	line-height: 1;
	width: 122px;
	padding: 3px 2px;
	font-family: Helvetica, Arial, sans-serif;
	
}

#searchbox input#search_go {
	position: absolute;
	right: 10px;
	top: 7px;
}

/* @end  */

/* @group Navigation */

#nav {
	list-style: none;
	clear: both;
	float: left;
	margin-top: 13px;
	width: 780px;
	position: relative;
	z-index: 1000;
	padding: 0 5px;
}

#nav li {
	float: left;
	display: inline;
	padding-right: 3px;
	margin-right: 10px;
}

#nav li a {
	display: block;
	color: #d9d9d9;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 13px 9px 15px;
}

#nav li:hover {
	background: url(/_img/bg_nav_li_hover.png) no-repeat right top;
}

#nav li a:hover,
#nav li:hover a {
	background: url(/_img/bg_nav_li_a_hover.png) no-repeat 0 0;
	color: #fff;
}

#nav li.current {
	background: url(/_img/bg_nav_li_current.png) no-repeat right top;
}

#nav li.current a {
	color: #fff;
	background: url(/_img/bg_nav_li_current_a.png) no-repeat 0 0;
}

/* @end Navigation */

/* @group Content */

#main {
	background: url(/_img/bg_main.png) repeat-y;
	width: 790px;
	float: left;
}

#content {
	padding: 20px 20px 30px;
	width: 550px;
	float: right;
	min-height: 540px;
}

#banner {
	width: 550px;
	overflow: hidden;
	margin-bottom: 24px;
}

#content #banner img {
	width: 550px;
	margin: 0;
}

#content h2 {
	font-size: 2.2em;
	color: #2f2f2f;
	padding: 3px 7px 7px 0;
	margin-bottom: 14px;
}

#content h3 {
	font-size: 1.8em;
	margin-bottom: .25em;
}

#content h4,
#content h5,
#content h6 {
	margin-bottom: .25em;
}

#content h4 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #2f2f2f;
}

#content h5 {
	font-size: 1.6em;
	font-weight: bold;
}

#content h6 {
	font-size: 1.4em;
	font-weight: bold;
}

#content p,
#content li {
	margin-bottom: 1.5em;
	color: #555;
	font-size: 1.2em;
	line-height: 1.5;
}

#content p *,
#content li * {
	font-size: 1em;
}

#content ul,
#content ol {
	margin: 0 0 1.5em 3em;
}

#content ul#byline {
	display: inline;
	/*

IE6 double margin float bug hack */
   float: left;
	margin-bottom: 10px;
	list-style: none;
}

#content li {
	margin: 0;
}

#content ul li {
	list-style: disc outside;
}

#content ol li {
	list-style: decimal;
}

#content blockquote {
	margin-left: 3em;
}

#content hr {
	display: block;
	margin-bottom: 1em;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content img {
	float: left;
	margin: 0 10px 5px 0;
}

#content #text {
	clear: both;
}

#content dl{
   margin-bottom: 20px;
}

#content dt{
   margin-bottom: .5em;
   font-size: 1.4em;
   margin-top: 15px;
   border-top: 1px solid #f5f4f2;
   padding-top: 15px;
}

#content dd{
   font-size: 1.2em;
   color: #555;
   margin-bottom: 5px;
}

/* @end Content */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 179px;
	padding: 20px 1px 20px 20px;
}

#sidebar #subnav{
   margin-bottom: 30px;
}

#sidebar #subnav li {
	background: url(/_img/bg_subnav_li.png) repeat-x bottom;
}

#sidebar #subnav li a {
	padding: 10px 12px 9px;
	display: block;
	text-align: left;
    font-size: 1.3em;
	line-height: 1.5;
	color: #3c3d3e;
	text-decoration: none;
	font-weight: bold;
}

#sidebar #subnav li a:hover {
	background-image: url(/_img/bg_subnav_li_a_hover.png);
	color: #fff;
}

#sidebar #subnav li.current,
#sidebar #subnav li.parent_current {
	margin-right: -1px;
	padding-bottom: 1px;
}

#sidebar #subnav li li.current{
   margin-right: 0;
}

#sidebar #subnav li.current li {
	background: none;
	padding-bottom: 0;
}

#sidebar #subnav li.current a {
	background: transparent url(/_img/bg_subnav_li_current.png) left 0;
}

#sidebar #subnav li.parent_current a{
   background: url(/_img/bg_subnav_li_li_current.png) left 0;
}

#sidebar #subnav li.parent_current a:hover{
   color: #3c3d3e;
   text-decoration: underline;
}

#sidebar #subnav li.current a:hover {
	color: #3c3d3e;
	text-decoration: underline;
	background-color: transparent;
}

#sidebar #subnav li.current li a,
#sidebar #subnav li.parent_current li a {
	font-size: 1.1em;
	padding: 10px 12px 9px 24px;
}

#sidebar #subnav li.current li.current {
	background: none;
}

#sidebar #subnav li.parent_current li.current a {
	text-decoration: none;
	background: transparent url(/_img/bg_subnav_li_current.png) left 0;
}

#sidebar #subnav li.parent_current li{
   background: none;
}

#side-block{
   padding: 0;
   float: left;
   margin: -4px 0 0 -9px;
}

#side-block li{
   float: left;
   display: inline;
   margin-bottom: 10px;
   padding: 4px;
   background: url(/_img/bg_sidebar_ql.png);
}

#side-block li.last{
   margin: 0;
}

#side-block li a{
   display: block;
   float: left;
   color: #fefefe;
   text-decoration: none;
   position: relative;
   width: 170px;
   overflow: hidden;
}

#side-block li strong{
   color: #59544B;
   font-weight: normal;
   display: block;
   padding: 10px;
   font-size: 1.1em;
   clear: left;
   line-height: 1.5;
}

#side-block li a img{
   float: left;
   max-width: 170px;
   background: url(/_img/bg_sidebar_ql_hover.png);
}

#side-block li a span{
   position: absolute;
   left: 0;
   top: 84px;
   padding: 8px 10px 0;
   height: 18px;
   width: 150px;
   font-size: 1.3em;
   background: url(/_img/bg_quicklinks_span.png) repeat-x 0 0;
}

#side-block li a:hover{
   color: #E2F3FE;
   border-color: #3f3f3f;
}

#side-block li:hover span{
   background-position: 0 -30px;
}

#side-block li:hover strong{
   color: #fefefe;
}

/* @end Sidebar */

/* @group Footer */

#footwrap {
	width: 790px;
	margin: 20px auto 0;
	padding: 0 0 3px;
	background: url(/_img/bg_footwrap.png) no-repeat bottom;
}

#footer {
	clear: both;
	width: 756px;
	float: left;
	padding: 12px 17px 12px;
	background: url(/_img/bg_footer.png) no-repeat;
}

#footer p {
	color: #d5d5d5;
	float: left;
	display: inline;
	font-size: 1em;
}

#footer p,
#footer li {
	font-size: 1.1em;
	margin: 0;
}

#footer p.copy {
	margin: 0 15px 0 0;
}

#footer ul {
	float: left;
	margin-bottom: 10px;
	margin-left: -5px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	padding: 5px 10px 4px;
	display: block;
	color: #efefef;
	text-transform: uppercase;
	text-decoration: none;
}

#footer ul li a:hover {
	background: url(/_img/bg_footer_a_hover.png);
}

#foot-info {
	clear: left;
	float: left;
	padding: 0 5px;
}

#foot-ministries {
	float: left;
}

#foot-ministries p {
	float: left;
	margin-right: 15px;
}

#foot-ministries a {
	color: #bcbcbc;
	text-decoration: underline;
}

#foot-ministries a:hover {
	text-decoration: none;
	color: #efefef;
}

/* @end Footer */

/* @group News */

#news-archive{
   padding-right: 15px;
   margin-bottom: 30px;
   margin-left: -4px;
   width: 167px;
   float: left;
}

#news-archive h3{
   padding: 10px;
   background: #445872;
   color: #fff;
   font-size: 1.3em;
   font-weight: bold;
   text-align: right;
   margin-bottom: 10px;
   background-image: url(/_img/bg_subnav_li_a_hover.png);
}

#news-archive li{
   font-size: 1.2em;
   margin-bottom: 7px;
}

#news-archive li a{
   display: block;
   text-align: right;
   padding: 5px 10px;
   color: #273547;
   text-decoration: none;
}

#news-archive li a.active{
   font-weight: bold;
}

#news-archive li a:hover{
   text-decoration: underline;
}

#news-archive p.all{
   font-size: 1.2em;
   margin-top: 15px;
}

#news-archive p.all a{
   color: #273547;
   display: block;
   padding: 7px 10px;
   float: right;
   width: 50%;
   background: url(/_img/bg_sidebar_ql.png) ;
   text-align: right;
   text-decoration: none;
}

#news-archive p.all a:hover{
   background: #445872;
   color: #fefefe;
}

#news-list{
   padding-top: 10px;
}

#news-listing .post{
   padding: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid #eff0f0;
}

#news-listing .post.last{
   border: none;
}

#news-listing #content .post p.post-meta{
   	font-size: 11px;
	color: #807F7A;
}

#news-listing #content .post h4{
   text-transform: none;
   margin-bottom: 0;
}

#news-listing #content .post h4 a{
  text-decoration: none;
}

#news-listing #content .post h4 a:hover{
   text-decoration: underline;
}

#content ul.pagination{
   list-style: none;
   margin: 0 auto;
   width: auto;
}

#content ul.pagination li{
   float: left;
   list-style: none;
}

#content ul.pagination li a{
   display: block;
   padding: 3px;
   min-height: 15px;
   min-width: 15px;
   text-align: center;
   text-decoration: none;
}

#content ul.pagination li a:hover{
   text-decoration: underline;
}

#content ul.pagination li.here a{
   background: #445872;
   color: #fff;
   background-image: url(/_img/bg_subnav_li_a_hover.png);
   text-decoration: none;
}

/* @end  */

/* @group Events */

#content ul#event-details{
   float: left;
   width: 180px;
}

#event_map{
   float: right;
   margin-left: 20px;
   border: 5px solid #eff0f0;
   position: relative;
   margin-bottom: 20px;
   height: 300px;
}

#event_map small{
   font-size: 1.1em;
   position: absolute;
   bottom: -20px;
   right: 0;
}

#event_map small a{
   color: #555 !important;
}

#event-text{
   clear: bot;
}

/* @end Events */

/* @group Calendar */

#event-wrap{
   position: relative;
   min-height: 600px;
}

#content p.loading,
#sidebar p.loading{
   text-indent: -9999px;
   width: 32px;
   height: 32px;
   background: url(/_img/ajax-loader.gif);
   position: absolute;
   top: 230px;
   left: 250px;
}

#content h3.month-label{
   display: none;
}

#event-calendar table.calendar {
	margin-bottom: 25px;
	border: 5px solid #ebebeb;
	border-collapse: collapse;
	width: 550px;
}

#event-calendar table.calendar caption {
	padding: 2px 0 12px 50px;
	color: #62262A;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	background: url(/_img/caption_bg.gif) no-repeat left top;
	position: relative;
}

#event-calendar .calendar span {
	display: block;
	width: 21px;
	height: 18px;
	text-indent: -999em;
	position: absolute;
	background: url(/_img/caption_span_bg.gif) no-repeat;
}

#event-calendar .calendar span a {
	display: block;
	width: 21px;
	height: 18px;
}

#event-calendar span.calendar-next {
	background-position: right top;
	top: 0;
	left: 22px;
}

#event-calendar span.calendar-prev {
	background-position: left top;
	top: 0;
	left: 0px;
}

#event-calendar table.calendar th {
	padding: 0;
	background: #ebebeb;
	color: #fefefe;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
}

#event-calendar .calendarMonthLinks a{
   color: #fefefe;
   display: block;
   width: 21px;
   height: 18px;
   text-indent: -9999px;
}

#event-calendar .calendarMonthLinks a.next{
   background: url(/_img/cal_next.png);
   float: right;
   margin-right: 20%;
}

#event-calendar .calendarMonthLinks a.prev{
   background: url(/_img/cal_prev.png);
   float: left;
   margin-left: 20%;
}

#event-calendar table.calendar td {
	width: 68px;
	height: 68px;
	padding: 4px;
	border: 1px solid #e3e1d9;
	border-left: 0;
	text-align: right;
	border-top: 0;
	background: #fefefe url(/_img/td_bg.gif) repeat-x;
	color: #898781;
	font-size: 1.1em;
	vertical-align: top;
}

#event-calendar table.calendar td a {
	text-decoration: none;
	line-height: 1.5;
}

#event-calendar table.calendar td a:hover{
   text-decoration: underline;
}

#event-calendar table.calendar td a.daylink {
	margin: 0 0 5px;
	display: block;
}

#event-calendar table.calendar td ul {
	margin: .7em 0 0 .4em;
	font-size: 100%;
	list-style: none;
	padding: 6px;
	margin-right: -4px;
}

#event-calendar table.calendar td li {
	margin-bottom: .95em;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: left;
}

#event-calendar table.calendar td li a {
	color: #575653;
	text-decoration: none;
	font-size: 11px;
}

#event-calendar table.calendar td li a:hover {
	text-decoration: underline;
	color: #AB8726;
}

/* @end Calendar */

/* @group Mini Cal */

#minical-wrap{
   position: relative;
   min-height: 150px;
}

#sidebar p.loading{
   width: 16px;
   height: 16px;
   background: url(/_img/ajax-loader_mini.gif);
   position: absolute;
   top: 70px;
   left: 70px;
}

#sidebar h3.month-label{
   display: none;
}

#mini-cal table.calendar {
	margin-bottom: 25px;
	border-collapse: collapse;
	width: 178px;
	background: #fff;
	margin-left: -9px;
}

#mini-cal table.calendar th{
   	font-size: 10px;
	font-weight: normal;
	color: #fefefe;
	text-align: center;
	height: 15px;
    padding: 3px;
}

#mini-cal table.calendar td{
   	padding: 3px 3px;
	height: 15px;
	width: 15px;
	text-align: center;
}

#mini-cal table.calendar td.calendarDayHeading{
   background: #ebebeb;
}

#mini-cal .calendarMonthLinks a{
   color: #fefefe;
   font-size: .8em;
   display: block;
   width: 15px;
   height: 14px;
   text-indent: -9999px;
   margin-top: 3px;
}

#mini-cal a.next{
   background: url(/_img/minical_next.png);
   float: right;
}

#mini-cal a.prev{
   background: url(/_img/minical_prev.png);
   float: left;
   margin-left: 2px;
}

#mini-cal .event_link a{
   display: block;
   height: 15px;
   color: #fefefe;
   padding-top: 4px;
}

#mini-cal td.calendarBlank,
#event-calendar table.calendar td.calendarBlank{
   text-indent: -9999px;
   background: #fafafa;
}


/* @end Mini Cal */

/* @group Contact Form */


form#campus_contact{
   padding-top: 20px;
}

#content p.form_text,
#content p.form_textarea{
   float: left;
   width: 550px;
}

#content p.form_text label,
#content p.form_textarea label{
   display: block;
   float: left;
   width: 100px;
   font-size: 1em;
   font-weight: bold;
   padding-left: .5em;
}

#content p.form_text span.req,
#content p.form_textarea span.req{
   color: #b60a28;
   padding-right: 1px;
   margin-left: -.5em;
}

#content p.form_text input,
#content p.form_textarea textarea{
   border: 1px solid #bfbfbf;
   padding: 4px 5px;
   font-size: 1.1em;
   background: #f7f7f7;
}

p.form_text input{
   width: 200px;
}

#content p.form_textarea textarea{
   font-size: 14px;
   width: 370px;
}

/* captcha */

#content p.form_text img{
   float: left;
   margin: 0;
}

#content p.form_text input.captcha{
   float: left;
   display: block;
   margin-left: 12px;
   margin-top: 2px;
}

/* @end  */
