/*
THEME NAME: Persecution Project Foundation
THEME URI: http://www.persecutionproject.org
DESCRIPTION: Custom theme designed for PPF by <a href="http://seedplanted.org">Watermelon Ministries</a>.
VERSION: 1.0
AUTHOR: Watermelon Ministries (Brian Richards)
AUTHOR URI: http://www.seedplanted.org
*/

/* Two-column with sidebar on left from the /css/ folder  */
@import url('css/2c-r.css');

/* START General Stylings */
* {
	margin:0;
	padding:0;
}
body {
	background:#000;
	color:#ccc;
	font:100% Arial,sans-serif;
	line-height:20px;
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:#999;
}
a:hover, a:active, a:focus {
	border:0!important;
	outline:0!important;
	color:#aaa;
}
h1, h2, h3 {
	margin-bottom:2px;
	font-family:"Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
}
h1 {
	font-size:3em;
	color:#FFF;
}
h2 {
	font:bold 2.5em "Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
	color:#FFF;
}
h3 {
	font-size:1.8em;
	color:#999;
}
.al, .alignleft {
	position:relative;
	float:left;
	margin-right:10px;
}
.ar, .alignright {
	position:relative;
	float:right;
	margin-left:10px;
}
.ma {margin:auto;}
.cb {clear:both;}
p {
	margin:0 0 15px;
}
blockquote {
	background:#111;
	color:#eee;
	width:80%;
	margin:15px auto;
	border-left:2px solid #333;
	padding:15px;
}
blockquote p { margin:0; }
img, p img {
	float:none;
	margin:auto;
	border:0;
}
ul,
ol {
	margin:0 0 15px 35px;
}
.entry-content ol li {
	margin-bottom:15px;
}
.fine {
	font-size:.8em;
}
.page #content p a, .page #content p a:visited { color:#F7CE48; }
/* END General Stylings */


/* BEGIN Header */
#logo {
	display:block;
	background:url('images/logo.png');
	width:277px;
	height:55px;
	margin-top:25px;
	position:relative;
	float:left;
}
#blog-title, #blog-description {
	position:absolute;
	text-indent:-999em;
}
#header {
	width:100%;
}
/* END Header */


/* BEGIN Menu */
#menu {
	margin:45px 0 15px 0;
	position:relative;
	float:left;
}
#nav {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	z-index:999;
}
#nav li {
	float:left;
	margin:0 2px 0 0;
	position:relative;
	z-index:999;
}
#nav li ul {
	margin-top:-3px;
}
#nav li > ul {
	margin-top:-2px;
}
#nav li ul li {
	margin:0;
	z-index:999;
}

#nav li a, #nav li a:visited {
	padding:8px;
	color:#888;
	font:.9em "Arial Narrow",sans-serif;
	text-transform:uppercase;
	line-height:30px;
	text-decoration:none;
}
#nav li.current_page_item a, #nav li.current_page_item a:visited,
#nav li.current_page_parent a, #nav li.current_page_parent a:visited,
#nav li li.current_page_item a, #nav li li.current_page_item a:visited,
#nav li.current_page_ancestor a, #nav li.current_page_ancestor a:visited,
#nav li li.current_page_ancestor a, #nav li li.current_page_ancestor a:visited {
	color:#fff;
}
#nav li:hover a, #nav li:hover a:visited, 
#nav li.sfhover a, #nav li.sfhover a:visited {
	background:#222;
	color:#ddd;
	text-decoration:none;
}
#nav li li a, #nav li li a:visited {
	color:#ddd;
	padding:4px 6px;
	float:left;
	line-height:normal;
	position:relative;
	width:150px;
	text-decoration:none;
	margin-bottom:1px;
}	
#nav li a:hover, #nav li a:active, 
#nav li.current_page_item a:hover, #nav li.current_page_parent a:hover,
#nav li li a:hover, #nav li li a:active,
#nav li:hover li a:hover, #nav li:hover li a:active,
#nav li.sfhover li a:hover, #nav li.sfhover li a:active {
	background:#555;
	color:#fafafa;
}

#nav ul, 
#nav li:hover ul ul, #nav li.sfhover ul ul,
#nav li:hover ul li:hover ul ul, #nav li.sfhover ul li.sfhover ul ul {position:absolute; left:-9999px; width:128px;}

#nav li:hover ul, #nav li.sfhover ul {left:0;top:33px;}

#nav li:hover ul li:hover ul, #nav li.sfhover ul li.sfhover ul,
#nav li:hover ul li:hover ul li:hover ul, #nav li.sfhover ul li.sfhover ul li.sfhover ul {padding:0 3px; left:160px; top:3px; text-transform:capitalize;}

/* END Menu */


/* BEGIN Layout */
#wrap {
	width:960px;
	margin:0 auto;
}
#nav-above { display:none; }
#nav-below {
	display:block;
	width:100%;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	clear:both;
}
.nav-previous { position:relative; float:left; }
.nav-next { position:relative; float:right; }
/* END Layout */


/* BEGIN Home Page */
.home #container,
.home #content {
	width:100%;
	margin:0;
}
.home .sidebar {
	display:none;
}
#home_photo {
	background:url('images/home_child.jpg') no-repeat 0 100%;
	width:672px;
	height:700px;
	margin:0 -40px 0 30px;
	position:relative;
	float:left;
}
#home_nav {
	display:block;
	width:294px;
	position:relative;
	float:right;
}
#tag {
	background:url('images/tag.png') no-repeat;
	width:198px;
	height:93px;
	margin:0 auto 15px;
}
#home_nav a, #home_nav a:visited {
	background-image:url('images/home_nav.jpg');
	background-repeat:no-repeat;
	display:block;
	position:relative;
	margin-bottom:15px;
	clear:both;
}
#home_nav a span {
	position:absolute;
	left:-999em;
}
#watch {
	width:150px;
	height:92px;
	background-position:0 -5px;
	float:left;
}
#watch:hover {
	background-position:-294px -5px;
}
#sign {
	width:120px;
	height:92px;
	background-position:-170px -5px;
	float:right;
	clear:none!important;
}
#sign:hover {
	background-position:-464px -5px;
}
#get_active {
	width:290px;
	height:64px;
	background-position:0 -117px;
}
#get_active:hover {
	background-position:-294px -117px;
}
#donate {
	width:290px;
	height:140px;
	background-position:0 -196px;
}
#donate:hover {
	background-position:-294px -196px;
}
#intro {
	margin-bottom:15px;
	color:#fff;
	font:.8em Arial;
	line-height:18px;
	text-align:justify;
}
#newsletter {
	width:290px;
	height:120px;
	background-position:0 -460px;
}
#newsletter:hover {
	background-position:-294px -460px;
}
/* END Home Page */


/* BEGIN Custom Headers */
.pageid-2 #header,
.pageid-3 #header,
.pageid-5 #header,
.pageid-7 #header,
.pageid-25 #header,
.pageid-29 #header,
.pageid-31 #header,
.pageid-33 #header,
.pageid-38 #header,
.pageid-40 #header,
.pageid-42 #header {
	position:relative;
	overflow:hidden;
	height:415px;
}
.pageid-2 {background:#000 url('images/bg_about.jpg') no-repeat 50% 65px;}
.pageid-3 {background:#000 url('images/bg_active.jpg') no-repeat 50% 65px;}
.pageid-5 {background:#000 url('images/bg_donate.jpg') no-repeat 50% 65px;}
.pageid-7 {background:#000 url('images/bg_media.jpg') no-repeat 50% 65px;}
.pageid-25 {background:#000 url('images/bg_pledge.jpg') no-repeat 50% 65px;}
.pageid-29 {background:#000 url('images/bg_whereneeded.jpg') no-repeat 50% 85px;}
.pageid-31 {background:#000 url('images/bg_gik.jpg') no-repeat 50% 85px;}
.pageid-33 {background:#000 url('images/bg_safewater.jpg') no-repeat 50% 85px;}
.pageid-38 {background:#000 url('images/bg_relief.jpg') no-repeat 50% 85px;}
.pageid-40 {background:#000 url('images/bg_medical.jpg') no-repeat 50% 85px;}
.pageid-42 {background:#000 url('images/bg_discipleship.jpg') no-repeat 50% 85px;}
.pageid-82 {background:#000 url('images/bg_movie.jpg') no-repeat 50% 65px;}
.parent-pageid-27 ol {
	font-size:1.5em;
}
/* END Custom Headers */


/* BEGIN Video Page */
.pageid-82 #container,
.pageid-82 #content {
	width:100%;
	margin:0;
}
#video_container {
	display:block;
	width:100%;
	height:475px;
	position:relative;
	margin:0 auto;
	padding:57px 0 0;
	text-align:center;
}
#video_sidebar .xoxo {
	list-style:none;
	margin:0;
	padding:0 0 50px;
	position:relative;
	overflow:hidden;
}
#video_sidebar .xoxo li {
	display:block;
	width:300px;
	margin:0 10px;
	position:relative;
	float:left;
}
#video_sidebar .xoxo li h3 {
	color:#fff;
	font-weight:bold;
}
#video_sidebar .xoxo li .more-link {
	color:#555;
	font:normal 1em Arial,sans-serif;
	text-transform:capitalize;
	position:relative;
	float:right;
}
/* END Video Page */


/* BEGIN Get Active Page */
.pageid-3 .entry-content .banner {
	display:block;
	width:600px;
	height:200px;
	position:relative;
}
.pageid-3 .entry-content .banner span {
	position:absolute;
	left:-999em;
}
#serve_whereneeded { background:url('images/banner_whereneeded.jpg') no-repeat 0 0; }
#serve_gik { background:url('images/banner_gik.jpg') no-repeat 0 0; }
#serve_safewater { background:url('images/banner_safewater.jpg') no-repeat 0 0; }
#serve_relief { background:url('images/banner_relief.jpg') no-repeat 0 0; }
#serve_medical { background:url('images/banner_medical.jpg') no-repeat 0 0; }
#serve_discipleship { background:url('images/banner_discipleship.jpg') no-repeat 0 0; }
.pledge-link, .pledge-link:visited {
	display:block;
	background:#222;
	color:#fff;
	border:0;
	font:1em Arial,sans-serif;
	margin:25px auto;
	padding:15px;
	width:450px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.pledge-link:hover, .pledge-link:active {
	background:#444;
}
/* END Get Active Page */


/* BEGIN Sign the Pledge Page */
.pageid-25 #sidebar_pledge {
	display:none;
}
.pledge {
	width:400px;
	padding-left:110px;
	margin:5px auto;
}
.pledge-one { background:url('images/pledge_1.jpg') no-repeat 0 0; }
.pledge-two { background:url('images/pledge_2.jpg') no-repeat 0 0; }
.pledge-three { background:url('images/pledge_3.jpg') no-repeat 0 0; }
.pledge h3 {
	color:#f7ce48!important;
	font:bold 1.4em "Arial Narrow",Arial,sans-serif;
}
#cforms2form {
	background:url('images/pledge_form.jpg') no-repeat 0 0;
	margin:0 auto;
	padding:42px 0 0;
	position:relative;
}
#cforms2form ol.cf-ol li { 
	padding:2px 0 3px;
	margin:0 auto!important;
	border-top:0;
}
#cforms2form label {
	display:inline-block;
	color:#fff;
	font:bold 1.2em "Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
	width:118px;
	margin:0;
	margin-right:5px;
	position:relative;
}
#cforms2form label span {
	position:absolute;
	left:-999em;
}
#cforms2form input {
	background:none;
	color:#222;
	font-size:14pt;
	padding:7px 3px;
	*padding:6px 3px;
	margin:0;
	border:0;
	width:313px;
}

#cf2_field_5,
#cf2_field_6 {
	width:172px!important;
}
#cforms2form #cf2_field_7 {
	margin-left:122px;
	width:auto;
}
#cforms2form #li-2-7 label {
	display:inline-block;
	color:#ccc;
	font:normal .8em Arial,sans-serif;
	text-transform:none;
	margin:0 0 0 3px;
	position:relative;
	width:280px;
	
}
#cforms2form #li-2-7 label span {
	display:block;
	font-size:1.2em;
	position:relative;
	left:0;
}
#cforms2form .cf-sb {
	position:relative;
}
#cforms2form input.sendbutton {
	background:url('images/pledge_submit.jpg') no-repeat 0 0;
	width:329px!important;
	height:49px;
	padding:2px 3px;
	border:0;
	text-transform:none;
	text-indent:-999em;
}
#cforms2form input.sendbutton:hover, #cforms2form input.sendbutton:focus {
	background:url('images/pledge_submit.jpg') no-repeat -329px 0!important;
}
#cforms2form .reqtxt,
#cforms2form .emailreqtxt {
	color:#000;
}
#cforms2form ol.cf-ol li.cf_li_err {
	background:none!important;
	border:0;
	padding:2px 0 3px!important;
	margin:0 auto!important;
}
#cforms2form ol.cf-ol li.cf_li_err input {
	background:#6d0000;
	color:#fff;
}
#cforms2form ol.cf-ol li.cf_li_err .reqtxt,
#cforms2form ol.cf-ol li.cf_li_err .emailreqtxt {
	color:#fff;
}
.pageid-25 div.success {
	display:block;
	background:#222;
	border:0;
	font:bold 1.2em "Arial Narrow",Arial,sans-serif;
	margin:25px auto;
	padding:0;
	width:450px;
	text-align:center;
}
.pageid-25 div.success a, .pageid-25 div.success a:visited {
	color:#ccc!important;
	text-decoration:none!important;
}
/* END Sign The Pledge Page */


/* BEGIN Donate Page */
.pageid-5 { padding-bottom:350px;}
.pageid-5 .xoxo {display:none;}
.pageid-5 #content {margin:0!important;}
.pageid-5 .intro,
.pageid-5 .fine {
	display:block;
	width:600px;
}
.donate_button {
	display:block;
	background:url('images/donate_button.jpg') no-repeat 0 0;
	color:#aaa;
	font:.9em Arial,sans-serif;
	width:380px;
	height:85px;
	padding:25px;
	margin:15px;
	position:relative;
	float:left;
}
.donate_button:hover {
	background:url('images/donate_button.jpg') no-repeat -430px 0;
}
.donate_button .title {
	display:block;
	color:#fff;
	font:bold 2.5em "Arial Narrow",Arial,sans-serif;
	letter-spacing:-1px;
}
.donate_button:hover .title {
	color:#fff;
}
/* END Donate Page */


/* BEGIN 404 Page */
.four04 #content h3 {
	color:#777;
	text-transform:none;
	font:1.4em Arial,sans-serif;
}
.four04 #content a, .four04 .hentry a:visited {
	color:#111;
	padding:3px;
}
.four04 #content a:hover, .four04 #content a:active {
	background:#111;
	color:#eee;
}
#error404-s {
	width:400px;
}
/* END 404 Page */


/* BEGIN Sidebar */
.xoxo, .xoxo ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widgettitle {
	color:#fff;
	font:bold 2em "Arial Narrow",sans-serif;
	text-transform:uppercase;
}
.xoxo li {
	margin-bottom:15px;
}
.xoxo li li {
	margin-bottom:auto;
}
#sidebar_video {
	display:block;
	background:url('images/sidebar_video.jpg') no-repeat 0 0;
	width:300px;
	height:200px;
}
#sidebar_donate {
	display:block;
	background:url('images/sidebar_donate.png') no-repeat 0 0;
	width:300px;
	height:135px;
}
#sidebar_donate:hover {
	background:url('images/sidebar_donate.png') no-repeat -300px 0;
}
#sidebar_pledge {
	display:block;
	background:url('images/sidebar_pledge.png') no-repeat 0 0;
	width:300px;
	height:180px;
}
#sidebar_gik {
	display:block;
	background:url('images/sidebar_gik.jpg') no-repeat 0 0;
	width:300px;
	height:125px;
}
#sidebar_100wells {
	display:block;
	background:url('images/sidebar_100wells.gif') no-repeat 0 0;
	width:300px;
	height:125px;
}
.sb_latest_posts_widget a.entry-title, .sb_latest_posts_widget a.entry-title:visited {
	display:block;
	color:#807f7c;
	font:bold 1.5em "Arial Narrow",sans-serif;
	line-height:22px;
	margin-bottom:0;
	text-transform:uppercase;
}
.sb_latest_posts_widget a.entry-title:hover, .sb_latest_posts_widget a.entry-title:active {
	color:#eee;
}
.sb_latest_posts_widget .entry-meta {
	background:none;
	color:#555;
	margin:0 0 15px;
	padding:0;
}
.sb_latest_posts_widget .entry-meta a, .sb_latest_posts_widget .entry-meta a:visited {
	color:#999;
}
.sb_latest_posts_widget li {
	margin-bottom:15px;
}
.sb_stay_connected_widget a:hover, .sb_stay_connected_widget a:active {
	text-decoration:none;
}
.sb_stay_connected_widget a:hover span {
	text-decoration:underline;
}
.sb_stay_connected_widget a img {
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:5px;
}
.widget_text .widgettitle {
	display:none;
}
/* END Sidebar */


/* BEGIN Articles */
.post {
	background:#ecebe7 url('images/content_bg.jpg') no-repeat 100% 0;
	color:#555;
	border:5px solid #353535;
	margin:0 auto 30px;
	padding:30px;
}
.entry-title {
	text-transform:uppercase;
	font:bold 2.5em "Arial Narrow","Trebuchet MS",sans-serif;
	line-height:1em;
	color:#000;
	line-height:30px;
	margin-bottom:6px;
}
.entry-title a, .entry-title a:visited {
	color:#000;
}
.page .entry-title {
	display:none;
}
.entry-meta {
	display:block;
	background:url('images/hr.png') no-repeat 0 100%;
	color:#777;
	text-transform:uppercase;
	font-size:.7em;
	margin-bottom:18px;
	padding-bottom:20px;
}
.entry-meta a, .entry-meta a:visited {
	color:#333;
}
.entry-meta a:hover, .entry-meta a:active {
	text-decoration:underline;
}
.entry-content {
	position:relative;
	overflow:hidden;
}
.entry-content img,
.entry-content .article-thumb img {
	background:#fafafa;
	padding:8px;
	border:1px solid #ccc;
}
.entry-content .article-thumb img {
	margin-left:15px;
	position:relative;
	float:right;
}
.entry-content h3 {
	color:#333;
	font-weight:bold;
	margin-top:30px;
}
.entry-footer {
	padding:30px 0 0;
	position:relative;
	overflow:hidden;
}
.entry-footer a, .entry-footer a:visited {
	color:#777;
	line-height:18px;
	padding-bottom:3px;
	text-transform:uppercase;
	font:bold 1em "Arial Narrow","Trebuchet MS",sans-serif;
	position:relative;
	float:left;
}
.entry-footer a:hover, .entry-footer a:active {
	color:#111;
}
.comments-link a, .comments-link a:visited {
	background:url('images/comment_bubble.png') no-repeat 0 50%;
	padding-left:25px;
	position:relative;
	float:right!important;
}
/* END Articles */


/* BEGIN Media Page */
.pageid-7 #sharethis_0 {display:none;}
#photos_title,
#media_title {
	margin-top:60px;
}
.media-list {
	list-style:none;
	margin:0;
	padding:0;
}
.media-list li {
	display:block;
	position:relative;
	overflow:hidden;
	clear:both;
}
.media-list .article-thumb img {
	background:#333;
	padding:4px;
	border:1px solid #555;
	margin:0 10px 10px 0;
	position:relative;
	float:left;
}
.media-list .article-thumb:hover img {
	background:#fff;
	border-color:#fff;
}
.media-list .title, .media-list .title:visited {
	display:block;
	color:#ccc;
	font: bold 1.8em "Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
	margin:8px 0 0;
	padding:0;
}
.media-list .title:hover {
	color:#fff;
}
.media-list .date {
	color:#333;
	font-size:.8em;
	text-transform:uppercase;
}
/* END Media Page */


/* BEGIN Galleries */
.s-category-photos #container,
.s-category-photos #content {
	margin:0 auto;
}
.s-category-photos #content p {
	width:600px;
}
.s-category-photos .post {
	background:none;
	color:#ccc;
	border:0;
	padding:0;
	margin-bottom:0;
}
.s-category-photos .entry-title {
	color:#fff;
}
.s-category-photos .sb_latest_posts_widget,
.s-category-photos #sidebar_gik,
.s-category-photos .sb_stay_connected_widget,
.s-category-photos #sidebar_100wells { display:none!important; }
.s-category-photos .sidebar {
	width:960px;
	margin:30px 0 0;
}
.s-category-photos .xoxo li {
	display:block;
	width:300px;
	margin:0 10px;
	position:relative;
	float:left;
}
.gallery-image {
	display:none;
}
#gallery-wrap {
	display:block;
	background:#222;
	font-size:.8em;
	text-transform:uppercase;
	padding:12px 0 12px 12px;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
}
.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:585px; 
}
.slideshow {
	clear: both;
	display:block;
	height:370px;
	margin-bottom: 12px;
	overflow:hidden;
}
.slideshow span.image-wrapper {float: left;}
.slideshow img {
	display: block;
	height:390px;
	width:auto;
	padding:0;
	border:0;
	background:none;
}
div.embox {}
.controls {
	position:relative;
	overflow:hidden;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}
.controls a {
	display: block;
	background:#2a2a2a;
	text-decoration: none;
	margin:0 1px;
	padding: 4px 7px 2px 7px;
	position:relative;
	float:left;
}
.controls  a:focus, .controls a:hover, .controls  a:active {
	background: #eee;
	color:#222;
	text-decoration: none;
}
.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
}
a.thumb {
	display: block;
	position:relative;
	float:left;
	width:85px;
	overflow:hidden;
}
.thumb:focus {
	outline: none;
}
.thumb img {
	background:#444;
	border: 1px solid #555;
	padding:4px;
	display: block;
	width:75px;
}
.thumbs li.selected a.thumb img,
.thumbs li a.thumb:hover img {
	background: #fff;
	border-color:#fff;
}
.pagination {
	clear: both;
	position:relative;
	float:right;
}
.pagination a,
.pagination span.current {
	background:#2a2a2a;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
.pagination a:hover, .pagination a:active {
	background-color: #eee;
	color:#222;
	text-decoration: none;
}
.pagination span.current {
	font-weight: bold;
	background:#222;
	border-color: #000;
	color: #fff;
}
.navigation .top {}
.navigation .bottom {}
/* END Galleries */


/* BEGIN Comments */
#comments h3 {
	display:block;
	color:#514d42;
	font:bold 2em "Arial Narrow",sans-serif;
	text-transform:uppercase;
	padding:5px 0;
	margin:15px 0;
}
.h3_link, .h3_link:visited {
	font:8pt Arial;
	color:#888;
}
.h3_link:hover, .h3_link:active {
	color:#eee;
}
#comments-list {
	width:540px;
	color:#777;
}
.commentlist,
.commentlist .children {
	list-style: none;
	padding: 0 0 0 120px;
	margin:0;
}
.comments {
	margin-left:10px;
	margin-bottom:10px;
}
.commentlist li {
	position:relative;
	clear:both;
	margin:10px 0;
	padding:0;
}
.comment-wrap {
	position:relative;
}
.comment-meta {
	position:absolute;
	width:120px;
	left:-120px;
}
.avatar {
	margin-right:5px;
	width:80px;
	height:80px;
}
.commentlist .fn, .formcontainer .fn {
	display:block;
	color:#514d42;
	font:bold 1em Arial,sans-serif;
	font-style:none;
	clear:left;
}
.comment-author-name, .comment-author-name:visited {
	color:#514d42;
}
.comment-author-name:hover, .comment-author-name:active {
	color:#888;
}
.comment-date {
	font-size:.7em;
	line-height:12px;
	color:#8d8982;
}
.commentlist li .entry-content {
	background:#fff;
	border:1px solid #ccc;
	padding:30px;
	position:relative;
}
.comment-arrow {
	display:block;
	background:url('images/comment_arrow.png') no-repeat 0 0;
	width:34px;
	height:38px;
	position:absolute;
	left:-32px;
	top:15px;
	z-index:10;
}
.reply-author {
	margin:0;
}
#comments .entry-content p {
	width:auto!important;
}
.comment blockquote {
	background: #eee;
	margin:-15px 1.5em 0;
	padding:5px;
}
.comment blockquote blockquote {
	background:#ddd;
	margin:1.5em;
}
.comment blockquote p {
	margin:0;
}
.comment-reply-link,
.comment-edit-link {
	font:8pt Arial;
	color:#c15c4c;
	text-transform:uppercase;
}
#trackbacks-list {
	clear:both;
	margin-top:15px;
}
#trackbacks-list ol {
	margin-left:50px;
}
.children {
	border-left:1px solid #ccc;
	padding-left:0!important;
}
.children li {
	padding-left:25px;
}
.children .comment-arrow {
	height:1px;
	width:27px;
	left:-27px;
}
.children .entry-content {
	z-index:30;
	padding-bottom:60px;
}
.children .comment-meta {
	height:40px;
	width:200px;
	left:auto;
	right:10px;
	bottom:10px;
	z-index:35;
	text-align:right;
}
.children .comment-meta .avatar {
	width:40px;
	height:40px;
	position:relative;
	float:right;
	margin-left:5px;
}
.children .comment-meta .fn {
	display:inline-block;
	clear:none;
	font-weight:normal;
	font-size:1em;
}
.children .entry-content {
	position:relative;
}
/* END Comments */


/* BEGIN Comment Form */
#respond {
	position:relative;
	width:432px;
	padding: 0 0 0 120px;
	margin: 0 25px 0 10px;
	overflow:hidden;
}
#respond h3 {
	margin:0 0 0 -120px;
}
.formcontainer {
	margin:0;
	padding:0;
	position:relative;
}
.form-label label {
	display:none;
}
.form-label span {
	position:absolute;
	left:-999em;
}
.form-label label {
	display:none;
}
.form-input input,
.form-textarea textarea {
	background:#fff;
	color:#555;
	width:400px;
	font-size:1em;
	padding:5px 5px 5px 25px;
	margin:0;
	border:1px solid #ccc;
	position:relative;
	z-index:5;
}
.form-input input {
	margin-top:3px;
}
.form-textarea textarea {
	height:180px;
	top:-2px;
	font-size:1.2em;
}
#login {
	position:relative;
	margin:0;
	float:left;
}
#author {background:#fff url('images/comments_name.gif') no-repeat 2px 50%;}
#email {background:#fff url('images/comments_email.gif') no-repeat 2px 50%;}
#url {background:#fff url('images/comments_url.gif') no-repeat 2px 50%;}
.required {
	color:#f55;
}
#comment-notes {
	position:absolute;
	top:300px;
	left:2px;
	font-size:.8em;
}
#submit {
	background:#555;
	color:#fff;
	padding:8px;
	margin-top:8px;
	border:0;
	position:relative;
	float:right;
}
/* END Comment Form */


/* BEGIN cForms */
input {
	background:#ccc;
	color:#333;
	font-size:14pt;
	padding:3px;
	border:1px solid #333;
}
.cform label {
	display:inline-block;
	color:#fff;
	font:bold 1.2em "Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
	width:175px;
	margin:0;
	margin-right:5px;
}
.cform label#label--4 {
	vertical-align:top;
}
.cform textarea, .cform input, .cform select {
	background:#ccc;
	color:#333;
	font-size:14pt;
	padding:3px;
	border:1px solid #333;
	width:250px;
}
.cform select {
	width:260px;
}
ol.cf-ol li.textonly {
	font-size:1em;
	letter-spacing:0;
}
p.cf-sb {
	text-align:right;
}
.cform input.sendbutton {
	background:#ccc;
	color:#333;
	font-size:14pt;
	width:auto!important;
	padding:2px 3px;
	margin-right:10px;
	border:1px solid #333;
	text-transform:none;
}
.cform input.sendbutton:hover, .cform input.sendbutton:focus {
	background:#fff;
}
ol.cf-ol li { 
	padding:8px 0;
	margin:0 auto!important;
	border-top:1px solid #444;
}
.cform input.text, .cform input.title, textarea, .cform select {
	margin:0;
}
.linklove { display:none; }
div.success {
	display:inline-block;
	background:#444;
	color:#fff;
	font:bold 1.2em "Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
	border:0;
	margin:0;
	padding:0;
	width:auto;
}
/* END cForms */


/* BEGIN Footer */
#footer {
	color:#444!important;
	margin:10px auto;
	padding:20px 0 10px;
	clear:both;
	font-size:.8em;
	overflow:hidden;
}
#wp_footer {
	display:none;
}
#footer_nav {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	float:left;
}
#footer_nav li {
	display:inline;
}
#footer a, #footer a:visited {
	color:#999;
}
#footer_nav li a, #footer_nav li a:visited {
	font-family:"Arial Narrow",Arial,sans-serif;
	text-transform:uppercase;
	margin:0 15px 0 0;
	position:relative;
}
#footer a.current_page_item, #footer a.current_page_item:visited,
#footer a:hover, #footer a:hover:active {
	color:#fff;
}
#footer_logos {
	height:44px;
	position:relative;
	float:right;
}
.footer_logo {
	display:block;
	height:44px;
	margin-left:30px;
	position:relative;
	float:right;
}
.footer_logo span {
	position:absolute;
	left:-999em;
}
.charity {
	background:url('images/logo_charity.png') no-repeat 0 0;
	width:85px;
}
.aerdo {
	background:url('images/logo_aerdo.png') no-repeat 0 0;
	width:92px;
}
.ecfa {
	background:url('images/logo_ecfa.png') no-repeat 0 0;
	width:45px;
}
.footer_logo:hover {
	background-position:0 -44px;
}
/* END Footer */