﻿/* ------------------------------------------------------------------------
CSS sheet for St. Martin Lutheran Church.

Author: Kyle Herminath

Date Created: 03/27/2008

All inquiries for this document should be directed to herminath@abtechinc.net.
--------------------------------------------------------------------------

COLORS

Purple/Pink Background - #5F1F3F

/* -----------------------------------------------------------------------

MAIN DESIGN ELEMENTS

-------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

a{
	outline: none;
}

body{
	background: #5F1F3F;
	color:Black;
	font: 12px/1.5em Arial, sans-serif;
	line-height:25px;
}
/* -----------------------------------------------------------------------

HEADER ELEMENTS

-------------------------------------------------------------------------*/
h1{
	text-align:center;
	margin: 20px;
}
h2.home{
	text-align:center;
}
/* -----------------------------------------------------------------------

MAIN CONTENT ELEMENTS

-------------------------------------------------------------------------*/
#title{
	background: url(images/title.gif) repeat-x;
	width:677px;
	height:36px;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
}
#content{
	margin: 0px 10px;
	line-height:30px;
}
#right{
	padding: 10px;
	margin-right:10px;
}
#left{
	width: 300px;
	margin-left:20px;
	float:left;
	clear:left;
	padding: 10px;
}
#over{
	text-align:right;
	margin-top:-25px;
	margin-right:40px;
}
.stain{
	background: url(images/sideglass.jpg) repeat-y;
}
/* -----------------------------------------------------------------------

DESCRIPTION ELEMENTS

-------------------------------------------------------------------------*/
#contact
{
	width:25%;
	margin-top: 20px;
	margin-left: 20px;
	font-weight:bold;
	border-bottom: 1px dotted #000;
}
#address
{
	width:25%;
	margin-top: 20px;
	margin-left: 20px;
	font-weight:bold;
	border-bottom: 1px dotted #000;
}
.subtab{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.bible{
	background-image: url(images/bible.jpg);
	background-repeat: no-repeat;
	float:left;
	height:237px;
	width:200px;
}
/* -----------------------------------------------------------------------

QGUESTBOOK ELEMENTS

-------------------------------------------------------------------------*/
#guestform{
	float:left;
	margin-left:20px;
}

#guestform li{
	list-style:none;
}

.googlemap{
	float:right;
}

li .submit{
	margin: 20px 30%;
}