/* 
Liberty Tabernacle
Author: Jacob Warner
Created: April 19, 2010

Main colors:
dark purple - #361465
light purple - #653E9B
#696BB3
*/

/* reset */
* {
	margin: 0;
	padding: 0;
}

/* html elements */
body {
	margin: 0;
	padding: 0;
	background: url('../images/site/bg.png') left 180px repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

a {
	color: #0084B4;
}

p {
	padding-bottom: 13px;
	text-align: justify;
}

h2 {
	color: #333;
	font-family: Garamound, Georgia, Times, serif;
	font-size: 2.25em;
	font-weight: normal;
	border-bottom: 1px dashed #361465;
	margin-bottom: 13px;
}

h3 {
	color: #222222;
	font-family: Garamound, Georgia, Times, serif;
	border-bottom: 1px dashed #aaaaaa;
	max-width: 500px;
	font-weight: normal;
	font-size: 1.35em;
}

img {
	border: 0;
}

/* broad classes */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/* header */
@font-face {
	font-family: 'Day Roman Web';
	src: url('../type/dayrom.eot');
	src: local('Day Roman Regular'), local('Day Roman'), url('../type/dayrom.ttf') format('truetype');
}
#headercontainer {
	background: url('../images/site/headerbg.png') repeat-x top left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	z-index: 2;
	position: relative;
	top: 0;
	left: 0;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#header h1 {
	font-family: "Day Roman Web", Garamound, Georgia, Times, serif;
	color: #fff;
	text-shadow: #333 0 -1px 2px;
	font-size: 5.625em;
	margin: 0 auto;
}

/* header menu */
#header ul {
	float: right;
}

#header ul li {
	float: left;
	display: block;
	margin:  15px 11px 0 0;
	width: 110px;
}

#header ul li a {
	display: block;
	font-size: 1.25em;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	color: white;
	font-family: Garamound, Georgia, Times, serif;
}

#header ul li a:hover, #header ul li a.current {
	background: url('../images/site/button.png') no-repeat center center;
}

#nav ul.sub {
	position: absolute;
	background: url('../images/site/subbg.png') no-repeat center center;
	min-height: 100px;
	min-width: 150px;
	margin: -14px auto 0;
}

#nav ul.sub li {
	float: none;
	clear: both;
	min-width: 126px;
	margin: inherit auto;
}

#nav ul.sub li a:hover, #nav ul.sub li a.current {
	background-image: none;
}

#nav .sub li a {
	font-size: 0.9375em;
	text-align: left;
}

/* standard body layout */
#container {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	top: -15px;
	z-index: 1;
}

div#maintext {
	width: 685px;
	margin-left: 15px;
	float: left;
}

div.column {
	width: 325px;
	float: left;
	padding-right: 30px;
}

#featured {
	width: 200px;
	float: left;
}

#featured img {
	cursor: pointer;
}

span.twitdate {
	font-size: smaller;
}

/* footer */
#footercontainer {
	background: url('../images/site/footerbg.png') no-repeat top left;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	color: white;
}


#footer p {
	text-align: center;
}

#footer p.links a {
	text-decoration: none;
}

/* modal window */
#overlay {
	z-index: 100;
	background: url('../images/site/overlay.png') top left repeat;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.pop {
	position: fixed;
	margin: 0 auto;
	top: 25%;
	left: 25%;
	z-index: 101;
	background-color: #fff;
	border: 1px solid #B9BADB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 15px;
	width: 50%;
	max-height: 50%;
	overflow-y: auto;
}

div.pop div.title {
	clear: none;
}

div.pop h3 {
	float: none;
}

div.pop div.title h3 {
	margin: .75em 0;
}

div.pop div.title p {
	margin-top: 0px;
	text-align: right;
	font-weight: bold;
	float: right;
}

div.pop img {
	width: auto;
	float: left;
	margin: 0 1em 1em 0;
}

div#connectpop img {
	float: none;
}

div#eaglessummit table, div#eaglessummit tr, div#eaglessummit td {
	padding: 5px;
}

/* home page */
#news p, #connect p {
	text-align: left;
}

.hidden {
	visibility: hidden;
}

#connect {
	padding: 0;
}

#connect .yt {
	background: url('../images/site/ytbg.png') no-repeat top left;
}

/*#connect p {
	height: 100px;
}*/

