/*   
Theme Name: FreedomChurch
Theme URI: http://www.freedomchurch.tv
Description: Freedom Church Theme
Author: David Leggett
Author URI: http://www.theleggett.com/
Version: 1.0
.
General comments/License Statement if any.
.
*/

body {
	margin:0px;
	background:#fff;
}
body#frontpage {
	background:#9c9c9c url(images/grey-bg-tile.jpg);
}
div#masthead {
	background:#fff url(images/masthead-bg.png) repeat-x;
	height:121px;
}
.wrapper {
	width:960px;
	padding:0px 20px;
	margin:0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	display:none;
}
/* BANNER */
.banner {
	width:321px;
	display:block;
	height:121px;
	margin-left:20px;
	float:left;
}
.banner h1 {
	margin:0px;
}
.banner h1 a {
	display:block;
	height:121px;
	width:321px;
	background:url(images/banner-h.png) no-repeat;
	position:absolute;
	top:15px;
}
.banner h1 span {
	display:none;
}
/* MAIN NAV */
.mainnav {
	width:580px;
	float:right;
	height:120px;
	overflow:hidden;
	text-align:right;
}
.mainnav ul {
	list-style:none;
	display:block;
	text-align:right;
	padding:0px;
	margin:0px;
}
.mainnav ul li {
	display:inline;
	margin-right:20px;
	line-height:120px;
}
.mainnav ul li a {
	color:#3476a8;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Helvetica, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.mainnav ul li a:hover {
	color:#151515;
	text-decoration:underline;
}

/* FEATURED CONTENT HOME PAGE */
#featuredcontent {
	background:#242424;
	border-bottom:1px solid #fff;
}
#featuredcontent .wrapper {
	padding-top:20px;
	padding-bottom:20px;
}
/* FRONT PAGE BOTTOM CONTAINER */
#frontpage-bottom {
	border-top:1px solid #888988;
}
#frontpage-bottom {
	background:url(images/grey-bg.jpg) top center no-repeat;
}
h2.freedomblog {
	background:url(images/freedom-blog.jpg) no-repeat;
	width:560px;
	height:96px;
	margin:0px;
}
.left {
	float:left;
	width:560px;
	margin-left:20px;
	min-height:331px;
}
.right {
	width:340px;
	float:right;
	margin-right:20px;
}
/* SOAPBOX */
.soapbox {
	background:#183345 url(images/people-bg.jpg) top center no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:20px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #bec3c7;
	border-left:1px solid #2f2f2f;
	border-top:1px solid #3c3c3c;
}
.soapbox h4 {
	height:40px;
	margin:0px;
}
.twtr-tweet-wrap {
	margin:20px 5px;
	border:none !important;
}
.twtr-tweet {
	border:none !important;
}
.soapbox .tweet {
	margin:0px 20px 20px 20px;
}
.twtr-tweet-text {
	margin:0px;
	color:#eef1f3;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
.twtr-tweet-text p a {
	color:#87adc5;
}
.twtr-tweet-text p a:hover {
	color:#fff;
}
.soapbox .tweet p cite {
	color:#87adc5;
}
a.twtr-user {
	color:#87adc5;
}
a.twtr-user:hover {
	color:#fff;
}
.soapbox .tweet p cite a.date {
	text-decoration:none;
}
.soapbox .followus a {
	background:url(images/follow-twitter-blue-bg.png) top center no-repeat;
	display:block;
	height:38px;
}

/* FRONT PAGE POSTS */
body#frontpage .post, #maincontent.archive .post {
	margin-bottom:20px;
	padding-right:20px;
}
body#frontpage .post p.postdate, .currentlyviewing, #maincontent.archive .post p.postdate, .sidebar-blog p.postdate {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-style:italic;
	font-size:13px;
	text-shadow:-1px -1px 0px #777777;
	margin:0px;
}
#maincontent.archive .post p.postdate {
	color:#333;
	text-shadow:1px 1px 1px #ccc;
}
.sidebar-blog p.postdate {
	color:#aaa;
	text-shadow:1px 1px 1px #ddd;
}
body#frontpage .post h3, #maincontent.archive .post h3 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:19px;
	color:#1a3f63;
	margin:3px 0px 0px 0px;
	font-weight:normal;	
}
body#frontpage .post h3 a, #maincontent.archive .post h3 a {
	color:#1a3f63;
	text-decoration:none;
}
#maincontent.archive .post h3 a {
	color:#0f71a9;

}
body#frontpage .post h3 a:hover, #maincontent.archive .post h3 a:hover {
	color:#1672b1;
}
#maincontent.archive .post h3 a:hover {
	color:#222;
}
body#frontpage .post .excerpt p, #maincontent.archive .post .excerpt p {
	margin:3px 0px 7px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#323232;
}
body#frontpage .post .excerpt p.readmore a, #maincontent.archive .post .excerpt p.readmore a {
	color:#2b445c;
}
#maincontent.archive .post .excerpt p.readmore a {
	color:#0f71a9;
}
body#frontpage .post .excerpt p.readmore a:hover, #maincontent.archive .post .excerpt p.readmore a:hover {
	color:#000;
}
.oldposts a {
	background:url(images/old-posts.jpg) top left no-repeat;
	display:block;
	width:160px;
	height:32px;
}
.oldposts a:hover {
	background-position:bottom left;
}
/* FOOTER */
#footer {
	margin-top:100px;
	padding-bottom:50px;
}
#footer .column {
	margin-left:20px;
	float:left;
	width:270px;
	padding-bottom:40px;
}
#footer .widecolumn {
	margin-left:20px;
	float:left;
	width:340px;
	padding-bottom:40px;
}
#footer .fullcolumn {
	clear:both;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:20px;
}
#footer .fullcolumn p {
	margin:0px;
}
#footer .fullcolumn p br {
	margin:10px;
}
#footer .fullcolumn p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#222;
}
#footer .fullcolumn p a:hover {
	color:#3476a8;
}
#footer h5 {
	font-size:14px;
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px 0px 5px 0px;
}
#footer ul a {
	color:#0d4260;
	text-decoration:none;
}
#footer p a, #greydivider a {
	color:#0d4260;
}
#footer p a:hover, #footer ul a:hover, #greydivider a:hover {
	color:#000;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#footer ul li {
	margin-bottom:3px;
	color:#333;
}
#footer p {
	margin-top:0px;
	margin-bottom:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
}
/* GREY DIVIDER */
#greydivider {
	background:url(images/grey-bg-tile.jpg);
	border-top:1px solid #888988;
}
#greydivider .wrapper {
	padding-bottom:15px;
	background:url(images/grey-bg2.jpg) top center no-repeat;
}
#greydivider p {
	margin:0px 0px 0px 20px;
	color:#222;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#greydivider span.currentlyviewing {
	padding-top:30px;
	display:block;
	margin-left:20px;
}
#greydivider p.description {
	margin-top:15px;
	width:400px;
}
#greydivider.freedomblog div.heading, #greydivider.aboutfreedom div.heading, #greydivider.getinvolved div.heading, #greydivider.contact div.heading, #greydivider.media div.heading {
	background-image:url(images/headers.png);
	display:block;
	width:400px;
	height:32px;
	overflow:hidden;
	margin-left:20px;
	margin-top:5px;
}
#greydivder.freedomblog div.heading {
	background-position:top;
}
#greydivider.aboutfreedom div.heading {
	background-position:0 -62px;
}
#greydivider.getinvolved div.heading {
	background-position:0 -31px;
}
#greydivider.contact div.heading {
	background-position:0 -128px;
}
#greydivider.media div.heading {
	background-position:0 -96px;
}
/* MAIN CONTENT */
#maincontent {
	background:url(images/fade.png) repeat-x;
}
#maincontent .post {
	margin-top:40px;
	padding-right:20px;
}
#maincontent .post h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px;
	font-size:32px;
}
#maincontent .post h2 a {
	color:#0f71a9;
	text-decoration:none;
}
#maincontent .post h2 a:hover {
	color:#222;
}
#maincontent .post h3 {
	margin:40px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e35c37;
	font-weight:normal;
	font-size:18px;
}
#maincontent .post img {
	border:0px;
}
#maincontent .post p.postmetadata {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#888888;
	font-style:italic;
	font-size:12px;
	padding-bottom:10px;
}
#maincontent .post p.postmetadata a, .staffmember a {
	color:#555;
}
#maincontent .post p.postmetadata a:hover, .staffmember a:hover {
	color:#222;
}
#maincontent .post .thecontent p, #maincontent .post .thecontent ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	line-height:18px;
	margin-top:10px;
	margin-bottom:5px;
}
#maincontent .post .thecontent p a, #maincontent .post .thecontent ul a {
	color:#0f71a9;
}
#maincontent .post .thecontent p a:hover, #maincontent .post .thecontent ul a:hover {
	color:#222;
}
#maincontent .right {
	margin-top:40px;
}
.greybox h4 {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#282828;
	padding-bottom:5px;
	border-bottom:1px dotted #787878;
}
.greybox {
	background:#e7e7e7;
	border:1px solid #c3c3c3;
	padding:15px 15px 10px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.greybox p {
	margin:5px 0px 5px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
.feature img {
	border:none;
	margin-bottom:10px;
}
.footercontainer {
	background:#f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:20px;
	padding-bottom:20px;
}
/* IMAGE CONTAINER */
.image-container {
}
.center {
	text-align:center;
}
#maincontent .post .image-container p.caption {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777;
	font-style:italic;
	font-size:12px;
}
/* contact page */
.staffmember {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	clear:both;
	display:block;
	height:130px;
	line-height:18px;
}
.staffmember p {
	margin-top:0px;
}
.staffmember img {
	float:left;
	padding:15px 0px;
	width:100px;
	height:100px;
	margin-right:15px;
}
.padtop {
	padding-top:47px;
}
.padtop2 {
	padding-top:72px;
}
.padtop3 {
	padding-top:59px;
}

/* Sidebar Blog */
.sidebar-blog h3 {
	margin:5px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#379ce3;
	font-weight:normal;
	font-size:16px;
}
.sidebar-blog h3 a {
	color:#379ce3;
}
.sidebar-blog h3 a:hover {
	color:#222;
}
.sidebar-blog p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	line-height:18px;
	margin-top:10px;
	margin-bottom:5px;
}
.program {
	margin-top:20px;
	clear:both;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	line-height:18px;
	margin-top:30px;
	margin-bottom:5px;
}