/* CSS for cowlitzcemetery2.org
	 Hand coded by Matthew Farnell
	 Copyright 2007 Matthew Farnell */

/* Body
-------------------------------*/
body {
	background: #004A00;
	font: 16px 'times new roman', times, serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
}


/* Links
-------------------------------*/

a {
	color: #0000cc;
	text-decoration: underline;
}

a:hover, a.hover {
	text-decoration: none;
}


/* Layout
-------------------------------*/
#container {
	width: 738px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
	background: #FEFFCF;
}

* html #container
{
  width: 742px;
  w\idth: 738px;
}

#content {
	width: 700px;
	margin: 5px 19px 20px 19px;
}

/* Header
-------------------------------*/
#header {
	width: 738px;
	height: 241px;
	margin-bottom: 42px;
}

.home {
	background: #808080 url(/images/title.jpg);
}

.error {
	background: #808080 url(/images/error.jpg);
}

.about {
	background: #808080 url(/about/images/title.jpg);
}

.cemeteries {
	background: #808080 url(/cemeteries/images/title.jpg);
}

.frankabel {
	background: #808080 url(/cemeteries/images/frankabel.jpg);
}

.lonepine {
	background: #808080 url(/cemeteries/images/lonepine.jpg);
}

.oddfellows {
	background: #808080 url(/cemeteries/images/oddfellows.jpg);
}

.yalec {
	background: #808080 url(/cemeteries/images/yalec.jpg);
}

.burials {
	background: #808080 url(/burials/images/title.jpg);
}

.contact {
	background: #808080 url(/contact/images/title.jpg);
}

h2, h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-family: arial, sans-serif;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: 'Times New Roman', Times, serif;
	}

#header h1, #header h2 {
	padding: 5px 0 0 10px;
	color: #fff;
	font-size: 27px;
	font-family: 'Times New Roman', Times, serif;
}

#header span {
	display: none;
}


/* Menu
-------------------------------*/

#menu {
	width: 738px;
	height: 33px;
	background: #BBE1BB url('/images/menu-shadow.gif') repeat-x bottom;
	border-top: 1px solid #5F6160;
	font: 13px arial;
	font-weight: bold;
	position: absolute; 
	top: 258px; 
	left: 50%; 
	margin-left: -369px;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	margin-right: 4px;
	padding: 4px 14px 4px 14px;
}

#menu ul li a:hover {
	background: #439943;
	padding-bottom: 3px;
	color: #000;
	border-top: 1px solid #666;
}

#menu ul li a.active {
	background: #fe0;
	padding-bottom: 3px;
	color: #000;
	border-top: 1px solid #666;
}


/* Footer
-------------------------------*/

#footer {
	width: 738 px;
	font-size: 11px;
	font-family: arial, sans-serif;
	text-align: center;
	background: #BBE1BB;
	border-top: solid 1px #5F6160;
	padding: 10px;
	}
	
#footer ul {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	font-weight: bold;
	float: left;
	color: #00c;
	margin-right: 15px;
}

#footer a {
	color: #00c;
}


/* Cemeteries Page
-------------------------------*/

.leftdiv {
	float: left;
	width: 231px;
	height: 96px;
	padding: 2px;
	background-color: #FEFFb3;
	border: 1px solid #855C1B;
	font-size: 14px;
}

.rightdiv {
	float: right;
	width: 231px;
	height: 96px;
	padding: 2px;
	background-color: #FEFFb3;
	border: 1px solid #855C1B;
	font-size: 14px;
}

.frank {
	background: url('/cemeteries/images/frank.jpg') no-repeat #FEFFb3;
	padding-left: 103px;
}

.lone {
	background: url('/cemeteries/images/lone.jpg') no-repeat #FEFFb3;
	padding-left: 103px;
}

.odd {
	background: url('/cemeteries/images/odd.jpg') no-repeat #FEFFb3;
	padding-left: 103px;
}

.yale {
	background: url('/cemeteries/images/yale.jpg') no-repeat #FEFFb3;
	padding-left: 103px;
}


/* E-Mail
-------------------------------*/

a.email {
	display: block;
	width: 238px;
	height: 17px;
	background: url('/contact/images/email.gif') no-repeat;
	margin-right: auto;
	margin-left: auto;
}

a.email:hover {
	background: url('/contact/images/email.gif') -261px;
}

.email span {
	display: none;
}


/* Burial Search
-------------------------------*/

h3.burials {
	color: #800000;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
}

.small {
	font-size: 12px;
	font-family: arial, sans-serif;
	margin-left: 5px;
}

.supersmall {
font-size: 10px;
}

.button {
	background-color: #855C1B;
	color: #fff;
	font-weight: bold;
	border-left: #ddd 2px solid;
	border-top: #ddd 2px solid;
	border-bottom: #888 2px solid;
	border-right: #888 2px solid;
	font-size: 13px;
	font-family: arial, sans-serif;
	margin-top: 3px;
	margin-bottom: 8px;
}

.input {
	font-size: 13px;
	font-family: arial, sans-serif;
	margin-top: 3px;
}


/* Misc
-------------------------------*/

.inline {
	display: inline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.left {
	float: left;
	margin-right: 6px;
}

.right {
	float: right;
	margin-left: 6px;
}

.center {
	text-align: center;
}

.top {
 margin-top:0;
}

.nomargin {
	margin: 0;
}

.bold {
	font-weight: bold; 
}

.info {
	float: right;
	width: 220px;
	margin-left: 10px;
	padding: 13px 5px 7px 5px;
	background-color: #FEFFb3;
	border: 2px solid #855C1B;
	font-size: 14px;
}

.pcenter {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;;
}