/*
Theme Name: Twiford Funeral Home
*/

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
}

body * {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h3, h4, h5 {
    font-family: "Times New Roman", serif;
}

/*********************************************
    Link Styles
*********************************************/
a, a:active {
    color: #062d10;
    text-decoration: none;
    font-weight: bold;
}

.clear {
    clear: both;
}

a:hover, a:visited {
    color: #000000;
}

#sidebar a {
    color: #fff;
}

#sidebar a:active {
    color: #fbd256;
}

#sidebar a:visited {
    color: #fff;
}

/*********************************************
    Text Elements
*********************************************/

ol, ul, .wrap ul.wrap li {
    margin: 5px 5px 5px 20px;
}

#footer ul li {
    display: inline;
    margin: 0 5px;
}

blockquote {
    margin: 0px;
    padding: 0px 0px 0px 40px;
}

img {
    border: 0px;
    background: none;
}

p {
    padding: 10px 0px;
    margin: 0px;
}

div#obit_thumbnail, div#obit_thumbnail_r {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#obit_thumbnail_r img {
    width: 150px;
}

div.post h2, div.post p {
    margin: 0 0 0 1px;
}

div.post {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #EFBF53;
}

/*********************************************
    Header Styles
*********************************************/
h2 {
/* This style used as title on single posts and pages */
    color: #FFF;
    padding: 5px 0px;
    letter-spacing: 1px;
    font: bold 20px;
}

h3 {
/* This style used as the post titles on homepage/archive */
    color: #000;
    margin: 10px 0px;
    padding: 5px 0px;
    border-bottom: 2px solid #000;
    font: bold 16px;
}

h4 {
/* This style used as title for comments and as the identifying header on archive page  */
    color: #000;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px;
    border-bottom: 2px solid #000;
    font: bold 12px;
}

/*********************************************
    Container Div
*********************************************/

#wrap {
    width: 960px;
    margin: 0px auto;
}

/*********************************************
    Header Styles
*********************************************/

#header a {
    display: block;
}

#header span {
    display: none;
}

/*********************************************
    Horizontal Navigation Styles
*********************************************/
#menu {
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
}

#menu ul {
    margin: 0px;
    height: 45px;
    top: 81px;
    left: 150px;
}

#menu ul li {
    display: block;
    width: 100px;
    float: left;
    list-style-type: none;
    margin: 21px 4px 0 0;
    padding: 5px 4px 0 4px;
    height: 37px;
    text-align: center;
    background: url('images/tab.gif') no-repeat;
}

#menu a {
    color: #fff;
    text-decoration: none;
}

/*********************************************
    Content Div
*********************************************/
#container {
    margin: 0px auto;
}

#content {
    margin: 32px 0 0 267px;
    overflow: visible;
}

.post-more {
/* Use this class to style the "more" tag */
}

.post-more a, .post-more a:visited {
/* Use this class to style the link within the post-more div */
}

/*********************************************
    Post Meta Styles
*********************************************/
.meta-top {
    clear: both; /* we need this so floats in the post are cleared */
    padding: 0px;
    margin: 0px 0px;
    color: #666;
    text-align: left;
    text-transform: uppercase; /*  font-family: Arial, Helvetica, sans-serif; */
    font-size: 10px;
}

.meta-bottom {
    clear: both; /* we need this so floats in the post are cleared */
    padding: 0px;
    margin: 0px 0px;
}

/*********************************************
    Previous/Next Page Navigation
*********************************************/
.page-nav {
    clear: both; /* To clear any floats */
    margin: 10px 0px;
    padding: 10px 0px;
}

.nav-previous {
    width: 249px;
    float: left;
    text-align: left;
}

.nav-next {
    width: 249px;
    float: right;
    text-align: right;
}

/*********************************************
    Left Sidebar
*********************************************/
#sidebar {
    height: 100%;
    top: 0px;
    left: 0px;
    width: 244px;
}

#s-container {
    background: url('images/sidebg.png') no-repeat;
    height: 365px;
    padding: 15px 0 0 13px;
    font-size: 105%;
}

/*#sidebar ul {*/
    /*list-style-type: none;*/
    /*padding: 0px;*/
    /*margin: 0px;*/
/*}*/

div#s-container ul li {
    margin: 15px 0 20px 0px;
}

div#s-container ul li ul li {
    margin: 3px 0 0 10px;
}

#tree-logo {
    margin: 25px 0 0;
}

/*********************************************
    Comment Styles
*********************************************/
#comments {
    padding: 8px;
}

#comments .even {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    background: #FFFFFF;
    overflow: hidden;
    border-bottom: 1px dotted #B7B7B7;
}

#comments .odd {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    background: #FFFFFF;
    overflow: hidden;
    border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
    Footer Styles
*********************************************/
#footer {
    margin: 15px auto 0 auto;
    padding: 10px 20px 0 20px;
    clear: both;
    text-align: center;
    background: #FDE59B;
    font-size: 11px;
}

#footer a {
    color: #062d10;
    font-weight: normal;
}

#footer a:hover {
    color: #000000;
}

.footer-bar {
    background: url(images/footer.gif) no-repeat;
    height: 10px;
    width: 960px;
    margin-bottom: 5px;
}

/*********************************************
    The Obligatory WP Stuff
*********************************************/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}

.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;
}

/*********************************************
Additions
*********************************************/

ul.contact {
    float: left;
    width: 300px;
    list-style-type: none;
}

ul.contact li {
    height: 140px;
}

ul.contact p {
    margin: 0px 0px 0px 15px;
}

ul.contactform {
    float: left;
    list-style-type: none;
}

ul.home {
    float: left;
    width: 235px;
    list-style-type: none;
}

ul.home li {
    height: 185px;
}

ul.homeevents {
    float: left;
    list-style-type: none;
}

ul.homecaption {
    float: left;
    width: 470px;
    list-style-type: none;
}

.obit-sidebar {
    width: 20%;
    float: right;
    margin-left: 5%;
}

.obit-listings, .obit-listings .post {
    float: left;
}

.obit-listings {
    width: 75%;
}

.obit-sidebar .widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sideblock ul li {
    margin: 4px 0 3px;
}

span.req {
    color: red;
}

h2 .hilite, .hilite {
    background: yellow;
}

p.linklove {
    display: none;
}

.javascript_required {
    display: none;
}

#main {
    width: 960px;
    margin: 0px auto;
    background: url(images/wrap.gif) repeat-y center;
}

#header {
    background: url(images/header.gif) no-repeat;
    width: 940px;
    padding: 10px;
    height: 108px;
    margin: 0px auto;
    margin: 0px auto;
}

#content {
    width: 580px;
    margin: 0px auto;
    min-height: 250px;
    float: left;
}

#sidebar-right {
    margin-top: -6px;
    width: 190px;
    min-height: 490px;
    float: left;
    background: transparent url(images/sidebar.gif) no-repeat;
}

.sidebar-pad {
    padding: 5px 20px;
}

#sidebar-right a {
    color: #FFF;
    font-weight: normal;
}

#sidebar-right ul {
    margin: 5px 5px 5px 5px;
    list-style-type: none;
}

#sidebar-right ul li ul {
    margin: 5px 5px 5px 2px;
    list-style-type: none;
}

#sidebar-left {
    margin-top: -6px;
    width: 190px;
    min-height: 490px;
    float: left;
    background: transparent url(images/sidebar.gif) no-repeat;
}

#sidebar-left {
    padding-top: 25px;
}

/*
#sidebar-left a {
    color: #FFF;
    font-weight: normal;
}

#sidebar-left ul {
    margin: 0px 5px 10px;
    list-style-type: none;
}

#sidebar-left a {
  font-size: 15px;
    line-height: 1.3;
}

#sidebar-left a:hover {
    color: #FDE59B;
}

#sidebar-left li li a {
    font-size: 95%;
    line-height: 1;
}

#sidebar-left li li {
    margin: 0 0 6px 8px;
}
*/

#content-middle {
    width: 560px;
    padding: 10px;
    min-height: 491px;
    float: left;
    margin-top: 0px;
    background: #fde59b;
}

#content-middle1 {
    width: 560px;
    padding: 10px;
    min-height: 491px;
    float: left;
    margin-top: 0px;
    color: #ffffff;
background: #000000;
}

.home-quarter {
    width: 260px;
    padding: 10px;
    margin: 0px;
    display: inline-block;
    float: left;
    min-height: 200px;
    text-align: center;
}

.home-quarter h2 {
    color: #000;
}

.home-quarter li {
    list-style: none;
}

.home-quarter .textwidget {
    color: #000;
}

#footer {
    width: 560px;
    float: left;
    padding: 10px;
    margin: 0px auto;
}

#footerwide #footer {
    width: 940px;
}

/*********************************************
    Horizontal Navigation Styles
*********************************************/
#menu {
    width: 790px;
    margin: 50px 0px 0px 150px;
    height: 40px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    height: 37px;
}

#menu ul li {
    display: block;
    width: 100px;
    float: left;
    list-style-type: none;
    padding: 5px 4px 0 4px;
    height: 37px;
    text-align: center;
    background: url('images/tab.gif') no-repeat;
}

#menu a {
    color: #fff;
    text-decoration: none;
}

#logoh {
    background: url(images/logo.gifg) no-repeat left top;
    width: 330px;
    height: 115px;
    float: left;
}

.textwidget {
    color: #FFF;
}

/*********************************************
    Staff Photos
*********************************************/
.photo {
    display: inline-block;
    float: left;
    width: 200px;
    text-align: center;
    clear: both;
}

.photo img {
    width: 180px;
    border: 1px solid #000;
    margin: 10px;
}

/*********************************************
    Clear Fix
*********************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#child-pages {
    margin: 15px 0px 0px 15px;
    padding: 0px 0px 5px 5px;
    border-left: 3px double #666;
}

#child-pages h2 {
    color: #000;
}

#child-pages ul {
    list-style-type: none;
}

#child-pages ul li ul {
    list-style-type: disc;
}

#header {
    position: relative;
}

.flag {
    position: absolute;
    margin: 10px 10px 0 0;
    top: 0;
    right: 0;
}

/* Flyout Menu */
#sidebar-menu {
    margin-bottom: 20px;
}

#sidebar-menu ul {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    text-align: left;
    padding: 1px 1px 0 1px;
    width: 168px;
    /*background: #fff;*/
}

#sidebar-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-menu li {
    display: inline;
}

#sidebar-menu ul ul {
    position: absolute;
    left: -9999px;
    background: #0A220C;
    width: auto;
}

#sidebar-menu ul#toplevel {
    position: relative;
}

#sidebar-menu a {
    display: block;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    padding: 1px 30px 1px 10px;
}

#sidebar-menu li a.fly {
    /*background: url(anywidth/arrow.gif) no-repeat right top;*/
    font-family: Times New Roman, serif;
}

#sidebar-menu li a:hover {
    background-color: #154519;
    color: #fff;
}

#sidebar-menu li:hover > a {
    background-color: #154519;
    color: #fff;
}

#sidebar-menu ul li:hover > ul {
    left: 100%;
    margin-top: -23px;
    margin-left: -1px;
}

#sidebar-menu a:hover ul,
#sidebar-menu a:hover a:hover ul,
#sidebar-menu a:hover a:hover a:hover ul {
    left: 100%;
}

#sidebar-menu a:hover ul ul,
#sidebar-menu a:hover a:hover ul ul {
    left: -9999px;
}

#sidebar-menu table {
    position: absolute;
    left: 99%;
    height: 0;
    width: 0;
    border-collapse: collapse;
    margin-top: -7px;
    margin-left: -1px;
}

#sidebar-right .sidebar-pad .widget {
margin: 20px 0 20px 0;
}

.widget_search  {
padding: 0;
margin: 0;
}

.widget_search label {
display: none;
}

.widget_search #searchsubmit {
margin-top: 5px;
}

#feedburner_email {
color: #fff;
}

#feedburner_email h2 {
padding: 1px 0 0 0;
}

#feedburner_email p {
margin: 5px 0;
padding: 0
}

.sidebar-pad li {
list-style: none;
}

.gravityformswidget, .gravityformswidget h3 {
color: #fff;
}

.gravityformswidget h3 {
border-bottom: none;
}

.gravityformswidget input, .gravityformswidget textarea {
width: 140px;
}

.gravityformswidget .gform_fields li {
margin: 10px 0;
}

.gravityformswidget .button {
width: auto;
}

.obit-entry {
  clear: both;
  margin: 10px 0;

}
