/*
Theme Name: Liberty Church
*/



/* IE PNG FIX */

img { behavior: url("iepngfix.htc") }


/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

:focus 
{
  -moz-outline-style: none;
}

* {
	margin:0; padding:0; font-family:helvetica, arial, sans-serif;
}

img { border:0; }

body{

	font-size:14px; 
	line-height:20px;
}
/* DIVs */

img { border:0; }

#container {
	width:1032px;
margin:0 auto;
	background:url(images/bg_site.gif) repeat-x;
}

#header {
	width:1032px;
	height:99px;
	background: url(images/banner_watermark.jpg) no-repeat;
}

	#header p {
		text-align:right; margin-right:10px; margin-top:10px; font-size:12px; line-height:18px; color:#384e1d;
	}

#page { 
	width:1032px;
	padding-bottom:25px;
	padding-top:35px;
margin:0 auto;
}

#page_bottom {
	width:900px;
	height:11px;
	margin-top:45px;
	margin-bottom:35px;
	position:relative;
	left:80px; 
}
		
#left {
	width:180px;
	float:left;
	position:relative;
	left:0px;
}

	#left p {
		color:#6e864f;
		font-size:12px;
		line-height:18px;
	}

	#left span {
		font-size:14px;
		font-weight:bold;
		color:#bb5000;
	}
	
#center {
	width:570px;
	float:left;
	position:relative;
	left:20px;
}

#center_feature {
	width:530;
	padding:20px;
	background:url(images/bg_center.png) repeat-x;
}

	#center_feature p {
		margin-top:10px;
	}
	
	#feature_left {
		width:447px; float:left;
	}
	#feature_right {
		font-size:11px;
		position:relative;
		top:5px;
		width:80px; 
		float:right;
		text-align:right;
	}
	
	img.center_feature_img {
		float:left;
		margin:5px 25px 15px 0;
	}

#right {
	width:190px;
	padding:15px;
	padding-top:15px;
	float:right;
	position:relative;
	background-color:#e2f4cb;
}

	#right p {
		font-size:12px;
		line-height:18px;
		margin-top:10px;
	}
	
#footer {
	margin:0 auto;
	width:1032px;
	padding-top:15px;
}

	#footer p {
		position:relative;
		left:14px;
		color:#555;
		margin-bottom:0;
	}


/* IMAGES */

.bordered {
	border:6px solid #bcb7a9;
	padding:1px;
	background-color:white;
	float:right; 
	margin:5px 0 15px 20px;
}


/* PARAGRAPHS */

p {
	margin-bottom:15px;
	font-size:14px; 
	line-height:20px; 
	color:#333;
}

p.right {
	text-align:right;
}

span.small { font-size:13px; }


/* LISTS */

ul {
	margin-left:25px;
	margin-bottom:15px;
}

#button {
	width:165px;
}

#button ul {
	border-top:5px solid #4a6329;
	border-bottom:5px solid #4a6329;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:165px;
}

#button li {
	border-bottom:1px solid #D5D5D5;
	margin:0;
}

#button li.first { border-top:1px solid white; }

#button li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#6f864e;
	display:block;
	padding:0px 0;
	text-decoration:none;
	text-indent:10px;
	width:100%;
	color:white;
	font-size:13px;
	line-height:32px;
}

html > body #button li a {
	width:auto;
}

#button li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#b5692d;
}

/* HEADLINES */

h1 {
	font-size:20px;
	color:#6e864f;
	font-weight:normal;
	margin-bottom:5px;
}

h2 {
	font-size:18px;
	color:#ac4202;
	font-weight:normal;
}

h3 {
	font-size:16px;
	color:#ac4202;
	font-weight:normal;
}

h4 {
	font-size:12px;
	color:#ac4202;
	font-weight:normal;
	line-height:16px;
}

/* LINKS */

a {
	color:#c54b00;
	text-decoration:none;
}

a:hover, a:active { text-decoration:underline; }

.dropdown {
	position:absolute;
	width: 155px;
	margin-left: 27px;
	border:1px solid #fff;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background:#7C864F;
	font:normal 12px Arial;

	text-align:left;
	line-height: 18px;
margin-top:-195px;
}
.dropdown a:link, .dropdown a:visited
	{display: block;
	border-bottom: 1px solid #fff;
	padding: 9px 5px;
	text-decoration: none;
	color:#fff;
	line-height:14px;}
.dropdown a:hover
	{background-color: #B5692D;
	color: white;}
#sidebar ul, #sidebar li {
margin:0;
padding:0;
}