	/* - - - - - - - - - - - - - - - - - - - - -
	Author: Josh Heyer
	Created: 03/10
	- - - - - - - - - - - - - - - - - - - - - */

	/* ----- Common CSS ----- */
	* {
		margin: 0;
		padding: 0;
	}
	html, body {
		height: 100%;
		background: url(/assets/img/body-bg-tile.jpg) top center repeat;
	}
	
	#page {
	  margin: 0 auto;
	  width: 1028px;
	  min-height: 100%;
	  margin-bottom: -95px;
	  position: relative;
	  text-align: left;
	  background: url(/assets/img/content-bg.png) top center no-repeat;
	}
	#home #page {
	  background: url(/assets/img/content-home-bg-2.png) top center no-repeat;
	}
	.push {
	  height: 95px;
	  clear: both;
	}
	#page-footer {
	  height: 95px;
	  position: relative;
	}
 	ul,li {list-style: none;margin: 0;padding: 0;} 	
	a {
	  color: #EC1E79;
	  border-bottom: 1px solid #e7becc;
	  text-decoration: none;
	}
	a:visited {color: #613b4e;}
	a:hover {border: none; text-decoration: none;} 
	
	#logo {
    width: 620px;
    height: 172px;
		position: relative;
		top: 40px;
		text-indent: -9999em;
	}
	#logo a {
	  display: block;
	  width: auto;
	  height: 100%;
	  border: none;
	}
	#header {
    position: relative;
	}
	#header .inner {
	  position: relative;
	  left: 0;
	  background: url(/assets/img/header-bg-2.png) 0 0 no-repeat;
	  height: 244px;
	  width: 960px;
	}
	h2 {
	  font-size: 20px;
	  color: #851847;
	  font-weight: bold;
	  margin-bottom: 10px;
	} 
	h3 {
	  background: url(/assets/img/title-bg.png) 0 .4em no-repeat;
	  padding-left: 25px;
	  margin-top: 1em;
	  color: #EC1E79;
	  font-weight: normal;
	}
  #secondary h3 {
    margin-left: 26px;
    margin-bottom: .5em;
    margin-top: 0;
  }
  body #content #primary {
    line-height: 1.6;
  }	
	#primary #ls-blog-entry {
	  padding: 1px 0;
	  width: 560px;
	  background: url(/assets/img/blog-entry-home-bg-2.png) bottom left repeat-x;	  
	  left: -10px;
	  position: relative;
	  padding-left: 10px;
	}
	#primary #ls-latest-tweets {
	  background: #E8F2F9;
	  margin-top: 1.5em;
	  position: relative;
 	  padding-top: 50px;
 	  margin-bottom: 10px;
 	  left: -10px;
	}
	#primary #ls-latest-tweets h3 {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 220px;
	  height: 50px;
	  background: url(/assets/img/lyns-latest-tweets.png) 0 0 no-repeat;
	  margin: 0;
	  padding: 0;
	  text-indent: -9999em;
	}
	#primary #ls-latest-tweets .tweet {
		overflow: hidden;
	}
	#primary #ls-tweet-speak {
	  background: url(/assets/img/lyns-latest-tweets-speak.png) 0 0 no-repeat;
	  padding: 20px 0 1px;
	}
	#primary #ls-tweet-speak .button {
	  margin-bottom: 0;
	}
	
	/* BUTTONS */
	#primary .button,
	#secondary .button {
	  background: url(/assets/img/button-bg.png) 0 0 repeat-x;
	  height: 27px;
	  padding: 0 7px;
    display: block;
    color: #fff;
    margin: 0 10px 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    border-bottom: 0;    
	}
	#secondary .button {
	  margin-left: 26px;
	}
	#btn-twitter {
	  width: 80px;
	}
	#btn-about-lyn {
	  width: 140px;
	}
	#btn-blog-entries {
	  width: 165px;
	}
	
	#secondary #ls-endorsement {
	  background: url(/assets/img/quote-box-bg.png) 0 0 no-repeat;
	  padding: 1px 0;
	  margin-top: 30px;
	  position: relative;
	  color: #fff;	  
    text-shadow: 1px 1px 2px #5f1631;
    overflow: hidden;
	}
	#secondary #ls-endorsement #end-quote {
	  position: absolute;
	  bottom: 3px;
	  right: 3px;
	}
	#secondary #ls-endorsement p {
	  font-size: 16px;
	  line-height: 1.4;
	  margin: 1em 30px 1em;
	}
	#secondary #ls-endorsement cite {
	  display: block;
	  margin: 0 30px 1em;
	}
	#secondary #ls-upcoming-events {
	  margin-bottom: 20px;
	}
	#secondary #ls-upcoming-events span {
	  color: #999;
	}
	#secondary #ls-upcoming-events a {
	  color: #EC1E79;
	  border-bottom: 1px solid #e7becc;
	  text-decoration: none;
	}
	#home #content #secondary #ls-upcoming-events a {
	  color: #D2AABC;
	  border-bottom: 1px solid #3C3137;	  
	}
	#secondary #ls-upcoming-events a:hover,
	#home #secondary #ls-upcoming-events a:hover {
	  border: none;
	}
	#secondary .widget {
	  width: 338px;
	  margin-left: 26px;
	}
	#content #primary .margins,
	#content #secondary .margins {
	  margin: 10px 20px;
	}
	#navigation {
		position: absolute;
		bottom: 0;
		left: 280px;
		line-height: 30px;
		height: 30px;
		display: block;
		width: 400px;
	}
	#navigation li {
		float: left;
	}
	#navigation li a {
		display: block;
		padding: 0 15px;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		text-decoration: none;	
		border-bottom: none;
	}
	#navigation li a:hover {
	  text-decoration: underline;
	}
	#page-footer {
	  background: url(/assets/img/footer-bg-2.png) 0 0 repeat-x;
	  color: #570b2a;
	  margin-top: 2em;
	  border-top: 1px solid red;
	}
  #footer #copyright,
  #footer #site-by {
	  text-align: right;
    position: relative;
	}
	#copyright span,
	#site-by span {
	  display: block;
	  color: #9d154c;
	  margin-right: 20px;
	}
  #footer #copyright span {
	  margin-top: 1em;
 	  font-size: 12px;
	}
  #footer #site-by span{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    text-align: left;
 	  text-indent: -9999em;
	  background: url(/assets/img/site-by-resonate.png) 0 0 no-repeat;
	  width: 172px;
	  height: 26px;
	}
	#footer-nav {
    margin-top: 1.2em;
	}
	#footer-nav li {
		float: left;
	}
	#footer-nav li a {
		display: block;
		padding-right: 10px;
		padding-left: 10px;
		border-right: 1px solid #570b2a;
		color: #570b2a;
		text-decoration: none;
		line-height: 1em;
		border-bottom: 0;
	}
	#footer-nav li a:hover {
	  text-decoration: underline;
	}
	#footer-nav li a.first {
	  margin-left: 10px;
	}
	#footer-nav li a.last {
	  border: none;
	}
	#slideshow {
		margin-bottom: 1em	;
	}
	#home #secondary {
	 background: #000;
	 color: #fff;
	}
	#secondary {
	  background: #efefef;
	  color: #333;
	  padding-top: 20px;
	}
	#secondary p {
	 margin: 1em 0;
	}
	#secondary hr,
	#secondary .hr {
	  border-top: 1px solid #d0d4e0;
	  border-bottom: 1px solid #fff;
	  height: 0;
	  margin: 5px 16px 5px 26px;
	}
	#home #secondary hr {
	  border-top: 1px solid #222;
	  border-bottom: none;
	  margin: 20px 16px 20px 26px;
	}
	#tertiary {
	 display: none;
	}		
  .showgrid {
    background: url(/assets/img/12_col.gif) 0 0 repeat-y !important;
  }
  .highlight {
    color: #851847;
    font-size: 14px;
  }
 
  .datestamp {
    font-size: 11px;
    color: #EC1E79;
    margin: 0 0 10px;
  }
 
  .icon a {
    text-indent: -9999em;
    width: 44px;
    height: 48px;
    background: url(/assets/img/social-icons.jpg) 0 0 no-repeat;
    float: left;
    border: none;
  }
  #ico-facebook a {
    background-position: 0 0;
  }
  #ico-facebook a:hover {
    background-position: 0 -47px;
  }
  
  #ico-twitter a {
    background-position: -44px 0;
  }
  #ico-twitter a:hover {
    background-position: -44px -47px;
  }
  
  #ico-youtube a {
    background-position: -88px 0;
  }
  #ico-youtube a:hover {
    background-position: -88px -47px;
  }
  
  #ico-rss a {
    background-position: -132px 0;
  }
  #ico-rss a:hover {
    background-position: -132px -47px;
  }
  
  #ico-email a {
    background-position: -176px 0;
  }
  #ico-email a:hover {
    background-position: -176px -47px;
  }
  
  #ico-stream4truth a {
  	background: url('/assets/img/stream4truth-icon.jpg') 5px 5px no-repeat;
  }
  #ico-stream4truth a:hover {
  	background: url('/assets/img/stream4truth-icon-hover.jpg') -1px 5px no-repeat;
  }
  .tweet {
    color: #2D9DC3;
  }
  .tweet .icon {
    float: left;
    margin-right: 5px;
    
  }
  .tweet .date {
    color: #999;
    margin-top: 5px;
  }
  #ls-latest-tweets hr {
    margin: .5em 0;
    height: 0 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: none !important;
  }
  a.this_tag {
    font-weight: bold;
    border-bottom-width: 0;
    background: #5f1631;
    color: #fff;
    padding: 0 3px 3px;
  }
  
  #blog .entry_date{
    font-size: 13px;
    color: #999;
    display: block;
    text-align: left;
  }	  
  
  #blog .blog_entry h4 {
    margin-top: 0;
  }
  #primary hr,
  #primary .hr {
    border: none;
    height: 20px;
    background: url(/assets/img/hr-bg.png) center 0 no-repeat;
    margin: 25px 0;
  }
  #blog .entry_meta {
    border: 1px solid #eee;
    background: url(/assets/img/meta-bg.png) 0 1px no-repeat;
    border-width: 1px 0;
  }
  #blog .entry_meta li {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-align: left;
  }
  #blog .entry_meta li.date,
  #blog .entry_meta li.tags {
    padding-left: 45px;
    line-height: 13px;
    margin: 5px 0;
  } 
  #blog .entry_meta li.tags {
    background: url(/assets/img/tags-label.png) left 0 no-repeat;
  }
  #blog .entry_meta li.date {
    background: url(/assets/img/date-label.png) left 0 no-repeat;
  }
  #blog .entry_meta .margins {
    margin-top: 0 !important;
  }
  #blog .entry_meta {
    margin-bottom: 2  em;
  }
  
  #blog #primary h3 {
/*    margin-left: 30px;*/
  }
  .map {
    height: 400px;
    border: 4px solid #ccc;
    margin: 2em 0;
  }
  
  #ls-blog-entry .photo,
  #blog .photo,
  #primary img {
    border: 4px solid #ccc;
    padding: 2px;
    margin-bottom: 1em;
  }
  
  .fleft,
  .left {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .fright,
  .right {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
  }
  
  /* --- */
  .tweet {
    color: #2D9DC3;
  }
  .tweet .icon {
    float: left;
    margin-right: 5px;
    
  }
  .tweet .date {
    color: #999;
    margin-top: 5px;
  }
  #ls-latest-tweets hr {
    margin: .5em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
  }
  #ls-about-lyn {
    margin-bottom: 2em;
  }
  #ls-about-lyn h3 {
    margin-top: 1em;
  }
  #primary .promo-spot {
    border: none;
    margin: 2em 20px; 
    display:block; 
    padding: 1px 0;
  }
  #primary .promo-spot img {
    border: none;
  }
  
  #secondary .promo-spot {
    margin-left: 25px;
    margin-top: 10px;
    padding: 1px 0;
  }
  #secondary .button {
    padding: 1px 0;
  }
  .promo-spot a {
    border: none;
  }
  
  #primary .prev_next {
    margin-top: 1em;
    position: relative;
    top: 1em;
  }
  
  	    .comment {
	        margin: 1em 0;
	        border: 1px solid #ccc;
	    }
	    .odd {
	        background: #f6d4e9;
	    }
	    .comment .name {
	        font-size: 1.1em;
	        font-weight: bold;
	        padding: .5em 12px 0;
	    }
	    .comment .message {
	        padding: 12px;
	    }
	    .comment .byline {
	        display: block;
	        padding: .2em 12px .5em;
	        font-size: 11px;
	        color: #666;
	    }
	    
	    #comment_form {
	        background: #eee;
	        padding: 1em;
	        margin: 1em 0;
	        border: 1px solid #ccc;
	    }
	    #comment_form textarea {
	        width: 470px;
	    }
	    #comment_form input.wide {
	        width: 360px;
	    }
	    #comment_form label {
	        display: block;
	        float: left;
	        width: 105px;
	    }
	    #comment_form label span {
	        color: #666;
	        font-size: 11px;
	    }

		#content-inner {
		    background: url(/assets/img/ls-content-bg-y.png) center top;    
		}
		#home #content-inner {
		    background: url(/assets/img/ls-content-bg-y-home.png) center top;    
		}  


#ls-blogroll li {
	float: left;
	width: 40%;
	margin-right: 5%;
}
#ls-upcoming-events li {
	height: 20px;
	overflow: hidden;
}
#home #content-inner {
    background: url(/assets/img/ls-content-bg-y-home.png) center top;    
}  
#content-inner {
    background: url(/assets/img/ls-content-bg-y.png) center top;    

