/*
Theme Name: Center for Church Communication
Theme URI: http://cfcclabs.org/
Description: The default Center for Church Communication theme.
Version: 1.1
Author: Ben Jordan
Author URI: http://bigbadcollab.com/
Tags: green, custom header, custom nav, fixed width, two columns, widgets

*/

/* Resets */
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;
}

:focus {
	outline: 0;
}

body {
	height:100% auto; 
	color: #333;
	background: #9db788 url(images/webbg.jpg) no-repeat top center;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

ol, ul {
	list-style: none;
}

p {
  padding-bottom: 15px;
}

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

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

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.full {
	width: 100%;
	float: left;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

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

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.input_text,
.input_tags,
.input_url,
.input_textarea {
	width:98%;
}
.input_access {
	margin:5px 0 0 0;
}
.input_password {
	width:200px;
}
.input_textarea {
	height: 200px;
	width:718px;
}
input[type="checkbox"] {
	margin:0 3px 0 0;
	padding:0;
	border:none;
}
label {

}
input {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input:focus {
	background: #fff;
	border: 2px solid #61955e;
}

textarea {
	font: 120% Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 5px;
	color:#666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
textarea:focus,
input[type="text"]:focus {
	border: solid 1px #61955e;
	background: #f5f2e4;
	color:#333333;
}
.submit_button {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow:1px 1px 0px black;
	text-decoration:none;
	border: 1px solid #333;
	background-color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	padding: 2px 20px;
	margin:10px 10px 10px 0;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); /* safari v3+ */
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); /* FF v3.5+ */
}
.submit_button:hover {
	color: white;
	border-color: #322f2d;
	text-decoration:none;
	background-color:#61955e;
}
input[type="password"]:focus {
	border: solid 1px #dedede;
	background-color: #f5f2e4;
	color:#333333;
}
input[type="submit"] {
	background: #333;
	border: none;
	padding: 10px 25px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 15px;
	margin-bottom: 15px;
}
input[type="submit"]:hover {
	text-decoration:none;
	background-color:#61955e;
}

/* Link Styles */
a:link, 
a:visited {
	color: #587350;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  color: #151515;
  font-family: Helvetica, Arial;
  font-weight: bold;
  padding-bottom: 5px;
}

h1 {
  font-size: 40px;
  letter-spacing: -1px;
  padding-bottom: 0px;
}

  h1 a:link,
  h1 a:visited {
    color: #333;
  }
  
  h1 a:hover {
    background: #eee;
  }
  
h2 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #151515;
  padding: 0px;
}

	h3 a:link,
  	h3 a:visited {
  		text-decoration: none;
  	}
  
  	h3 a:hover {
  		text-decoration: underline;
  	}

h4 {
  font-size: 15px;
  padding-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
}

#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	height: 1px;
	background: #dedede;
	border: none;
	margin-bottom: 20px;
}

a img {
	border: none;
}

.navigation {
	display: block;
	padding: 10px;
	margin-bottom: 15px;
	float: left;
	display: inline;
	background: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.postnav {
	width: 100%;
	margin-bottom: 15px;
	float: left;
	display: inline;
}

.post_date {
	color: #858585;
	font-style: italic;
	margin-bottom: 10px;
}

/* End Various Tags & Classes*/



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-bottom: 15px;
	padding: 0 0 0 20px;
	list-style: disc;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry {
	font-size: 13px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #dedede;
}

.subscribe_box {
	width: 260px;
	padding: 10px;
	margin: 0 10px 20px 0;
	border: 1px solid #e3e0d9;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
}

#subscribe_options {
	width: 100%;
	margin-bottom: 15px;
	float: left;
	display: inline;
}

#subscribe_options img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	display: inline;
}

#subscribe_options tr td {
	padding: 5px;
	line-height: 24px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
}

select {
	width: 130px;
}

#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;
}
/* End Form Elements */



/* Begin Comments*/
.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;
}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	width: 260px;
	padding: 0px;
	margin: 0px;
	float: right;
	display: inline;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter,
div.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;
	-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;
}
/* End captions */

/* Site Structure */

#full_wide {
	width: 100%;
	float: left;
	display: inline;
}

.width_setter {
	width: 1020px;
	margin: 0 auto;
}

#top_bar {
	width: 100%;
	height: 117px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

	#top_bar h1 a {
		width: 235px;
		height: 80px;
		background: url(images/cfcclogo.jpg) top left no-repeat;
		padding: 0;
		margin: 15px 0 0 30px;
		cursor: pointer;
		float: left;
		display: inline;
		text-indent: -5555px;
	}
	
	#nav_bar {
		width: 630px;
		margin: 0;
		padding: 0;
		height: 70px;
		float: right;
		display: inline;
	}
	    	
/* Navigation */

	#top_nav {
		float: right;
		font-family: Helvetica, Arial, sans-serif;
		margin-top: 35px;
		display: inline;
		position:relative; 
		width:630px;
		z-index: 100;
	}
			
	#top_nav a {
		color:#FFF;
	}
	
	/* level 1 */
	#top_nav ul {
		margin-left:10px;
		width:600px;
	}
	
	#top_nav ul li {
		float:left;
		position:relative;
	}
	
	#top_nav ul li a {
		padding: 10px 20px;
		margin-right: 15px;
		background: #e0e5db; 
		color: #515151;
		font: 14px Helvetica, sans-serif;
		letter-spacing: -.01em;
		text-decoration: none;
		display:block;
		float:left;
	}
	
	.round {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	#top_nav ul li a:hover {
		background: #c5cac0 !important;
	}
		
	/* level 2 */
	#top_nav ul li:hover ul,
	#top_nav ul li.hover ul {
		display:block;
	}
		 
	#top_nav ul li ul {
		display:none;
		position:absolute;
		left:-8px;
		top: 35px;
		width:auto;
		border: 2px solid #f0f5ee;
		z-index: 1000;
	}
	
	#top_nav ul li ul li {
		float:none;
		width:220px;
		background: #e0e5db;
	}
	
	#top_nav ul li ul li:first-child,
	#top_nav ul li ul li.first  {
		height:44px;
		background: #e0e5db;
		border-bottom: 1px solid #c5cac0;
	}
	
	#top_nav ul li ul li a { 
		float:none;
		padding:13px 10px 2px 10px;
		width:198px !important;
		height:24px;
		font-size:12px;
		line-height:12px;
		text-decoration: none;
		text-indent:0; 
		border-bottom: 1px solid #c5cac0;
		background:none !important;
	}

	#top_nav ul li ul li a:hover {
		
	}
	
	#top_nav ul li ul li:first-child a,
	#top_nav ul li ul li.first a {
		padding-top:18px;
	}

	#top_nav ul li ul li:first-child a:hover,
	#top_nav ul li ul li.first a:hover {
		background: #c5cac0 no-repeat !important;
	}
	
	/* level 3 */	
	#top_nav ul li:hover ul li:hover ul,
	#top_nav ul li.hover ul li.hover ul {
		display:block;
	}
		
	#top_nav ul li:hover ul li ul,
	#top_nav ul li.hover ul li ul { 
		display:none;
		position:absolute;
		left:210px;
		top:0px;
	}
	
	#top_nav ul li:hover ul li ul li,
	#top_nav ul li.hover ul li ul li,
	#top_nav ul li:hover ul li ul li:first-child
	#top_nav ul li.hover ul li ul li:first-child,
	#top_nav ul li.hover ul li ul li.first  {
		width:218px;
		height:39px;
		background: #c5cac0;
	}
		
	#top_nav ul li:hover ul li ul li a,	
	#top_nav ul li.hover ul li ul li a, 
	#top_nav ul li:hover ul li ul li a:hover
	#top_nav ul li.hover ul li ul li a:hover {
		padding:13px 10px 2px 10px;
		width:178px;
		height:24px;
		background:none !important;
		border:none; 
		font-size:12px;
		line-height:12px;
		font-weight:normal;
	}	
	
	#top_nav ul li:hover ul li ul li a:hover,
	#top_nav ul li.hover ul li ul li a:hover,
	#top_nav ul li:hover ul li ul li:first-child a:hover,
	#top_nav ul li.hover ul li ul li:first-child a:hover,
	#top_nav ul li.hover ul li ul li.first a:hover  {
		background: #b0b4ac no-repeat !important;
	}

#lab_holder {
	width: 100%;
	background: url(images/labholder_repeat.png) repeat-y;
	float: left;
	display: inline;
}

.lab_title {
	width: 100%;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: .3em;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
	display: inline;
}

.lab_text {
	width: 550px;
	height: 130px;
	overflow: hidden;
	line-height: 22px;
	float: right;
	display: inline;
}

.lab_projects {
	width: 575px;
	height: 70px;
	position: absolute;
	right: 90px;
	bottom: 5px;
}

.projects_title {
	width: 100%;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #999;
	text-transform: uppercase;
	float: right;
	display: inline;
	margin-bottom: 5px;
}

.lab_slider {
	width: 1020px;
	height: 300px;
	position: relative;
	margin: 10px auto 0px;
}

.lab_slider .wrapper {
	width: 940px;
	overflow: auto;
	height: 300px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 40px;
}

/* Width below is max for Opera */
.lab_slider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
}

.lab_slider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 300px;
	width: 940px; 
	margin: 0;
}

.lab_slider .arrow {
	display: block;
	height: 300px;
	width: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 70px;
	cursor: pointer;
}

.lab_slider .forward {
	background: url(images/galleryright.png) no-repeat 0 0;
	right: 0px;
}

.lab_slider .back {
	background: url(images/galleryleft.png) no-repeat 0 0;
	left: 0px;
}
							  
/*							  
  Prevents					  
*/							  
.lab_slider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.lab_slider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

#start-stop {
	display: none;
}

#knowledge_lab {
	width: 860px;
	height: 270px;
	padding: 30px 40px 0 40px;
	background: url(images/labbg-knowledge.jpg) no-repeat;
	text-align: right;
	position: relative;
	float: left;
	display: inline;
}

#knowledge_lab a {
	color: #fff;
	background-color: #89ae78;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
}

#knowledge_lab a:hover {
	text-decoration: underline;
}

#connection_lab {
	width: 860px;
	height: 270px;
	padding: 30px 40px 0 40px;
	background: url(images/labbg-connection.jpg) no-repeat;
	text-align: right;
	position: relative;
	float: left;
	display: inline;
}

#connection_lab a {
	color: #fff;
	background-color: #deab50;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
}

#connection_lab a:hover {
	text-decoration: underline;
}

#resource_lab {
	width: 860px;
	height: 270px;
	padding: 30px 40px 0 40px;
	background: url(images/labbg-resource.jpg) no-repeat;
	text-align: right;
	position: relative;
	float: left;
	display: inline;
}

#resource_lab a {
	color: #fff;
	background-color: #7898ad;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
}

#resource_lab a:hover {
	text-decoration: underline;
}

#lab_holder_bottom {
	width: 100%;
	height: 30px;
	background: url(images/labholder_bottom.png) no-repeat top left;
	float: left;
	display: inline;
}

	
#content_holder {
	width: 940px;
	padding: 10px 40px;
	float: left;
	display: inline;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	padding: 10px;
	border: 1px solid #dedede;
	clear: both;
}

.clear {
	clear: both;
}

#home_news {
	width: 430px;
	line-height: 20px;
	float: left;
	display: inline;
}

	.news_read_more {
		width: 410px;
		padding: 5px 10px;
		margin: 20px 0;
		background: #90a87d;
		text-transform: uppercase;
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		text-align: right;
		float: left;
		display: inline;
	}
	
	#home_news h3 a {
		color: #333;
	}

#about_cfcc {
	width: 210px;
	margin-left: 20px;
	float: left;
	display: inline;
}

#right_ads {
	width: 260px;
	float: right;
	display: inline;
}

#post_left_column {
	width: 600px;
	min-height: 350px;
	padding: 30px;
	margin-bottom: 15px;
	background: white;
	float: left;
	display: inline;
}

#footer_holder {
	width: 100%;
	min-height: 100px;
	background: url(images/footerbg.jpg) no-repeat top center #9db788;
	padding: 20px 0;
	text-align: center;
	float: left;
	display: inline;
}


/* End Structure */
