/*
Theme Name: burns
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: burns
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 burns is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */



@import "http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Open+Sans+Condensed:300,300italic,700";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: "Open Sans","Arial",Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Open Sans Condensed","Arial Narrow",Arial,sans-serif;
	font-weight: bold;
}
h1 {
font-size: 34px;
line-height: 1em;
margin-bottom: 0.5em;
}
h2 {
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
h3 {
	font-size: 22px;
	margin-bottom: 0.5em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
  font-size: 1.25em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #0f5bcf;
}
a:hover,
a:focus,
a:active {
	color: #F3933D;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear {
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.8em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 160px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
	text-align: center;
	padding-top: .9%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
p.wp-caption-text {
	margin: 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 18px 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.bold{
  font-weight: bold;
}

.float-left{
  float: left;  
}
.float-right{
  float: right;
}
.white{
  color: #fff;
}
.purple, a.purple{
  color: #66136f;
}
.orange, a.orange{
  color: #f3933d;
}
.orange.full-div,.orange.title-area{
  background-color: #f3933d;
}

.brown, a.brown{
  color: #814c00;
}
.uppercase{
  text-transform: uppercase;
}
.full{
  width: 100%;
  clear: both;
}
/*** Header Area ***/

a{
  text-decoration: none;
}

body{
  background-color: #3A0D02;
  font-family: "Open Sans","Arial",Arial,sans-serif;
  font-size: 14px;
}

.site-header{
  width: 100%;
  background-color: #ffa011;
  height: 90px;
}

#main .type-page, #main .type-post{
  padding: 20px;
}

#page{
  background: url(img/page-top-background.png) center 90px repeat-x #390D02;
}

.site-branding{
  width: 1000px;
  margin: 0 auto;
  background-color: #FEE391;
  height: 90px;
  position: relative;
  border-left:4px solid #fff;
  border-right:4px solid #fff;
}

  .site-branding .float-left{
    width: 667px;
  }
  .site-branding .float-left a {
	  position: absolute;
  }
  
  .site-branding .float-left img{
    margin-top: 20px;
    margin-left: 10px; 
  }
  
  .site-branding .float-right{
    width: 279px;
    height: 90px;
    background-color: #FEE391;
    border-left: 1px solid #ffffff;
  }

  .site-branding .float-right #sign_up_area{
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
  }
  
  .site-branding .float-right .adjust{
    margin: 6px 10px 10px 18px;    
  }
  
  .site-branding .float-right input{
    float: left;
  }
  
  .site-branding .float-right #donate_area{
      font-size: 14px;
      font-weight: bold;      
      line-height: 35px;
  }
  
  #donate_area .adjust{
    margin: 2px 0 -10px 18px;
  }
  
  .site-branding .float-right #donate_area .donate{
    font-size: 20px;
  }
  
.site-branding .site-title, .site-branding .site-description{
  visibility: hidden;
  position: absolute;
}

input[type="text"]{
  border: 0px solid;
  background-color: #fff;
  border-radius: 0; 
}

  input.sign-up{
    width: 238px;
    height: 16px;
    
  }

input.arrow{
  padding-top: 5px;  
  display: none;
}

.main-navigation{
  font-family: 	"Open Sans", Arial, sans-serif;
  width: 1000px;
  margin: 4px auto 0;
  background-color: #fff;
  height: 30px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  float: none;
}
  
  #main_site_nav{
    background-color: #660666;
    width: 720px;
    float: left;
    height: 29px;
    position: relative;
    z-index:9999;
    top: 1px;
  }
  
  #main_site_nav li a{
      color: #fff;
  }
  	#main_site_nav li:hover, #main_site_nav li.current-menu-parent li.current_page_item:hover {
	  	background-color: #945094;
  	}
  	
  	#main_site_nav li.current_page_item, #main_site_nav li.current-menu-ancestor {
	  	background-color: #ffffff;
  	} 
  	#main_site_nav li.current_page_item a, #main_site_nav li.current-menu-ancestor a {
	  	color: #000000;
  	}
  	

  	#main_site_nav li.current-menu-parent li.current_page_item  {
	  	background-color: #660666;
  	} 
  	#main_site_nav li.current-menu-parent li  a {
  		color: #ffffff;
  	}
  	#main_site_nav li.current_page_item li a {
	  	color: #ffffff;
  	}
    #main_site_nav li{
      font-size: 16px;
      line-height: 26px;
      padding-left: 35px;
      padding-right: 35px; 
      padding-top: 1px;
      padding-bottom: 3px;     
      border-right: 1px solid #fff;
      height: 25px;
    }
    
    #main_site_nav li li{
      background: #66136F;
      text-transform: capitalize;
      font-weight: 100;
      border-top: 1px solid #FFFFFF;
      border-right: none;
           }
    
    #main_site_nav ul li:last-child{
      border-right: 0px solid #fff;
    }
  #main_site_nav_right{
    width: 279px;
    background-image: url(img/header_nav_orange_gradient.png);
    background-repeat: repeat-x;
    background-size: 3px 30px;
    height: 29px;
    margin-top: 1px;	
    float: right;
  }  
  
  #main_site_nav_right #front_search_form{
    float: right;
    margin-right: 18px;
    margin-top: 1px;
    }
  
  #front_search_form input[type="text"]{
    height: 13px;
    float: left;
    margin-top:3px;
    width: 160px;
  }
  
  #main_site_nav_right #front_search_form label{
    font-size: 18px;
    font-weight: bold;
    color: #66136F;
    float: left;
    margin-right: 5px;
  }
  #secondary {
	  font-size: 16px;
  }

  #content{
    width: 1000px;
    background-color: #ffffff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    margin: 0 auto;
  }
    
    #front_left{
      width: 666px;
      float: left;
    }
    
    #front_top{
      width: 100%;
      clear: both;
      border-top: 1px #ffffff solid;
    }
    
    #front_bottom{      
      width: 100%;
      clear: both;
    }
    #front_right{
      width: 334px;
      float: left;
    }
      #front_top .widget-y{
        float: right;
        }
    
    
    #front_slideshow{
      height: 286px;
      width: 720px;
      overflow: hidden;
      float: left;
      position: relative;
    }
    #front_slideshow .radslide {
	    height: 286px;
    }
    #front_slideshow img{
    	margin: auto;
    	z-index: -1;
    }
    #front_slideshow .slide-image {
	    background-image: url('img/burns-slideshow-bg-lt.png'), url('img/burns-slideshow-bg-rt.png');
	    background-repeat: repeat-y, repeat-y;
	    background-position: left top, right top;
	    width: 720px;
	    height: 286px;
	    position: absolute;
	    z-index: 1;
    }
    #front_slideshow .caption {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    background-image: url('img/burns-slideshow-caption-bg.png');
	    padding: 10px 80px;
	    z-index: 2;
    }
    #front_slideshow .slide-cap {
	    width: 600px;
    }
    #front_slideshow .blurb {
	    color: #ffffff;
    }
    #front_slideshow h3 a {
	    color: #F7E9CE;
	    text-transform: uppercase;
	    font-size: 18px;
    }
    #slideshow-arrows {
    	position: absolute;
	    z-index: 20;
	    top: 35%;
    }
    #slideshow-arrows #prev,
    #slideshow-arrows #next {
	    position: absolute;
    }
    #slideshow-arrows #prev {
	    left: 10px;
    }
    #slideshow-arrows #next {
    	left: 652px;
    }
    #slideshow-arrows img {
	    width: 54px;
	    height: 52px;
	    margin: 0 2%;
    }  
    #front_updates_area{
      margin: -17px 0;     
      width: 100%;
      background: url(img/home_updates_gradient.png) top repeat-x #F7E9CE;
    }
      
     #front_updates_area .feature-item{
      width: 100%;
      margin: 10px 0; 
      padding-bottom: 20px;
     } 
      
      #front_updates_area .feature-item .img-container{
        float: left;
        width: 500px;
      }
      
        #front_updates_area .feature-item .img-container img{
          margin: 0 22px;
          max-width: 100%;
          display: block;
          border: 8px solid #F7E9CE;
        }
        
        #front_updates_area .feature-item .content-area{
          float: left;
          margin-left: 30px;
          width: 80%;
        }
        
        #front_updates_area .feature-item{
          position: relative;
          float: left;
          width: 50%;
        }
        
          #front_updates_area .feature-date{
            font-weight: bold;
          }
         .entry-title{
            font-size: 20px;
            font-weight: bold;
          }
        
        #front_updates_area a.read-more{
          font-weight: bold;
          position: absolute;
          right: 80px;
          bottom: 5px;
        }
      
    .title-bar .full-div{
      height: 15px;
      width: 100%;
      border-radius: 5px 5px 0 0;
    }
    
    .title-area h2{
      color: #fff;      
      font-size: 20px;
      font-weight: bold;
      margin-left: 20px;
    }
    
    #front_updates_area .title-area{
      width: 200px;
      border-radius: 0 0 5px 5px;
    }
    
    .widget-y, .widget{
      position: relative;
      border-radius: 10px;
      background-color: #fff;
      width: 260px;
      margin-left: auto;
      margin-right: auto;
    }
    #front_top .widget-y, #front_top .widget{
      position: relative;
      border-radius: inherit;
      background-color: #fff;
      width: 279px;
      margin-left: auto;
      margin-right: auto;
    }
    
      .widget-y .adjust, .widget .adjust{
        padding: 20px 10px;
      }
    
      .widget-y h2, .widget h2{
        font-size: 18px;
        font-weight: bold;
      }
        
      .widget-y h2 a, .widget h2 a{
        color: #66136f;
      }
      
    
    .widget-y a.widget-link-button, .widget a.widget-link-button{
      width: 164px;
      height: 18px;
      display: block;
      line-height: 18px;
      position: absolute;
      right: 0;
      bottom:0;
      text-align:right;      
      display: block;
      background: url(img/widget-link-button.png) no-repeat;
    }
    
    .widget-y a.widget-link-button span, .widget a.widget-link-button span{
      padding-right: 20px;
    }
    
    .widget-y .corner-triangle-right{
      position: absolute;
      right: 5px;
      bottom: 5px;
    }
    
    h1.widget-title {
      color: #000000;
      font-size: 27px;
      line-height: 1.1;
      margin-bottom: 0.5em;
    }
    
    #front_map{
      height: 286px;
      margin-top: 0;
      overflow: hidden;
    }
    
    #work_for_justice{
      height: 274px;
      margin-top: 10px;
    }
    
    #front_footer{
      width: 1008px;
      margin: 0 auto;      
      text-align: center;
      background: #3A0D02;
      padding: 20px 0;
      
    }
    
    #front_footer a{
      color: #ffffff;
    }
    .menu-footer-menu-container {
	    width: 100%;
	    text-align: center;
    }
    #front_footer ul {
	    list-style: none;
	    margin: auto;
	    display: inline-block;
    }
    #front_footer ul li {
	    float: left;
	    margin-right: 10px;
    }
    #front_footer ul li:after {
	    content: '|';
	    margin-left: 10px;
    }
    #front_footer ul li:last-child:after {
	    content: '';
    }
    
    .left-three-qtr{
      float: left;
      width: 720px; 
      background-color: #fff;
    }
    .left-three-qtr.full-width {
	    width: 100%;
    }
    body.category .left-three-qtr{
    	width: 100%;
    }

       #main.site-main{        
        padding: 10px;
        min-height: 300px;
      }
    #main .page-header {
	    padding-left: 18px;
	    padding-top: 18px;
    }
    body.category  #main .page-header {
	    padding-left: 0;
	    padding-top: 0;
    }
    
    #secondary{
      float:left;
      width: 280px; 
      margin-top: 20px;
    }
        
    #front_top #secondary{
      float:left;
      width: 318px;
      margin-top: 20px;
    }
    
    
    footer#colophon, #colophon{
      width: 100%;      
    }
    
    h1.page-title, .single h1.entry-title, .type-page h1.entry-title{
      font-size: 34px;
      color: #000000;
      line-height: 1em;
      margin-bottom: 0.5em;
      
    }
    
    .header-image{
      margin: 0 auto;
      float: left;
    }
    
    .header-image > *  {
      float: left;
    }
    
    #tertiary{
      width: 142px;
      float: left;
      height: 200px;
    }
    
      #tertiary .widget, #tertiary .widget-y{
        width: 142px;
      }
    
      #tertiary ul li{
        color: #ffe67d;
        background: url(img/tertiary-nav-li-bottom-left.png) left bottom no-repeat;
        height: 30px;
        line-height: 24px;
      }
      #tertiary ul a{
        color: #814c00;
        padding: 5px;
        line-height: 1.5em;
      }
    
    #main.adjusted{
      padding: 35px 0;
      width: 520px;
      float: left;      
    }
    .addthis_toolbox {
	    margin-bottom: 20px;
	    margin-left: 18px;
    }
    
/********* Top Right Widget Area Styling ***********/
#front_map .simple-image-widget {
	position: relative;
}
#front_map .simple-image-widget img {
	position: absolute;
	top: 0;
}
#front_map .simple-image-widget-title {
	z-index: 2;
	position: relative;
	bottom: 0;
	/*background-image: url("img/burns-slideshow-caption-bg.png");*/
	background-color: #FFE77D;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}
#front_map .simple-image-widget-title a {
	color: #66136F; 
}
#front_map .simple-image-widget-title a:hover {
	color: #F3933D;
	}
#front_map.widget-y .adjust, 
#front_map.widget .adjust {
	padding: 0;
}
body.page .img-container img, body.category .img-container img {
	width: 150px; 
	height: auto;
	margin-right: 15px;
}
.img-container, .nf-item-content {
	float: left;
}
.nf-item-content {
	width: 80%;
	float: right;
}
.nf-item-content.no-image {
	width: 100%;
	}
.view-more {
	margin-top: 10px;
	background-color: #FEE391; 
	padding-left: 5px; 
	font-weight: bold;
}
body.page .read-more, body.category .read-more {
	font-weight: bold;
	margin-bottom: 30px;
	width: 100%;
	text-align: right;
}

body.category .nf-item.main-item {
	margin-bottom: 30px;
}
body.category .nf-item-content.no-image {
	margin: 0;
}

/**************** 404 Error Page ***********************/
.error-404 .widget {
	width: 650px;
}

/****** Staff Styling ******/

/*  Wrap around staff info  */
.staff-member-info-wrap {
	float: left;
	width: 100%;
	margin-left: 3%;
	font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
	margin-bottom: 30px;
}
.single-staff-member .full-width { 
	width: 95%;
}


.staff-member-info-wrap h3{ 
	font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
} 
*/


/*  [staff-bio-formatted]  */
div.staff-member-bio {

}

p.staff-excerpt {
	font-size: 17.5px;;
	font-weight: normal;
}

/*  p tags within [staff-bio-formatted]  */
div.staff-member-bio p {

}

/* staff photo div */
div.member-photo {
	float: left;
	margin-right:10px;
}


/*  [staff-photo]  */
img.staff-member-photo {
	float: left;
}

/*  [staff-email-link]  */
.staff-member-email {

}

/*  [staff-name-formatted]  */
div.staff-member-listing h3.staff-member-name {
	margin: 0;
}

/*  [staff-position-formatted]  */
div.staff-member-listing h4.staff-member-position {
	margin: 0;
	font-style: italic;
}

/* staff member name + position */

div.staff-name-position {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

span.staff-member-position {
	font-size: 18px;
	font-weight: bold;	
}

/* Clearfix for div.staff-member */
div.staff-member:after {
	content: "";
	display: block;
	clear: both;
}

/* Clearfix for <= IE7 */
* html div.staff-member { height: 1%; }
div.staff-member { display: block; }
