/*-----------------------MAIN CSS-------------------------*/

/* ---------------------------------------------------
	StyleSheet: William Toney's Funeral Home
	main.css
	Media: screen
	Version: 1.0	
	Author: Diradv
	
	
/*------------------------------------------------*/

/*-------------GENERAL STYLES----------------*/

/* Body */

body {
background-color:#2a3d27;
background-image: url(../img/body_bg.jpg);
background-repeat: repeat;
background-position: left top;
height:100%;
margin:0;
padding:0;
width:100%;
color:#000000;
font-family: "Lucida Grande", lucida, arial, helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-style:normal;
font-variant:normal;
font-weight:normal;
}

/* Wrapper */

.wrapper {
margin: 0px auto;
width: 940px;
}

div.intro {
	height: 600px;
	text-align: center
	margin: 200px auto 0 auto;
}

/* Header */

#header {
margin: 0px auto;
width: 940px;
height: 250px;
background: transparent url(../img/header_bg.jpg) repeat-x left top;
position: relative;
}

#header h1.invisible, #header h2.invisible {
	text-indent: -9999px;

}

img#iso {
	position: absolute;
	top: 5px;
	left: 40px;
	z-index: 30;
}

h1 {
height: 75px;
padding: 10px 0 0 30px;
margin: 0 0 0 200px;
}

h1 a {
text-indent: -9999px;
display: block;
width: 420px;
height: 70px;
background: transparent url(../img/logo.png) no-repeat left bottom;
}

#header .right {
	position: absolute;
	top: 23px;
	right: 10px;
	width: 315px;
}

#header .right p {
	float: left;
	color: #ebead3;
	margin-left: 20px;
	font-size: 12px;
}

#header .right p strong {
	font-size: 14px;
	color: #fff;
}

/*
h2 {
display: inline;
font-family: Georgia, serif;
font-size: 10px;
font-weight: 600;
color: #a1bbd6;
text-transform: uppercase;
margin-left: 10px;
}
*/


/* End of Header */


/* Banner */

.banner {
background: #405e3a url(../img/banner_bg.jpg) no-repeat left bottom;
padding: 40px 0 0 30px;
height: 130px;
position: relative;
left: 0px;
}

.banner h3 {
font-size: 25px;
font-weight: 600;
color: #fff;
margin: 0 0 10px 0;
}

.banner h4 {
color: #fff;
font-style: oblique;
font-family: Georgia, serif;
font-size: 21px;
}

.polaroid {
    float: right;
    margin-right: 30px;
    width: 250px;
    height: 177px;
    padding: 10px;
    background: transparent url(../img/polaroid.png) no-repeat left top;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 30;
}

.polaroids {
    float: right;
    margin-right: 30px;
    width: 250px;
    height: 177px;
    padding: 10px;
    background: transparent url(../img/polaroid.png) no-repeat left top;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 30;
}

.polaroids img{
    margin:10px 0px 0 10px;
}

/* End of Banner */


/* Content */

#content {
background: #fff url(../img/content_bg.png) repeat-y left top;
padding: 20px;
}

.nav {
width: 178px;
float: left;
}

.nav li a {
display: block;
padding: 5px 0 5px 25px;
color: #678d5a;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
}

.nav li a.selected {
color: #435e3d;
background-color: #fff;
}

.nav li a:hover {
background-color: #fff;
}

/* Main Content */

.main_content {
float: left;
margin-left: 10px;
width:400px;
padding: 20px 20px 20px 30px;
overflow: hidden;
}

#fullsize {
width:660px;
}

.title {
color: #435e3d;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
padding-bottom: 10px;
}

.main_content p {
color: #434345;
margin-top: 10px;
line-height: 18px;
}

.main_content h4 {
	font-style: oblique;
	font-size: 15px;
	text-align: center;
	margin: 20px 20px 0 20px;
	color: #678d5a;
}

.main_content a, .lat_content a {
	color: #678d5a;
	text-decoration: none;
}

.main_content a:hover, .lat_content a:hover {
	color: #435e3d;
	text-decoration: underline;
}

.main_content .addl {
	float: left;
	width: 180px;
	margin-left: 20px;
}

.main_content .addl, .main_content .addr {
	text-align: center;
}

img.wrap {
	display: block;
	margin: 0 0 10px 0;
}

a.back {
display: block;
margin-top: 15px;
padding: 5px;
width: 70px;
background-color: #678d5a;
color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

a.back:hover {
color: #fff;
background-color: #435e3d;
}

.staff td {
	padding: 10px;
}

.staff td a img {
	border: 5px solid #e4ece1;
	margin-right:10px;
}

.staff td p {
	text-align: justify;
}

#cover {
	width: 240px;
	margin: 20px auto;
	overflow: hidden;
}

#cover img, #cover span {
	display: block;
}

#cover span {
	text-align: center;
	margin: 5px 0 0 5px;
}

/* Lateral */

.lateral {
float: left;
width: 250px;
padding: 60px 0px 20px 0px;
}

.lat_content {
padding: 0 0px 0px 20px;
border-left: 1px solid #CEE0BD;
}

.subtitle {
font-size: 16px;
color: #435e3d;
margin-bottom: 15px;
}

ul.services {
font-family: Arial, sans-serif;
color: #757679;
margin-bottom: 10px;
}

ul.services li a {
display: block;
font-size: 12px;
line-height: 12px;
color: #678d5a;
text-decoration: none;
margin-top: 0px;
}

ul.services li a:hover {
color: #435e3d;
text-decoration: underline;
}

ul.services a span {
font-size: 10px;
}

.lat_content .more {
margin-top: 10px;
width: 50px;
padding: 5px;
background-color: #678d5a;
color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

.lat_content .more:hover {
background-color: #435e3d; 
}

.lat_content .services li img {
	margin: 0 10px 0 0;
	padding:3px;
    border:1px solid #888;
	float: left;
}

.lat_content .services li {
	height: 60px;
}



/*--------OBITS-------------*/

ul.obit_left {
	float: left;
	margin: 0 10px;
	width: 620px;
	overflow: hidden;
}

ul.obit_left li h3 a, ul.obit_right li h3 a{
	color: #435e3d;
	font-family: Georgia, serif;
	font-size: 15px;
	margin-top: 5px;
}

ul.obit_left li h3 a:hover{
    text-decoration:none;
}
    
ul.obit_left li img, ul.obit_right li img {
	margin: 0 15px 0px 0;
	display: block;
	float: left;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ebe6d7;
}
.main_content ul.obit_left li p{
    margin-top:0;
}
ul.obit_left li p a, ul.obit_right li p{
	margin: 0px 0;
	font-size: 12px;
    color:#434345;
}

ul.obit_left li p a:hover{
    text-decoration:none;
}

ul.obit_left li, ul.obit_right li {
margin: 0 0 15px 0;
padding: 5px;
overflow: hidden;
list-style-type: none;
float:left;
width:300px;
}

ul.obit_left li:hover, ul.obit_right li:hover {
	background-color: #f1f3ee;
}

ul.obit_left li a, ul.obit_right li a {
	color: #678d5a;
	font-size: 12px;
}


/* Footer */

.footer {
background-color: #4c6c43;
color: #fff;
overflow: hidden;
}

.footer .logo {
float: left;
padding: 10px 20px;
border-right: 1px solid #678d5a;
width:156px;
}

.footer .logo a{
text-indent: -9999px;
display: block;
width: 158px;
height: 50px;
background: url(../img/logo_footer.png) no-repeat left top;
}

.footer .adress {
font-size: 11px;
line-height: 15px;
float: left;
width: 350px;
height: 45px;
padding: 20px 20px 5px 40px;
}

.login {
display: block;
margin-top: 22px;
padding: 5px 7px;
float: left;
color: #fff;
background-color: #678d5a;
text-decoration: none;
}

.login:hover {
background-color: #435e3d;
text-decoration: none;
}

.copyright {
line-height: 15px;
float: left;
width: 280px;
height: 45px;
padding: 20px 20px 5px 20px;

float:left;
}

.login_button { float:right; margin-right:20px;}

/* Forms */


input, select {
padding: 3px;
}

input, textarea {
border: 1px solid #ddd;
}

input, select, textarea {
font-size: 14px;
font-family: inherit;
color: #333;
margin-bottom: 10px;
}

#contactform {
color: #678d5a;
}

.required_field {
color: red;
}

.submitform {
display: block;
margin-top: 5px;
padding: 5px 7px;
color: #fff;
background-color: #678d5a;
text-decoration: none;
}

.submitform:hover {
background-color: #435e3d; 
}

/* Clear */

.clear {
clear: both;
}

.footer .small {
font-size: 11px;
}

#left{
    float:left;
    width:250px;
    margin: 0 40px 0 50px;
}
#left form{
    width:300px;
}
#right{
	float: left;
    width:250px;
}


#left img, #right img {
	border: 5px solid #baa58a;
	margin-bottom: 10px;
}

#left a:hover, #right a:hover {
	text-decoration: none;
}
