/*
CSS stylesheet by Louis Granato for RobertFreemanMinistries.com
*/

/* General 
--------------------------------------------------------------- */

body {
	background-color: #f5f5dc;
	color: #000000;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

a, a:link, a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #CCCCCC;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	text-align: right;
	text-transform: lowercase;
}

h2 {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 0 15px 0;
}

hr {
	background-color: #CCCCCC;
	border: 0;
	color: #CCCCCC;
	height: 1px;
	margin: 10px 0;
}

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

p {
	line-height: 1.5em;
}

ol {
	line-height: 1.5em;
}

.underl {
	text-decoration: underline;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
}

/* Structural 
--------------------------------------------------------------- */

#content {
	font-size: 0.8em;
	margin: 0 auto;
	padding: 30px 0;
	width: 950px;
}

#footer {
	background: #f5f5dc url(/graphics/footer-bg.gif) repeat-x;
	border-top: 1px solid #E0E0E0;
	padding: 15px 0;
	height: 120px;
}

#footer-inner {
	color: #999999;
	font-size: .8em;
	margin: 0 auto;
	width: 950px;
}

#footer-inner a {
	outline: none;
}

#footer-inner a, #footer-inner a:link, #footer-inner a:visited {
	color: #666666;
	text-decoration: none;
}

#footer-inner a:hover {
	color: #000000;
	text-decoration: none;
}

#footer-inner a:active {
	color: #666666;
	text-decoration: none;
}

#nav-outer {
	background: #f5f5dc url(/graphics/nav-bg.jpg) repeat-x top left;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	height: 40px;
}

#nav {
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
	width: 950px;
}

#title {
	background: #f5f5dc url(/graphics/title.jpg) no-repeat top center;
	height: 130px;
	text-align: center;
}

#wrapper {
	background: #FFFFFF;
}

/* Navigation 
--------------------------------------------------------------- */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	float: left;
	display: block;
	padding: 0 15px;
	color: #f5f5dc;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	letter-spacing: 2px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	background: #660000;
}

#nav li a:active {
	color: #FFFFFF;
}

#nav ul li a.nav-on {
	float: left;
	display: block;
	padding: 0 15px;
	background: #770000;
	color: #FFFFFF;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	letter-spacing: 2px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Home page
--------------------------------------------------------------- */

#home-links {
	float: right; 
	width: 250px; 
	line-height: 1.5em;
}

#home-links a {
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #f7f7e7;
	color: #000000;
	text-decoration: none;
}

#home-links a:hover {
	background-color: #f5f5dc;
}

#home-links a:active {
	background-color: #f7f7e7;
}

#home-news {
	clear: both;
	float: right; 
	width: 250px; 
}

/* Content
--------------------------------------------------------------- */

div.center {
	text-align: center;
}

div.content-box {
	background-color: #f7f7e7;
	margin-bottom: 15px;
	padding: 15px;
}

div.formf {
	clear: both;
	padding: 15px 0 0 215px;
}

div.formrow {
	clear: both;
	padding-top: 15px;
}

div.formrow span.label, div.formrow div.label {
	float: left;
	text-align: right;
	padding-right: 15px;
	width: 200px;
}

div.formrow span.input, div.formrow div.input {
	text-align: left;
}

div.intro {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.5em;
	width: 670px;
}

.prayer {
	line-height: 2em;
}

/* Clear floats 
--------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End Holly Hack */
