/*
	Theme Name: Rasmus
	Description: Rasmus is a 1 or 2-column, widget-ready child theme created for the Genesis Theme Framework by <a href="http://www.web-savvy-marketing.com/go/studiopress/">StudioPress</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Tags: one-column, two-column, right-side, fixed-width, featured-images, theme-options, red, white, tan, gray, blue, orange, teal, green

	Version: 1.2.3
	Template: genesis
*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Questrial|Lato:300|Arvo|Muli);

/*
 * To use the custom fonts add the appropriate statement below
 *
 * font-family: 'Questrial', sans-serif;
 * font-family: 'Lato', sans-serif;
 * font-family: 'Arvo', serif;
 * font-family: 'Muli', sans-serif;
 *
 */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #656668;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 156%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

b,
strong {
	font-weight: 900;
}

hr {
  border:none;
  height:1px;
  background-color:#b2b2b3;
  margin:2px 0 6px;
}

.hidden {
	display: none;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #be1e2d;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {

	background: url(images/header-bg.jpg) left 12px repeat-x #fff;
	border-top: 13px solid #bf1e2e;
}

::-moz-selection {
	background-color: #be1e2d;
	color: #fff;
}

::selection {
	background-color: #be1e2d;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */
.header-outer {
	margin: 0 auto;
	width: 100%;
}

#header {
	float: left;
	min-height: 110px;
	width: 75%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 40%;
}

#title {
	font-family: 'Questrial', arial, serif;
	color: #24222d;
	font-size: 33px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #24222d;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 17px;
	padding: 0 0 0 20px;
	line-height: 20px;
	font-family: 'Helvetica', arial, sans-serif;
	color: #24222d;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 51%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #title {
	background: url(images/logo.png) left top no-repeat;
	margin: 10px 0 0;
	}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}

/* Header Right
------------------------------------------------------------ */

#header-right {
	width: 20%;
	float: right;
	height: 54px;
	padding-top: 30px;
	padding-right: 30px;
}

#social-accounts {
	float:right;
	width: 85% /* 170px */;
}

#social-accounts a {
	display:block;
	float:right;
	width:25px;
	height:25px;
	margin-left:4px;
	text-indent:-9999px;
}

#social-accounts .facebook {
	background:url(images/social-facebook.png) no-repeat;
}

#social-accounts .twitter {
	background:url(images/social-twitter.png) no-repeat;
}

#social-accounts .linkedin {
	background:url(images/social-linkedin.png) no-repeat;
}

#social-accounts .youtube {
	background:url(images/social-youtube.png) no-repeat;
}

#social-accounts .googleplus {
	background:url(images/social-googleplus.png) no-repeat;
}

#social-accounts .rss {
	background:url(images/social-rss.png) no-repeat;
}

#phone {
	float:right;
	margin-top:7px;
	font:normal 23px 'Questrial'; color:#be1e2d;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav .wrap {
	margin: 0px auto;
	width: 100%;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #231f20;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary {
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #ddd;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #231f20;
	display: block;
	padding: 5px 45px;
	position: relative;
	text-decoration: none;
}

#home-link a {
	padding: 0 25px 0 0;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #fff;
	color: #ec1d24;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 13px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 158px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #ec1d24;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -33px 0 0 179px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-arrow.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

#nav li a.home-button {
	display:block;
	float:left;
	width:30px;
	height:23px;
	margin-top: 3px;
	margin-left: 17px;
	background: url(images/home-button.png) no-repeat;
	text-indent:-9999px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 75%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

/* Home Content
------------------------------------------------------------ */
#content-sidebar-wrap .flexslider {
	width: 98%;
	background-color: #ECEEED;
	overflow: hidden;
	position: relative;
	padding: 5px;
	margin: 0px;
}

#content-sidebar-wrap .flexslider .elements {
	width: 90%;
}

#content-sidebar-wrap .flexslider .featured-cell {
	width: 99%;
	height: 280px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	margin: 0px;
	padding-top: 5px;
	padding-left: 3px;
}

#content-sidebar-wrap .flexslider .slides img {
	float: right;
}

#content-sidebar-wrap .flexslider .featured-cell .info {
	position: relative;
	font-size: 13px;
	width: 50%;
	height: 100%;
	padding: 8px 8px;
	overflow: hidden;
	background: transparent;
	color: #656668;
}

#content-sidebar-wrap .flexslider .slides p.flex-caption {
	background-color: transparent;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	display: block;
	width: 50%;
	top: 0;
	position: relative;
	color: #BF1E2E;
	font-size: 20px;
	line-height: 133%;
	font-family: 'Arvo', serif;
	text-shadow: none;
}

#content-sidebar-wrap .flexslider .slides .info a.title:hover {
	text-decoration: none;
}

#content-sidebar-wrap .flexslider p {
	width: 50%;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

#content-sidebar-wrap .flexslider .flex-caption .excerpt {
	color: #656668;
	float: left;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 35px;
	font-size: 13px;
	overflow: hidden;
	width: 100%;
}

#content-sidebar-wrap .flexslider .current-cell { z-index: 500; }

#content-sidebar-wrap #rotator {
	background: url(images/home-banner-bg.jpg) no-repeat;
	width: 98.7%;
	height: 311px;
	padding-top: 19px;
	margin: 0 auto 10px;
	text-align: center;
}

#content-sidebar-wrap .wp-rotator-wrap .elements {
	width: 90% !important;
}

#content-sidebar-wrap .wp-rotator-wrap .pane {

width: 98%;
background-color: #ECEEED;
overflow: hidden;
position: relative;
padding: 5px;
margin: 0px;
}

#content-sidebar-wrap .wp-rotator-wrap .featured-cell {
width: 99%;
height: 280px;
padding-top: 5px;
padding-left: 3px;
}

#content-sidebar-wrap .wp-rotator-wrap .featured-cell img {
	float: right;
}

#content-sidebar-wrap .wp-rotator-wrap .featured-cell .info {
  position: relative;
  font-size: 13px;
  width: 50%;
  height: 100%;
  padding: 8px 8px;
  overflow: hidden;
  background: transparent;
  color: #656668;
}

#content-sidebar-wrap .wp-rotator-wrap .featured-cell .info h3 {
  margin: 0;
  padding: 0;
  color: #BF1E2E;
  line-height: 133%;
  font-family: 'Arvo', serif;
}

#content-sidebar-wrap .wp-rotator-wrap .featured-cell .info a.title:hover {
	text-decoration: none;
}

#content-sidebar-wrap .wp-rotator-wrap .featured-cell .info p {
	margin-bottom: 10px;
	font-size: 13px;
}

#content-sidebar-wrap .home-tagline {
	margin-top: 20px;
	margin-bottom: 25px;
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: normal;
	color: #24222d;
	text-align: center;
	width: 100%;
}

#home-widgets {
	width: 100%;
	margin: 0 auto 17px;
}

#home-widgets .widget {
	display: block;
	float: left;
	width: 23.9%;
	margin: 0 5px 0 0;
	padding: 2px;
	overflow: hidden;
	background: #f3f5f6;
}

#home-widgets .last {
	margin-right: 0;
}

.calltoaction-widget {
	min-height: 203px;
}

.calltoaction-widget .image {
	width: 100%;
	height: 133px;
	overflow: hidden;
}

.calltoaction-widget .action-button {
  display: block;
  width: 83.682% /* 200px */;
  height: 39px;
  padding: 15px 24px 15px 15px;
  overflow: hidden;
  background: url(images/cta-red-button.jpg) no-repeat;
  font-size: 17px;
  font-family: 'Questrial', sans-serif;
  color:#fff;
}
.calltoaction-widget .alt-button {
  	background: url(images/cta-green-button.jpg) left top no-repeat;
}

.calltoaction-widget .action-button span {
	font-size: 22px;
}

#content-sidebar-wrap .home-featured {
	margin-bottom: 2%;
	padding-left: 1.9%;
	padding-top: 2%;
	max-width: 57%;
}

#content-sidebar-wrap .home-featured p {
	margin: 0 0 20px;
}

#home-twitter {
	float: right;
	width: 41%;
	margin: 0 7px 0 20px;
}

#content-sidebar-wrap #home-twitter .widget {
	margin-left: 0;
}

#content-sidebar-wrap .latest-tweets {
	position:relative;
}

#content-sidebar-wrap .twitter-box {
	width: 40.8%;
	margin-bottom: 3.1862745% /* 13px */;
	margin-left: -8.0882352% /* -33px */;
	float: left;
	border: none;
}

.home #content-sidebar-wrap .twitter-box {
	width: auto;
}

.home .latest-tweets .widget-wrap {
	border: 1px dashed #a3a5a7;
	overflow: hidden;
}

#content-sidebar-wrap .twitter-bird {
	background: url(images/twitter-bird.png) no-repeat;
	position: absolute;
	width: 46px;
	height: 32px;
}

.home .latest-tweets .widgettitle,
#content-sidebar-wrap .twitter-box .widgettitle {
	margin: 21px 0 0 18px;
}

#content-sidebar-wrap .latest-tweets .title {
	font-family: 'Arvo', serif;
	font-size: 17px;
	color: #be1e2d;
}

#content-sidebar-wrap .latest-tweets ul {
	list-style: none;
padding:0;

	margin: 0;
}

.home #content-sidebar-wrap .latest-tweets ul {
	padding: 10px 5px 10px 18px;
}

#content-sidebar-wrap .latest-tweets ul li {
	padding: 8px 5px 8px 0;
	border-bottom: 1px dashed #9b9d9f;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #656668;
}

#content-sidebar-wrap .latest-tweets ul li.last{
	border:0;
}

#content-sidebar-wrap .latest-tweets ul li b {
	color: #5f696d;
}

#content-sidebar-wrap .latest-tweets ul li a {
	color: #be1e2d;
}

#content-sidebar-wrap .latest-tweets ul li span a {
	font-size: 8px;
	color: #aaacaf;
}

#content-sidebar-wrap #sidebar .twitter-box {
	width: 372px;
	margin-left: -13px;
	padding: 0;
	float: none;
}

#content-sidebar-wrap #sidebar .latest-tweets .box {
	width: 356px;
	float: left;
}
.widget.latest-tweets:before{
	content:"";
	display:block;
	width:46px; height:31px;
	position:absolute; top:-8px;left:-8px;
	background: transparent url(images/twitter-bird.png) no-repeat 0 0;
}

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

#content {
	float: left;
	padding: 0 0 20px;
	width: 47%;
	margin-top:29px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 67%;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.post {
	margin: 0 0 30px 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 15px;
}

a.more-link{
	display:block;float:right;
	color: #fff;
	background: #bf1e2e;
	padding:5px;
	margin-top:10px;
	text-transform:uppercase;
	font-family: 'Arvo', serif;
}
a.more-link:hover{
	background: #333;color:#fff;
}

.highlight {
	color: #be1e2d;
}

.post .thumb {
	float: left;
	margin: 0 11px 20px 0;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.readmore {
	display: inline-block;
	padding: 2px 5px;
	margin-right: 9px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-size: 11px;
	text-transform: uppercase;
	background: #bf1e2e;
}

.readmore:hover {
	text-decoration: none;
	background:#333;
}

.readmore:visited {
	color: #fff;
}

#sidebar .readmore {
	font-size: 14px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Questrial', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
	color: #363436;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 22px;
	color: #363436;
}
#content .entry-title,
#content .entry-title a {
	margin-bottom: 0;
	font-size: 20px;
	color: #BF1E2E;
	font-family: 'Arvo', arial, serif;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #2554c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4,
.widget-area .title {
	font-size: 18px;
	font-family: 'Arvo', arial, serif;
	margin: 0 0 8px;
	padding:0;
	color:#be1e2d;
}

.widget-area h4 a {
	color: #BE1E2D;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	margin: 0 0 0 25px;
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: 0 0 15px;
}

.post-info span.fn:after{
	content: " | ";
}
.post-comments a{
position:relative;display:inline-block;padding-left:20px;
}

.post-comments a:before{
content: ""; display:inline-block;
position:absolute;left:0;top:5px;
width: 13px;
height: 11px;
background-repeat: no-repeat;
background-image: url(images/icon-comment.png);

}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}




/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 ;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image, .entry-content img{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box {
	position:relative;padding-top:5px;
}
.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
	padding:0;

}

.author-box p{overflow:hidden;}

.author-box > div > strong{

font-size:12px;
font-weight:bold;
color: #be1e2d;
}

h3#author-box-title{
	font-family: 'Arvo', serif;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	width: 259px;
	padding: 0 20px 0 19px;
	margin: 29px 0 23px;
	border-left: 1px dashed #A4A6A8;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
	margin-right:0;
	border:none;
	border-right:1px dashed #A4A6A8;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: 13px;
	margin:15px 0;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #e6e7e9;
	margin: 0 0 15px;
	padding: 0 0 15px;
	padding: 11px 5px 15px 18px;
	width:236px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {

}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.widget-area .widget-wrap, .widget > ul{
	padding: 11px 5px 0 0;
}

.widget-area ol,
.widget-area ul {
	margin: 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0;
}

.widget-area ul li {
	padding: 5px 0;
	list-style-type: none;
	word-wrap: break-word;
	font: 12px Arial, sans-serif;
	color: #656668;
	border-bottom: 1px solid #cecfd0;
}

.widget-area ul li a,
.widget-area ul li a:visited {
	font: 12px Arial, sans-serif;
	color: #656668;
}

.widget .widget_recent_blogs ul li {
	background: none;
}

.widget .widget_recent_blogs ul li div {
	font: 10px Arial, sans-serif;
	color: #757679;
}

/* Newsletter
------------------------------------------------------------ */
.widget_newsletter p {


}

.widget_newsletter .email {
	float: left;
	width: 264px;
	height: 16px;
	padding: 7px;
	background: url(images/newsletter-input.jpg) no-repeat;
	font: 12px Arial, sans-serif;
	border: none;
}

.widget_newsletter .submit, .searchsubmit,div.gform_footer input.button {
	padding: 4px 8px;
	border: none;
	border-radius: 0;
	background: #bf1e2e;
	font-family: 'Arvo', serif;
	font-size: 18px;
	text-transform:uppercase;
}



.widget_newsletter .submit:hover {
	border:none;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #BE1E2D;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Questrial', arial, serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

input.searchsubmit{
	font-size: 18px;
	}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 0;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 54% /* 180px */;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 13px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/footer-bg.jpg) left top repeat-x #bf1e2e;
	clear: both;
	font-size: 10px;
	font-family: 'Muli', sans-serif;
	margin: 0 auto;
	overflow: hidden;
	color: #FFF;
	padding: 7px 0;
	height: 58px;
}

#footer .wrap {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer .contact-details {
  width: 50%;
  float: left;
}

#footer .copyright {
  float:right;
  width: 50%;
}

#footer a,
#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


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

#commentform {position:relative;}
#commentform input[type="submit"]{
position:absolute;right:8px;bottom:8px;
}
#commentform input[type="text"],#commentform textarea{
background: #fff;
border: 1px solid #bf1e2e;
}

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 13px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	padding:8px 4px;
	font-size:18px !important;
}

div.gform_footer input.button:hover{background:#333;}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Color Schemes
------------------------------------------------------------ */

/* Green Tan
------------------------------------------------------------ */
.rasmus-green-tan {
	background: #efece0 url(images/brown-tan-green/header-bg.jpg) repeat-x left 12px;
	border-top-color: #585550;
}

.rasmus-green-tan a,
.rasmus-green-tan a:visited {
	color: #87b33e;
}
.rasmus-green-tan #footer {
	background-color: #585550;
}

.rasmus-green-tan #content-sidebar-wrap .flexslider {
	background-color: #fff;
}

.rasmus-green-tan #content-sidebar-wrap .flexslider .slides p.flex-caption {
	color: #87b33e;
}

.rasmus-green-tan #nav li a.home-button {
	background-image: url(images/brown-tan-green/home-button.png);
}

.rasmus-green-tan .calltoaction-widget .action-button {
	background-image: url(images/brown-tan-green/cta-green-button.jpg);
}

.rasmus-green-tan .calltoaction-widget .alt-button {
	background-image: url(images/brown-tan-green/cta-light-green-button.jpg);
}

.rasmus-green-tan .calltoaction-widget a {
	color: #fff;
}

.rasmus-green-tan .widget.latest-tweets:before{
	background-image: url(images/brown-tan-green/twitter-bird.png);
}

.rasmus-green-tan #content .entry-title,
.rasmus-green-tan #content .entry-title a,
.rasmus-green-tan #phone,
.rasmus-green-tan #content-sidebar-wrap .latest-tweets .title,
.rasmus-green-tan #content-sidebar-wrap .latest-tweets ul li a ,
.rasmus-green-tan .highlight,
.rasmus-green-tan .widget-area h4,
.rasmus-green-tan .widget-area .title,
.rasmus-green-tan .widget-area h4 a,
.rasmus-green-tan .author-box > div > strong {
	color: #87b33e;
}

.rasmus-green-tan input[type="button"],
.rasmus-green-tan input[type="submit"] {
	background-color: #585550;
}

.rasmus-green-tan  #content-sidebar-wrap .wp-rotator-wrap .featured-cell .info h3 {
  color: #87b33e;
}

.rasmus-green-tan  a.more-link,
.rasmus-green-tan  a.readmore ,
.rasmus-green-tan  .widget_newsletter .submit,
.rasmus-green-tan  .searchsubmit,
.rasmus-green-tan  div.gform_footer input.button {
	background: #585550;
	color: #fff;
}

.rasmus-green-tan  a.more-link:hover,
.rasmus-green-tan  a.readmore:hover,
.rasmus-green-tan  .widget_newsletter .submit:hover,
.rasmus-green-tan  .searchsubmit:hover,
.rasmus-green-tan  div.gform_footer input.button:hover {
	background: #87B33E;
}

.rasmus-green-tan  #commentform input[type="text"],
.rasmus-green-tan  #commentform textarea {
	border: 1px solid #585550;
}

.rasmus-green-tan #content-sidebar-wrap #rotator {
	background: url(images/brown-tan-green/home-banner-bg.jpg) no-repeat;
}

.rasmus-green-tan .menu-primary li li a:active,
.rasmus-green-tan .menu-primary li li a:hover,
.rasmus-green-tan .menu-secondary li li a:active,
.rasmus-green-tan .menu-secondary li li a:hover,
.rasmus-green-tan #header .menu li li a:active,
.rasmus-green-tan #header .menu li li a:hover {
	color: #585550;
}

.rasmus-green-tan .menu-primary li a:active,
.rasmus-green-tan .menu-primary li a:hover,
.rasmus-green-tan .menu-primary .current_page_item a,
.rasmus-green-tan .menu-primary .current-cat a,
.rasmus-green-tan .menu-primary .current-menu-item a,
.rasmus-green-tan .menu-secondary li a:active,
.rasmus-green-tan .menu-secondary li a:hover,
.rasmus-green-tan .menu-secondary .current_page_item a,
.rasmus-green-tan .menu-secondary .current-cat a,
.rasmus-green-tan .menu-secondary .current-menu-item a,
.rasmus-green-tan #header .menu li a:active,
.rasmus-green-tan #header .menu li a:hover,
.rasmus-green-tan #header .menu .current_page_item a,
.rasmus-green-tan #header .menu .current-cat a,
.rasmus-green-tan #header .menu .current-menu-item a{
	color: #585550;
}

/* Blue Green
------------------------------------------------------------ */

.rasmus-blue-green{border-top-color: #00416a;}
.rasmus-blue-green a,.rasmus-blue-green a:visited{color: #0068a1;}
.rasmus-blue-green #footer{background-color: #00416a;}

.rasmus-blue-green #content-sidebar-wrap .flexslider .slides p.flex-caption {
	color: #0068a1;
}

.rasmus-blue-green #nav li a.home-button{ background-image: url(images/soft-blue-gold/home-button.png)}

.rasmus-blue-green .calltoaction-widget .action-button{background-image: url(images/bold-blue-green/cta-bold-blue-button.jpg)}
.rasmus-blue-green .calltoaction-widget .alt-button{background-image: url(images/bold-blue-green/cta-green-button.jpg)}

.rasmus-blue-green .calltoaction-widget a {color: #fff;}

.rasmus-blue-green .widget.latest-tweets:before{
	background-image: url(images/bold-blue-green/twitter-bird.png);
}

.rasmus-blue-green #content .entry-title,
.rasmus-blue-green #content .entry-title a,
.rasmus-blue-green #phone,
.rasmus-blue-green #content-sidebar-wrap .latest-tweets .title,
.rasmus-blue-green #content-sidebar-wrap .latest-tweets ul li a ,
.rasmus-blue-green .highlight,
.rasmus-blue-green .widget-area h4,
.rasmus-blue-green .widget-area .title,
.rasmus-blue-green .widget-area h4 a,
.rasmus-blue-green .author-box > div > strong {
	color: #0068a1;
}

.rasmus-blue-green input[type="button"],
.rasmus-blue-green input[type="submit"] {
 background-color: #00416a;
}

.rasmus-blue-green  #content-sidebar-wrap .wp-rotator-wrap .featured-cell .info h3 {
  color: #0068a1;
}

.rasmus-blue-green  a.more-link,
.rasmus-blue-green  a.readmore ,
.rasmus-blue-green  .widget_newsletter .submit,
.rasmus-blue-green  .searchsubmit,
.rasmus-blue-green  div.gform_footer input.button {
	background: #00416a;
	color: #fff;
}

.rasmus-blue-green  a.more-link:hover,
.rasmus-blue-green  a.readmore:hover,
.rasmus-blue-green  .widget_newsletter .submit:hover,
.rasmus-blue-green  .searchsubmit:hover,
.rasmus-blue-green  div.gform_footer input.button:hover {
	background: #656668;
}

.rasmus-blue-green  #commentform input[type="text"],
.rasmus-blue-green  #commentform textarea{
	border: 1px solid #00416a;
}

.rasmus-blue-green .menu-primary li li a:active,
.rasmus-blue-green .menu-primary li li a:hover,
.rasmus-blue-green .menu-secondary li li a:active,
.rasmus-blue-green .menu-secondary li li a:hover,
.rasmus-blue-green #header .menu li li a:active,
.rasmus-blue-green #header .menu li li a:hover {
	color: #00416a;
}

.rasmus-blue-green .menu-primary li a:active,
.rasmus-blue-green .menu-primary li a:hover,
.rasmus-blue-green .menu-primary .current_page_item a,
.rasmus-blue-green .menu-primary .current-cat a,
.rasmus-blue-green .menu-primary .current-menu-item a,
.rasmus-blue-green .menu-secondary li a:active,
.rasmus-blue-green .menu-secondary li a:hover,
.rasmus-blue-green .menu-secondary .current_page_item a,
.rasmus-blue-green .menu-secondary .current-cat a,
.rasmus-blue-green .menu-secondary .current-menu-item a,
.rasmus-blue-green #header .menu li a:active,
.rasmus-blue-green #header .menu li a:hover,
.rasmus-blue-green #header .menu .current_page_item a,
.rasmus-blue-green #header .menu .current-cat a,
.rasmus-blue-green #header .menu .current-menu-item a{
	color: #00416a;
}

/* Blue Gold
------------------------------------------------------------ */
.rasmus-blue-gold {
	border-top-color: #497d8f;
}

.rasmus-blue-gold a,
.rasmus-blue-gold a:visited {
	color: #497d8f;
}

.rasmus-blue-gold #footer {
	background-color: #497d8f;
}

.rasmus-blue-gold  #content-sidebar-wrap .flexslider .slides p.flex-caption {
	color: #497d8f;
}

.rasmus-blue-gold #nav li a.home-button{
	background-image: url(images/soft-blue-gold/home-button.png);
}

.rasmus-blue-gold .calltoaction-widget .action-button{
	background-image: url(images/soft-blue-gold/cta-gold-button.jpg);
}

.rasmus-blue-gold .calltoaction-widget .alt-button {
	background-image: url(images/soft-blue-gold/cta-soft-blue-button.jpg);
}

.rasmus-blue-gold .calltoaction-widget a {
	color: #fff;
}

.rasmus-blue-gold .widget.latest-tweets:before {
	background-image: url(images/soft-blue-gold/twitter-bird.png);
}

.rasmus-blue-gold #content .entry-title,
.rasmus-blue-gold #content .entry-title a,
.rasmus-blue-gold #phone,
.rasmus-blue-gold #content-sidebar-wrap .latest-tweets .title,
.rasmus-blue-gold #content-sidebar-wrap .latest-tweets ul li a ,
.rasmus-blue-gold .highlight,
.rasmus-blue-gold .widget-area h4,
.rasmus-blue-gold .widget-area .title,
.rasmus-blue-gold .widget-area h4 a,
.rasmus-blue-gold .author-box > div > strong {
	color: #497d8f;
}

.rasmus-blue-gold input[type="button"],
.rasmus-blue-gold input[type="submit"] {
	background-color: #497d8f;
}

.rasmus-blue-gold  #content-sidebar-wrap .wp-rotator-wrap .featured-cell .info h3 {
  color: #497d8f;
}

.rasmus-blue-gold  a.more-link,
.rasmus-blue-gold  a.readmore ,
.rasmus-blue-gold  .widget_newsletter .submit,
.rasmus-blue-gold  .searchsubmit,
.rasmus-blue-gold  div.gform_footer input.button {
	color: #fff;
	background: #497d8f;
}


.rasmus-blue-gold  a.more-link:hover,
.rasmus-blue-gold  a.readmore:hover,
.rasmus-blue-gold  .widget_newsletter .submit:hover,
.rasmus-blue-gold  .searchsubmit:hover,
.rasmus-blue-gold  div.gform_footer input.button:hover {
	background: #656668;
}

.rasmus-blue-gold  #commentform input[type="text"],
.rasmus-blue-gold  #commentform textarea {
	border: 1px solid #497d8f;
}

.rasmus-blue-gold .menu-primary li li a:active,
.rasmus-blue-gold .menu-primary li li a:hover,
.rasmus-blue-gold .menu-secondary li li a:active,
.rasmus-blue-gold .menu-secondary li li a:hover,
.rasmus-blue-gold #header .menu li li a:active,
.rasmus-blue-gold #header .menu li li a:hover {
	color: #497d8f;
}

.rasmus-blue-gold .menu-primary li a:active,
.rasmus-blue-gold .menu-primary li a:hover,
.rasmus-blue-gold .menu-primary .current_page_item a,
.rasmus-blue-gold .menu-primary .current-cat a,
.rasmus-blue-gold .menu-primary .current-menu-item a,
.rasmus-blue-gold .menu-secondary li a:active,
.rasmus-blue-gold .menu-secondary li a:hover,
.rasmus-blue-gold .menu-secondary .current_page_item a,
.rasmus-blue-gold .menu-secondary .current-cat a,
.rasmus-blue-gold .menu-secondary .current-menu-item a,
.rasmus-blue-gold #header .menu li a:active,
.rasmus-blue-gold #header .menu li a:hover,
.rasmus-blue-gold #header .menu .current_page_item a,
.rasmus-blue-gold #header .menu .current-cat a,
.rasmus-blue-gold #header .menu .current-menu-item a {
	color: #497d8f;
}

/* Blue Gray
------------------------------------------------------------ */
/*
 * header footer  blue : 004f60
 * feature title : 497d8f
 * link / cta blue 14778e
 * h1 gray : 24222d
 * cta light gray : 95979a
 * text gray : 656668
*/
.rasmus-blue-gray a,
.rasmus-blue-gray a:visited {
	color: #14778e;
}

.rasmus-blue-gray {
	border-top-color: #004f60;
}

.rasmus-blue-gray #footer {
	background-color: #004f60;
}

.rasmus-blue-gray  #content-sidebar-wrap .flexslider .slides p.flex-caption {
	color: #497d8f;
}

.rasmus-blue-gray #nav li a.home-button {
	background-image: url(images/blue-gray/home-button.png);
}

.rasmus-blue-gray .calltoaction-widget .action-button {
	background-image: url(images/blue-gray/cta-blue-button.png);
}

.rasmus-blue-gray .calltoaction-widget .alt-button {
	background-image: url(images/blue-gray/cta-gray-button.png);
}

.rasmus-blue-gray .calltoaction-widget a {
	color: #fff;
}

.rasmus-blue-gray .widget.latest-tweets:before {
	background-image: url(images/blue-gray/twitter-bird.png);
}

.rasmus-blue-gray #content .entry-title,
.rasmus-blue-gray #content .entry-title a,
.rasmus-blue-gray #phone,
.rasmus-blue-gray #content-sidebar-wrap .latest-tweets .title,
.rasmus-blue-gray #content-sidebar-wrap .latest-tweets ul li a ,
.rasmus-blue-gray .highlight,
.rasmus-blue-gray .widget-area h4,
.rasmus-blue-gray .widget-area .title,
.rasmus-blue-gray .widget-area h4 a,
.rasmus-blue-gray .author-box > div > strong {
	color: #14778e;
}

.rasmus-blue-gray input[type="button"],
.rasmus-blue-gray input[type="submit"] {
	background-color: #14778e;
}

.rasmus-blue-gray  #content-sidebar-wrap .wp-rotator-wrap .featured-cell .info h3 {
  color: #14778e;
}

.rasmus-blue-gray  a.more-link,
.rasmus-blue-gray  a.readmore,
.rasmus-blue-gray  .widget_newsletter .submit,
.rasmus-blue-gray  .searchsubmit,
.rasmus-blue-gray  div.gform_footer input.button {
	background: #14778e;
	color: #fff;
}

.rasmus-blue-gray  a.more-link:hover,
.rasmus-blue-gray  a.readmore:hover,
.rasmus-blue-gray  .widget_newsletter .submit:hover,
.rasmus-blue-gray  .searchsubmit:hover,
.rasmus-blue-gray  div.gform_footer input.button:hover {
	background: #656668;
}

.rasmus-blue-gray  #commentform input[type="text"],
.rasmus-blue-gray  #commentform textarea {
	border: 1px solid #14778e;
}

.rasmus-blue-gray .menu-primary li li a:active,
.rasmus-blue-gray .menu-primary li li a:hover,
.rasmus-blue-gray .menu-secondary li li a:active,
.rasmus-blue-gray .menu-secondary li li a:hover,
.rasmus-blue-gray #header .menu li li a:active,
.rasmus-blue-gray #header .menu li li a:hover {
	color: #14778e;
}

.rasmus-blue-gray .menu-primary li a:active,
.rasmus-blue-gray .menu-primary li a:hover,
.rasmus-blue-gray .menu-primary .current_page_item a,
.rasmus-blue-gray .menu-primary .current-cat a,
.rasmus-blue-gray .menu-primary .current-menu-item a,
.rasmus-blue-gray .menu-secondary li a:active,
.rasmus-blue-gray .menu-secondary li a:hover,
.rasmus-blue-gray .menu-secondary .current_page_item a,
.rasmus-blue-gray .menu-secondary .current-cat a,
.rasmus-blue-gray .menu-secondary .current-menu-item a,
.rasmus-blue-gray #header .menu li a:active,
.rasmus-blue-gray #header .menu li a:hover,
.rasmus-blue-gray #header .menu .current_page_item a,
.rasmus-blue-gray #header .menu .current-cat a,
.rasmus-blue-gray #header .menu .current-menu-item a {
	color: #14778e;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer-widgets .wrap,
	#footer .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	#header {
		width: 55%;
	}

	#footer .creds,
	#footer .gototop {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#content-sidebar-wrap .flexslider {
		background: transparent;
	}

	#header-right {
		padding: 15px 20px 0 0;
		width: 30%;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 5px 20px;
	}

	.menu li a .sf-sub-indicator,
	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		right: 0;
	}

	.menu li.right {
		display: none;
	}

	#home-widgets .image {
		height: auto;
	}

	#home-widgets .calltoaction-widget {
		min-height: 0px;
	}

	#content-sidebar-wrap .flexslider {
		width: 90%;
		margin:0 auto;
	}

	#content-sidebar-wrap .flexslider .slides img {
		float: none;
		margin: 0 auto;
	}

	#content-sidebar-wrap .flexslider .slides p,
	#content-sidebar-wrap .flexslider .slides p.flex-caption {
		width: 95%;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}

	.sidebar {
		display: inline-block;
		float: none;
		padding: 0;
		margin: 0;
		border: 0;
	}

	.sidebar .widget {
		margin: 5px auto;
		width: 85%;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}

@media only screen and (max-width: 600px) {

	body {
		background-image: none;
	}

	body,
	#wrap,
	.header-outer,
	#header,
	.header-image #description,
	#header-right,
	#content-sidebar-wrap .home-featured,
	#footer,
	#footer .wrap {
		width: 100%;
	}

	#header {
		min-height: 0px;
	}

	#title-area {
		border-bottom: 1px dashed #8d8d8d;
	}

	#header-right {
		border-bottom: 1px dashed #8d8d8d;
		margin: 2px 2px 5px 0;
		padding: 0;
		text-align: center;
	}

	#phone {
		text-align: center;
		width: 100%;
	}

	#social-accounts {
		display: block;
		float: none;
		margin: 0 auto;
		width: 155px;
	}

	#social-accounts .googleplus {
		margin-right: 7px;
	}

	#footer .contact-details,
	#footer .copyright {
		width: 90%;
		display: block;
		float: none;
		text-align: left;
	}

	#nav li a.home-button {
		float: none;
		width: 20px;
		margin-left: 5px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		display: block;
		padding: 3px 5px;
	}

	ul.menu {
		float: none;
		text-align: center;
	}

	.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
		border-right:  none;
	}

	.menu-primary li ul a,
	.menu-secondary li ul a,
	#header .menu li ul a,
	.sf-sub-indicator {
		display: none;
	}

	ul.menu li:hover > ul,
	ul.menu li.sfHover ul,
	#header .menu li:hover > ul,
	#header .menu li.sfHover ul,
	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		display: none;
		height: 0;
		width: 0;
	}

	#home-widgets .widget {
		background: transparent;
		width: 45%;
		margin: 0 0 5px 10px;
	}

	#home-twitter {
		float: none;
		margin: 0 auto;
		width: 95%;
	}

	#content-sidebar-wrap .home-featured {
		float: none;
		clear: both;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.rasmus-green-tan {
		background: #efece0 url(images/brown-tan-green/header-bg-resp.jpg) repeat-x left 12px;
	}

}

@media only screen and (max-width: 400px) {

	#home-widgets .widget {
		background: transparent;
		float: none;
		width: 100%;
		margin: 0 0 5px 10px;
	}
}