@charset "UTF-8";
/* CSS Document */

.comment {
	padding: 15px;
}

.comment-button {
	float: right;
	padding: 5px 5px 0 0;
}

.profile-icon-image {
	float: left;
	margin: 20px 10px 10px 0;
	width: 60px;
	height: 60px;
}

.comment-story {
	margin: 0 0 0 60px;
	padding: 0 15px 0 15px;
}

.profile-user-fname {
	font-weight: bold;
	font-style: normal;
	color: #0b283d; /* dark blue */
}

.profile-user-type {
	font-style: normal;
	color: #236c8b; /*grey teal*/	
}

.comment-date-posted {
	clear: both;
	color: #236c8b; /*grey teal*/
	font-size: small;
	font-style: italic;
	margin-top: 5px;
}

.comment-button-reply {
	display: inline;
}

.sub-comment {
	margin: 10px 0 0 70px;
	padding: 10px 0 0 0;
	border-top: 2px dotted #236c8b; /*grey teal*/
}

.featureBox {
  margin: 0 20px 20px 0; 
  background-color: #e4f2f5; 
  padding: 5px 20px;
}

/* BLOG STYLES*/

/*#5c9bae; /*blue grey*/
/*#59a345; /*H3 green*/
/*#d0cbb7; /*darker tan*/


.blog-author, .blog-author a:link, .blog-author a:visited, .blog-author a:hover, .blog-author a:active {
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
}

.blog-section {
  text-transform: uppercase;
}

.blog-section a:link, .blog-section a:visited, .blog-section a:hover, .blog-section a:active {
  text-transform: uppercase;
  color: #000;
}

.blog-tags {
  diplay: inline;
  margin-top: 5px;
  margin-bottom: 10px;
}

.blog-tag {
  color: #555;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 7px;
}

.blog-tag img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: middle;
}

.blog-tags a,.blog-tags a:visited {
  color: #555;
  padding: 2px 5px 2px 5px;
  margin-left: 2px;
  background: #eee;
  text-decoration: none;
}

.blog-tags a:link {
  color: #555;
}

.blog-tags a:hover, .blog-tags a:active {
  color: white;
  background: #72c02c;
  text-decoration: none;
}

.blog-date {

}

.blog_membersonly {
  opacity: 1.0;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: opacity 2s ease-out;
}

.blog_membersonly_fade {
  opacity: 0.025;
}

.blog-overview-image img {
  width: 585px;
  height: 228px;
  border: 3px solid #d0cbb7;
}

.blog-question-comments {
  font-style: italic;
  color: #666666; /*grey*/
  margin: 0 0 20px 20px;
}

.blog-author-intro {
  font-style: italic;
  color: #666666; /*grey*/
  padding: 0 0 0 20px;
  border-left: 2px solid #d0cbb7;
}

.blog-featureBox {
  margin: 0 20px 20px 20px; 
  background-color: #e4f2f5; 
  padding: 5px 20px;
}

.blog-author-bio {
  background-color: #e9e9da;
  padding: 20px;
  color: #555;
  margin: 30px 0;
  clear: both;
}

.blog-author-bio a:link {
  font-weight: normal;
}

.blog-author-bio p {
 
}

.blog-author-photo {
  border: 3px solid #d0cbb7;
  height: 150px;
  width: 150px;
  float: left;
}

.blog-relatedArticles {

}

.blog-relatedArticles ul {

}


.blog-relatedArticles img {
  border: 3px solid #d0cbb7;
}

.blog-relatedArticles li {
  list-style: none;
  width: 150px;
  float: left;
  margin: 0 25px 30px 0;
}

.blog-relatedArticles a:link, .blog-relatedArticles a:visited, .blog-relatedArticles a:hover, .blog-relatedArticles a:active {
  color: #555;
  text-transform: uppercase;
}

.blog-last {
  clear: both;
}

.blog_blurb {
  display: table;
  margin-bottom: 20px;
}

.blog_blurb h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog_thumb {
  display: table-cell;
  vertical-align: top;
}

.blog_thumb img {
  width: 200px;
  height: 200px;
}

.blog_summary {
  padding-left: 10px;
  display: table-cell;
}

.blog_summary .blog-author-intro {
  padding: 0;
  border: 0;
}

.blog_link a {
  display: block;
  width: 100%;
  text-align: center;
  border: solid 1px #ddd;
}

.blog_link:hover a {
  color: white;
  width: 100%;
  background: #72c02c;
  border-color: #72c02c !important;
  transition: all 0.2s ease-in-out;
}

.blog_nav_link {
  display: block;
}

.blog_nav_link dl {
  margin-top: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.blog_nav_link dt {
  width: 60px;
  float: left;
}

.blog_nav_link dt a:hover {
  text-decoration: none;
}

.blog_nav_link dd {
  margin-top: 5px;
  margin-left: 70px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.blog_nav_link:hover dt img, .blog_nav_link:hover dd a {
  color: #72c02c;
  border-color: #72c02c !important;
  transition: all 0.2s ease-in-out;
}

.blog_nav_link img {
  width: 60px;
  height: 60px;
  padding: 2px;
  margin-top: 2px;
  border: solid 1px #ddd;
  vertical-align: middle;
}


.blog_tag_link {
  display: block;
}

.blog_tag_link dl {
  margin-top: 4px;
  margin-bottom: 5px;
  overflow: hidden;
}

.blog_tag_link dt {
  width: 30px;
  float: left;
  vertical-align: middle;
}

.blog_tag_link dt a:hover {
  text-decoration: none;
}

.blog_tag_link dd {
  margin-top: 8px;
  margin-left: 35px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  vertical-align: middle;
}

.blog_tag_link:hover dt img, .blog_nav_link:hover dd a {
  color: #72c02c;
  border-color: #72c02c !important;
  transition: all 0.2s ease-in-out;
}

.blog_tag_link img {
  width: 25px;
  height: 25px;
  padding: 2px;
  margin-top: 2px;
  border: solid 1px #ddd;
  vertical-align: middle;
}








