
body {
	margin: 0;
	padding: 0;
	background: #151515 url(images/SiteBackgrnd.jpg) repeat-x left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* color: #7F7772; */
	color: #989898;
}


h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #FFFFFF;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
}

img.main {
	float: left;
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
	
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}


/* Header */

#wrapper {
}

#header {
	width: 800px;
/*	height: 56px;  Affects position of menu bar */
	margin: 0 auto;
	padding: 0;
}

#logo h1, #logo p {
	float: center;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	text-align: center;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #FF5134;
}

* html #logo
{
	background-image: none;
}


/* Menu */
#menu {
	width: 795px;
	/* Height set here will affect location of Amahl photo */
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	/* Do NOT set a height here.  It messes up IE 7, haslayout issue. */
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	float: left;
	/* background: url(images/img03.gif) no-repeat left 75%; */
	background: url(images/img03.gif) no-repeat;
	background-position: center left;
	padding: 0px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF5134;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 795px;
	margin: 0 auto;
	padding: 0px; /* Affects vertical position of Amahl photo */

}

/* Content */

#content {
	float: left;
	width: 430px;
}

#widecontent {
	float: left;
	width: 740px;
}

#widecontent .title h2 {
	font-size: 1.8em;
	color: #CF3822;
}

#content .address {
	margin: 0;
	padding: 0;
}

.post {
	margin-bottom: 50px;
	border-bottom: 1px #A90000 dashed;
}

.post .title {
}

.post .title h2 {
	font-size: 1.8em;
	color: #CF3822;
}

.post .title h3 {
	margin:0;
	padding:0;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #880A0B;
}

.post .entry {
	padding-top: 30px;
}

.post a {
	text-decoration: underline;
}

.post .entry .tightp {
	margin:0;
	padding: 0;
	line-height: 1.2em;
}

.post .entry h3 {
	margin:20px 0 0 0;
	padding: 0;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #CF3822;
}

.post .links a:hover {
	text-decoration: underline;
	color: #CF3822;
}

.post .links .more {
	background: url(images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img08.gif) no-repeat;
}

.minipost {
	margin-bottom: 5px;
}

.minipost .title h3 {
	font-size: 1.5em;
	color: #CF3822;
	margin: 0;
	padding: 0;
}

.minipost .title h2 {
	font-size: 1.8em;
	color: #CF3822;
}

.minipost .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.minipost .title p a {
	color: #880A0B;
}

.minipost .entry {
	padding: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 40px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(images/img05.gif) no-repeat left 60%;
	border-bottom: 1px #A90000 dashed;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

#sidebar a:hover {

}

/* Forms */

fieldset {
	border: none;
}

label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

input {
	display: block;
	/* width: 300px; */
	float: left;
	margin-bottom: 10px;
}

input[type=text] {
	width: 300px;
}

input[type=checkbox], input.checkbox {
	display: block;
	float: left;
	/* margin-bottom: 10px; */
	width:10px;
	height:10px;
}

.entry .checklabel {
	float: left;
	text-align: left;
	width: 300px;
	height: 10px;
	padding: 0 0 0 10px;
}


br {
	clear: left;
}

.fbuttons input {
	width: 70px;
}

/* Footer */

#footer {
	clear: both;
	width: 795px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border-top: 2px solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: left;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

