/*   
Theme Name: Schoenings Funeral Services
Theme URI: http://freshbrand.ca
Description: Custom Designed Theme for wordpress
Author: Nelson Reid - Graphic Designer - Fresh inc.
Author URI: http://freshbrand.ca
Version: 0.1
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #192432;
}
#container {
	height: 100%;
	width: 100%;
	background-color: #192432;
	background-image: url(images/container-bg-test.jpg);
	background-repeat: repeat-x;
}

/*Header Styles*/
	#header {
		height: 152px;
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		background-color: #999999;
		background-image: url(images/header-bg.jpg);
		background-repeat: no-repeat;
	}
	#header h1 {
		text-indent: -9999px;
		font-size: 0px;
		line-height: 0px;
		padding: 0px;
		position: absolute;
		margin-top: 14px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 330px;
	}
	#header h1 a {
		display: block;
		height: 98px;
		width: 300px;
	}
	
	#header_address {
		position: relative;
		width: 200px;
		left: 760px;
		top: 25px;
	}
	#header_address p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.7em;
		margin: 0px;
		padding: 0px;
		color: #CCCCCC;
		line-height: 1.6em;
	}
	#date {
	position: absolute;
	height: 20px;
	width: 250px;
	left: 50%;
	top: 90px;
	margin-left: 340px;
	}
	#date p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	font-style: italic;
	}

/*Banner Styles*/
	#banner_container {
		background-color: #C1C1C1;
		width: 100%;
		height: 300px;
	}
	#banner {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-home-bg.jpg);
	}
	#banner1 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic1-bg.jpg);
	}
	#banner2 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic2a-bg.jpg);
	}
	#banner3 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic3-bg.jpg);
	}
	#banner4 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic4-bg.jpg);
	}
	#banner5 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic5-bg.jpg);
	}
	#banner6 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic6-bg.jpg);
	}
	#banner7 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic7-bg.jpg);
	}
	#banner8 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic8-bg.jpg);
	}
	#banner9 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic9-bg.jpg);
	}
	#banner10 {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		height: 259px;
		background-image: url(images/banner-generic10-bg.jpg);
	}
	#main_navigation {
		height: 30px;
		width: 960px;
		position: absolute;
		top: 121px;
		padding-top: 0px;
	}

/*Content Area and Content Container Syles*/
	#content_area {
		background-color: #C1C1C1;
		position: relative;
		width: 100%;
	}
	#content_container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	
/*Main Content Styles*/
	#main_content {
		width: 640px;
		position: inherit;
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	#main_content a {
		color: #415E81;
	}
	#main_content a:hover {
		color: #763A39;
	}
	#main_content p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.8em;
		color: #000000;
		line-height: 1.6em;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	#main_content h2, #main_content h3, #main_content h4, #main_content h5, #main_content h6{
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		color: #763A39;
		margin-bottom: 0px;
	}
	#main_content h2 {
		font-size: 1.7em;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: none;
	}
	#container #content_area #content_container #main_content h3 {
		font-size: 1.1em;
	}
	#main_content li {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.75em;
		color: #000000;
		line-height: 1.7em;
	}
	#main_content blockquote {
		border: 1px dashed #333333;
		padding: 8px;
	}
	#main_content img {
		padding: 3px;
		border: 1px solid #CCCCCC;		
	}

/*Right Content Styles*/
	#right_content {
		width: 290px;
		position: absolute;
		top: 0px;
		margin-left: 670px;
		padding-top: 30px;
	}
	#right_content h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		line-height: 1.8em;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #763A39;
	}
	#right_content p {
		margin: 0px;
		padding: 0px;
	}
	
	#obituaries_quick_link {
		height: 68px;
		width: 143px;
		float: left;
	}
	#obituaries_quick_link a {
		display: block;
		background-image: url(images/quick-links-bg.jpg);
		width: 143px;
		height: 68px;
		text-indent: -9999px;
	}
	#obituaries_quick_link a:hover {
		background-image: url(images/quick-links-bg.jpg);
		background-position: 0px -68px;
	}
	#contact_quick_link {
		float: left;
		height: 68px;
		width: 143px;
	}
	#contact_quick_link a {
		background-image: url(images/quick-links-bg.jpg);
		height: 68px;
		width: 143px;
		display: block;
		text-indent: -9999px;
		background-position: -147px 0px;
	}
	#contact_quick_link a:hover {
		background-position: -147px -68px;
	}
	#death_occurs_quick_link {
		height: 68px;
		width: 143px;
		float: left;
	}
	#death_occurs_quick_link a {
		height: 68px;
		width: 143px;
		background-image: url(images/quick-links-bg.jpg);
		background-position: -294px 0px;
		display: block;
		text-indent: -9999px;
	}
	#death_occurs_quick_link a:hover {
		background-position: -294px -68px;
	}
	#maps_directions_quick_link {
		float: left;
		height: 68px;
		width: 143px;
	}
	#maps_directions_quick_link a {
		background-image: url(images/quick-links-bg.jpg);
		background-position: -440px 0px;
		text-indent: -9999px;
		display: block;
		height: 68px;
		width: 143px;
	}
	#maps_directions_quick_link a:hover {
		background-position: -440px -68px;
	}
	#contact_info_sidebar {
		margin-top: 15px;
		float: left;
		width: 230px;
		border: 1px dashed #666666;
		padding: 20px;
		background-color: #D1D1D1;
		margin-left: 6px;
	}
	#contact_info_sidebar p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #333333;
		line-height: 1.6em;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		padding: 0px;
	}
	#archives {
		margin-top: 15px;
		padding-top: 15px;
	}
	#archives ul li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #415E81;	
	}
	#archives ul li a:hover {
		color: #763A39;	
	}
	#archives ul {
		color: #999999;
		margin-top: 0px;
		padding-top: 0px;
	}
	#archives h3 {
		margin-top: 15px;
	}
/*Footer Styles*/
	#footer {
		height: 100px;
		width: 100%;
		background-image: url(images/footer-bg.jpg);
		background-repeat: repeat-x;
		padding-bottom: 15px;
		padding-top: 20px;
	}
	#footer_nav {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0px;
	}
	#footer_nav ul {
		margin-top: 4px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #666666;
		padding-top: 8px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	#footer_nav li {
		display: inline;
		margin-right: 15px;
		margin-top: 2px;
	}
	#footer_nav a {
		color: #999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
	}
	#footer_info {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 15px;
		height: 40px;
	}
	#copyright {
		float: right;
		padding-top: 0px;
	}
	#copyright a {
		color: #CCCCCC;
	}
	#copyright p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.65em;
		color: #999999;
		margin: 0px;
		padding: 0px;
	}
	#search_form_container {
		float: left;
	}

/*Post Comment Styles*/
	#comments_template ol p {
		font-size: 1em;	
	}
	#comments_template li {
		display: block;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		background-color: #F4F4F4;
		border: 1px dashed #999999;
	}
	#comments_template ol {
		background-color: #DADADA;
		display: block;
		border: 1px solid #C3C3C3;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		margin: 0px;
		list-style-type: none;
	}
	li.comment-author vcard {
		font-size: 1.2em;
	}
	#post_info {
		background-color: #DBDBDB;
		display: block;
		border: 1px solid #A2A2A2;
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 15px;
		padding: 5px;
		text-align: center;
	}
	#post_info p {
		margin: 0px;		
	}
	#post_navigation {
		width: 640px;
		margin-bottom: 15px;
		float: left;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 0.8em;
		padding: 3px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-bottom-color: #818181;
	}
	.alignright {
		float: right;
	}
	.alignleft {
		float: left;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;		
	}
	
	.alignleft img {
		float: left;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;		
	}
/*Search Form*/

	.search_button {
		background-image: url(images/search_img.jpg);
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		cursor: hand;
		background-repeat: no-repeat;
		background-color: #192432;
		background-position: 0px 0px;
		font-size: 0.65em;
		color: #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		height: 25px;
		margin: 0px;
		display: inline-block;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 25px;
	}
	.search_box {
		background-image: url(images/search-box-bg.jpg);
		height: 18px;
		width: 119px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		background-repeat: no-repeat;
		padding-top: 5px;
		padding-left: 5px;
		margin: 0px;
		padding-right: 5px;
	}
	#searchform form{
		margin: 0px;
		padding: 0px;		
	}

