/*  
Theme Name: Family Comfort Hospice
Theme URI: CleanSlate.com
Description: Family Comfort Hospice
Version: 1.0
Author: James Thompson
Author URI: http://www.bigSHIFT.com

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

body {
	background: #E3DFD4 url("../../../images/fch-bg.gif");
}

#top-bar {
	background-color: #D5CDBC;
	min-height: 40px;
	width: 100%;
}

#nav {
	background-color: #7A6E61;
	min-height: 40px;
	width: 100%;
}

#nav-container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top:10px;
}

#nav-container ul{
	display: block;
}

#nav-container li{
	display: inline;
	margin: 10px 25px 0 25px;
}

#nav-container a{
	font-family: 'Playfair Display', serif;
	color: #D0C9BA;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	font-size: 16px;
	text-decoration: none;
}

#nav-container a:hover {
	color: #ffffff;
}

#brand-strap{
	background-color: #ffffff;
	min-height: 110px;
	border-bottom: 5px solid #796C5F;
}

#brand-container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#brand-strap a {
	height: 90px;
	width: 410px;
	position: absolute;
	top: 10px;
	left: 5px;
}

#brand-number {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #796C5F;
}
#brand-number-local {
	position: absolute;
	top: 70px;
	right: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #796C5F;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	font-family: Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #4F4841;
	padding: 20px 15px 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 3px 3px #D5CDBC;
	-moz-box-shadow: 0px 3px 3px 3px #D5CDBC;
	box-shadow: 0px 3px 3px 3px #D5CDBC; 
}

#clear {
	clear: both;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #7A6E61;
	margin: 0 0 20px 0;
}

.sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #7A6E61;
	margin: 0 0 20px 0;
}

.sidebar {
	width: 310px;
	float: left;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #7A6E61;
	margin: 0;
}



h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #7A6E61;
	margin: 0;
}

#home-container img {
	margin-right: 10px;
}

#home-left{
	float: left;
	width: 490px;
}

#home-right{
	float: left;
	width: 465px;
}

.entry p{
	margin-bottom: 15px;
}

.sidebar p{
	margin-bottom: 15px;
}

.entry ul{
	margin-bottom: 15px;
}

#documents {
	width: 290px;
	height: 200px;
	padding: 10px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	background-color: #D4CCBB;
}

#home-links {
	text-align: right;
}

a {
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	color: #7A6E61;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#entry-content {
	width: 630px;
	float: left;
	padding-right: 20px;
}


#entry-content li{
	margin-top: 15px;
}

.about-hd {
	font-weight: bold;
}

.about-details {
	font-style: italic;
}

.myth-list {
	
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #D4CCBB;
}

.map img {
	border: 1px solid #D4CCBB;
}

/* @group Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* @end */

/* @group Category Archives */

/* Latest posts by category styles */

.catArchive {
	width: 450px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.catArchive h3 {
	font: normal bold 18px sans-serif;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
}

.catArchive li {
	display: block;
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

.catArchive ul {
	margin: 0;
	padding: 0;
}

.catArchive li li {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 4px 0;
}

.catAlt {
	margin-right: 0 !important;
}


#footer {
	margin: 10px auto 30px;
	width: 960px;
	font-size: 12px;
	color: #7F7467;
	line-height: 14px;
}

#footer p{
	margin-bottom: 5px;
}



/* @end */

body-bg {
	background-image: url(http://familycomforthospice.org/wp-content/themes/images/fch-bg-tile.jpg);
	background-repeat: repeat;
}

#fch-wrapper {
	margin:0 auto;
	width:600px;
	margin-top:100px;
	text-align:center;
}

#coming-soon {
	margin: 50px 0 20px 0;
font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color:#C1B49A;
  text-shadow: 0 1px 0px #433C34;
}

.faq-list li{
	margin: 0 0 0 30px;
}

.not {
	text-transform: uppercase;
	font-weight: bold;
}

.italic-highlight {
	font-style: italic;
}

.page {width: 630px; float: left; padding-right: 20px;}

#job-posting-detail {
	margin: 20px 0 0 0;
	border-top:solid 1px #cccccc;
}

#job-posting-detail h3{
	margin-top: 5px;
}

#job-posting-detail h4{
	margin-top: 5px;
}


#job-posting-detail ul{
	list-style: decimal;
	margin: 0 0 0 20px;
}

#job-posting-detail li{
	list-style: square;
	margin: 10px 0 0 0;
}