﻿/*
Bereavement self help template
*/

body {
	margin-top: 15px;
	padding: 0;
	background:white;
	font-size: 14.5px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ul, ol {
	/*margin: 0 0 2em 0;*/
	text-align: left;
	line-height: 26px;
	list-style:circle;
}

a {
	color:#396;
	/*text-decoration:none;*/
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}

.article_title {
	font-size:18px;
	font-weight:normal;
}
.article_credit {
	font-size:11px;
	font-style:normal;
	color:#999;
}

.article_credit p {
	margin-top: 2px;
}

.image_spacing_left {
	padding-left:10px;
}

.image_spacing_right {
	padding-right:10px;
}

a:hover, a:active {
	color:#396;
	text-decoration:underline;
	
}

.middle {
	text-align:center;
	
}

.right {
	text-align:right;
}

.printbutton {
  visibility: hidden;
  display: none;
}

.button_right_side {
	
	float:right;
	
}

a:visited {
	color:#396;
	text-decoration:none;
}

img {
	border: none;
}



#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/img02_backup.png) no-repeat left top;*/
	background-color:#FFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 279px;
	text-align:left;
}

/* Menu */

#menu {
	width: 848px;
	height: 68px;
	margin:0 auto;
	/*background: url(images/img03.jpg) repeat-x left top;*/
	/*background-image:url(images/nav_bar_green.jpg);*/


	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

#menu li {
	float: left;
	height: 50px;
	/*background: url(images/img04.jpg) no-repeat right top;*/
	font-weight: normal;
}

#menu a {
	display: block;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

#menu a:hover {
	color: #FFFFFF;
	font-weight: normal;
}

#menu .current_page_item a {
	color:white;
	font-weight: normal;
	
}

/** LOGO */

#logo {
	width: 848px;
	height: 196px;
	margin: 0 auto;

	text-align:left;
	background-image:url(images/featured.jpg)
}

/* Page */

#page {
	width: 848px;
	margin: 0 auto;
	padding: 50px 20px;
	
}

/* Content */

#content {
	float: left;
	width: 848px;
	text-align:justify;
	

}

#content ul {  
  
  list-style-type:circle;
  line-height:20px;
  text-indent:0px;
  padding:0px;
  margin:15px;

  
}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
	border-bottom:1px dashed;
	border-color:#666;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
	font-family:Verdana, Geneva, sans-serif;
	color:#09F3;
	font-weight:normal;
}

.post .entry {

	padding-bottom:20px;
	
	
}

.post .entry p {
	text-indent:15px;
}

#titles {
	border-bottom:1px dashed;
	border-color:#666;
	color:#333;
}

#titles h1 {
	font-size:30px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}

.titles h2 {
	font-size:24px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
	font-weight: normal;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

.continued {
	color:#999;
	font-size:12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding-left: 10px;
	font-size:10px;

		
}

#above_sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding-left: 10px;
	font-size:10px;
		
}


.sidebartext {
	margin: 0;
	line-height:normal;
	color:#333;
	
	
}

.sidebarseries {
	/*text-transform:uppercase;*/
	font-size:11px;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
		padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;


}

#sidebarseriesdiv {
		background: url(images/sidebar_titles_green.jpg) repeat-x left top;
		width: 220px;
		height:15px;
		text-align:left;
		padding-left:10px;
	
}

#sidebar ul {  
  font-family:Verdana, Geneva, sans-serif;
  font-size: 11px; color:#333; 
 list-style-image: url(images/dot.gif);
  list-style-type:none;
  line-height:12px;
  text-indent:0px;
  padding:0px;
  margin:15px;


  
}

#sidebar li {

	/*border-bottom: 1px dashed #CCC;*/
}


/* Footer */

#footer {
	width: 848px;
	margin: 0 auto;
	background:white;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
	line-height:10px;
	color:#333;
	height:30px;
	padding-top:20px;
}
