/*  
Theme Name: St Johns Lutheran Church
Theme URI: 
Description: Design by www.72thinking.com
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	background: url(images/background.jpg) center top repeat-x #A7C1C8;
}

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/clouds.jpg) top center no-repeat;
	color: #333333;
}

#container {
	width: 960px;
	min-height: 100%;
	margin: 0px auto -200px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none;
	font-style: italic;
	color: #003366;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #6eaaba; 
}

h1 {
	font-family: Times, serif;
	margin: 0px 0px 5px 0px;
	line-height: normal;
}

h2 {
	color: red;
	font-family: Times, serif;
	font-weight: 100;
	margin: 0px 0px 3px 0px;
}

p {
	padding-bottom: 15px;
}

ul, ol {
	padding-left: 15px;
	list-style: disc;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 20px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 20px 5px 0px;
   float: left;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 960px;
	height: 152px;
}

#logo {
	display: inline;
	float: left;
	width: 560px;
	padding: 60px 0px 0px 0px;
}

#logo h1 {
	color: red;
}

#logo a {
	color: red;
	width: 610px;
	display: block;
	font-style: normal;
}

#top_info {
	float: right;
	text-align: right;
	width: 350px;
	padding: 62px 0px 0px 0px;
}

/* Navigation in Separate Stylesheet //////////////////////////////////////////////////////////////// */

/* Body ////////////////////////////////////////////////////////// */

#content {
	width: 960px;
	min-height: 500px;
	background: white;
}

#callout {
	width: 920px;
	height: 210px;
	margin: 0px auto;
	padding: 20px 0px;
}

#left {
	display: inline;
	float: left;
	width: 650px;
	padding: 20px 0px 50px 20px;
}

#right {
	float: right;
	width: 250px;
	height: 285px;
	padding: 20px 0px 50px 20px;
	background: url(images/sidebar.jpg) left top no-repeat;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 200px;
	clear: both;
}

#footer {
	width: 100%;
	height: 200px;
	background: url(images/footer.jpg) repeat-x bottom;
	position: relative;
	color: white;
}

#footer_container {
	width: 960px;
	height: ;
	margin: 0px auto;
	background: url(images/footer_container.jpg) top right no-repeat;
	padding: 70px 0px 0px 0px;
}

#footer a {
	color: #FFFFCC;
	text-decoration: none;
	border: 0px;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer_left {
	display: inline;
	float: left;
	width: 400px;
	height: 105px;
}

#footer_right {
	float: right;
	width: 560px;
	height: 105px;
	text-align: right;
}

#bottom_left {
	display: inline;
	float: left;
	width: 450px;
}

#bottom_right {
	float: right;
	text-align: right;
	width: 450px;
}