/* CABOOSE - the last css file */

.divline {
	border-top: 1px solid #cccccc;
	margin: 20px 0px
}

h1.page-title {
  font-size: 16px;
  margin: -1px 0 0 0 !important;
  padding: 0 0 16px 0 !important;
  border-bottom: 1px solid #ccc;
  color: #069;
  font-weight: normal;
}

/* BLOG AND ARTICLE MAIN LISTING */

.featured {
  float:left;
  width: 189px;
  margin-left: 15px;
}

.featured.first, .featured.col0, .featured:first-child {
	margin-left: 0;
}

.featured img {
	margin-bottom: 5px;
/* 	width: 100% !important; */
	max-height: 100px;
	width: auto;
}

.featured .thumb {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.featured .thumb a {
	height: auto;
	padding: 0px;
	margin: 0px
}

.thumb .ngg-widget {
	margin-top: -12px
}

.grab {
	margin-bottom: 20px;
	line-height: 1.6em
}

.article {
	padding: 8px 0px 5px 0px
}

.article h2 {
  padding: 20px 0px 0px 0px;
  margin: 0 0 8px
}

.excerpt {
	/* clear: both; */
	margin-bottom: 10px
}

.last {
	background-color: #ededed;
	margin:10px 0px 0px 0px;
	height: 25px;
	padding: 0px 8px;
	display:block
}

#articlenav {
	padding: 30px;
	font-size: 16px
}

#articlenav a {
	color: #669933;
	text-transform: capitalize;
	font-size: 12px
}



/* BLOG SINGLE POST */

.header-meta {
	font-size: 10px;
	margin: 5px 0px;
	clear: both;
	width: 100%
	display: block;
	height: 20px
}

.header-meta li {
	display: block;
	float: left;
	padding: 3px 5px 3px 0px
}

.single .post {
/* 	padding-top: 20px !important; */
	clear: both !important
}

.single .pages {
	text-align: right
}

.single .wp-post-image, .single .thumbDefault {
  float: left;
  margin: 0 16px 16px 0;
}

.email {
	background:url("../images/email-26x26.png") no-repeat scroll 0 center transparent;
	padding:4px 4px 4px 30px
}

.print {
	background:url("../images/print-26x26.png") no-repeat scroll 0 center transparent;
	padding:4px 4px 4px 30px
}

.comments {
  background:url("../images/comment-26x26.png") no-repeat scroll 0 center transparent;
  margin-right:12px;
  padding:4px 4px 4px 30px !important;
}

/* BLOG ARCHIVES */

#archiveList {
	margin: 20px 0px
}

#articlenav {
  width: 595px;
  padding: 0px;
}

#articlenav div {
  width: 125px;
  float: left;
  margin: 16px 0px
}

#articlenav .prev{
}

#articlenav .arch{
	margin: 30px 105px;
	text-align: center
}

#articlenav .next{
	float: right;
	text-align: right
}

#articlenav .prev a, #articlenav .next a {
	font-size: 16px;
}

/* TAXONOMY ARCHIVES */

.taxthumb {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  clear: left
}

/* QUOTES */

.quotes .excerpt {
	font-size: 14px;
	padding: 10px 0px 0px 0px
}

/* EMAIL A FRIEND */

#wp-email-required { color: red }

form em { font-size: 10px }

form input, textarea { font-family: arial !important }

#wp-email-submit { margin: 20px 0px }

/* QUICK ANSWERS */

.checkbox-group label:nth-child(2) { /* MOZILLA AND SUCH ONLY */
	font-size: 14px;
	 }
	 
form.quick-answers {
	
	padding: 10px;
	background-color: #dbe9f1
}

.slug-quick-answers .entry-content div {
	border-top: 1px solid #cccccc;
	padding: 15px 0px 5px 0px
}

.slug-quick-answers .entry-content div strong {
	font-size: 14px
}

.slug-quick-answers .entry-content h3 {
	color: #006699;
	font-size: 18px
}

/* CONTACT FORM 7 */

.wpcf7-not-valid-tip {
	margin: -8px 0px 0px 200px !important;
	width: 180px !important;
}

/* stuff to remove later */

span.edit, span.edit-link {
  display: none !important;
}

#comments {
/*   display: none !important; */
}


body.home a.feature-link {
	display: block;
	margin-bottom: 0;
	overflow: auto;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0 0 15px 0;
	color: #333;
}

body.home a.feature-link.position-0 {
	border-top: 0;
	padding-top: 0;
}

body.home a.feature-link h3 {
	
}

body.home a.feature-link img {
	float: left;
	max-width: 35%;
	height: auto;
/* 	max-height: 75px; */
	margin-right: 15px;
}



body.home a.feature-link p {
}

#tertiary h5 {
	margin-bottom: 1em;
}

#tertiary h4 {
	color: #888;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0.5em 0 1em 0;
}

body.home a.feature-link div.feature-link-action {
	color: #693;
	font-weight: bold;
	margin: 10px 0;
}

#social-top {
	background-color: #069;
	overflow: auto;
}

#social-top ul {
	display: block;
	float: right;
}

#social-top ul li {
	display: inline-block;
}

#social-top ul li a {
	padding: 4px 0px 4px 8px;
}

.trademark {
	color: #666;
	font-size: 0.8em;
	baseline-shift: super;
	display: none;
}

#footer p.copyright {
	padding: 8px 25px;
	text-align: left;
}