/****
* font-family: 'Proza Libre', sans-serif;
    font-family: 'Alegreya', serif;
*/

 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}

a{
    text-decoration:none;
    -moz-outline-style: none;
}

:focus,
:active {
  -moz-outline-style: none;
} 

/****** click outline removal ***/
a:active { outline: none; }

a:focus { outline:none; }

button::-moz-focus-inner { border: 0; }

input[type="submit"]::-moz-focus-inner, input[type="radio"]::-moz-focus-inner, input[type="select"]::-moz-focus-inner { border: 0; outline:none; }
/* IE8 */
input[type="submit"]:focus, input[type="radio"]:focus, input[type="select"]:focus { outline: none; }

/******** end click outline removal ***********/


.clr{
    clear:both;
}

.left{
    float:left;
}

.right {
    float:right;
}

.hidden{
    display:none;
}

/** shadow on left and right of div :) **/
.left-right-shadow{
  -moz-box-shadow: 6px 0px 10px -7px #333, -6px 0px 10px -7px #333;
  -webkit-box-shadow: 6px 0px 10px -7px #333, -6px 0px 10px -7px #333;
  box-shadow: 6px 0px 10px -7px #333, -6px 0px 10px -7px #333;
}
/** shadow on left and right of div and not on top :) **/
.left-right-notop-shadow{
  -moz-box-shadow: 6px 1px 7px -7px #333, -6px 0px 7px -7px #333;
  -webkit-box-shadow: 6px 0px 7px -7px #333, -6px 0px 7px -7px #333;
  box-shadow: 6px 0px 7px -7px #333, -6px 0px 7px -7px #333;
}

.error{
    color:#ff0000;
    font-family:arial;
    font-size:12px;
    text-align:center;
}

/**
* contact form
*/
#def_contact_form{
    width:490px;
    font-size:11px;
}

#def_contact_form div p{
    font-size:11px;
    font-family:Georgia;
}

#def_contact_form #fields{       
}   

#def_contact_form #fields .field{

} 

#def_contact_form #fields .field p{
    margin:5px 0;  
    padding:0;
    font-size:14px;
    font-family:Georgia;
}

#def_contact_form #fields .field p span{
    color:#ff0000;
    font-size:11px;
    font-family:Georgia;
}

#def_contact_form #fields .field input{
    margin-top:10px;
    vertical-align:top;
    padding:8px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #a49c9f;   
    width:100%;
}

#def_contact_form #checks{
    width:400px;
    float:left;
    margin:0 0 0 100px;
}

#def_contact_form #checks p{
    padding:0 0 10px 0;
    font-size:14px;
    font-family:Georgia;
    width:160px;
    float:left;
    margin:0;
}

#def_contact_form #message{      
}

#def_contact_form  #message p{  
    float: left;
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
    font-family: Georgia;
    width:110px;
}

#def_contact_form #message p span{
    color:#ff0000;
}   
                                          
#def_contact_form #message textarea{   
    margin-top:10px;
    vertical-align:top;
    padding:8px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #a49c9f;   
    width:100%;
}

.spamarea{
    width:220px;
    margin:10px auto 0;
    display:block;
}       

.spamarea .captcha{
    margin:0 auto;
}

#def_contact_form  p.header{
    background:#fff;
    color:#000;
    padding:0 0 30px 0;
    font-family:arial;
    font-size:14px;
    text-align:center;
}

.clear{
    clear:both;
}

#def_contact_form #send_now{     
    background:#19294C;
    color:#fff;
    text-align:center;
    height: 43px;
    width: 130px;
    border: none;
    margin:20px auto;
    display:table;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    font-size:17px;
}

/****
* Default staff list  
*/
  ul.staff_list{
      margin:0;
  }
  
  ul.staff_list li{
      list-style:none;
      float:left;
      width:240px;
      height:250px;
      margin:0 55px 15px 0;
      text-align:center;
  }
  
  ul.staff_list li img{
      padding:5px;
      background:#d5d5c6;
      margin:0 0 5px 0;
  }
  
 ul.staff_list li p{    
      color: #3e3030;
      font-size: 15px;
      margin:0 0 5px 0;
      line-height:14px;
  }
  
  ul.staff_list li p a{
      color:#3f443e;
  }
  
  ul.staff_list li p strong{
      font-family:georgia;
      color:#3f443e;
      font-size:14px;
      font-weight:normal;
  }
  
  a.staffback{
      font-size:14px;
      color:#333;
      text-decoration:underline;
  }
  
  /***
* obits
*/

#old_obit_link{
    float:right;
    width:400px;
    font-size:18px;
    margin-top:20px;
}

#obitSearch{
    padding:15px;
    height:40px;
    width:620px;
    float:left;
    margin:0px 0 30px;
    background:#2C140D;
    display:block;
    -moz-border-radius:8px;
    border-radius:8px;
    -webkit-border-radius:8px;
}

#obitSearch input[type="text"]{
    padding:7px 15px;
    font-size:18px;
    color:#949494;
    width:485px;
    float:left;
}

#obitSearch input[type="submit"]{
    background:#DFDED9;
    padding:11px 20px;
    margin-left:10px;
    float:left;
    border:none;
    cursor:pointer;
    color:#2C140D;
    font-size:16px;
    text-align:center;     
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
}

.clears{
    clear:both;
}

ul.obits{
    margin:0;
}

ul.obits li{
    list-style:none;
    padding:0 0 20px 0;
    border-bottom:1px solid #dadada;
    margin:20px 0 0 0;
    position:relative;
}

.obits li a.oimg{
    float:left;
    margin:0 10px 0 0;
}

.obits li a.oimg img{
    padding:3px;
    border:1px solid #dadada;
}

.obits li h3{
   padding:10px 0 0 0;
}

.obits li h3 a{
    font-size:18px;
    color:#000000;
    font-family:Georgia;
    font-weight:normal;
}


.obits li p{
    font-size:13px;
    color:#5a5a5a;
}

.obits li a.vbutton{               
    background: none repeat scroll 0 0 #1C6193;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    padding: 7px 8px;
    position: absolute;
    right: 10px;
    text-shadow: 0 -1px 0 #6D8010;
    top: 10px;
}

p.subsc{
    font-size:14px;
    color:#555;
    text-align:center;
}

.sf-sub-indicator{
     display:none !important;
 }
 
 html{
    height:100%;
 }
 
 body{
     font-family: 'Proza Libre', sans-serif;
     font-size:14px;
     background:transparent url(../images/bg-texture.jpg) repeat;
 }
 
#header_wrapper{
    width:100%;
    background:transparent url(../images/header-bg.jpg) repeat-x;
    height:781px;
}

body.inner #header_wrapper{
    height:448px;
    border-bottom:10px solid #d5d5c6;
}

#header{
    width:1170px;
    margin:0 auto;
    position:relative;
}

#inner_header{
    background:transparent url(../images/inner-header.png) no-repeat;
    height:140px;
    width:1264px;
    margin-left:-43px;
}

#logo{
    position:absolute;
    top:30px;
    left:50%;
    margin-left:-221.5px;
}

#header .line{
    background:transparent url(../images/header-line.png) no-repeat;
    height:17px;
    width:166px;
    margin:10px auto;
    display:block;
}

#top_left{
    float:left;
    padding:60px 0 0 0;
    margin-left:30px;
}

#top_right{
    float:right;
    padding:60px 0 0 0;
    margin-right:30px;
}

#top_left p{
     font-family: 'Proza Libre', sans-serif;
     font-size:16px;
     text-align:center;
     color:#fff;
}

#top_left p strong{
    font-weight:bold;
    font-size:18px;
}
    
#ribbon{
    background:transparent url(../images/nav-bg.png) no-repeat;
    height:60px;
    width:1074px;
    margin:35px auto 0;
    display:block;
    padding:0 35px;
}

#nav > li{
    list-style:none;
    float:left;
    position:relative;
}

#nav > li > a{
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    text-align:center;
    padding:20px 36px 19px;
    display:block;
}

#nav >li ul{
    position:absolute;
    top:59px;
    left:0;
}

#nav > li ul li{
    list-style:none;
}

#nav > li ul li a{
    padding:10px;
    background:#2C140D;
    text-align:left;
    color:#fff;
    font-size:15px;
    display:block;
    min-width:220px;
}

#nav > li ul li a:hover{
    color:#8E574B;
}

#slider_wrapper{        
    padding:13px;
    background:#fff;
    box-shadow:0 0 25px #4b2219;
    margin:10px auto 0;
    display:table;
    width: 1030px;
    height: 442px;
    box-sizing:border-box;
}

#slider_wrapper #slides{
    position:relative;
}

#slides img{
    position:absolute;
    top:0;
    width:1004px;
    height:417px;
}

#home_content{
    width:1030px;
    margin:40px auto;
}

#home_content #home_left{
    float:left;
    width:610px;
    margin-right:30px;
}

#home_content #home_right{
    float:left;
    width:390px;
}

#home_right a.cast{
    padding:3px 15px;
    background:#fff;
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-border-radius:7px;
    display:block;
}

#home_right a.cast img{
    display:inline-block;
}

.text h1{
    color:#29150f;
    font-family: 'Alegreya', serif;
    font-size:45px;
    padding:0 0 5px 0;
    margin:0 0 25px 0;
    border-bottom:1px solid #dfdfd6;
    font-style:italic;
    font-weight:700;
}

.text h1.ititle{
    color:#29150f;
    font-family: 'Alegreya', serif;
    text-align:center;
    background:transparent url(../images/inner-title-line.jpg) no-repeat scroll bottom center;
    font-size:45px;
    padding:0 0 25px 0;
    border:none;
    margin:0 0 25px 0;
    font-style:italic;
    font-weight:700;
}

.text h2{
    color:#29150f;
    font-family: 'Alegreya', serif;
    font-size:35px;
    margin:0 0 15px 0;
    font-style:italic;
    font-weight:700;
}

.text h3{
    color:#29150f;
    font-family: 'Alegreya', serif;
    font-size:30px;
    margin:0 0 15px 0;
    font-style:italic;
    font-weight:700;
}

.text h4{
    color:#29150f;
    font-family: 'Alegreya', serif;
    font-size:25px;
    margin:0 0 15px 0;
    font-style:italic;
    font-weight:700;
}

.text p{
    color:#3e3030;
    font-size:15px;
    line-height:24px;
    margin:0 0 15px 0;
}

.text a{
    text-decoration:underline;
    color:#8B4239;
}

.text ol,
.text ul{
    margin-left:20px;
}

.text ol li,
.text ul li{
    color:#3e3030;
    font-size:15px;
    line-height:24px;
    margin:0 0 5px 0;
}

#home_obits{           
     width:1030px; 
     margin:30px auto 60px;  
 }
 
 #obitbar{          
    width:100%;                  
    margin:0px;
    position:relative;
    border:1px solid #d4d1c9;
}
    
#obitbar h3{
    text-align:center;       
    font-size:21px;
    color:#29150f;                 
    font-weight:normal;                 
    font-style:normal;
    padding:7px 50px;          
    display:block;
    width:210px;
    margin:-19px auto 0px;
    background:#f3f3ef;
}  

#obitholder{
    margin:5px 0 0 0;
    padding:0 20px 0 20px;
    overflow:hidden;
    border-bottom:1px solid #d4d1c9;
}

#obitbar ul{
    margin:0;
    float:left;
    width:2900px;
    height:192px;
}

#obitbar ul li{
    float:left;
    list-style:none;
    width:154px;
}

#obitbar ul li a{ 
    color:#29150f;
    font-weight:normal;
    font-size:15px;
    text-align:center;
    display:block;
    text-transform:capitalize;
}  

#obitbar ul li a span{
    display:block;
    color:#bbbbbb;
    font-size:12px;
    font-weight:normal;
}

#obitbar ul li a img{
    padding:7px;
    background:#efefdf;      
    margin:0px auto 5px;
    display:block;
    box-shadow:0 0 2px #d4d4d1;
}     

#obitbar #viewall{    
    font-size:14px; 
    color:#fff;  
    text-align:center;
    padding:6px;
    background:#b26652;
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-border-radius:7px;
    position:absolute;
    bottom:7px;
    left:50%;
    width:72px;
    margin-left:-38px;
} 

#obitbar a#prevButton{     
    padding:12px 10px 11px 10px;
    float:left;
    border-right:1px solid #b6b4b0;
}  


#obitbar #nextButton i,  
#obitbar a#prevButton i{
    color:#b6b4b0;
    font-size:20px;
}

#obitbar #nextButton{    
    padding:12px 10px 11px 10px;
    float:right;
    border-left:1px solid #b6b4b0;
}

.home-block{
    width:310px;
    float:left;
    margin:0 20px;
}

.home-block.last{
    margin-right:0;
}

.home-block .top img{
    display:block;
    width:100%;
}

.home-block .bottom{
    background:#fff;
    padding:25px;
    box-sizing:border-box;
    height:235px;
}

.home-block .bottom h3{
    font-size:24px;
    color:#0c182c;
    margin:0 0 10px 0;
    font-weight:500;
}

.home-block .bottom p{
    color:#6f6f6f;
    font-size:14px;
    line-height:24px;
}
    
.home-block .bottom a{
    padding:8px 15px;
    background:#b26652;
    color:#fff;
    text-align:center;
    font-size:15px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    display:table;
    margin:10px auto 0;
}

#footer_wrapper{
    width:100%;
    background:#EBEAE5 url(../images/footer-bg.jpg) repeat-x scroll 0 -75px;
}

#footer{
    width:1030px;
    margin:0 auto;
    padding:40px 0 0 0;
}

.footer-menu{
    float:left;
    width:257px;
}


.footer-menu h3{
    color:#0c182c;
    font-size:16px;
    margin:0 0 15px 0;
    text-transform:uppercase;
}

.footer-menu ul li{
    list-style:none;
}

.footer-menu ul li a{
    font-size:14px;
    margin:0 0 10px 0;
    color:#414141;
    display:block;
}

.footer-menu ul li a:hover{
    text-decoration:underline;
}

#footer-bottom{
    margin-top:0px;
}

#footer-logo{
    float:left;
    margin-right:70px;
}

#mailing{
    float:left;
    margin:20px 40px 0 0;
}

#cards{
    float:left;
    margin:46px 40px 0 0;
}

#small_menu{
    float:right;
    width:170px;
    margin-top:20px;
}

#small_menu ul li{
    list-style:none;
}

#small_menu ul li a{
    display:block;
    text-align:center;
    font-size:12px;
    color:#414141;
    margin:0 0 7px;
}

p.btext{
    text-align:center;
    display:block;
    font-size:12px;
    color:#515151;
    margin:10px 0 0;
}

p.btext a{
    color:#515151;
}

p.btext a:hover{
    text-decoration:underline;
}

#inner_content{
    width:1030px;
    margin:0 auto;
    padding:40px 0;
    min-height:500px;
}

#inner_left{
    width:250px;
    float:left;
    margin-right:30px;
}

#inner_right{
    float:left;
    width:750px;
}

#inner_right.wide{
    width:1170px;
}

#sidebar h3{
    background:transparent url(../images/sidebar-title-bg.jpg) repeat-x;
    padding:13px 0;
    text-align:center;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;
    font-family: 'Proza Libre', sans-serif;
    font-weight:300;
}

#sidebar ul{
    background:#fff;
    padding:10px;
}

#sidebar ul li{
    list-style:none;
    margin:0 0 5px 0;
}

#sidebar ul li a{
    text-align:center;
    color:#3e3030;
    font-size:15px;
    padding:7px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
    display:block;
}

#sidebar ul li a.active{
    background:#f2f2e9;
}

.text .rightimg{
    float:right;
    margin:0 0 10px 10px;
}

.text img.border{
    padding:5px;
    background:#fff;
    box-shadow:0 0 5px #333;
}

ul.facilities li{
    list-style:none;
    display:inline-block;
    margin:0 10px 10px;
}

ul.facilities li a img{
    padding:5px;
    background:#d5d5c6;
}

.services .servicesleft{
    float:left;
    width:200px;
    margin-right:10px;
    margin-bottom:20px;
}

.services .servicesleft img{
    padding:5px;
    background:#d5d5c6;
}

.services .servicesright{
    float:left;
    width:527px;
}

.imageleft {
    float: left;
    width: 110px;
}

.link {
    display: block;
    margin: 0 0 20px 0;
    clear: both;
}

.linkright {
    float: left;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.fancybox-outer .fancybox-inner{
    overflow:hidden !important;
}


#docs li{
    list-style:none;
}

#docs li a{            
    text-decoration:underline;
    padding:3px 0 3px 30px;
    background:transparent url(../images/pdf.png) no-repeat;
    margin:0 0 10px 0;
    display:block;
    font-size:14px;
}