/*
Theme Name: Great Lakes
Theme URI: 
Description: 
Version: 1.0
Author: Core3 Solutions
Author URI: 
*/

/* LAST UPDATED 08.19.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}


.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clear {height: 1px;}
.clear {display: block;}
/* End hide from Mac */

.clearFloats {
        clear: both;
        display: block;
}



body {
	background: #fff url('images/bg.gif') top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

body#home { background: #fff url('images/bg-home03.jpg') top no-repeat; }

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #007d9e;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #ac9f51; }

a img { border: 0; }

.small { font-size: 10px; }

.alignRight { float: right; }
.alignLeft { float: left; }

.alignRightSpec { 
    float: right;
    width: 262px;
    margin: 20px;
}
.alignLeftSpec { 
    float: left; 
    margin: 20px;
    width: 262px;
}

.blue { color: #007d9e; }
.gold { color: #ac9f51; }

ul, ol { margin-left: 30px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 30;
}

	#nav li {
		float: left;
		margin-right: 13px;
	}

	#nav li#nav-links { margin-right: 0; }

	#nav li a {
		display: block;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		height: 28px;
		line-height: 28px;
		background-position: top;
		background-repeat: no-repeat;
	}

	#nav li#nav-home a { width: 97px; background-image: url('images/bg-nav_home.gif'); }
	#nav li#nav-about a { width: 122px; background-image: url('images/bg-nav_about.gif'); }
	#nav li#nav-ministries a { width: 125px; background-image: url('images/bg-nav_ministries.gif'); }
	#nav li#nav-district a { width: 180px; background-image: url('images/bg-nav_district.gif'); }
	#nav li#nav-resources a { width: 131px; background-image: url('images/bg-nav_resources.gif'); }
	#nav li#nav-events a { width: 103px; background-image: url('images/bg-nav_events.gif'); }
	#nav li#nav-links a { width: 144px; background-image: url('images/bg-nav_links.gif'); }

	body#home #nav li#nav-home a, 
	body#about-us #nav li#nav-about a, 
	body#ministries #nav li#nav-ministries a, 
	body#district-churches #nav li#nav-district a, 
	body#resources #nav li#nav-resources a, 
	body#events #nav li#nav-events a, 
	body#cma-links #nav li#nav-links a, 
	#nav li a:hover { background-position: bottom !important; }

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	width: 180px !important;
	left: -999em;
	padding-bottom: 8px;
	background: url('images/bg-nav_ul.png') bottom no-repeat;
}

	#nav li li {
		float: left;
		margin-right: 0;
	}

	#nav li li a {
		margin: 0 10px;
		font-size: 12px;
		text-align: left;
		width: 160px !important;
		height: auto !important;
		line-height: 1.3em !important;
		padding: 7px 0;
		background-image: none !important;
		border-bottom: 1px #4fa5bc solid;
	}

	#nav li li.curve {
		height: 11px;
		line-height: 0;
	}

	#nav li li.last a { border-bottom: none; }

	#nav li li a:hover { background-color: #106c82; }

/* LEVEL THREE */

#nav ul ul ul {
	margin: -30px 0 0 180px;
	width: 160px !important;
	background-image: none;
	background-color: #fde375;
	padding-bottom: 0;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}

	#nav li li li a {
		color: #000;
		margin: 0;
		padding: 7px 5px;
		width: 150px !important;
		border-bottom: none;
	}

	#nav li li li a:hover { background-color: #ffce00; }

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

.post-break {
  margin: 30px 0;
  border: 0;
  height: 2px;
  color: #CCC;
  background-color: #CCC;
}

#featured li {
	padding: 0 0 5px 0;
}

#featured ul {
	padding: 0 0 5px 0;
	margin: 0 0 0 15px;
}



#wrap {
	width: 980px;
	margin: 0 auto;
	background: url('images/bg-content.jpg') 0 134px no-repeat;
}

	body#home #wrap { background: none;}

	#header {
		height: 75px;
		background: #007d9e url('images/bg-header.jpg') top no-repeat;
	}

		#members {
			position: relative; /* make this a containing element for absolutely positioned fields */
			float: right;
			width: 243px;
			height: 66px;
			padding: 4px 0 0 13px;
			background: url('images/bg-members.jpg') top no-repeat;
		}

	#nav {
		padding-top: 16px;
		height: 43px;
	}

	#content {
		background: url('images/bg-content.gif') repeat-y;
		margin-bottom: 20px;
	}

		#mainContent {
			float: left;
			width: 668px;
			padding-top: 20px;
		}

			body#home #mainContent { padding-top: 0; }

			#featured {
				margin: -12px 0 26px;
				width: 710px;
				height: 231px;
				position: relative;
			}

				#socialNetworks {
					width: 320px;
					padding-top: 15px;
				}

					#socialNetworks ul {
						float: right;
						width: 165px;
						margin: 0;
						padding: 0;
						list-style: none;
					}

					#socialNetworks li {
						float: left;
						text-indent: -4440px;
					}

					#socialNetworks li a {
						display: block;
						width: 55px;
						height: 65px;
						background-repeat:  no-repeat;
						background-image: url('images/bg-socialNetworking.png');
					}

					#socialNetworks li#facebook a { background-position: top left; }
					#socialNetworks li#facebook a:hover { background-position: bottom left; }

					#socialNetworks li#twitter a { background-position: -55px 0; }
					#socialNetworks li#twitter a:hover { background-position: -55px -65px; }

					#socialNetworks li#linkedin a { background-position: -110px 0; }
					#socialNetworks li#linkedin a:hover { background-position: -110px -65px; }

			#mainContent .category { padding-bottom: 15px; }

			#mainContent .category ul.post-categories {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.view {
				height: 19px;
			}

				.view ul {
					margin: 0;
					padding: 0;
					list-style: none;
					float: right;
				}

				.view li {
					float: left;
					padding-left: 10px;
				}

				.view li.previous a, .view li.next a, .view li.all a {
					display: block;
					height: 19px;
					text-indent: -4440px;
				}

				.view li.previous a { background: url('images/button-previous.gif') no-repeat; width: 72px; }
				.view li.next a { background: url('images/button-next.gif') no-repeat; width: 55px; }
				.view li.all a { background: url('images/button-all.gif') no-repeat; width: 72px; }

			/* rjenkins: top navigation for Resources page tree */
			.res-top-nav {
				float: left;
				position: relative;
				left: 50%;
				clear: both;
			}

				.res-top-nav div {
					float: left;
					position: relative;
					right: 50%;
					padding: 0 3px;
					text-align: center;
					margin: 10px;
				}
			.res-top-nav div img { margin-top: 6px; }

			/* rjenkins: top 3 posts after res-top-nav */
			.top-three, .top-twenty {
				clear: both;
				position: relative;
				margin-top: 20px;
				padding-bottom: 10px;
				float: left; 
				display: block; 
			}
			.top-twenty {
				position: relative;
				left: 50%;
			}
			.top-three {
				width 100%;
			}

				.top-twenty div {
					float: left;
					position: relative;
					right: 50%;
					padding: 1px;
					text-align: center;
				}
				.top-three .postBlock {
					background: url(images/postit-note.jpg) no-repeat; 
					background-color: #fef4c9;
    					float: left;
    					margin: 10px;
				    	padding: 10px;
    					width: 27%;
				}
				.top-three .postBlock .postBlockContainer {
					overflow: hidden;
					display: block;
					width: 177px;
					height: 156px;
				}

		#sidebar {
			float: right;
			width: 196px;
			padding: 30px;
			color: #fff;
			background: #003745 url('images/bg-sidebar.jpg') top left no-repeat;
			min-height: 620px;
		}

			body#registration #sidebar { background-image: url('images/bg-sidebar-blank.jpg'); min-height: 0px; }
			body#home #sidebar { background-image: url('images/bg-sidebar_home.jpg'); }

			#sidebar a {
        color: #fff;
        text-decoration: none;
      }

			#sidebar a:hover,
      #sidebar .current-cat a {
        color: #FDE375;
      }

			#sidebar .section { padding: 10px 0 30px; }

			#sidebar ul, #sidebar .section ul {
				margin-left: 0;
				list-style: none;
			}

			#sidebar li {
				margin: 0;
				padding: 0;
			}

			#sidebar .section li {
				background: url('images/li-dot.gif') 0 5px no-repeat;
				padding-left: 14px;
				margin-bottom: 5px;
			}

			.feedSmall {
				float: left;
				margin-right: 7px;
				vertical-align: middle;
			}

			#sidebar .post {
				font-size: 11px;
				padding: 5px 0 12px;
			}

			#sidebar .post .date { font-weight: bold; }

			#sidebar .post p { padding: 7px 0; }

      #sidebar div.smallcal {
				background: url('images/cal_small.png') 0 0 no-repeat;
        height: 38px;
        width: 32px;
        float: left;
        color: #013644;
      }

      #sidebar div.month {
        font-size: 10px;
        width: 30px;
        text-align: center;
        padding: 0;
        margin: 0;
      }

      #sidebar div.date {
        width: 30px;
        text-align: center;
        font-weight: bold;
        padding: 0;
        margin: 0;
      }

      #sidebar div.eventname {
        padding: 8px 0 0 0;
        margin: 0 0 0 40px;
        font-weight: bold;
      }

	#footer {
		padding: 22px 0 24px;
		color: #4c4c4c;
		background: url('images/bg-footer.gif') top no-repeat;
	}

		#footer a {
			color: #4c4c4c;
			text-decoration: underline;
		}

		#footer a:hover { color: #000; }

		#footer ul {
			float: right;
			margin: 0;
			padding: 0;
			list-style: none;
			line-height: 1;
		}

			#footer li {
				float: left;
				padding: 0 7px 0 8px;
				border-right: 1px #666 solid;
			}

			#footer li.last { border: none; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 675px !important;
	border-collapse: collapse;
	margin-bottom: 14px;
  border:4px solid #AC9F51;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 15px;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#members .textBox,
#searchContainer .textBox {
	color: #ccc;
	padding: 3px;
	width: 185px;
	border: none;
	background-color: #111;
}

#members .email, #members .password, #members .goButton { position: absolute; }

#members .email { top: 21px; }

#members .password { top: 45px; }

#members .goButton {
	top: 36px;
	right: 13px;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
 		display: inline;
 		float: left;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			display: block;
			width: 684px;
			height: 75px;
		}

	#mainContent h1, #mainContent h1 a {
		font-size: 22px;
		color: #ac9f51;
	}

h2 { font-size: 22px; }

	#mainContent h2, #mainContent h2 a {
		font-size: 18px;
		color: #007d9e;
	}

	#mainContent .category h2, #mainContent .category h2 a {
		font-size: 22px;
		color: #ac9f51;
	}

	#featured h2 {
		font-size: 19px;
		color: #003745;
	}

	#socialNetworks h2 {
		padding-top: 10px;
		text-align: right;
		font-weight: normal;
		display: inline;
		float: left;
		font-size: 16px;
		color: #3f392e;
		line-height: 1.3em;
		width: 143px;
	}

	#sidebar h2 {
		font-size: 20px;
		font-weight: normal;
	}

	h2.feed a {
		margin: 10px 0;
		font-size: 16px;
		line-height: 1.2em;
		height: 40px;
		font-weight: normal;
		display: block;
		text-decoration: underline;
		padding-left: 50px;
		color: #fff;
		background: url('images/feed.gif') top left no-repeat;
	}

	#sidebar #recent-posts h2 {
		padding-left: 28px;
		background: url('images/feed-small.gif') top left no-repeat;
	}

h3 { font-size: 19px; }

	#members h3 {
		font-weight: normal;
		font-size: 11px;
		color: #fff;
	}

	.post h3, .post h3 a {
		font-size: 18px;
		color: #007d9e;
	}

	#sidebar h3 {
		font-size: 16px;
	}

	#sidebar .post h3 a,
	#sidebar .resources-cats h3 a {
		font-weight: bold;
		font-size: 15px;
		color: #fde375;
		border-bottom: 1px #fde375 solid;
		padding-bottom: 0;
		margin-bottom: 5px;
		line-height: 1.4em;
	}

	#sidebar .resources-cats h3 a {
    text-decoration: none;
  }

  #upcoming-events li {
    padding: 5px 0;
  }

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* -----------------------------------------------------------
		VIII. WORDPRESS SPECIFIC
----------------------------------------------------------- */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { margin: 10px 5px 10px 0; }

.children { padding: 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/*
.read-more {
  font-size: 10px;
  font-style: italic;
}
*/

.read-more a {
  text-decoration: none;
}
.read-more a:hover {
  text-decoration: underline;
}

.cat-desc {
  margin: 10px 0 10px 25px;
  border-left: 2px solid #007D9E;
}

.cat-desc p {
  padding: 2px 10px;
}

#loggedIn {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

#loggedIn p {
  margin: 0;
  padding: 0;
}

#loggedIn a {
  color: #AC9F51;
}

#loggedIn a:hover {
  color: #FDE375;
}

#searchContainer {
  margin-top: 10px;
  text-align: center;
}

#searchContainer #searchsubmit {
  width: 60px;
  color: #fff;
  padding: 2px;
  border: 1px solid #007d9e;
  background-color: #007d9e;
}

#searchContainer .textBox {
  width: 135px !important;
  color: #fff;
  border: 1px solid #007d9e;
  margin-right: 2px;
}

#districtDirectory td {
  padding: 5px;
}

img.alignright {
  float: right;
  padding: 10px;
}

img.alignleft {
  float: left;
  padding: 10px;
}

.entry ol li {
  padding: 5px;
}

.entry {
  margin-left: 30px;
}

.postmeta {
  text-align: right;
}

.tdAlignRight {
  text-align: right;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}












/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

	.coda-slider-wrapper { padding: 10px 0}
	.coda-slider { background: transparent; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 568px; height: 190px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a { background: url(images/arrow-left.png); width: 41px; height: 41px; text-indent: -9999em; margin-top:73px; }
	.coda-nav-right a { background: url(images/arrow-right.png); width: 41px; height: 41px; text-indent: -9999em; margin-top:73px; }
	
	/* Tab nav */
	.coda-nav ul li a.current {}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px 10px 10px 10px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px 10px 10px 10px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: 0 auto auto 270px !important; overflow: hidden; width: 155px; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #FBEEB3; color: #333; font-weight: bold; display: block; float: left; margin-right: 10px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { float: left }
	.coda-nav-right { float: right }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


.slider-photo {
	width: 203px;
	height: 160px;
	background: url(images/slider-photo-background.png) no-repeat 0 0;
	float: left;
	margin: -4px 20px 10px 0;
	padding: 11px 0 0 11px;
}

#socialMedia {
	padding-top: 80px;
	margin-left: 80px;
	margin-bottom: -30px;
}

#socialMedia ul {
	height: 48px;
	margin-bottom: 70px;
}

#joinOurNetworks {
	font-size: 1.4em;
	font-weight: bold;
	padding: 11px 10px 0 0;
}

#socialMedia li {
	list-style-type: none;
	color: #000;
	float: left;
}

#socialMedia li a#facebook {
	display: block;
	width: 126px;
	height: 46px;
	text-indent: -9999em;
	background: url(images/socialMediaIcons.png) no-repeat 0 0;
}

#socialMedia li a#facebook:hover {
	background: url(images/socialMediaIcons.png) no-repeat 0 -46px;
}

#socialMedia li a#twitter {
	display: block;
	width: 107px;
	height: 46px;
	text-indent: -9999em;
	background: url(images/socialMediaIcons.png) no-repeat -126px 0;
}

#socialMedia li a#twitter:hover {
	background: url(images/socialMediaIcons.png) no-repeat -126px -46px;
}

#socialMedia li a#linkedIn {
	display: block;
	width: 100px;
	height: 46px;
	text-indent: -9999em;
	background: url(images/socialMediaIcons.png) no-repeat -233px 0;
}

#socialMedia li a#linkedIn:hover {
	background: url(images/socialMediaIcons.png) no-repeat -233px -46px;
}

#bodyOverlay {
  z-index: -99999;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url('images/gld-background-updated.jpg') top no-repeat; 
  margin: 0 auto;
}

.moreButton  {
	display: block;
	text-align: right;
}

.profileImage {
	margin-bottom: 4px;
}

.sliderContent {
	float: right;
	margin-left: 492px;
	margin-top: 56px;
	position: relative;
	text-align: left;
	z-index: 10; 
	width: 180px; 
}
.sliderContent h3 {
	color: #000000;
    	font-family: Arial;
    	font-size: 24px;
    	font-style: italic;
    	margin-left: -70px;
    	margin-top: -12px;
    	text-align: center;
}
.sliderContent h4 {
	color: #397B9A;
    	font-size: 34px;
    	margin-left: -10px;
	margin-top: -10px;
    	width: 150px;
}

.sliderFrame { 
	right: 0px;
	width: 250px;
	height: 321px; 
	position: absolute;
	z-index: 10;
	background: url(images/gld-slider-border-right.png) no-repeat; 
	top: 1px;
}

.sliderLeftFrame {
	position: absolute;
	left: 0px;
	background: url(images/gld-slider-border-left.png) no-repeat;
	display: block;
	width: 460px;
	height: 311px;
	top: 8px;
	z-index: -1;
}

.sliderImg {
	position: absolute;
	z-index: 3;
	left: 14px;
	top: 35px;
}
.sliderSlide {
	position: relative;
}

.sliderSlide p.moreButton { 
	position: absolute;
	left: 380px;
	top: 26px;
	z-index: 56;
	float: left;
}

.sliderSlide h2.title {
	position: absolute;
	left: 20px;
	top: 10px;
	color: #003744 !important;
	font-size: 24px !important;
	width: 360px;
	text-align: left;
	z-index: 51;
}

.overlay {
	background: url(images/gld-slider-overlay.png) no-repeat;
	height: 60px;
	width: 670px;
	position: absolute;
	top: 225px;
	left: 14px;
	z-index: 50;	
}

.postBlock { height: 160px; display: block; }
.rssFeed { 
	display: block;
	background: url(images/rssicon.png) no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 8px; 
	margin-top: -8px;
}
.rssFeedTitle { float: left; } 
.rssFeed span { display: none; }
.jr-post-img, .thumbnailCluster img { width: 64px; height: 64px; }
#sidebar { position: relative; float: right; z-index: 29; }
#content { position: relative; }

html { margin: 0px !important; }
.wpadminbar { display: none; }

