/*
Theme Name: Mary Magdalene
Theme URI: http://www.mmhalaska.org/
Description: Custom Theme for Mary Magdalene House, Fixed Width, 800 px.
Version: 1.0 Alpha
Last Modified: March 24th, 2009
Author: Chris Peterson
Author URI: http://inletmedia.com

*/

ul, li, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #366fb3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	color: #366fb3;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #531179;
}

a img, img a {
	border: none;
}

#container {
	margin: 0 auto;
	width: 820px;
}

#header {
	width: 800px;
	height: 100px;
	margin-left: 10px;
	background-image: url(images/bg_header.jpg);
}

#menu a {
	font-weight: bold;
}

#head-left {
	margin-top: 20px;
	float: left;
}

#head-right {
	float: right;
	text-align: right;
	color: #ffffff;
}

.header-h1 {
	color: #ffffff;
	font-size: 18px;
}

.MailPressFormEmail, .MailPressFormSubmit {
background-color: #00b3ed;
border: none;
height: 20px;
color: #ffffff;
font-weight: bold;
}

.MailPressFormSubmit {
background-color: #ffffff;
color: #00b3ed;
}

#menu {
	height: 58px;
	background-image: url(images/bg_menu.jpg);
}

#menu ul {
	padding-top: 20px;
}

#menu li {
	float: left;
	margin-left: 50px;
	list-style-type: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
}

#content-current {
	height: 180px;
	width: 780px;
	margin-left: 9px;
	background-color: #d7e8fd;
	padding: 10px;
}

#content-current ul {
	padding-left: 15px;	
}

div.textwidget {
	width: 500px;
	margin-left: 260px;
}

.spacer {
  margin-right: 10px;	
}

#content .post {
	min-height: 228px;
	height: auto !important; /* IE6 Min-Height Hack */
	height: 228px;
	width: 460px;
	margin-right: 10px;
	margin-left: 330px;
}

#content .post ul {
	padding-left: 15px;	
}

.navigation {
	margin: 0 10px 0px 330px;
	padding-bottom: 2px;
	width: 460px;
}

#hands {
	margin-left: 1px;
	background: url(images/bg_content_btm.jpg) bottom left no-repeat;
	}

#footer {
	margin-left: 10px;
}

#footer a {
	color: #ffffff;
}
