/*
Theme Name: Cater 818
Theme URI: http://underscores.me/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* @import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700"); */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
 }

body {
	margin: 0;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration:none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: "Trebuchet MS","Helvetica",Helvetica,Arial,sans-serif;
	color:#000000;
	text-rendering: optimizeLegibility;
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 0.5em 0;
	padding:0 0 0 0;
	font-weight:bold;
	line-height:1.2;
}

.rev_slider,
h1,h2,h3,h4,h5,
.menu-item-title
{
}

h1,
h1.entry-title a,
h1.entry-title a:hover
{
	font-size: 24px;
	color:#de0200;
}

h2
{
	font-size: 18px;
	color:#0c0107;
}

H2.flame
{
	background:url(/images/icon-flame-30.gif) no-repeat;
	padding:6px 0px 8px 30px;
	vertical-align:top;
}

h3,
h3 a
{
	color:#de0200;
	font-size:16px;
	font-weight:bold;
}

h3.widget-title,
h3.widget-title a
{
	color:#222222;
}

h3 a:hover
{
	color:#64d289;
}

h4
{
	color:#de0200;
	font-size:12px;
}

H5, H6
{
    font-size:9pt;
    font-weight: bold;
    padding-top:0px;
    margin-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
    color:#000000;

}

p {
	margin-bottom: 1.3em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #eee6d1;
	text-align:center;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
	margin: 3.5em 0;
	background: transparent;
	border: medium none;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	height: 3px;
}

#secondary hr {
  margin: 1rem 0 0.5rem 0;
}

ul,
ol {
	margin: 0 0 1.0em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li
{
	padding:0 0 5px 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.0em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited
{
	color: #0c0107;
	text-decoration:underline;
}

a:hover,
a:focus,
a:active {
	color: #de0200;
	text-decoration:underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/

#page
{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.site-content
{
	width:95%;
	max-width:980px;
	margin:0 auto;
	text-align:center;
	z-index:99;
}

.content-area {
	float: right;
	margin: 0 0% 0 0%;
	width: 640px;
	text-align:left;
	padding:30px 0 0 0;
	line-height: 1.4;

}

.site-main {
	text-align:left;
	margin: 0px 0%;
}

.sidemenu {
	padding:40px 0 300px 10px;
	margin:-20px 0 0 36px;
	background:url(/wp-content/uploads/bg-side.png) repeat-y left;
	float: left;
	width: 260px;
	text-align:left;
	font-size:14px;
}


.site-header
{
	width:100%;
	max-width:980px;
	min-height:150px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
}

#logo
{
	position:absolute;
	top:10px;
	left:50%;
	margin:0 0 0 -490px;

/*
	margin:0 0 0 -50%;
	width:50%;
*/
	text-align:left;
	z-index:999;
}

.tagline
{
	text-align:right;
	font-size: 18px;
	line-height:1;
	color:#0c0107;
	padding: 0px 1% 4px 0;
	text-align: right;
	margin: 0 auto;
}

.tagline h2
{
	margin:0px;
	font-size:28px;
	padding:9px 0px 9px 0px;
}

.tagline h3
{
	font-style:italic;
	margin:0px;
	font-size:20px;
	padding:0px 0px 9px 0px;
}

.tagline h4
{
	margin:0px;
	font-size:24px;
	padding:0px 0px 11px 0px;
	color:#0c0107;
}

#brownbar
{
	padding:24px 0;
	background:#231e10;
	margin:0 auto;
	text-align:center;
	z-index:9;
}

.inner
{
	text-align:right;margin:0 auto;width:98%;max-width:980px;
}

A.topmn
{
	font-size:18px;
    color:#fecb37;
    text-decoration:underline;

}

A.topmn:hover
{
	font-size:18px;
    color:#FFFFFF;
    text-decoration:none

}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 4px;
	border: 0px solid;
/*
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	padding: .6em 1em .4em;
*/

	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.5;
	background:#bf3938;
	padding:5px 6px;
	text-transform:uppercase;
	font-weight:bold;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
*/
	background:#64d289;
	color:#FFFFFF;
	transition: all 0.2s ease-out 0s;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

img
{
	max-width:100%;
}

.box
{
	padding:18px;
	border:2px solid #64d289;
	background:url(/wp-content/uploads/bg-fade-384xx.jpg) center top no-repeat #8ee6a9;
	margin-right:20px;
	font-size:14px;
	color:#432e11;
}

.purple,
a.purple
{
	color:#bf3938 ;
}

a.purple:hover
{
	color:#64d289;
}


.green,
a.green
{
	color:#64d289;
}

a.green:hover
{
	color:#bf3938 !important;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

.home .entry-title
{
	display:none;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer
{
	margin-bottom: 0px;
    text-align:center;
    font-size:12px;
    line-height:18px;
    background:url(/images/footer-bg.gif) repeat-x top #262112;
    color:#fecb37;

	padding:20px 20px;
}

.site-footer a
{
	color:#FFFFFF;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	clear:left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	clear:right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 1.5em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta,
.entry-footer
{
	display:none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/* HRs */
hr {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    height: 3px;
}
hr {
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.half,
.third,
.twothirds,
.quarter
{
	width:32.3%;
	margin:0 1% 0 0;
	float:left;
	padding:0 0 0 0;
}

.half
{
	width:47%;
	margin:0 3% 0 0;
}

.quarter
{
	width:23.5%;
	margin-right:2%;
}

.twothirds
{
	width:65%;
}

.last
{
	float:right;
	margin-right:0;
}

.clear
{
	clear:both;
}

.tall
{
	height:28px;
}

.rightpad
{
	padding-right:24px;
}

.leftpad
{
	padding-left:24px;
}

.photo
{
	margin:0 0 14px 0;
}

A.topmn
{
	font-size:18px;
    color:#fecb37;
    text-decoration:underline;

}

A.topmn:hover
{
	font-size:18px;
    color:#FFFFFF;
    text-decoration:none

}

#footer a
{
    color:#FFFFFF;
    text-decoration:underline;
padding:0;
margin:0;
}

#footer a:hover
{
    color:#fecb37;
    text-decoration:none;
}

A.darkbg
{
    color:#fecb37;
    text-decoration:underline;

}

A.darkbg:hover
{
    color:#FFFFFF;
    text-decoration:none

}

.post-54 h2.entry-title
{
	display:none;
}

.twoCol
{
	float:left;
	width:47%;
	line-height:18px;
	margin:5px 3% 2px 0px;
	font-weight:bold;
	padding:0px;
}

#content .entry-title
 {
    font-size:18px;
    line-height:20px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    color:#0c0107;
    background:url(/images/icon-flame-30.gif) no-repeat;
    padding:11px 0px 8px 30px;
    vertical-align:top;
}

div.highlight-red
{
    font-size:16px;
    line-height:18px;
    font-weight: bold;
    margin:5px 0px 5px 0px;
    padding:0px;
    color:#de0200;
width:250px;

}

div.highlight-blue
{
    font-size:16px;
    line-height:18px;
    font-weight: bold;
    margin:5px 0px 5px 0px;
    padding:0px;
    font-weight:bold;
    color:#1e00d6;
width:250px;

}


@media only screen and (max-width: 1040px) {
	.inner,
	.site-header,
	.site-content
	{
		max-width:880px;
	}

	#logo
	{
		margin:0 0 0 -440px;
	}

	.content-area {
		width: 560px;
	}

	.sidemenu {
		padding:40px 0 300px 14px;
		margin:-20px 0 0 36px;
		width: 260px;
		font-size:14px;
	}
}

@media only screen and (max-width: 940px) {
	.inner,
	.site-header,
	.site-content
	{
		max-width:720px;
	}

	#logo
	{
		margin:0 0 0 -380px;
	}

	.content-area {
		width: 400px;
	}

	.sidemenu {
		padding:40px 0 300px 14px;
		margin:-20px 0 0 16px;
		width: 260px;
		font-size:14px;
	}

	.tagline h2
	{
		font-size:22px;
	}

	.tagline h3
	{
		font-size:20px;
	}

	.tagline h4
	{
		font-size:20px;
	}


	.quarter
	{
		width:48%;
		margin:0 2% 24px 0;
	}

	.twoCol,
	.half,
	.third,
	.twothirds,
	.last
	{
		text-align:left;
		width:100%;
		float:none;
		display:block;
		margin:0 0 24px 0;
	}


}

@media only screen and (max-width: 740px) {
	.inner,
	.site-header,
	.site-content
	{
		max-width:620px;
	}

	#logo
	{
		margin:0 0 0 -320px;
	}

	.content-area {
		width: 300px;
	}
}

/*  #Mobile (Portrait) */
@media only screen and (max-width: 680px) {

	.content-area {
		float: none;
		margin: 0 0% 0 0;
		width: 100%;
		text-align:left;
	}

	.sidemenu {
		display:none;
	}

	#logo
	{
		position:relative;
		width:100%;
		left:0;
		top:5px;
		margin:0 0 0 0;
		float:none;
		display:block;
		text-align:left;
	}

	#logo img
	{
		max-height:160px;
	}

	.tagline
	{
		width:98%;
		float:none;
		display:block;
		text-align:left;
		font-size: 15px;
		line-height:1.1;
		padding: 4px 1% 4px;
	}

	.alignleft,
	.alignright
	{
		display: block;
		float: none;
		margin:0 auto 18px;
		text-align:center;
	}

	.nomobile
	{
		display:none;
	}

}

@media only screen and (max-width: 480px) {
	.quarter
	{
		width:100%;
		float:none;
		display:block;
		margin:0 0 24px 0;
	}

}/* end media 480 */

