/*
Theme Name: Greenleaf Family Center
Theme URI: http://www.jasonburgess.com/
Description: Greenleaf Family Center.
Author: Jason Burgess
Author URI: http://jasonburgess.com
Version: 1.0

.

*********************************************
*   Basics & Typography                       *
***********************************************/
BODY
{
	margin: 0;
	padding: 0;
	background: #151515 url(images/pagebk.jpg) no-repeat top center;
	font: 90.5% "Trebuchet MS", Helvetica, "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
	color: #444;
	text-align: center;
}
P, OL, UL
{
	/*[disabled]line-height:127%;*/
}
OL
{
/*to be styled*/
}
UL
{
/*to be styled*/
}
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	font-style: normal;
	font-weight: 500;
	background: transparent;
	color: #303030;
	letter-spacing: -1px;
}
H1
{
	font-size: 30px;
}
H2
{
	font-size: 25px;
	color: #77AF02;
	padding: 8px 0 0;
}
H3
{
	font-size: 22px;
	color: #74AB01;
}
H4
{
	font-size: 0px;
	color: #545452;
}
H4, H5
{
	font-size: 19px;
	letter-spacing: -1px;
}
H5
{
	padding: 3px 0px 3px 5px;
	background-color: #E3E3E3;
	color: #686868;
	border: 1px solid #9D9D9D;
	margin: 8px 0;
}
H6
{
	color: #589842;
	font-size: 18px;
	border-bottom: 1px solid #CFCDCD;
	margin-bottom: 10px;
	margin-top: 21px;
}
A:link
{
	color: #2941F4;
	text-decoration: underline;
}
A:visited
{
	color: #2941F4;
	text-decoration: underline;
}
A:hover
{
	color: #4A5265;
	text-decoration: underline;
}
#userdefinedone UL, #userdefinedtwo UL
{
	list-style-type: none;
}
A:active
{
	color: #2F63B3;
	text-decoration: underline;
}
BLOCKQUOTE
{
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
}
CODE
{
	background: #AFAFAF;
	cursor: text;
	font-family: "Courier New", Courier, monospace;
}
SMALL
{
	font-size: 0.8em;
}
INPUT, TEXTAREA, SELECT
{
}
#searchform INPUT#s
{
	background-color: transparent;
	border: 1px none transparent;
	background-image: url(images/search_bg_trans.png);
	background-repeat: no-repeat;
	background-position: -5px -3px;
	height: 28px;
	width: 160px;
	padding: 4px 0 0 35px;
	color: #424141;
	font-size: 12.1pt;
}
FORM
{
}
IMG
{
}
A IMG
{
	border: 0px solid #000000;
}
IMG.noborder
{
	border: none;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	text-align: center;
}
.alignleft
{
	float: left;
	margin-right: 10px;
}
.alignright
{
	float: right;
	margin-left: 10px;
}
.subtitle_1
{
	font-size: 14px;
}
/**********************************************
*   Structure   *
***********************************************/
#wrapper
{
	width: 819px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	font-size: 1.3em;
}
#header
{
	height: 123px;
	text-align: left;
}
#logo
{
	background-image: url(images/logo.png);
	width: 333px;
	height: 74px;
	background-repeat: no-repeat;
	background-position: left top;
	/*+placement:shift 43px 35px;*/
	position: relative;
	left: 43px;
	top: 35px;
}
#pageborder
{
	background-color: #1B1B1B;
	padding: 8px 0px 10px;
}
#page
{
	background-color: #6C0000;
	width: 800px;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #000000;
	background-image: url(images/PageHeaderBK.png);
	background-repeat: no-repeat;
	background-position: -2px 13px;
}
#navigation
{
	height: 44px;
}
/************** User Defined Areas  *************/
#userdefinedone, #userdefinedtwo
{
	padding: 27px 22px 22px;
	width: 300px;
	font-size: 14px;
}
#userdefinedone H3, #userdefinedtwo H3
{
	font-weight: 500;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1.8;
}
#userdefinedone LI, #userdefinedtwo LI
{
	font-size: 10.7pt;
}
#userdefinedone UL, #userdefinedtwo UL
{
	list-style-type: none;
}
/********************************************
* Front Page Template*
*********************************************/
#contentfrontoutline
{
	margin: 0 auto;
	width: 769px;
	/*+placement:shift 0px -13px;*/
	position: relative;
	left: 0px;
	top: -13px;
}
#contentfronttop
{
	background-image: url(images/lightshadow.png);
	background-repeat: no-repeat;
	width: 700px;
	padding-top: 29px;
	background-color: #F2F2F2;
	padding-bottom: 17px;
}
#contentfronttoparea
{
	padding-left: 24px;
	padding-right: 24px;
	height: 100%;
}
#contentfronttoparea H2 A:link
{
	color: #4F4F4F;
	text-decoration: none;
}
#contentfronttoparea H4
{
	font-size: 11.8pt;
	color: #8B1919;
	margin-bottom: -9px;
}
#contentarea
{
	width: 700px;
	background-color: #FFFFFF;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 6px;
}
#twitterarea
{
	background-image: url(images/TwitterFeedBk.png);
	background-repeat: no-repeat;
	width: 769px;
	height: 73px;
	margin: 0 auto;
	background-position: center top;
}
#billboard
{
	background-color: #000000;
	width: 700px;
	height: 300px;
	background-image: url(images/shadow-stanbw.jpg);
}
.fadeWrapper
{
	width: 757px;
	height: 245px;
	color: #B9B9B9;
}
#userdiv1
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
/**************end front page template*************/
#midpage
{
	background-image: url(images/MidPageBK.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 223px;
	background-color: #CBCBCB;
	width: 769px;
	margin: -12px auto 0;
	padding: 25px 0 14px;
}
HR
{
	border: 1px dashed #E3E3E3;
	margin: 10px 0;
}
#searchform
{
	clear: none;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.screen-reader-text
{
	display: none;
}
#footersep
{
	margin: 0 auto;
}
#footer
{
	width: 769px;
	margin: 0 auto 15px;
	background-color: #101010;
}
#footertext
{
	color: #FEFCF7;
	font-size: 8.4pt;
	padding: 11px 4px 22px 15px;
}
/**********************************************
*   Nav Menu  *
***********************************************/
#nav
{
	padding: 0px 10px 0px 8px;
	margin: 0;
	height: 27px;
}
#nav LI
{
	float: left;
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#nav LI A
{
	color: #FFF;
	padding: 1px 6px 2px;
	margin: 1px 2px 0 0;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	font-size: 13px;
	letter-spacing: -1px;
	font-family: arial, tahoma, helvetica;
}
#nav LI A:hover
{
	color: #655;
	text-decoration: none;
	background-image: url(images/lit_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EBB94B;
}
#nav LI A.active
{
	background-color: #EEE;
	color: #444;
	text-decoration: none;
}
.clear
{
	clear: both;
}
/*Twitter area*/
#twitterfollow
{
	text-align: right;
	padding: 3px 9px 0 0;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
#twitterfeed
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	color: #F9F9F9;
	padding: 7px 10px 10px 20px;
	text-align: left;
	width: 353px;
	font-size: 11px;
}
#twitterfeed .title
{
	color: #757575;
	letter-spacing: -2px;
	font-weight: 900;
	font-size: 17px;
	line-height: 0.9;
}
.tweet UL
{
	list-style-type: none;
}
.tweet_list LI.tweet_first.tweet_odd A
{
	display: none;
}
/**********************
*   Bottom            *
***********************/
#bottom
{
	clear: both;
	float: left;
	width: 100%;
	margin: -16px auto 0;
	padding: 0;
	background: #0F0F0F url(images/separator_green.gif) repeat-x 0 0;
	font-size: 14px;
	text-align: left;
	color: #FFF;
}
#bottom-divs
{
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
}
#bottom-left, #bottom-mid, #bottom-right
{
	width: 14%;
	padding: 20px 0 2px 20px;
	color: #FFFFFF;
	font-size: 13px;
}
#bottom-left H3, #bottom-mid H3, #bottom-right H3
{
	color: #FFFFFF;
	padding: 20px 0 8px;
}
#bottom-left
{
	color: #FFFFFF;
	font-size: 13px;
}
#bottom H2
{
	margin: 0 0 10px;
	padding: 0 8px 0 0px;
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
}
#bottom H2 SPAN
{
	color: #888;
}
#bottom UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	font-size: 14px;
}
#bottom UL LI
{
	line-height: 26px;
	border-bottom: 1px solid #555;
}
#bottom UL LI A
{
	display: block;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
}
#bottom UL LI A:hover
{
	background: #191919;
}
#bottom-sep
{
	clear: both;
}
/**********************
*   slider            *
***********************/
#slider1
{
	background-color: #000000;
	width: 728px;
	height: 338px;
	overflow: hidden;
}
#slider1Content
{
	width: 757px;
/*important to be same as image width or wider*/
	top: 0;
}
.slider1Image
{
	float: left;
	position: relative;
	display: none;
}
.slider1Image SPAN
{
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFF;
	display: none;
}
.clear
{
	clear: both;
}
.slider1Image SPAN STRONG
{
	font-size: 14px;
}
.left
{
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right
{
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#slider1 UL
{
	margin: 0;
	padding: 0;
}
#slider1 IMG
{
	border: 0px none transparent;
	/*+placement:shift -2px -1px;*/
	position: relative;
	left: -2px;
	top: -1px;
}
#header_logo
{
	text-align: left;
	padding: 0 0 0 38px;
	margin: -15px 0 0;
}
/*Template styles*/
.page-bk
{
	background-image: url(images/ls_watermark.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E9E8E4;
}
DIV#shareBtns
{
	padding: 8px 8px 8px 0;
	font-size: 22px;
	letter-spacing: -1px;
	color: #76AE01;
}
LI
{
	margin: -7px 6px 6px;
}
.fadetxt
{
	font-size: 8pt;
	font-family: Tahoma;
	color: #39322B;
	text-align: left;
	width: 95%;
}
.rightfade
{
	background-position: center top;
	font-family: Tahoma;
	font-size: 8pt;
	color: #2E2E2E;
	padding: 9px 4px 4px;
	background-image: url(images/rightfade.png);
	background-repeat: no-repeat;
}
.footerbk
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	padding-left: 5px;
	background-color: #2E2E2E;
}
.topcontentbk
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	background-image: url(images/content-headerbk.png);
	background-repeat: no-repeat;
}
.front_content_bk
{
	width: 520;
	height: 246;
	font-family: Tahoma;
	font-size: 10pt;
	background-image: url(images/front_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 180px;
	padding-right: 10px;
}
.right-header
{
	font-family: Georgia;
	font-size: 12pt;
	color: #FFFFFF;
	float: left;
	width: 158;
	height: 42;
	background-image: url(gray-images/latestbk-fade.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_menu
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #E0E0E0;
	position: relative;
	left: 18px;
	top: -1px;
	text-align: left;
}
.header_menu A
{
	color: #FFFFFF;
	text-decoration: none;
}
.header_menu A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.header_menu A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.logo
{
	position: relative;
	left: 30;
	top: 20;
}
.headerbk
{
	height: 167px;
	background-image: url(images/header_logo1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubk
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #4F4F4F;
	height: 32;
	padding-left: 14px;
	padding-bottom: 2px;
	background-image: url(images/menubk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubk A
{
	color: #4F4F4F;
	text-decoration: none;
}
.menubk A:visited
{
	color: #4F4F4F;
	text-decoration: none;
}
.menubk A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.PageHeading
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
	border: 1px solid #678D2E;
	padding: 8px;
	background-color: #F3F0ED;
	color: #575757;
}
.PageTxt
{
	font-family: Tahoma;
	font-size: 10pt;
	padding-right: 5px;
}
.PageTitle
{
	font-family: Georgia;
	font-size: 16pt;
	color: #7BB106;
}
.FooterLine
{
	font-family: Tahoma;
	font-size: 2pt;
	text-align: left;
	background-color: #CDC2B6;
	height: 3px;
}
.StoryTxt
{
	font-family: Georgia;
	font-size: 10pt;
	padding-right: 5px;
}
.sepline
{
	border: 1px dashed #E8E8E8;
	font-family: Georgia;
	font-size: 10pt;
}
A
{
	color: #1637EE;
	text-decoration: underline;
}
A:visited
{
	color: #2929FB;
	text-decoration: underline;
}
A:hover
{
	color: #515153;
	text-decoration: underline;
}

