/*
Name: Maury Family News Updates
Date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: John Maury
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C;
	color: #222;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
}

a {color: #642;}
a:hover {color: #963;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;  font-family: Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 16pt; }
h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt;  font-weight: bold;      }

blockquote {
	background: url('../images/00/quote.gif') no-repeat;
	display: block;
	font: normal 110% Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* header */
.header {
	border-top: 0px solid #663;
	background: #DAD7C5 url(../images/00/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation bar */
.navigation {
	background: #DED9D0 url(../images/00/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #996;
	text-align: center;
	vertical-align: middle;
}

/* bottom */
.bottom {
	background: #DCDAC9 url(../images/00/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}

/* footer */
.footer {
	background: #DCDAC9 url(../images/00/bottom.gif) no-repeat scroll bottom;
	color: #555533;
	padding: 10px;
	text-align: center;
	font-size: 9pt;
	display: block;
	clear: none;
	width: auto;
	border-top: 1px solid #BAB2A5;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 99%;
}
.block li  {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

/* rss javascript display */
#front ul.rss-items {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 99%;
}
#front li.rss-item  {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px
}
#front .rss-item a, #front .rss-item a em {
	color: #553;
}
#front .rss-item em {
	font-size: 0.9em;
	font-style: normal;
}
#front .rss-item a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
#front .rss-item a:hover {
	background: #D2D0C0;
	color: #553;
}

/* 
.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}.clearer2 {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 8pt;
}
*/
/* dougs */
#contact fieldset {padding: 10px; font-weight: bold; }
#contact input {margin-bottom: 6px; }
#bodyc ol, ul {margin-left: 10px; padding-left: 10px }
#comments { width: 500px; }
#comments textarea { width: 275px }
#m4author { width: 275px }
table {margin-left:auto; margin-right:auto; height:auto;  }
td {
	text-align:left;
	vertical-align:top;
}
#left1 {
	background-color: #FBF9F4;
	border-right: 1px #E3E3D5;
}
img {
	vertical-align: middle;
	border: none;
}
img.right {
	border: 3px double #AEAE86;
	float: right;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
img.left {
	border: 3px double #AEAE86;
	float: left;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}