#logo h1 a {
    background: url(/utility/images/logo.png) no-repeat;
    height: 155px; /*logo graphic height */
  }

/* change header photo for homepage */
#home #header{
  background: transparent url(/utility/images/photo7.png) top right  no-repeat;
}

/* change header photo for interior pages */
#interior #header{
  background: transparent url(/utility/images/photo4.png) top right  no-repeat;
}

/* Tagline Position */
#branding h2.tagLine {
margin:0px 0 0 30px;
}

/*----------------------------------------------
= social Links - Where just using you tube - revert back to global if they add facebook and twitter
================================================ */

div#socialLinks h2{
  float:left;
  font-weight:bold;
  font-size:14px;
  padding-right:3px;
  margin-left:50px;
}

#socialLinks{
  margin:15px 0 0 6px;
}


.ie7 #socialLinks{
  margin:10px 0 0 6px;
}


/* change header photo for interior pages 
#interior #header{
  background: transparent url(/utility/images/couple-photo.png) top right  no-repeat;
}*/

/* Fixes big space at the bottom of each interior page */
#interior .col.last{
  display: none;
}


/* drop cap effect - style as needed to fit */
.dropcap {
  color:#0c796a;
  font-size:80px;
  line-height:50px;
  padding: 2px 0 2px 0;
  font-family: "Times New Roman", Times, serif;
}




/* ======= Widget styles ======== */


/*----------------------------------------------
= featured item
================================================ */
ul.featured-items {
  background: #055693;
  list-style: none;
  margin: 0px 0px 10px 0px;
}



ul.featured-items h3 {
  color: #ffffff;

}

li.featured-item1,
li.featured-item2,
li.featured-item3 {
  color: #ffffff;
  
}

li.featured-item1 {
  border-top: 8px solid #428397;
}

li.featured-item2 {
  border-top: 8px solid #428397;
  border-left: 1px solid #ffffff;
}

li.featured-item3 {
  border-top: 8px solid #496bb5;
  border-left: 1px solid #ffffff;
}

li.featured-item1 a:link,
li.featured-item2 a:link,
li.featured-item3 a:link {
  color: #ffffff;
}

li.featured-item1 a:visited,
li.featured-item2 a:visited,
li.featured-item3 a:visited {
  color: #deb261;
}


li.featured-item1 a:hover,
li.featured-item2 a:hover,
li.featured-item3 a:hover {
  color: #428397;
}

/*----------------------------------------------
= news listing
================================================ */  
ul.quick-links { 
  background: #fff; 
  margin: 0;
  padding: 5px 0 5px 0 ;   
}

/*----------------------------------------------
= news listing
================================================ */
.news-items {
  list-style: none;
}

ul.news-items {
  background-color: #fff;
  list-style: none;
  margin: 0 ;
}

ul.news-items .date,
ul.news-items .more {
  border: 0;
}

ul.news-items .date {
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
}

#interior #content-main p.date {
  font-weight:bold;
  font-size: 12px;
  margin: 5px 0 5px 0;
}

ul.news-items li {
  background: transparent url(/design/images/template/icons/newsStory.png) no-repeat 7px 13px;
  border-bottom: 1px solid #ccc;
}

ul.news-items li {
  padding-top: 10px;
}

ul.news-items li:last-child {
  border: 0;
}


ul.news-items li p {
  font-size:12px;
  border-bottom: 0px solid #ccc;  
  
}

ul.news-items li p.more {
  border-bottom: 0px solid #ccc;  
  
}



