@charset "UTF-8";
/* 
Lone Tree Community Church CSS
Ben Norskov
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005030;   green
	color: #653600; brown
	color: #111111;
	color: #252525; 
	background-color: #e3cda8;
*/

/* default Text Layout */ 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	color: #005030;
	font-weight: normal;
	margin-bottom: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #252525;
	font-weight: normal;
	margin-top: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005030;
	font-weight: bold;
	margin-bottom: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005030;
	font-weight: bold;
}
h5 { /*used mainly on the about us ->our team page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111;
	font-weight: bold;
	margin: 2px;
	padding: 0;
}
p {
	font-family: Georgia, "Times New Roman",Times, serif;
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	margin: 3px auto;
}
ul {
	margin-top: 0;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111111;
	font-size: 14px;
	font-weight: normal;
}
a:link {
	color: #653600;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
a:visited {
	color: #653600;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
a:hover {
	color: #005030;
	<!-- font-family: Helvetica, Arial, sans-serif -->;
	<!-- this was grieving me in the library font-size: 12px; -->
	<!-- font-weight: bold -->;	
}
a:active {
	color: #005030;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
#content #inner_container h3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005030;
	font-weight: bold;
}
#content #inner_container h3 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005030;
	font-weight: bold;
}
#content #inner_container h3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #653600;
	font-weight: bold;
}
#content #inner_container h3 a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #653600;
	font-weight: bold;
}

body {
	background: url(imagesNEW/pageBG.png) repeat-x top;
	background-color: #e3cda8;
}
img {
	border: none; /* cause firefox loves them borders. */
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
/* ----------------------------Basic Layout Stuff, Containers etc... */

#container {
	padding: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	position: relative; /* to position right bar absolute */
}
#container #logo_container {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 950px;
}
#container #logo_container #top_mission{
	font-size: 15px;
	height: 28px;
	position: relative;
	top: -16px;
	left: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #252525;
	font-style: italic;
}
#container #logo_container #top_logo {
	margin-left: 32px;
	border-style: none;
}

#container #logo_container #login_contact {
	width: 195px;
	float: right;
	height: 90px;
	padding-top: 30px;
	background-image: url(imagesNEW/tree_bg.jpg);
}
#container #logo_container #login_contact #login {
	width: 195px;
	height: 60px;
	position: relative;
	left: -2000px; /*moved with javascript into position */
	color: #653600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container #logo_container #login_contact #login input {
	margin: 1px 0;
	width: 100px;
	height: 12px;
}
#container #logo_container #login_contact #login .submit {
	margin: 1px 0 0 40px;
	width: 55px;
	height: 16px;
}
#container #logo_container #login_contact #why_join {
	width: 195px;
	position: absolute;
	top: 90px;
	padding: 2px;
	left: -2000px; /*moved with javascript into position */
	background-color: #e3cda8;
	border: solid 1px #005030;
	z-index: 16;
}
#container #logo_container #login_contact #why_join p, #container #logo_container #login_contact #why_join li {
	color: #653600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#container #logo_container #login_contact .leftlink {
	margin-left: 95px;
}
#container #right_drop {
	background: url(imagesNEW/rightBar/rightbar_bg.png) repeat-y right;
	width: 732px;
	margin: 0;
	padding: 0;
}
#container #content {
	background: url(imagesNEW/frontpage/MainBG.jpg) repeat;
	padding: 25px 30px;
	width: 665px;
}

#container #inner_container {
	background: #f9f9f9;
	padding: 35px 30px;
	width: 606px;
	min-height: 650px;
}

#container #bottomBar {
	background: url(imagesNEW/menu/menu_bg.png) repeat-x;
	width: 950px;
	height: 34px;
}

/* ----------------------------MENU...the rollover css is in a seperate file */

#container #menu {
	margin: 0;
	padding: 0 0 0 32px;
	height: 34px;
	width: 918px; /* - 32 for padding */
	background:url(imagesNEW/menu/menu_bg.png) repeat-x;
}

#container #content #menu_dropshadow {
	background: url(imagesNEW/menu/menu_shadow.jpg) repeat-x;
	width: 725px;
	height: 7px;
	position: relative;
	top: -25px;
	left: -30px;
}

#container #right_bar #menu_dropshadow {
	background: url(imagesNEW/menu/menu_shadow_rightbar.jpg) repeat-x;
	width: 225px;
	height: 7px;
	padding: 0;
	margin-left: -25px;
}

/* _________---------_________---------_________--------- Main Page specific elements */

#container #content.front_page{
	height: 690px;
	width: 605px;
	padding: 25px 60px;
}
#container #content #menu_dropshadow.front_page {
	left: -60px;
}
#container #content #main_pic_box {
	height: 225px;
	width: 580px;
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
div.frontpage_section {
	margin-top: 30px;
}
div.frontpage_section h3 {
	font-size: 20px;
}
div.frontpage_section p {
	margin-top: 10px;
}

/* _________---------- Main Page Boxes join us and about us */
#container #content .frontpage_section {
	background: url(imagesNEW/frontpage/main_section_background.png) no-repeat;
	height: 135px;
	width: 245px;
	padding-left: 20px;
}

#container #content .frontpage_section h3 {
}

#container #content .frontpage_section p {
	clear: both;
	position: relative;
	top: -15px;
	font-size: 12px;
}

#container #content .frontpage_section a {
}

#container #content #mainpage_join {
	float: left;
}

#container #content #mainpage_about {
	float: right;
}

#container #content #mainpage_join #map {
	position: relative;
	top: -21px;
	float: right;
	right: 15px;
	margin: 0px;
	padding: 0px;
}

#container #content #mainpage_about #bible {
	position: relative;
	float: right;
	right: 10px;
	top: -20px;
	margin: 0;
	padding: 0;
}


/* ______---------_________------______ RIGHT BAR STUFF --------------*/

#container #right_bar {
	width: 200px;
	position: absolute;
	left: 732px;
	padding-left: 18px;
	background: none;
}

#container #right_bar.front_page {
	/*height: 660px;*/
}

#container #right_bar #menu_dropshadow #corner_shadow {
	margin: 0px;
	padding: 0px;
	width: 7px;
	height: 7px;
	z-index: 7;
}

#container #right_bar div {
	background: url(imagesNEW/rightBar/events_repeat.png) repeat-y;
	padding-left: 15px;
}
#container #right_bar div h4 {
	margin: 0;
            z-index: 1000; /* IE stacking error */
            position: relative;
}
#container #right_bar div p {
	width: 150px;
	color: #252525;
	margin: 0 0 4px 0;
	font-size: 12px;
}
#container #right_bar div img {
	width: 181px;
	margin: 0 0 0 -15px;
}
#container #right_bar div img.top_image {
	margin-bottom: -15px;
            z-index: -10;
}
#container #right_bar div#events p {
	top: -15px;
}
#container #right_bar div img#podcast_link {
	width: 75px;
	margin: 0 0 -11px 20px;
	border: none;
} 
#container #right_bar #events a.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005030;
	font-weight: bold;
}
/* ______---------_________------______ ABOUT US STUFF --------------*/

#container #right_drop #content #inner_container div.members {
	margin-bottom: 10px;
	background: #e3cda8;
            padding: 5px;
}
#container #right_drop #content #inner_container div.members img {
	float: left;
	height: 180px;
	margin: 5px;
}
#container #right_drop #content #inner_container div.members div.questions {
	clear: both;
}
#container #right_drop #content #inner_container div.pic_div {
	margin-top: -15px;
}
#container #right_drop #content #inner_container div.members p.birthday{
	margin-top: 6px;
	font-style: italic;
}
/* ______---------_________------______ Library STUFF --------------*/
div.library_header
{
width:100%;
margin:5px;
<!-- border:1px solid gray; -->
line-height:150%;
clear:both;
}
div.library_header_left
{
float:left;
width:320px;
margin:0;
line-height: 110%;
padding:1em;
}
div.library_header_right
{
margin-left:350px;
border-left:1px solid gray;
padding:1em;
line-height:130%;
}
div.library_media
{
padding: 15px;
}
h2.library{
  	margin-top: 4px;
}
h3.library{
        margin-top: -15px;
  	margin-bottom: 20px;
}
#container #right_drop #content #inner_container div.library {
        margin-top: 0px;
	margin-bottom: 10px;
	background: #e3cda8;
        padding: 10px;
        clear: both;
 }
p.library{
        margin-bottom: 15px;
}

#container #right_drop #content #inner_container div.library img {
	float: right;
	margin: 15px;
}
#container #right_drop #content #inner_container div.library div.questions {
	clear: both;
}
#container #right_drop #content #inner_container div.pic_div {
        margin-top: 0px;
}
#container #right_drop #content #inner_container div.library div.request {
	text-align:right;
        line-height: 180%
}
#container #right_drop #content #inner_container div.library div.mail {
	float: left;
 }
/* ______---------_________------______ JOIN US SPECIFIC STUFF --------------*/
h3.join {
	margin-top: 3px;
}

/*------––––––––––––––----------%%%%%%)00-–––––––Event Formatting ----–––– */
div.FL_event {
        font-family: Arial, Helvetica, sans-serif;
	background-color: black;
        color: white;
        line-height: 130%;
        padding: 4em;
}
div.week_event {
	background: #e3cda8;
            padding: 10px;
            margin-bottom: 10px;
}
div.week_event div {
	width: 576px;
	padding: 5px;
	background-color: white;
	margin: 0;
}
div.week_event p {
	text-indent: 15px;
	margin-bottom: 5px;
}
div.week_event div h3 {
	text-decoration: underline;
	font-size: 18px;
	margin-top: 5px;
}
div.week_event div h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #252525;
}
div.week_event div p {
	float: right;
	margin-top: 10px;
	text-align: right;
}
/*------––––––––––––––----------%%%%%%)00-–––––––GGG GALLERY CSS IS BELOW HERE  dd–– */
div.gal_div {
	width: 300px;
}
div.gal_div img {
	margin-right: 4px;
}
div.gallery_row_wrap {
	clear: both;
	margin-bottom: 5px;
	height: 115px;
}
p#next_prev a#next {
	float: right;
}
/*------––––––––––––––----------%%%%%%)00-–00-–00-–00-–00-–00-–00-–––––––Testimony Page–– */
h2.testimony {
	font-size: 18px;
}
table.center_testimony a {
	font-weight: normal;
	font-size: 13px;
	padding: 8px;
}
div#entry_form p#title_stuff {
	position: absolute;
	top: -1000px;
}
div#entry_form div {
	margin: 4px;
}
div#entry_form table h4 {
	margin-bottom: 0;
}
div#entry_form input.submit {
	margin-left: 4px;
}