/*
Theme Name: Funeral Consumers Alliance
Theme URI: http://funeralskc.org/
Description: This FCA theme is based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Mark Olson
Author URI: http://gracefulwebdesign.com/
Tags: custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #171a24;
	background-color: #0b220e;
	}

.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #857b56;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ede4d9;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #103715;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #171a24;
}

.twoColFixLtHdr #container #mainContent em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #103715;
	}



.twoColFixLtHdr #container #sidebar1 #address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #131d39;
        margin-top: 32px;
        margin-bottom: 12px;
        border: 1px solid #CC9900;
	text-align: left;
        padding: 6px;
}


.twoColFixLtHdr #container #sidebar1 #address a {
      	font-weight: bold;
	color: #857b56;
        text-decoration:none;
}

.twoColFixLtHdr #container #sidebar1 #address a:visited {
      	color: #635934;
}
.twoColFixLtHdr #container #sidebar1 #address a:hover {
      	color: #cc9900;
        text-decoration:underline;
}

.twoColFixLtHdr #container #sidebar1 #address a:active {
      	color: #cc9900;
}










.twoColFixLtHdr #container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #131d39;
	margin: 0 0 0 310px; 
	padding: 10px 20px; 
}
.twoColFixLtHdr #container #footer a {
      	font-weight: bold;
	color: #857b56;
        text-decoration:none;
}

.twoColFixLtHdr #container #footer a:visited {
      	color: #635934;
}
.twoColFixLtHdr #container #footer a:hover {
      	color: #cc9900;
        text-decoration:underline;
}

.twoColFixLtHdr #container #footer a:active {
      	color: #cc9900;
}




.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #ede4d9;
	
}



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ede4d9;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #dfd7c8;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent  .post .entry  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #103715;
}
.twoColFixLtHdr #container #mainContent  .post .entry  h3 {
       color: #cc9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:32px;	
margin-bottom:0px;
}


.twoColFixLtHdr #container #mainContent .post .entry h4 {
       color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
margin-top:32px;	
margin-bottom:0px;
}


.twoColFixLtHdr #container #mainContent a {
      	font-weight: bold;
	color: #857b56;
        text-decoration:none;
}

.twoColFixLtHdr #container #mainContent a:visited {
      	color: #635934;
}
.twoColFixLtHdr #container #mainContent a:hover {
      	color: #cc9900;
        text-decoration:underline;
}

.twoColFixLtHdr #container #mainContent a:active {
      	color: #cc9900;
}

.twoColFixLtHdr #container #sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #103715;
	margin-bottom: 4px;
        display:block;
        border-bottom: 1px solid #cc9966;
}


.faqbox {
        margin-top: 40px;
        margin-bottom: 40px;
        border: 1px solid #CC9900;
	text-align: left;
        padding: 6px;
}


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


/*  ------SEARCH BOX ------  */

.widget_search {
        margin-top: 32px;
        margin-bottom: 12px;
        border: 1px solid #CC9900;
	text-align: left;
        padding: 6px;
}
.widget_search label {
       display: none;
}
.widget_search h4 {
font-family: Georgia, "Times New Roman", Times, serif;
      font-size: small;
      color: #103715;
      margin-bottom: 4px;
      margin-top: 4px;
}


/* ----MENU FORMATTING-------   */

.widget_pages {
        /* margin-top: 32px;  */
        margin-bottom: 12px;
        border: 1px solid #CC9900;
	text-align: left;
        padding: 6px;
}

.widget_pages ul {
       	list-style-type: none;
        list-style: none;
	list-style-image: none;
        margin-left:0px;
        padding-left:6px;
   }
.widget_pages li {
       	list-style-type: none;
        list-style: none;
	list-style-image: none;
        margin-left:0px;
        padding-left:6px;
   }
.widget_pages h4 {
font-family: Georgia, "Times New Roman", Times, serif;
      font-size: small;      
      color: #103715;
      margin-bottom: 4px;
      margin-top: 4px;
}
.widget_pages a {
      	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	display: block;
        padding: 4px; 
        text-decoration:none;
}

.widget_pages a:visited {
      	color: #103715;
}
.widget_pages a:hover {
      	color: #cc9900;
        text-decoration:underline;
}

.widget_pages a:active {
      	color: #cc9900;
}

/*   -----------end of menu formatting--------   */


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}






.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	/*  font-size: 1em; */
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .twoColFixLtHdr #sidebar1 ul ul li, .twoColFixLtHdr #sidebar1 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	list-style-type: none;
	list-style-image: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


 .post {
	margin: 0;
	}
.postmetadata {
	padding-top: 5px;
	}
.postmetadata {
	margin: 30px 0;
	}

 .smallattachment {
	text-align: center;

	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

 .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
/*	clear: both;  */

}

.clear {
	clear: both;
}


/* End Structure */





/* 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 */



/* Begin Lists */






.twoColFixLtHdr #container #mainContent .post .entry ol {
	margin: 0 0 20px 20px;
	
	}


.twoColFixLtHdr #container #mainContent .post .entry ol li {
	margin: 0;
	padding-top: 12px;
        font-size: 90%;
	}


.twoColFixLtHdr #container #mainContent .post .entry ul {
	margin: 0 0 20px 20px;
	
	}


.twoColFixLtHdr #container #mainContent .post .entry ul li {
	margin: 0;
	padding-top: 12px;
        font-size: 90%;
	}







.postmetadata ul, .postmetadata li {
	display: inline;
	/* list-style-type: none;
	list-style-image: none;  */
	}

.twoColFixLtHdr #sidebar1  li {
	list-style-type: none;list-style: none;
	list-style-image: none;
margin: 0;	
margin-bottom: 15px;
	}



.twoColFixLtHdr #sidebar1 ul, .twoColFixLtHdr #sidebar1 ul ol {
	margin: 0;
	padding: 0;list-style-type: none;list-style: none;
	list-style-image: none;
	}

.twoColFixLtHdr #sidebar1 ul li {
	list-style-type: none;list-style: none;
	list-style-image: none;
	margin-bottom: 4px;
	}

.twoColFixLtHdr #sidebar1 ul p, .twoColFixLtHdr #sidebar1 ul select {
	margin: 5px 0 8px;	list-style-type: none;
	list-style-image: none;list-style: none;
	}

.twoColFixLtHdr #sidebar1 ul ul, .twoColFixLtHdr #sidebar1 ul ol {
	margin: 5px 0 0 10px;	list-style-type: none;
	list-style-image: none;list-style: none;
	}

.twoColFixLtHdr #sidebar1 ul ul ul, .twoColFixLtHdr #sidebar1 ul ol {
	margin: 0 0 0 10px;	list-style-type: none;
	list-style-image: none;list-style: none;
	}

 .twoColFixLtHdr #sidebar1 ul ol li {
	list-style: none;	list-style-type: none;
	list-style-image: none;
	}

.twoColFixLtHdr #sidebar1 ul ul li, .twoColFixLtHdr #sidebar1 ul ol li {
	margin: 3px 0 0; list-style: none;
	padding: 0;	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	
	}

.twoColFixLtHdr #sidebar1 #searchform #s {
	width: 108px;
	padding: 2px;
	}

.twoColFixLtHdr #sidebar1 #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar1 form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;

	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	/* display: none;  */
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */


