/*
Colors:

green: 729348;
lt green: #aee16e;
dk blue: 004160;
md blue: 2795a8;
lt blue: bdf6ff;
very lt blue: edfdff;
Very dk blue: 002030;

*/

/*
@constants {
green: 729348;
lt green: #aee16e;
dk blue: 004160;
md blue: 2795a8;
lt blue: bdf6ff;
very lt blue: edfdff;
Very dk blue: 002030;
} 
*/


/* @group CSS Reset */

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;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	background: white;
}


/* tables still need 'cellspacing="0"' in the markup */

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

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

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

br.blank {
	display: block;
	width: auto;
	height: 1em;
	margin-bottom: 1em;
}

/* @end */

html, body, div {
/* 	height: 100%; */
}

body {
	font-family: "Trebuchet MS", "Trebuchet", "Helvetica", "Arial", "Geneva", sans-serif;
	font-size: 1em;
	line-height: 140%;
	color: #000;
/* 	overflow: scroll; */
	background: url(../images/body-bg.jpg);
}

h1 {
	background-repeat: repeat-x;
	min-height: 30px;
	max-height: 64px;
	background: url(../images/h1-bg.png);
	position: relative;
	padding: 15px 25px 10px 25px; 
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	letter-spacing: .06em;
	vertical-align: baseline;
}

#post h1 {
	margin: 0 -25px 1.3em -25px

}

#post ul li {
	color: #002030 !important;
	list-style: disc !important;
	padding-left: 0px !important;
}

.current h1 {
	margin: -25px -25px 1.3em -25px

}

#content-bottom h1 {
	margin-bottom: 1.3em;
	padding: 15px 25px 10px 25px;
	clear: both;
}

h1 span {
	color: #aee16e;
}

h2 {
	font-size: 1.4em;
	font-weight: bolder;
	color: #004160;
	margin-bottom: .3em;
}

h2 span {
	color: #2795a8;
	display: block;
}

h2.searching span {
	display: inline;
}

h3 {
	font-size: 1.3em;
	color: #000;
/* 	color: #004160; */
	font-weight: bold;
	margin-bottom: 0;
	line-height: 130%;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	width: 100%;
	margin: 15px auto;
	border: 1px solid #BDF6FF;
	height: 2px;
	clear: both;
}

#content h1 a, #content h2 a, #content h3 a, h3 a:link, h3 a:visited, #content h4 a {
	text-decoration: none;
}


p {
	margin: 0 0 1em 0;
	display: block;
}



ul, ul li {
	list-style-type: disc;
}

ol, ol li {
	list-style-type: decimal;
}

strong {
	font-weight: bolder;
	display: inline;
	position: relative;
}

em {
	font-style: italic;
}

blockquote {
	padding: 1.3em;
	background: #edfdff;
	margin: 0 0 1.3em 0;
}

form {
	
}

p a {
	text-decoration: underline;
}

a {
	text-decoration: underline;	
	color: #004160;
}

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

div#wrapper {
	width: auto;
	overflow: auto;
}

div#shadows {
	margin: 0 auto 30px auto;
	background: url(../images/shadows.png) repeat-y;
	min-height: 740px;
	width: 1050px;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -525px;
	z-index: 0;
}

div#header {
	position: relative;
/* 	z-index: -1; */
	height: 135px;
	background: url(../images/header-bg.jpg) -280px ;
	width: 100%;
	display: block;
}

div#header-content {
	width: 960px;
	margin: 0 auto;
	color: #aee16e;
	font-size: 1.4em;
	top: 60px;
	position: relative;
	letter-spacing: .05em;
}

div#header-content p {
	margin-bottom: -5px;
	display: inline;
}
	
div#header-content > div {
	float: left;
/* 	height: 45px; */
}

div#header-content a.text-logo {
	background: url(../images/fyi-text-head.png) no-repeat;
	width: 408px;
	height: 30px;
	display: block;
	top: -3px;
	float: left;
	margin-right: 20px;
	position: relative;
	
}

div#container {
	width: 958px;
	margin: 0 auto;
	top: -25px;
	margin-bottom: -25px;
/* 	min-height: 100%; */
	min-height: 740px;
	min-width: 958px;
	height: 100%;
	position: relative;
	overflow: auto;
	background: #fff url(../images/container-bg2.png) 1px top repeat-y;
}

div.sidebar {
/* 	overflow: auto; */
	float: left;
	overflow: hidden;
}

div.sidebar ul {
	margin: 0 8px 30px 20px;
	list-style-type: none;
}

div.sidebar ul li {
	margin: 0 0 .5em 0;
	line-height: 130%;
	list-style-type: none;
}

div.sidebar ul ul {
	margin-top: 4px;
	margin-left: 14px;
	margin-bottom: .6em;
	list-style: square;
	font-size: .85em;
	font-style: italic;
}

div.sidebar ul ul li {
	list-style-type: square;
}

div.sidebar ul.feed {
	font-size: .85em;
}

div#secondary.sidebar ul.feed li {
	margin-bottom: 1em;
}

div#secondary.sidebar ul.feed li .date {
	font-size: .9em;
}

div.sidebar {

}

div.sidebar div.ad {
	margin: 0;
	padding: 0;
	padding-top: 40px;
	background-color: #fff;
	width: 160px;
	top: 210px;
	position: absolute;
}

div.sidebar div.ad.two {
	top: 470px;
}

div.sidebar div.ad span {
	padding: 0;
	margin-top: 20px;
	display: block;
	height: 15px;
}

div.sidebar div.ad img {
/* 	border: 2px solid #2795a8; */
	display: block;
	margin: 0 auto;
	background-color: #ccc;
}

div.sidebar div.ad {
	background: #fff url(../images/ad-top.png) repeat-x;
}

div.sidebar div.ad span {
	background: #fff url(../images/ad-bottom.png) repeat-x;
/* 	margin: 0 -10px 0 -10px; */
}

div.sidebar div.ad ul, div#secondary.sidebar div.ad ul {
	list-style: none;
	margin: 0;
}

div#secondary.sidebar div.ad {
/* 	background: #fff url(../images/ad-top-ltblu.png) repeat-x; */
	width: auto;
}

div#secondary.sidebar div.ad img {
	margin: 0;
	position: relative;
}

div#secondary div.ad span {
/* 	background: #fff url(../images/ad-bottom-ltblue.png) repeat-x; */
	width: 140px;
}

div#primary.sidebar {
	width: 160px;
	height: 100%;
	background: #fff;
	position: relative;
	height: 800px;
}

/* div#primary.sidebar div, */
div#primary.sidebar ul {
	padding-left: 15px;
	padding-right: 15px;
}

div#primary.sidebar .top {
	height: 9px;
	width: auto;
	background: url(../images/sidebar-1-top.png) no-repeat;
	margin: 0 0 25px 0;
}

div.sidebar div#logo {
	padding: 0;
	text-align: center;
}

div#logo a {
	display: block;
	margin: 0 auto;
}

div#logo img {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

/* Sidebar - Secondary */

div#secondary.sidebar {
	width: 130px;
	float: left;
	background: #bdf6ff;
	padding: 30px 0 20px 0;
}

body.post div#secondary.sidebar {
	background: url(../images/sidebar-secondary-bg.jpg) repeat-x;
}

div#secondary.sidebar ul {

}

div#secondary.sidebar ul li {
	font-size: .9em;
	color: #729348;
	line-height: 125%;
	margin-bottom: 8px;
}

div.sidebar a {
	text-decoration: none;
	color: #004160;
}

div.sidebar a:hover {
	color: #2795a8;
}

div.sidebar li.current_page_item a {
	color: #729348;
}

div.sidebar ul.subpages {
	background: url(../images/subpage-gradient-bg.png) repeat-y;
	margin: 0 0 0 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 8px;
	position: absolute;
/* 	top: 172px; */
/*	top: 187px;
*/
	top: 225px;
	width: 110px;
}

div#secondary.sidebar ul li.parent_page {
	text-transform: uppercase;
	color: #2795a8;
	font-style: italic;
}

.sidebar span.date {
	display: block;
}

div#sidebar-bottom {
	font-size: .7em;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #004160;
	height: auto;
	vertical-align: bottom;
}

div#sidebar-bottom ul {
	float: left;
	width: 160px;
	list-style: none;
}

div#sidebar-bottom ul li {
	list-style-type: none;
}

#sidebar-bottom ul.contact {
	position: absolute;
	bottom: 10px;
}

#sidebar-bottom ul.sidebar-logos {
	position: absolute;
	bottom: 10px;
	left: 160px;
}

#sidebar-bottom ul.sidebar-logos li {
	margin-top: 1em;
}


div#fuller-logo {
	width: 111px;
	height: 45px;
	left: 160px;
	bottom: 10px;
	position: absolute;
}

div#fuller-logo a {
	background: url(../images/fuller-logo.png) no-repeat;
	width: 111px;
	height: 45px;
	display: block;
}

div.shadows {

}

/* @group Content */

div#content {
	position: relative;
	background: white;
	width: 660px;
	float: right;
	padding: 0;
	margin: 0;
	font-size: .85em;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	min-height: 790px;
	height: 100% !important;
	height: auto;
	z-index: 5;
}

div#content a {
}

div#content ul, div#content ol {
	margin: 0 0 1.3em 1.5em;
}

div#flashcontent {
/* 	background: #fff; */
/* 	border: 4px #2795a8 solid; */
	margin: 0;
	position: relative;
/* 	top: 28px; */
/* 	left: 40px; */
	background: url(../images/flashcontent-bg.png) no-repeat;
	/*overflow: hidden; #*/
/* 	overflow: auto; */
	width: 580px; 
	
}

object#banner {
	width: 580px;
	
}

div#slideshow1 {
	display: none;
	position: absolute;
	top: 100px;
	left: 340px;
}

div#slideshow1 a {
	width: auto;
	height: auto;
}

div#slideshow1 img {
	width: 572px;
	height: 365px;
	display: block;
	position: relative;
}

#slideshow {
    position:relative;
    height:365px;
    width: 572px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow a.active {
    z-index:10;
}

#slideshow a.last-active {
    z-index:9;
}


div#content-bottom {
	background: url(../images/content-bottom-bg.jpg);
	overflow: hidden;
	min-height: 270px;
	margin: 0 0 0 0;
	width: 660px;
	line-height: 125%;	
}

div#content-bottom.feeds {
	background: url(../images/bg-texture-ltblue.jpg);
	padding: 0;
	width: 660px;
}


.feeds h3 span {
	color: #2795a8;
	display: block;
}

div#content .bottom a {
	text-decoration: none;
}

div#content .bottom ul {
	width: 165px;
	float: left;
	position: relative;
/* 	overflow: auto; */
	height: 100%;
	margin: 0;
	list-style: none;	
}

div#content .bottom ul ul {
	width: auto;
}

div#content-bottom a.post-title {
	font-size: .9em;
	line-height: 120%;
}

div#content .bottom a.post-title span {
	color: #004160;
	display: block;
	font-size: .95em;
	line-height: 125%;
}

div#content .bottom ul.latest-blog-entry {
	min-height: 360px;
}

div#content .bottom ul li.head  {
	background-repeat: repeat-x;
	height: 32px;
	background: url(../images/content-bottom-head-bg.png) repeat-x;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #aee16e;
	font-size: 20px !important;
	margin-bottom: .8em;
	list-style: none;
}

div#content ul li {
	word-wrap: break-word;
	word-break: loose;
	padding: 0 10px 0 26px;
	line-height: 130%;
/* 	overflow: auto; */
	color: #bdf6ff;
	margin-bottom: 1em;
	font-size: 1.0em;
	list-style: none;
	line-height: 125%;
	
}

div#content .bottom ol li {
	margin-bottom: .8em;
	font-size: .9em;
	padding: 0;
	list-style: decimal;

}

div#content .bottom div {
	margin: 0 25px 0 25px;
	overflow: auto;
	clear: both;
}

#content-bottom .recent-comments li  {
	word-break: break-strict;
	word-wrap: break-word;
	font-size: .9em;
}

div#content .bottom h2 {
	background-repeat: repeat-x;
	height: 32px;
	background: url(../images/content-bottom-head-bg.png);
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	color: #aee16e;
	font-size: 20px;
	margin-bottom: .8em;
	clear: both;
}

#content-bottom p {
	font-size: .95em;
	line-height: 125%;
}

.bottom span.date {
	color: #fff;
	display: block;
	font-size: .9em;
	color: #bdf6ff;
	margin-bottom: .2em;
}

.bottom h4 {
	margin-bottom: 8px;
	padding-left: 25px;
}

.bottom span.author {
	margin-top: .2em;
	font-size: .85em;
	line-height: 125%;
	display: block;
}

#content .bottom span.author a {
	color: #bdf6ff;
	text-decoration: none;
}

#content .bottom span.author a:hover {
	color: #bdf6ff;
	text-decoration: underline;
}


.bottom li.head span {
	color: #fff;
	font-size: 12px;
	display: block;
	margin: 0;
	line-height: 100%;
}

div#content .bottom ul.latest-blog-entry {
	background: url(../images/bottom-blog-bg.png) repeat-x;
	height: 100%;
	color: #fff;
	font-size: 1.1em;
/* 	overflow: auto; */
}

ul.latest-blog-entry li a {
	color: #fff;
}

ul.st-related-posts {
	margin: 0;
}

#content-bottom ul ul.st-related-posts li {
	margin: 0;
	margin-bottom: 1em;
	padding-right: 0;
	padding-left: 0;
}

div#section-header {
	width: auto;
	height: 120px;
}

body.Resources div#section-header {
	background: url(../images/header_resources.jpg) no-repeat;
}
body.urban div#section-header {
	background: url(../images/header_urban.jpg) no-repeat;
}
body.college-transition div#section-header {
	background: url(../images/header_college-transition.jpg) no-repeat;
}
body.intergenerational-ministry div#section-header {
	background: url(../images/header_intergenerational.jpg) no-repeat;
}
body.deep-justice div#section-header {
	background: url(../images/header_deep-justice.jpg) no-repeat;
}

/* @end */

/* @group Post */

#post {
	color: #002030;
	padding: 25px 25px 0 25px;
	height: 100%;
	min-height: 300px;
/* 	overflow: hidden; */
/* 	overflow: auto; */
	zoom: 1;
	position: relative
	
}

#post p {
	line-height: 150%;
	position: relative;
}

#post a {
	text-decoration: underline;
}

#post h1 a, #post h2 a, #post h3 a, #post h4 a {
	text-decoration: none;
}

h1 span.back-to-main {
	font-size: .8em;
	letter-spacing: 0;
	position: absolute;
	right: 25px;
}

#post .search {
	float: left;
	right: auto;
	position: relative;
}

div.post-head {
	display: block;
	overflow: auto;
	height: 100%;
	margin-bottom: 0;
	padding: 25px 25px 0 25px;
	position: relative;
}

div.entry, #content .bottom div.entry {
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #bdf6ff;
	overflow: auto;
}

div.entry p a, div.meta p a, div#post p a {
	text-decoration: underline;
}

div.entry .post-meta {
	margin-bottom: 1em;
}

#content .entry a div.post-image-thumb, #content .entry a.post-image-link {
	float: left;
	display: block;
}

#content .entry .entry-content, .entry-content {
/* 	margin-left: 400px; */
	float: right;
	width: 510px;
	display: inline;
	margin: 0 0 0 0;
	overflow: auto;
	clear: none;
}

.current .entry-content {
	width: 470px;
}

#content-bottom .entry img, .current img {
	float: left;
}

div.post-meta {
	color: #2795A8;
	font-size: .9em;
}

p.post-tags a {
	text-decoration: underline;
}

div.post-author {
	overflow: auto;
	position: relative;
	display: block;
	left: 0;
	width: auto;
}

div.post-author.blog {
	float: left;
	margin: 0 0 0 0;
}

div.post-author img {
	float: left;
	margin: 0 0 5px 0;
	border: solid 1px black;
	height: 100px;
	width: auto;
	display: block;
}

div.post-author a {
	float: left;
	display: block;
	text-align: left;
}

div.post-author img.author-image {
	float: left;
	margin: 0 15px 15px 0;
	border: solid 1px black;
	width: auto;
	height: auto;
	display: block;
}

div.coauthor_userphoto {
	display: block;
	height: 140px;
	margin: 0 15px 15px 0;
	overflow: visible;
	position: relative;
	float: left;
}


div.coauthor_userphoto a {
	float: left;
	clear: left;
	
}

div#post-image-buttons {
	display: inline;
	/*
position: relative;
	top: 0;
	left: 0;
*/
	width: auto;
	float: left;
/* 	max-width: 45%; */

}

p.byline {
	margin-bottom: .2em;

}

.byline a {
	font-size: 1.2em;
	font-style: italic;
	text-decoration: none;
	color: #2795a8;
	
}

p.author-meta {
	color: #2795a8;
	font-size: .9em;

}

p.author-meta a {
	font-size: .9em;
	color: #729348;

}

div#post h1, div#post h2, div#post h3, #content a.button, div.post-author {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, Geneva, sans-serif;
	line-height: 130%;
}

div.post-head h2 span {
	color: #2795a8;
	display: block;
	font-style: italic;
}

div.post-head img.post-image {
	border-right: 7px;
	border-bottom: 7px;
	border-color: #2795a8;
	border-style: solid;
/* 	min-width: 180px; */
	min-height: 200px;
	min-width: 100px;
	width: auto !important;
	height: auto !important;
	width: 300px;
	max-width: 300px;
	max-height: 300px;

	margin: -25px 25px 25px -25px;
	padding: 0;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	position: relative;
	float: left;

}

div.post-head img.post-image.default {
	padding: 20px;
	max-width: 210px;
}

img.post-image-thumb {
	width: 70px;
	height: auto;
	border: 2px solid #729348;
	margin-right: 1em;
	margin-bottom: 0;
	float: left;
}

/* Post Actions */
div.post-actions {
	width: auto;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	left: 0;
}

div#post-title-author {
/* 	top: 0; */
	max-width: 300px;
	width: auto;
	display: inline;
/* 	float: left; */
}

a.back-to-top {
	float: left;
	margin-right: 1em;
}

/* @end */

div#comments {
	margin:  2em -25px 0 -25px;
	padding: 25px;
	background: #edfdff url(../images/footnotes-head-bg.png) repeat-x;
}

div#comments textarea {
	width: 90%;
}

div#comments ol.commentlist {
	margin: 1em 0 0 1.5em;
}

div.footnotes {

}

a.footnote-link:link, a.footnote-link:visited {
	color: #2795a8;
}

sup {
	font-size: .9em;
	vertical-align: top;
}

div#content ol.footnotes {
	color: #2795a8;
	font-size: 1em;
	margin: 25px -25px 0 -25px;
	padding: 25px;
	background: #edfdff url(../images/footnotes-head-bg.png) repeat-x;
	display: block; 
}

ol.footnotes li {
	margin: 0 0 1em 2em;
}

div#footer {
	width: 958px;
	position: relative;
	background: url(../images/footer-bg.png) no-repeat top;
	min-height: 25px;
	margin: 0 auto;
	margin-bottom: 25px;
	bottom: 0;
	font-size: .7em;
	color: #2795a8;
	text-align: center;
	overflow: auto;
	padding-top: 35px;
}

div#footer ul {
	margin: 0 auto;
	overflow: auto;
	display: block;
	top: 30px;
	position: relative;
}

div#footer ul li {
	margin-right: 14px;
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #004160;
}

span.separator {
	margin: 0 .7em;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:hover {
	color: #004160;
	text-decoration: underline;
}

/* @group Search */

div#header-content form#searchform {
	display: block;
	height: auto;
}

div#header-content form#searchform div {
	float: right;
}

div.search {
	position: absolute;	
/* 	width: 200px; */
	width: auto;
	right: 0;
	top: 0;
	overflow: hidden;
}

span.search-button {
	background: url(../images/button-medblue-bg-right.png) no-repeat scroll top right;
	height: 19px;
	padding-right: 10px;
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
}

input#searchsubmit {
	background: url(../images/button-medblue-bg-left.png) no-repeat;
	height: 19px;
	padding: 2px 0px 5px 10px;
	line-height: 12px;
	border: 0;
	color: #fff;
	display: block;
}

input#searchsubmit:hover {
	color: #bdf6ff;
}

form#searchform span.textinput {
	background: url(../images/input-bg-right.png) no-repeat top right;
	margin-right: 10px;
	height: 21px;
	display: block;
	float: left;
	padding-right: 10px;
}

form#searchform span input#s {
	background: url(../images/input-bg-left.png) no-repeat top left;
	border: 0;
	height: 17px;
	display: block;
	width: 110px;
	font-size: 12px;
	margin-right: 0;
	color: #000;
	padding: 3px 0px 2px 8px;	

}

/* @end */

/* @group Buttons */

#content a.button {
	height: 19px;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
}

#content a.button:link, #content a.button:visited, #content a.button:hover, #content a.button:active {
	text-decoration: none;

}

#content a.button span {
	height: 13px;
	float: left;
	padding: 3px 0px 3px 10px;
	line-height: 12px;
	text-decoration: none;
}

#content a.button.blue {
	background: url(../images/button-blue-bg-right.png) no-repeat scroll top right;
	text-decoration: none;

}

#content a.button.blue span {
	background: url(../images/button-blue-bg-left.png) no-repeat;
}

#content a.button.med-blue {
	background: url(../images/button-medblue-bg-right.png) no-repeat scroll top right;
	text-decoration: none;

}

#content a.button.med-blue span {
	background: url(../images/button-medblue-bg-left.png) no-repeat;
}

#content a.button.green {
	background: url(../images/button-green-bg-right.png) no-repeat scroll top right;

}

#content a.button.green span {
	background: url(../images/button-green-bg-left.png) no-repeat;

}

#content a.button.green hover, #content a.button.green span:hover {
	color: #AEE16E;
} 

#content a.button:hover, #content a.button span:hover {
/* 	background-position-y: bottom; */
	color: #bdf6ff;
}

/* @end */

/* begin Podcast Audio */
.pod_audio {
	background: #edfdff;
	border: 2px solid #bdf6ff;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 0;
	display: block;
}

.pod_audio a {
	text-decoration: underline;
}

#pod_audio_1 {
	margin-left: 1em;
}



.podcasting_text_below {
	display: block;
}

/* end Podcast Audio */

.imagereplace { 
-x-system-font:none !important;
display:inline-block;
font-family:Arial !important;
font-size:0pt !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:0pt !important;
overflow:hidden;
text-indent:-3000px;
vertical-align:bottom;
}

/* FEED List */
ul.feeds {
	margin: .5em 0 1em 0;
}
ul.feeds li {
	list-style-image: 	url(../images/feed-icon-16x16.png);
	margin: 0 0 .3em 1.6em;
}

/* Thickbox Styles */

.thickbox-closed {
	display: none;
}

#TB_window {
background:#FFFFFF none repeat scroll 0 0;
border: 7px solid #77C2D4;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
position: relative;
padding: 10px;
text-align:left;
top:50%;
left:50%;
z-index: 102;

}

#TB_window iframe {
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}



/* Image Align classes */
img.alignleft {
	float: left;
	padding: 0 1.3em 1.3em 0;
	display: inline;
}

img.alignright {
	float: right;
	padding: 0 0 1.3em 1.3em;
	display: inline;
	
}

.current {
	padding: 0 25px 25px 25px;
	margin: 25px;
	background: #aee16e;
	overflow: auto;
}

div.current h1 {
	margin: 0 -25px 25px -25px;
}

div.wrap {
	float: left;
	padding: 0;
	margin: 0;
}

/* Populary Contest Plugin */
.akpc_pop {
	display: none;
}

.date {
	font-style: italic;
}
    
    
/* pagebar */

/*
green: 729348;
lt green: #aee16e;
dk blue: 004160;
md blue: 2795a8;
lt blue: bdf6ff;
very lt blue: edfdff;
Very dk blue: 002030
*/

.pagebar {
	padding: 0;
	margin-right: 0.1em;
	margin-bottom: 1.5em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
}

 .pagebar a,.pageList .this-page, #post .pagebar a {
	border: 1px solid #002030;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

#post .pagebar a:visited, .pagebar a:visited {
	border: 1px solid #004160;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

#post .pagebar .break, .pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2795A8;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2795A8;
	color: #fff;
	text-decoration: none;
}

.pagebar a:hover, #post .pagebar a:hover {
	border-color: #2795a8;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}


/* WP Editor */

.wrap div#editorcontainer ul li, .wrap div#editorcontainer ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 1.3em;
}

.clear {
    overflow: hidden;
    width: 100%;
}

.small {
	font-size: .85em;
}

div.top-button {
	clear: right;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1em;
}



/* E-Journal */

table.ejournal td {
	padding: 0 0 0 0;
}

table.ejournal tr {
	border-top: 1px solid #BDF6FF;
	padding: 15px 0;
}

table.ejournal td {
}

/*
img.ejournal-thumbnail,  {
	clear: left;
	width: 150px;
	height: auto;
}
*/

div.ejournal img {
	clear: left;
	width: 150px;
	height: auto;
}

div.ejournal div, div.ejournal p.imagewrap {
	margin-left: 170px;
}


/* Deep Justice Stories */

#content-bottom .post-image-link .photo {
border:2px solid #729348;
float:left;
height:auto;
margin-bottom:0;
margin-right:1em;
width:70px;
}


/* Featured Articles */

div#featured {
/* 	background: url(../images/featured-bg.jpg) no-repeat; */
	background: url(../images/featured-bg2.jpg) no-repeat;
	height: 373px;
	position: relative;
 	padding: 27px 40px; 
	width: auto;
	zoom: 1;
}


#home div#featured {
	height: auto;
	padding:27px 69px;
/* 	border: 2px solid #fff; */
}

#home div#featured object {
/* 	border: 2px solid #fff; */
	overflow: auto;
	height: 293px;
	width: 521px;
	z-index: 10;
	zoom: 1;	
}

div#content .featured-articles {
	padding: 25px 35px;
	overflow: auto;
	background: url(../images/featured-articles-bg.png);
	overflow: hidden;
	margin: 0;
	width: auto !important;
	width: 590px;
	height: 80px;
/* 	z-index: -5; */
	zoom: 1;
	
}

div#content .featured-articles li {
/*
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	width: 625px;
*/
}

div#content .featured-articles ul {
	position: absolute;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
/* 	width: 9999px; */
}

.featured-articles img {
	border: 2px solid #aadb6b;
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 20px;
	display: block;
}

div#content .featured-articles li {
	float: left;
	width: 270px;
	margin: 0 0 0 40px;
/* 	padding-right: 30px; */
	overflow: auto;
	padding: 0;
	display: inline;

}

.featured-articles .view-all {
	display: none;
}

.article-panel {
	margin-bottom: 2em;
	overflow: auto;
}

/*
.article {
	overflow: auto;
}
*/

.featured-articles h3 {
	line-height: 130%;
	vertical-align: bottom;

}

.featured-articles h3 a {
	color: #fff;
	font-size: .9em;
	line-height: 120%;
}

.featured-articles h3 span {
	color: #aadb6b;
	font-style: italic;
	font-size: .8em;
	display: block;
}

.featured-articles p {
	margin-bottom: 0;
}

span#nextBtn a, span#prevBtn a, .next a, .back a, a.next, a.back, a.forward {
	background: url(../images/featured-arrows.png) top right no-repeat;
	height: 130px;
	display: block;
	position: absolute;
	padding: 0px 5px;
	top: 348px;
	text-indent: -9999px;
	width: 10px;
	z-index: 20;
}

span#prevBtn a, .back a, a.back {
	left: 8px;
	background-position: center left;
	
}

span#nextBtn a, .next a, a.next, a.forward {
	right: 8px;
	background-position: center right;

}

.recent-blog-entry {
	padding: 25px;
	background: url(../images/recent-blog-bg.jpg);
	color: #fff;
	overflow: auto;
	
}

.recent-blog-entry h2 {
	color: #aee16e;
	font-size: 1.5em;
	width: 90px;
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	font-style: italic;
}

.recent-blog-entry p {
	margin-bottom: 0;
}

.recent-blog-entry a {
	color: #bdf6ff;
}

.recent-blog-entry a:hover {
	color: #fff;
}

.recent-blog-entry .meta {
	float: right;
/* 	margin-bottom: 20px; */
}

.column {
	width: 49%;
	float: left;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}