/*////////// GENERAL RULES //////////*/

html {
height: 100%;
margin-bottom: 1px;}

body {
background: #ffffff url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
height: 100%;
margin: 0 auto;}

hr {
background-color: #c0c0c0;
color: #c0c0c0;
border: none;
height: 1px;}

ul {
margin: 10px 0 10px 10px;
padding: 0 0 0 10px;
list-style-image: url('images/bullet.png');}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

blockquote {
background: #ededed url('http://oldstjohnschurch.vadar.org/images/quote.png') top left no-repeat;
border: 3px #c0c0c0 double;
padding: 2px 2px 2px 40px;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #b07f5c;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #808080;
text-decoration: underline;
font-weight: bold;}

h1 {
	color: #000033;
	margin: 0 0 .8em 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 {
color: #563e22;
background: #ffffff url('images/endcap.png') no-repeat scroll left center;
padding-left: 24px;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #606060;
background: #ffffff url('images/endcap.png') no-repeat scroll left center;
padding-left: 24px;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
color: #563e22;
font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
text-align: center;
border-bottom: 1px #808080 solid;
letter-spacing: 1px;
padding: 0 0 5px 0;
margin: 0;}

h5 {
	color: #5C4227;
	margin: .8em 0;
	text-transform: capitalize;
	text-align: left;
	font-family: Georgia, Georgia, serif;
	font-size: 22px;
	font-weight: bold;
}

h6 {
color: #606060;
margin: .8em 0;
font: bold 12px Arial, Helvetica, sans-serif;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar areas --*/
min-height: 100%;
height: auto !important;
height: 100%;
background-color: #ffffff;
color: #000000;
width: 960px;
margin: 0 auto -120px;
text-align: left;}

.push {
/* -- This div is what makes the footer stick to the bottom of the page -- */
height: 120px;
clear: both;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
background-color: #ffffff;
width: 960px;
height: 350px;}

/*////////// MAIN NAVIGATION //////////*/

#navbar {
	position: absolute;
	color: #404040;
	top: 290px;
	left: 0;
	text-align: center;
	height: 40px;
	width: 960px;
}

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

#navbar li {
display: inline;}

#navbar li a {
color: #c0c0c0;
padding: 0 5px;
line-height: 40px;
text-decoration: none;}

#navbar li a:hover {
color: #ffffff;
text-decoration: underline;}

/*////////// CONTENT AREA //////////*/

#content {
float: right;
width: 620px;
margin: 0 5px;
padding: 5px 5px 5px 5px;
line-height: 1.6em;}

#contentwide {
padding: 5px;
width: 940px;
line-height: 1.6em;}

/*////////// SIDEBAR AREA //////////*/
#sidebar {
float: left;
margin: 0 5px;
padding: 5px 0;
font-size: 85%;
width: 310px;}

#sidebar li {
padding: 2px 0;}

.textbox {
/* -- used for the text box that sits inside of the sidebar area --*/
padding: 5px;
margin: 0 0 10px 0;
border: 1px #808080 dashed;}

.textbox img {
padding: 5px;}

/*////////// AREA ABOVE THE FOOTER //////////*/

#contentwidebottom {
clear: both;
font-size: 0.85em;
padding: 5px 0;
margin: 10px 0 0 0;
width: 960px;
display: table;
border-top: 1px #808080 dashed;
line-height: 1.5em;}

.innerblock {
float: left;
width: 300px;
margin: 0 5px;
padding: 5px;}

.innerblock h4 {
color: #563e22;
font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
text-align: center;
border-bottom: 1px #808080 solid;
letter-spacing: 1px;
padding: 5px 0;
margin: 0;}

.innerblock img {
padding: 5px;}

/*////////// FOOTER //////////*/

#footer {
	background-color: #000033;
	color: #ffffff;
	clear: both;
	text-align: center;
	letter-spacing: inherit;
	height: 120px;
	font-size: 0.75em;
	padding: 20px 0 0;
	line-height: 1.9em;
}

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

#footer li {
display: inline;
margin: 0;}

#footer li a {
color: #ffffff;
font-weight: normal;
text-decoration: none;}

#footer li a:hover {
color: #ffffff;
font-weight: normal;
text-decoration: underline;}

#footer p {
margin: 0;
padding: 0;}

/*////////// CONTACT FORM //////////*/
#contactform {
padding: 5px;
text-align: left;
margin: 20px 10px 5px 10px;}

#contactform label {
width: 150px;
float: left;
text-align: right;
margin: 3px 5px 5px 5px;
clear: both;}

#contactform input {
margin: 3px 5px 5px 5px;
background-color: #ffffff;
color: #000000;
border: 1px solid #b9b9b9;}

#contactform textarea {
font: normal 12px Verdana, sans-serif;
margin: 3px 5px 5px 5px;
background-color: #ffffff;
color: #000000;
border: 1px solid #b9b9b9;}

#contactform .button {
background-color: transparent;
margin: 5px 0 0 170px;
border: none;
clear: both;}

/*////////// NEWSLETTER SUBSCRIPTION FORM //////////*/
#newsform {
padding: 5px;
text-align: left;
margin: 20px 10px 5px 10px;}

#newsform label {
width: 60px;
float: left;
text-align: right;
margin: 3px 5px 5px 5px;
clear: both;}

#newsform input {
margin: 3px 5px 5px 5px;
background-color: #ffffff;
color: #000000;
border: 1px solid #b9b9b9;}

#newsform textarea {
font: normal 12px Verdana, sans-serif;
margin: 3px 5px 5px 5px;
background-color: #ffffff;
color: #000000;
border: 1px solid #b9b9b9;}

#newsform .button {
background-color: transparent;
margin: 5px 0 0 70px;
border: none;
clear: both;}

/*////////// PRODUCT CATALOG //////////*/
.catalog {
padding: 5px;
line-height: 1em;
text-align: center;
vertical-align: top;
width: 33%;}

.featured {
padding: 5px;
line-height: 1em;
text-align: center;
vertical-align: top;
width: 25%;
border: 1px #c0c0c0 solid;}



/*////////// IMAGES //////////*/
img {
border: none;}

.imageleft-noborder {
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
margin: 0 10px 0 0;
padding: 5px;
float: left;
border: 3px #b9b9b9 double;}

.imageright-border {
margin: 0 0 0 10px;
padding: 5px;
float: right;
border: 3px #b9b9b9 double;}

/*////////// MISC. CLASSES //////////*/
.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;
font-size: 0;
line-height: 0;
height: 1px;}

.calendar {
text-align: center;
line-height: 1.2em;
margin: 10px 0;}