/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-break: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: normal;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #404041;
	background-color: #666666;
	padding-top: 26px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 978px;
	margin: 0 auto;
}
.landing .container {
	width: 620px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 620px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 358px;
	float: right;
	padding: 26px 26px 0 26px;
}
/*---:[ links ]:---*/
a {
	color: #c41230;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404041;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #efefef;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #666666;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #666666;
	background-color: #666666;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #DDDDDD;
	padding: 26px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #404041;
}
#site_title a {
	color: #404041;
}
#site_title a:hover {
	color: #c41230;
}
#site_tagline {
	font-size: 16px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 26px;
}
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 52px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 26px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 26px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 26px;
	margin-right: 26px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 26px;
	margin-left: 26px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 26px 26px 0 26px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #404041;
}
.headline a:hover {
	color: #c41230;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #404041;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #404041;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
	background-color: #efefef;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #efefef;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #efefef;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #c41230;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #404041;
	border: 1px solid #DDDDDD;
	background-color: #efefef;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #efefef;
	background-color: #666666;
}
textarea.input_text {
	line-height: 26px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #efefef url(\'images/bg-button.png\') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 52px 0;
	padding: 0 26px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #404041;
	margin: 0 -26px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 26px 13px 26px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c41230;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #efefef;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 20px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 25px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 20px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 20px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 20px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 40px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	color: #888888;
	border-top: 3px double #DDDDDD;
	padding: 13px 26px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #404041;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 978px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 620px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #666666;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #666666;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #efefef;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 620px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align=\"right\"], .left, .alignleft, img[align=\"left\"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: \'\\a\';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: \".\"; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
body { font-family: "Roboto",Helvetica,sans-serif; font-weight: 300; padding-top: 0; }
#full-header { background: #fff; min-width: 100%; overflow: hidden; }
.header { border-bottom: 0 none; padding: 0; }
#logo { float: left; margin: 15px 0 20px; width: 230px; }
.header-right { float: right; margin-bottom: 15px; padding: 40px 0 0 150px; width: 300px; }
.header-right .widget { margin-bottom: 10px; }
.header-right .widget.search-form { margin-bottom: 0; }
td{ word-break: normal; }

/* NAV MENU */
.menu { float: right; margin-top: 36px; }
.menu, .menu a, .menu .sub-menu { border-color: transparent; }
.menu a {
	background: #fff;
	border-width: 0;
	color: #333;
	font: bold 14px 'Roboto Condensed',Helvetica,sans-serif;
	letter-spacing: 0.75px;
	padding: 0.52em 0.8em;
}
.menu .last a, .menu .last a:hover  { background: #c41230; }
.menu_control {
	background: #c41230;
	border-width: 0;
	clear: both;
	color: #fff;
	font: 18px 'Roboto Condensed',Helvetica,sans-serif;
	padding: 0.5em 1.2em;
}
.menu .current-menu-item > a { color: #c41230; background-color: #fff; }
.menu a:hover { background: #fff; color: #c41230; }
.menu .fontawesome-text { display: none; }
.menu .special a { color: #c41230 !important; } 

/* SEARCH OVERLAY */
#ult-fs-search.open { z-index: 99; }
#ult-fs-search { background-color: rgba(255, 255, 255, 0.95) !important; }
#ult-fs-search input[type="text"] {
    color: #333  !important;
}
#ult-fs-search .btn {
    background-color: #c41230;
    border: 0 none;
    color: #fff;
    font-size: 24px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: bold;
}
#ult-fs-search .close {
    background-color: #c41230 !important;
    border-color: #c41230  !important;
}

/* HEADER RIGHT SIDE */
#socmed { text-align: right; }
#socmed img { display: inline; margin: 0 0 0 10px; } 
.search_form .input_text { 
	border: 0 none;
	color: #888;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
.input_text:focus { background-color: #efefef; }

/* MAIN IMAGE */
.mainimage { 
	background: url('images/rsz_2dreamstime_xxl_94609580.jpg') no-repeat 50% 0 #ddd; 
	background-size: cover;
	height: 100vh; 
	width: 100%; 
}
.mainimage .container { padding: 5% 23px; }
.mainimagetext { padding: 10% 30% 10% 0; }
.mainimagetext h1 { 
    font: 78px 'League Gothic',Helvetica,sans-serif;
    line-height: 80px;
    color: #c41230;
}
.mainimagetext h1 span { color: #999; display: block; }

/* HOME OPT-IN */
.homeoptin { 
	background-color: #c21735; 
	color: #fff; 
	margin-top: -36px; 
	padding: 36px; 
	text-align: center; 
	margin-bottom: 30px;
}
.optintext h3 { 
	color: #ddd; 
	font-size: 16px; 
	font-weight: 600; 
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
}
.optintext h2 { 
	font: 30px "custom-one",Helvetica,sans-serif !important;
	letter-spacing: 1px;
    margin-bottom: 10px;
	text-transform: uppercase; 
}
.homeoptin #mc_embed_signup_home {
    background: transparent;
    clear: left;
    font: 14px 'Roboto',Helvetica,Arial,sans-serif;
}
.homeoptin #mc_embed_signup_home input {
    border: 0 none;
    padding: 8px 12px;
    width: 60%;
    font-size: 14px;
}
#mc-embedded-subscribe_home {
    background-color: #333;
    color: #fff;
    width: auto !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14.75px !important;
    margin-left: -4px;
}
#mc-embedded-subscribe_home:hover { background-color: #676767; }

/* SLIDESHOW */
#slideshow-area { 
	background: url('images/sliderareabg.png') repeat 0 0 #333334; 
	min-width: 100%; 
	overflow: hidden; 
	padding: 30px 0; 
}
#new-royalslider-1 { margin-bottom: 0; }

.columns { background: #fff; margin: 20px 0 36px; padding: 26px 0; overflow: auto; }
.columns > .content { border-width: 0 0 0 0; border-color: transparent; }
.widget.abovecontent { margin: 15px 0 -5px; }
.post_box {	padding: 10px 32px 32px 32px; border-top: 0 none; }
p a { text-decoration: none; }
.post_box .headline, .post_box .headline a { font: 700 48px/52px 'Roboto Condensed',Helvetica,sans-serif; }
.prev_next { border-top: 0 none; }
.prev_next a {
	background: #c41230;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 6px 12px;
	text-align: center;
	text-transform: uppercase;
}
.prev_next a:hover { background: #404041; text-decoration: none; } 
.prev_next .next_post a, .prev_next .previous_post a {
	background: transparent;
	color: #c41230;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0;
	text-align: left;
}
.prev_next .next_post a:hover, .prev_next .previous_post a:hover { color: #404041; }

/* TEASERS */
.fromtheblog {
    background: #c41230;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: -26px 0 36px 0;
    padding: 3px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
.teasers_home.post_box {
    border-top: 0 none;
    padding: 0 32px 32px 32px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 32px;
}
.teasers_home.post_box .headline, .teasers_home.post_box .headline a { font: 700 48px/52px 'Roboto Condensed',Helvetica,sans-serif; letter-spacing: -0.5px; }
.byline { 
	color: #676767; 
	margin: 5px 0 15px;
	min-height: 32px;
	padding-top: 4px;
}
.byline a, .post_author, .post_date {
	color: #c41230;
	border-bottom: 0 none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.byline_left { border-right: 1px solid #eee; float: left; width: 78%; }
.byline_right { text-align: right; height: 32px; margin-right: 10px; }
.num_comments_link {
	color: #c41230;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.num_comments { color: #c41230; font-size: 12px; }
.teasers_home .thumb_link img { background: #eee; padding: 5px; margin-top: 5px; }
.teasers_home a.teaser-readmore {
	color: #c41230;
	float: right;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.byline a:hover, .num_comments:hover, .teasers_home a.teaser-readmore:hover { color: #404041; text-decoration: none; }
.moreposts a {
	background: #c41230;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 0 32px;
	padding: 6px 12px;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
}
.moreposts a { color: #fff; }
.moreposts a:hover { background: #404041; }

/* ALTERNATE HOME PAGE */
#homecol1 { float: left; margin-right: 29px; width: 335px; }
#homecol2 { background: #fff; color: #404041; float: left; margin-right: 29px; min-height: 342px; padding: 29px; width: 227px; }
#homecol2 .widget_title { 
	color: #333;
	font: 700 30px/34px 'Roboto Condensed',Helvetica,sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase; 
} 
#homecol3 { float: left; width: 300px; }
.widget_iclw ul li { border-bottom: 1px dotted #ccc; margin-bottom: 5px; padding-bottom: 5px; }

/* POST STYLES */
.post_box { border-bottom: 1px dotted #ddd; margin-bottom: 32px; }
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
    border: 0 none;
    background-color: transparent;
    padding: 0;
}
.post_box .wp-caption p {
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.archive_intro { padding: 10px 32px !important; margin-bottom: 30px; }
.archive_intro .headline {
    margin-bottom: 18px;
    font-size: 28px !important;
    text-transform: uppercase;
    line-height: 40px !important;
    letter-spacing: 1px;
}
.template-search .headline_area { margin-bottom: 0; }
.template-search .byline {
    color: #676767;
    margin: 5px 0 10px;
    min-height: 16px;
    padding-top: 4px;
}
.template-search .grt .small, .grt .caption {
    font-size: 13px;
    line-height: 20px;
}

/* SIDEBAR */
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 22px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sidebar #mc_embed_signup input { padding: 8px; width: 93%; }
.sidebar #mc_embed_signup #mc-embedded-subscribe {
    background-color: #c41230;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    padding: 8px 12px;
    text-transform: uppercase;
    float: right;
    margin-top: -15px;
	width: auto !important;
}
.sidebar #mc_embed_signup #mc-embedded-subscribe:hover { background-color: #333; }

/* FOOTER */
#above-footer { background: #404041; overflow: hidden; padding: 40px 0; }
#above-footer p { color: #fff; font-size: 18px; font-weight: 300; line-height: 1.75em; } 
#above-footer p span { font-size: 20px; font-weight: 500; letter-spacing: 0.03em; } 
#above-footer p a { color: #f3766e; font-weight: 500; } 
#above-footer p a:hover { color: #efefef; } 

#full-footer { background: #efefef; overflow: hidden;  padding: 40px 0; }
.footer { border-top: 0 none; padding: 0; }
#footer-logo { float: left; margin: 0; }
#footer-nav { float: right; margin: 50px 0 29px 0; }
#footer-nav.menu { clear: none; }
#footer-nav.menu a {
	background: transparent;
	border-color: #ccc;
	border-width: 0 1px 0 0;
	color: #c41230;
	font: 700 15px 'Roboto Condensed',Helvetica,sans-serif;
	padding: 0 1.2em;
}
#footer-nav.menu .last a { border-color: transparent; }
.footer a { color: #c41230; }
.footer a:hover { color: #676767; }
.footer .credits {
	border-top: 1px solid #ddd;
	clear: both;
	color: #404041;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-top: 15px;
	text-transform: uppercase;
}

.clearfix { clear: both; float: none; }

/* CALENDAR STYLES */
.timely { font-family: 'Roboto', Helvetica, sans-serif !important; }
.timely h1, .timely h2, .timely h3, .timely h4, .timely h5, .timely h6, .timely .ai1ec-h1, .timely .ai1ec-h2, .timely .ai1ec-h3, .timely .ai1ec-h4, .timely .ai1ec-h5, .timely .ai1ec-h6 {
	font-family: 'Roboto', Helvetica, sans-serif; 
}
.ai1ec-dropdown-toggle img, .timely img, #ai1ec-container img { display: inline; }
.template-single-ai1ec_event .byline { display: none; }
.template-single-ai1ec_event .post_box .headline { font: 700 42px/50px 'Roboto Condensed',Helvetica,sans-serif; }
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	background: #f5f5f5;
	background-repeat: no-repeat;
	border: 1px dotted #ccc;
	margin-bottom: 5px;
}
.ai1ec-agenda-widget-view { max-width: 100% !important; }
.royalSlider { margin-bottom: 26px; }
.us_floating .us_wrapper { top: 280px !important; }

/* PHOTO INDEX */
.photoindex .post_content h2 { border-bottom: 1px dotted #ccc; margin: -20px 0 29px 0; padding-bottom: 20px; }

/* MAIL MUNCH FORM */
#mailmunch-optin-form { background-color: #c41230 !important; }
.theme #mailmunch-optin-form { padding: 40px; !important; }
body .theme-simple h1 {
    color: #fff !important;
    font-size: 34px !important;
    font-family: "Roboto",Helvetica,sans-serif;
}
body .theme-simple .text {
    color: #fff !important;
	font-family: "Roboto",Helvetica,sans-serif;
}
.theme input.submit {
    font-family: "Roboto",Helvetica,sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding-top: 11px !important;
}

/* MEDIA QUERIES */
@media all and (max-width: 978px) {
	.header-right { float: none; margin: 0 auto; padding: 10px; width: 85%; }
	.header-right .widget, .header-right .widget.search-form { margin-bottom: 10px; }
	#socmed { text-align: center; }
	#responsive-menu-item-52750.special { display: none !important; }
	.menu { margin-top: -1px; }
	.menu .sub-menu, .children .comment { padding-left: 0; }
	.responsive-menu { font-weight: 400; }
	.mainimage { height: 80vh; }
	.mainimagetext { padding: 10% 20% 10% 0; }
	.mainimagetext h1 { 
		font: 60px 'League Gothic',Helvetica,sans-serif;
		line-height: 60px;
	}
	#slideshow-area { padding: 29px 0; }
	.teasers_home a.teaser-readmore { margin-top: 5px; }
	.columns > .sidebar { border-top: 3px double #eee; margin-top: 30px; }
	.sidebar .widget { text-align: center; }
	#above-footer .container, #full-footer .container { padding: 0 29px; }
	#footer-logo { float: none; margin: 0 0 15px 0; }
	.footer .menu_control { display: none !important; }
	.footer .menu { display: block !important; }
	#footer-nav { float: none; margin: -1px 0 0 0; }
	#footer-nav.menu { clear: both; text-align: center; margin-bottom: 20px; }
	#footer-nav.menu a {
		border-color: transparent;
		float: none;
		padding: 0.5em 1em;
}
	.footer, .footer .credits { text-align: left; }
}
@media all and (max-width: 768px) {
	.mainimagetext { padding: 5% 10% 5% 0; }
	.homeoptin {  margin-top: -18px;  }
}
@media all and (max-width: 620px) {
	.header { padding: 0 23px; }
	#logo { width: 175px; }
	.mainimage { background: url('images/rsz_2dreamstime_xxl_94609580.jpg') no-repeat 67% 0 #ddd; background-size: cover; }
	.mainimagetext { padding: 10% 25% 10% 0; }
	.mainimagetext h1 span { display: inline; }
	.mainimagetext h1 { 
		font: 50px 'League Gothic',Helvetica,sans-serif;
		line-height: 54px;
	}
	.teasers_home.post_box .headline, .teasers_home.post_box .headline a, .post_box .headline, .post_box .headline a {
		font: 700 38px/42px 'Roboto Condensed',Helvetica,sans-serif; letter-spacing: -1px;
	}
}
@media all and (max-width: 450px) {
	.byline_left { width: 60%; }
	#socmed { display: none; }
	#slideshow-area { padding: 0; }
	#new-royalslider-1 { margin-bottom: 0; }
	.columns > .sidebar { padding-right: 29px; padding-left: 29px; }
	.us_floating { display: none !important; }
}

/* prevent ads from destroying CSS */
.template-custom .columns, .template-front .columns, 
.template-page .columns, .template-single .columns {
	overflow: auto !important;
}