/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Share Styles
:: Thumbnails
:: Video List
:: Category List
:: Buttons
:: Icons
:: Footer
*/

/* -------------------------------------------------- 
   Color Palette
-----------------------------------------------------
:: Midnight Blue (header, h2) rgb(26, 58, 90)   
:: Ocean Blue (h3)     rgb(53, 122, 160)        
:: Baby Blue (footer)  rgb(232, 238, 241)       
:: Powder Blue (body)  rgb(245, 247, 248)      
:: White Blue (h1)     rgb(252, 253, 253)       
:: Grey (p)            rgb(147, 147, 147)         
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* url('../../../images/drreese/template/Seas image.jpg') repeat */

	body {
	}
	
	#page {
	  background: rgb(245, 247, 248) /*#eeeeee; #13113b */
	}
	#xheader {
    margin: 0px -20px;
	  margin-bottom: 0px;
	  height: 355px;
	  overflow: hidden;
	}
	
	#content H2 {
	  color: rgb(26, 58, 90) /*#9b232d;*/
          padding-top:50px;
	}
	
	#content .LeftContent H2 {
	  font-size: 1.5em;
	}
	#nav-headshot {
           padding: 0px;
        }
	#content img {
	  padding: 0px 5px 5px 0px;
	}
	#content .subtitle {
	    color: rgb(53, 122, 160);
	    font-weight: bold;
	    font-size: 1.5em;
	}
	
	#header .row { 
	  padding: 0px 0 0 0px; 
	  margin-bottom: 0px;
	}
	
	#header #logo img {
	  
	}
	
	#header h1 { 
	  margin-top: 145px;
	}
	
	.secondary {
	  background: rgb(252, 253, 253);
	  padding: 42px 0px;
    border: solid rgb(222, 222, 222);
    border-width: 1px 0px;
  }
  
  #content {
    width: 960px;
    background: rgb(212, 218, 221); /*rgb(197,197,197);*/
    padding: 10px 10px 10px 10px;
  }
  
/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	#content table { background:rgb(212, 218, 221); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 0px solid #ddd;  }
	
	#content table thead, table tfoot { background: rgb(212, 218, 221); }
	#content table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

	#content table tbody tr.even,
	table tbody tr.alt { background: rgb(212, 218, 221); }
	#content table tbody tr:nth-child(even) { background: rgb(212, 218, 221); }
	#content table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }


	
  .xfull-width {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .full-width > .row {
    padding-left: 20px;
    padding-right: 20px;
    width: 1024px; 
  }
  
  #sharing li {
    float: left;
    margin-top: 21px;
  }

  
  div.panel {
    margin-bottom: 24px;
  }
  
  img {
    display: block;
  }
  
  #respond {
    padding-bottom: 20px;
  }
  
  #respond h3{
    color: rgb(53, 122, 160);
  }
  #respond h3, #respond h3 + p {
    margin-top: 0px;
  }
  
  #respond h3 + p {
    margin-bottom: 10px;
  }
  
  
  h2:first-child {
    margin-top: 47px;
    margin-bottom: 47px;
  }
 
  h4:first-child {
    margin-top: 0px;

  }
  
  #featured h3 {
    margin-bottom: -16px;
  }
  
  .date {
    margin-top: -9px !important;
  }
  
  p.intro {
    margin-top: 0px;
  }
  
/* -----------------------------------------
   Thumbnails
----------------------------------------- */
  .block-grid li {
    margin-top: inherit;
    margin-bottom: 12px;
  }

  .thumbs li {
    position: relative;
    overflow: hidden;
  }
  
  .thumbs .overlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(252, 253, 253);
    background: rgb(53, 122, 160);
    background: rgba(53, 122, 160, .80);
    box-shadow: inset 1px 1px 0 rgb(0,0,0,.1),inset 0 -1px 0 rgb(0,0,0,.07);    
    -webkit-transition: all 0.3s ease-in-out;  
       -moz-transition: all 0.3s ease-in-out;  
        -ms-transition: all 0.3s ease-in-out;  
         -o-transition: all 0.3s ease-in-out;  
            transition: all 0.3s ease-in-out;
  }
  
  .thumbs li p, .thumbs li h4 {
    color: inherit;
    margin: 0px;
  }
  
  .thumbs li .intro {
    margin: 0px;
    display: none;
    font-size: 21px;
    line-height: 24px;
  }  
  
  .thumbs li:hover p {
    display: block;
  }
  
  .thumbs li:hover .overlay {
    width: 100%;
    height: 100%;
    background: rgb(26, 58, 90);
    background: rgba(26, 58, 90, .80);
  }
  
  .thumbs .overlay .inner {
    padding: 10px 20px 10px 10px;
    display: block;
  }

  .thumbs .overlay h3 {
    font-weight: bold;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFF;
  }
  
/* -----------------------------------------
   Video List
----------------------------------------- */
  #videos a {
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 1px 2px rgb(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgb(0,0,0,.4);
    box-shadow: 0 1px 2px rgb(0,0,0,.4);
  }
  
  #videos img {
    margin: -10% 0;
    display: block;
  }

/* -----------------------------------------
   Category List
----------------------------------------- */
  #topics a {
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 1px 2px rgb(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgb(0,0,0,.4);
    box-shadow: 0 1px 2px rgb(0,0,0,.4);
    height: 160px;
  }
  
  #topics img {
    display: block;
  }
    
    
/* -----------------------------------------
   Buttons
----------------------------------------- */ 

  .blue.button			{ background-color: rgb(26, 58, 90); color: #ecbb52;  font-size: 18px; text-transform: uppercase;   
  }
  .blue.button:hover			{ background-color: rgb(0, 0, 0); color: #FFF; }
  .nice.blue.button		{ border: 1px solid rgb(53, 122, 160); }
  
  
  .white.button			{background-color: rgb(245, 247, 248); color: rgb(53, 122, 160); font-size: 14px; text-transform: uppercase;
  }
  .white.button:hover			{ background-color: #dde6eb;  color: rgb(53, 122, 160);
  }
  .nice.white.button		{ border: 1px solid rgb(232, 238, 241); }
  
  .button:hover {
    text-decoration: none;  
  }
  .black.button			{ background-color: rgb(0,0,0); color: #FFF; font-size: 18px; text-transform: uppercase;
  }
  .black.button:hover			{ background-color: rgb(26, 58, 90); color: #ecbb52;}

  
  .pop-pledge {
    margin: 20px; 
   -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
    border: 4px solid rgb(53,122,160);  
    font-size: 2em;
    background-color: white;
    padding: 40px;
    line-height: 160%
  }


/* -----------------------------------------
   Icons
----------------------------------------- */ 

  .button .icon-home  {
    background: url('../../../template_images/earthcallingsos/Home.png') center -3px;
  }
  
  .button .icon-left  {
    background: url('../../../template_images/earthcallingsos/Left.png') center -3px;
  }
  
  .button .icon-right  {
    background: url('../../../template_images/earthcallingsos/Right.png') center -3px;
    margin-left: 5px;
    margin-right: 0px;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  
/* -----------------------------------------
   Pagination
----------------------------------------- */ 

  #paging {
    margin-top: -16px;
    margin-bottom: 24px;
    text-align: center;
  }
  
  #paging a, #paging span {
    margin: 0px 12px;
  }
  
  #paging span, #paging span {
    border-color: hsl(200, 24%, 93%);
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: hsl(200, 15%, 70%);
    background-color: hsl(200, 24%, 93%);
    cursor: default;
  }
  
  #paging span i.icon-left, #paging span i.icon-right {
    visibility: hidden;
  }
  
/* -----------------------------------------
   Footer
----------------------------------------- */
  #about img {
    margin-top: 24px;
  }
  
  #sharing li {
    float: left;
    width: 100px;
    overflow: hidden;
  }
  
  #social-links li {
    padding-left: 42px;
  }
  
  #social-links li {
    background: url('../../../template_images/drreese/social-icons2.png') no-repeat left center;
    line-height: 25px;
  }
  
  #social-links li.youtube {
    background-position: left top;
  }
  
  #social-links li.twitter {
    background-position: left center;
  }
  
  #social-links li.wordpress {
    background-position: left bottom;
  }
  
  #footer .row {
    background: rgb(254,204,0) url('../../../images/drreese/template/Honeycomb-Background.png') no-repeat;
    background-size: cover;
    padding-bottom: 24px;
    max-width: 940px;
  }

  #defooter {
    width: 960px;
}
  #footer h3 {
    color: white;
    background-color: rgba(128,128,128,0.6); padding: 5px;
  }
  #footer a {
    color:white;
    background-color: rgba(128,128,128,0.6);
    padding-left: 5px;
    padding-right: 5px;
  }
  
  
  #footer .about img {
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  }

  #action-row {
    width: 960px;
    background: rgb(212, 218, 221); /*rgb(197,197,197);*/
    padding: 10px 10px 10px 10px;
  }

  #action-row #eclogo DIV { 
    background:rgb(53,122,160); 
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
    border: 4px solid rgb(53,122,160);  
  }
  #action-row #ebblogo DIV { 
    background:rgb(53,122,160); 
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
    border: 4px solid rgb(53,122,160);  
  }

  #eclogo IMG { border-radius: 10px; }

  #donate DIV { margin-top: 20px; 
   -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
    border: 4px solid rgb(53,122,160);  

 }
  

/* -----------------------------------------
   Navigation
----------------------------------------- */ 

.headshot {
    border: 3px solid white;
    border-radius: 58px;
    width: 115px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}


#navigation {
  line-height: 33px;
  padding: 0px 50px 0px 0px;
  list-style-type: none;
}

#navigation LI {
 border: 1px solid rgb(53, 122, 160); xborder: 3px solid white; /*#ecbb52*/
 background-color: rgb(53, 122, 160); /*#9b232d; */
text-transform: uppercase;
 padding: 0px 0px 0px 11px;
 width:110px;
  /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
         border-radius: 10px; */
}
#navigation LI:hover {
  background-color: rgb(26, 58, 90);
}
#navigation A {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
 
}
#navigation A:hover {
  text-decoration: none;
}
#navigation A.current {
  color: #ecbb52;
}

