/*  
Theme Name: St Johns Lutheran Church
Theme URI: 
Description: Custom WordPress Theme for St Johns Lutheran Church
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com */

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	background: url(images/background.jpg) repeat-x center top;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#container {
	width: 900px;
	min-height: 100%;
	margin: 0px auto -35px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #7b8799; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #191536; 
}

h2 {
	color: #282B4C;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-bottom: 15px;
}

/* Header ////////////////////////////////////////////////////////// */

#header { 
	width: 900px;
	height: 50px;
} 

#header_logo {
	width: 300px;
	padding: 0px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/stjohns.jpg) no-repeat top left;
	width: 285px;
	height: 50px;
}

#header_logo a {
	width: 285px;
	height: 50px;
	display: block;
	text-indent: -999999px;	
}


/* Sub Header ////////////////////////////////////////////////////////// */

#subheader {
	width: 900px;
	height: 250px;
	margin: 20px 0px;
	background-image: url(rotate/rotate.php);
	position: relative;
}

#subheader_two {
	width: 900px;
	height: 250px;
	margin: 20px 0px;
	background-image: url(rotate2/rotate.php);
	position: relative;
}

#subimage_r {
	width: 342px;
	height: 99px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#subimage_r h3 {
	margin: 0;
	padding: 0;
	background: transparent url(images/getdirections.png) no-repeat top left;
	width: 342px;
	height: 99px;
}

#subimage_r a {
	width: 342px;
	height: 99px;
	display: block;
	text-indent: -999999px;	
}

#subimage_l {
	width: 342px;
	height: 99px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#subimage_l h3 {
	margin: 0;
	padding: 0;
	background: transparent url(images/getdirections.png) no-repeat top left;
	width: 342px;
	height: 99px;
}

#subimage_l a {
	width: 342px;
	height: 99px;
	display: block;
	text-indent: -999999px;	
}

/* Home ////////////////////////////////////////////////////////// */

#trips {
	margin-top: 15px;
}

#member {
	width: 165px;
	height: 119px;
	position: relative;
	display: inline;
	float: left;
}

#member h2 {
	background: url(images/member.jpg) no-repeat;
	width: 165px;
	height: 119px;
	margin: 0px;
	padding: 0px;
}

#member a {
	width: 170px;
	height: 119px;
	display: block;
	text-indent: -999999px;
}

#events {
	width: 170px;
	height: 119px;
	position: relative;
	display: inline;
	float: left;
}

#events h2 {
	background: url(images/events.jpg) no-repeat;
	width: 170px;
	height: 119px;
	margin: 0px;
	padding: 0px;
}

#events a {
	width: 165px;
	height: 119px;
	display: block;
	text-indent: -999999px;
}

#getinvolved {
	width: 165px;
	height: 119px;
	position: relative;
	display: inline;
	float: left;
}

#getinvolved h2 {
	background: url(images/getinvolved.jpg) no-repeat;
	width: 165px;
	height: 119px;
	margin: 0px;
	padding: 0px;
}

#getinvolved a {
	width: 170px;
	height: 119px;
	display: block;
	text-indent: -999999px;
}

/* Body ////////////////////////////////////////////////////////// */

#left {
	width: 510px;
	display: inline;
	float: left;
	padding-bottom: 50px;
}

#right {
	width: 337px;
	padding-bottom: 50px;
	float: right;
	position: relative;
}

/* Sidebar ////////////////////////////////////////////////////////// */

#ourmessage {
	width: 337px;
	height: 150px;
	position: relative;
}

#ourmessage h2 {
	background: url(images/ourmessage.jpg) no-repeat;
	width: 337px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

#ourmessage a {
	width: 337px;
	height: 150px;
	display: block;
	text-indent: -999999px;
}

#servicetimes {
	width: 337px;
	height: 170px;
	position: relative;
}

#servicetimes h2 {
	background: url(images/servicetimes.jpg) no-repeat;
	width: 337px;
	height: 170px;
	margin: 0px;
	padding: 0px;
}

#servicetimes a {
	width: 337px;
	height: 170px;
	display: block;
	text-indent: -999999px;
}

#convenience {
	font-style: italic;
	color: #999999;
	margin-top: 15px;
}

#anniversary {
	width: 337px;
	height: 143px;
	position: relative;
	padding: 0px 0px 15px 0px;
}

#anniversary h2 {
	background: url(images/150.jpg) no-repeat;
	width: 337px;
	height: 143px;
	margin: 0px;
	padding: 0px;
}

#anniversary a {
	width: 337px;
	height: 143px;
	display: block;
	text-indent: -999999px;
}

/* Bottom //////////////////////////////////////////////////////////////// */

#bottom {
	width: 899px;
	border-top: thin solid #333333;
	color: #333333;
	font-size: 11px;
	margin: 10px 0px 80px 0px;
	min-height: 80px;
}

#bottom a {
	color: #333333;
	text-decoration: none;
}

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

#bottom_l {
	display: inline;
	float: left;
	width: 400px;
}

#bottom_r {
	float: right;
	width: 400px;
	text-align: right;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 35px;
	clear: both;
}

#footer {
	height: 35px;
	width: 100%;
	background: #333333 url(images/footer.jpg) repeat-x top;
	font-size: 13px;
	padding: 0px;
	color: #cccccc;
	line-height: normal;
	position: relative;
}

#footer_container {
	width: 900px;
	height: 27px;
	margin: 0px auto 0px auto;
	color: #cccccc;
	font-size: 11px;
	padding-top: 8px;
}

#footer_container a {
	color: #cccccc;
	text-decoration: none;
}

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

#footer_l {
	display: inline;
	float: left;
}

#footer_r {
	float: right;
	text-align: right;
}