/*
Theme Name: My 960
Description: A Blank Wordpress theme with sidebar.
Author: D
Author URI: http://www.diallohudgins.com
version: 1.0
Tags: two-column, widget-ready,blank
*/

@import url("reset.css");
@import url("960.css");

/***Table of Contents

1: Global
2: Containers
3: Header
	3a: Navigation
	3b: logo/tag
4: Content
	4a: Entry
5: Sidebar
6: Footer

***/

/*****************************************
	1: Global
*****************************************/

body {
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #f3f3f3 url(../images/bck_main_page.png) repeat-x top;
}

a, a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.omega {
	float: right;
}

.align_left {
	margin: 0 10px 5px 0;
	padding-right: 20px;
	float: left;
}

.align_right {
	margin: 0 0 5px 10px;
	float: right;
}

.last, .last a {
	border: none;
}

p {
	margin-bottom: 15px;
	line-height: 22px;
}


h1 {
	font: normal 24px Georgia, Verdana, Arial, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}


/* These styles added for inside page h tags */

h2 {
	font: normal 20px Georgia, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	color: #771439;
}


h3 {
	font: normal 15px Georgia, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	color: #771439;
}



/*****************************************
	2: Containers
*****************************************/

#main_container {
	background: #FFF;
	border: 45px solid #FFF;
	border-bottom: 0;
	border-top: 0;
	padding: 20px 0;
}

#page_container {
	background: url(../images/bck_main.jpg) no-repeat top;
	width: 100%;
}




/*****************************************
	3: Header
*****************************************/

#header {
	position: relative;
}

#logo h1 {
	text-indent: -999em;
}

#logo a {
	background: url(../images/logo.png) no-repeat left;
	width: 490px;
	height: 50px;
	display: block;
}

#credentials {
	text-align: right;
	
}

#credentials p {
	background: url(../images/img_address.png) no-repeat left;
	width: 395px;
	height: 50px;
	text-indent: -999em;
	
}

					
/*** 3a: Navigation ***/

#nav {
	margin: 0;
	float: left;
	clear: both;
	position: relative;
}

#nav ul, #nav li {
	float: left;
} 

#nav ul {
	background: #771439;
	width: 960px;
	clear: both;
}

#nav li {
	position: relative;
}

/* karen adjusted this style to fit one more top level element into nav*/

#nav a {
	color: #FFF;
	font-size: 11px;
	border-right: 1px solid #440b20;
	padding: 20px 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover, #nav li:hover a, #nav .on a {
	color: #FFF;
	background: #440b20;
}

#nav .last a {
	border: 0;
}

/***3b Drop Downs ***/

#nav ul ul {
	display: none;
}

#nav li:hover ul {
	width:105px;
	display:block; 
	position:absolute; 
	z-index: 500;
	top:52px; 
	left:0; 
}

#nav li:hover ul a {
	background: #440b20;
	border-bottom: 1px solid #771439;
	border-right: 0;
	padding: 8px 30px;
	width: 170px;
	text-align: left;
}

#nav ul ul a:hover {
	color: #000;
	background: #D1FF78;
}

/*****************************************
	4: Content
*****************************************/

#content_home, #content {
	padding-bottom: 25px;
	position: relative;
}

#content {
	padding-top: 20px;
	clear: both;
}

#content h1 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;	
}

#content ul {
	margin: 0 0 15px 25px;
}

#content li {
	margin-bottom: 8px;
	list-style-type: disc;
}

#content table {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 15px 10px;	
}

#content table.images {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
}

.drop {
	font: normal 48px Georgia, Verdana, sans-serif;
	margin: 0 5px 0 0;
	float: left;
}

#marketing {
	background: url(../images/img_marketing.jpg) no-repeat top;
	margin-bottom: 20px;
	width: 960px;
	height: 310px;
	clear: both;
	overflow: hidden; 
	position: relative;
}

/* width of marketing copy added to this so that this item runs the width of the design KRW September 13 2010 - margin-top changed from 190 to 194 to account for new width of class */

#marketing #copy {
	color: #FFF;
	background: url(../images/bck_trans.png) repeat;
	margin-top: 194px;
	width: 960px;
	padding: 20px 0 30px;	
	position: absolute;
}

#marketing h6 {
	font: normal 24px Georgia, Verdana, sans-serif;
	margin: 0 20px 15px 20px;
	text-transform: uppercase;
} 

#marketing span {
	color: #d1ff78;
	font: normal 16px verdana, arial, sans-serif;
	margin-left: 20px;
	display: inline-block; 
}

#marketing p {
	margin: 0 20px;
}	


#content #entry {

}

#side +	 #entry {
	margin-right: 250px;
}



/*** 4a: Quote ***/

#quote {
	border-top: 1px solid #ccc;
	padding: 20px 0;
}

#quote h5 {
	font: normal 18px Georgia, Verdana, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#quote p {
	font-style: italic;
}


/*****************************************
	5: Sidebar
*****************************************/

#side {

}
/* MAD August 30, 2010 added dt style here since h2 inside dt caused validation errors. */
#side h2, dt, #side .star {
	color: #771439;
	font: normal 18px Georgia, Verdana, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#side .star {
	background: url(../images/bck_star.png) no-repeat left;	
	padding-left: 50px;
}

#side .bbb {
	background: transparent;	
	padding-left: 0px;
}


#side .bbb a:hover {
	background: transparent;	
	padding-left: 0px;
}

#side .bbb a {
	background: transparent;	
	padding-left: 0px;
}



#side a {
	color: #FFF;
	background: #771439;
	padding: 5px;
	width: auto;
	display: inline-block;
	text-decoration: none;
}

#side a:hover {
	background: #440b20;
}

#side dl {
	margin: 0 0 25px;
}

#side dd {
	margin-bottom: 10px;
}

#side dd a {
	color: #666;
	background: none;
	padding: 0;
	text-decoration: none;
}
/* MAD August 31, 2010 - added to get rid of dark background on hover */
#side dd a:hover {
	color: #666;
	background: none;
	padding: 0;
	text-decoration: underline;
}


#services_container {
	background: #761438 url(../images/bck_services.png) repeat-x top;
}

#services {
	color: #a4657d;
	background: url(../images/bck_services_inner.png) no-repeat bottom;
	padding: 20px 0 0 0;
	min-height: 200px;
}

#services div {
	border-right: 1px solid #a4657d;
	padding-top: 10px;
}

#services h5 {
	color: #FFF;
	font: normal 18px Georgia, Arial, sans-serif;
	margin-bottom: 15px;
}

#services img {
	margin-bottom:  10px;
}

#services .last {
	border: 0;
}
/* reversed link color in bottom area MAD August 31, 2010 */
#services a {
	color: #FFF;
}

#services a:hover {
	color: #FFF;
}



/*****************************************
	7: Footer
*****************************************/

#footer_container {
	background: #FFF;
}

#footer {
	color: #796a4e;
	font: normal 11px Georgia, Arial, sans-serif;
	padding: 10px 0 15px;
	text-align: center;
}

#footer a {
	color: #990000;
}

#footer_terms {
	text-align: left;
}

#footer_credits {
	text-align: right;
	
}




/* This style added for spacing below staff bios and photos */


.staff_bios {
	padding-bottom: 55px;
	
}


.candle_icon {
	margin: 0px 10px 0px 15px;
	float: left;
}


/* JP added to make obits work */
.obitname{
color: #333;
font: normal 29px Verdana, Arial, sans-serif;
}

#obitpic{
width: 200px;
float: right;
margin-left: 10px;

}




/* Added for Table display in inside pages KRW 11/22/10 */


#table_set2 {
	padding-top: 5px;
}

#table_set2 {
	padding-bottom: 5px;
}


#table_set2 {
	width: 600px;
	border: 0px solid #000000;
	float: left;
}
#table_set2 {
	margin-right: 50px;
}


#table_set3 {
	padding-top: 5px;
}

#table_set3 {
	padding-bottom: 5px;
}


#table_set3 {
	width: 840px;
	border: 0px solid #000000;
	float: left;
}
#table_set3 {
	margin-left: 0px;
}



#table_set4 {
	padding-top: 5px;
}

#table_set4 {
	padding-bottom: 5px;
}


#table_set4 {
	width: 475px;
	border: 0px solid #000000;
	float: right;
}
#table_set4 {
	margin-left: 0px;
}



#insidetable_set2 {
	width:170px;
	border: 0px solid #000000;
	float: left;
	padding-left: 60px;
}

#insidetable_set3 {
	width: 255px;
	border: 0px solid #000000;
	float: left;
	padding-left: 10px;
	
}

#insidetable_set3a {
	width: 405px;
	border: 0px solid #000000;
	float: left;
	padding-left: 10px;
	
}

#insidetable_set4 {
	width: 205px;
	border: 0px solid #000000;
	float: left;
	padding-bottom: 80px;
}

#insidetable_set5 {
	width: 120px;
	border: 0px solid #000000;
	float: left;
	padding-left: 100px;
	margin-bottom: -20px;
}

#insidetable_set6 {
	width: 224px;
	border: 0px solid #000000;
	float: left;
	padding-left: 20px;
}

#insidetable_set7 {
	width: 124px;
	border: 0px solid #000000;
	float: left;
}

#insidetable_set8 {
	width: 300px;
	border: 0px solid #000000;
	float:right;
	}

#insidetable_set9 {
	width: 124px;
	border: 0px solid #000000;
	float: left;
}


#privacy_container {
	background: #FFF;
	float:left;
	
}

.privacy {
	color: #796a4e;
	font: normal 11px Georgia, Arial, sans-serif;
	padding: 10px 0 15px;
	text-align: left;
	background: #FFF;
}

