/*
Theme Name: FSN Funeral Homes / Custom Theme
Theme URI: http://wordpress.org/
Description: Modified default WordPress theme based on Kubrick, customized for FSN Funeral Homes.
Version: 1.0
Author: FSN Funeral Homes
Author URI: http://www.fsnfuneralhomes.com/
Author: Steve Pellham, Flower Shop Network
*/
h2.pagetitle {
	font-size: 30px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  color: #725B7C;
  padding:5px;
  font-weight: bold;
background: #eaeaea;
background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  box-shadow:0px 2px 2px #454545;
  -moz-box-shadow: 0px 2px 2px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 2px #454545; /* Saf3.0+, Chrome */
  padding-left:30px;
  height:35px;
  width:96%;
  border:1px solid #dadada;
  text-shadow:1px 1px 1px white;
}

.categoryHeader{
  padding:10px;
}

.tagCloud{
  width:525px;
  text-align:center;
}

a.tagCloudLink, a.tagCloudLink:visited, a.tagCloudLink:hover{
  color: #454545;
background-color: #f2ecf4;
padding: 3px;
font-weight: normal;
margin: 3px;
display:inline-block;
}

.post{
  border:1px solid #dadada;
	box-shadow:2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 3px #888; /* Saf3.0+, Chrome */
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   padding:10px;
   margin:10px;
}

h3{
  margin:5px;
  margin-left:0px;
  margin-top:20px;
}

.postTitle{
  display:block;
  width:100%;
  background-color:#dcd4df;
  padding:10px;
  margin:-10px;
  margin-top:-24px;
  border-bottom:1px solid #888;
  color:#725B7C;
}

#searchform{
  margin:0;
  padding:0;
}

#sidebar{
  list-style:none;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

a, a:hover,a:visited{
  color:#725B7C;
  font-weight:bold;
}

div.blog_sidebar ul{
  margin-left:-30px;
  margin-top:-15px;
  list-style:none;
}

div.blog_sidebar li{
  margin:5px;
  text-decoration:none;
}

div.blog_sidebar a:hover{
  text-decoration:underline;
}

div.blog_sidebar label{
  font-weight: bold;
  font-size: 16px;
  color: #725B7C;
}

div.blog_sidebar input[type=text]{
  height:24px;
  margin-top:4px;
  box-shadow:2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #888; /* Saf3.0+, Chrome */
  border:none;
  color:#454545;
  padding:3px;
  padding-left:5px;
  margin-right:1px;
  -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  width:188px;
  font-size:14px;
  display:inline-block;
  border: 1px solid #dbdbdb;
}

div.blog_sidebar input[type=submit]{
  font-size: 15px;
  display: block;
  color: #725B7C;
  padding:2px;
  font-weight: bold;
background: #eaeaea;
background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  box-shadow:0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #888; /* Saf3.0+, Chrome */
  text-shadow: 1px 1px 1px #dadada;
  height:25px;
  border:1px solid #dadada;
  text-shadow:1px 1px 1px white;
  margin:5px;
  left: 134px;
position: relative;
}

div.blog_sidebar input[type=submit]:after{
  clear:both;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */