html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #6F6F6F;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 200;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


::-moz-selection {
       background-color: #6e1517;
       color: #fff;
}

/* Safari */
::selection {
       background-color: #6e1517;
       color: #fff;
}

/* SEO Blog */

body {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato';
}
h1 {
	margin-top: 30px;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -3px;
	line-height: 50px;
	font-family: 'Fjalla One', sans-serif;
	color: #6e1517;
	text-align: center;
}
.img-right {
	float: right;
	margin-left: 20px;
}
blockquote, q {
	border-left: 3px solid #6e1517;
	padding-left: 20px;
}
#banners {
	position: relative;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
#banners p {
	margin: auto;
	text-align: center;
	width: 300px;
}
img.banner-left {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
img.banner-right {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.dotted {
	background: url('../images/dotted-line.png') repeat-x bottom left;
}
/* Header Section */

#header-wrapper {
	background: url('../images/header-wrapper-bg.png') repeat;
}
#header {
	position: relative;
	width: 986px;
	margin: auto;
	padding-right: 13px;
	padding-top: 20px;
	overflow: hidden;
	display: block;
	text-align: center;
}
#header #logo {
	position: relative;
	float: left;
	width: 41px;
	height: 70px;
	background: url('../images/logo.png') no-repeat top left;
	text-indent: -999px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	display: block;
}
#header #phone-area {
	position: relative;
	float: right;
	top: 50px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Arial;
	font-size: 13px;
	display: block;
}
#header #nav {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	display: block;
}
#header #nav li {
	position: relative;
	float: left;
	margin-left: 20px;
}
#header #nav li a {
	position: relative;
	font: 16px/17px 'Helvetica Neue';
	font-weight: 200;
	text-decoration: none;
	color: #eab649;
	margin-bottom: 10px;
}
#header #nav li a:hover {
	color: #fff;
}
#header #nav .first {
	background: url('../images/nav-separator-first.png') no-repeat top left;
	background: none;
}
#header #social {
	position: relative;
	width: 156px;
	float: right;
	margin-top: 22px;
	margin-bottom: 20px;
	overflow: hidden;
}
#header #social li {
	position: relative;
	float: left;
}
#header #social li a {
	position: relative;
	text-indent: -999px;
	overflow: hidden;
}
#header #social a.twitter-icon, #header #social a.facebook-icon, #header #social a.rss-icon {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 6px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}
#header #social a.twitter-icon span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	background: url('../images/twitter-icon.png') no-repeat bottom left;
	opacity: 0;
}
#header #social a.twitter-icon { 
	background: url('../images/twitter-icon.png') no-repeat top left;
}
#header #social a.facebook-icon { 
	background: url('../images/facebook-icon.png') no-repeat top left;
}
#header #social a.rss-icon { 
	background: url('../images/rss-icon.png') no-repeat top left;
}
#header #social a:hover { 
	background-position: bottom left;
}

/* End of Header Section */

/* Front Section */

#front-wrapper {
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat top center;
}
#front {
	position: relative;
	width: 960px;
	margin: auto;
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
#front p {
	color: #6F6F6F;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 200;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#front span {
	background-color: #6e1517;
	width: 100%;
	display: block; 
	line-height: 30px;
	color: #eab649;
}
#front a {
	text-decoration: none;
}
#front a span {
	color: #eab649;
}
#front a span:hover {
	color: #fff;
}
#front h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#front h2 {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Rufina', serif;
	font-weight: bold;
	color: #6e1517;
}
#front-image {
	text-align: center;
}
#front-image img {
	margin:auto;
}
a.read-more {
	position: relative;
	float: right;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding-right: 40px;
	background: url('../images/read-more.png') no-repeat top right;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	color: #fff;
}
a.read-more:hover {
	background: url('../images/read-more.png') no-repeat bottom right;
	color: #fff;
}
/* End of Front Section */

/* Content Section */

#content-wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
	padding-bottom: 31px;
	padding-top: 0px;
}
#content {
	position: relative;
	width: 960px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #6e1517;
}
#content ul {
	color: #6F6F6F;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 200;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 25px;
}
#content ul li {
	background: url('../images/bullet.jpg') no-repeat top left;
	padding-left: 25px;
	
}
.row {
	position: relative;
	width: 100%;
	overflow: hidden;
    color: #6F6F6F;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;

}

.column {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	color: #6F6F6F;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.half {
	width: 460px;
}
.third {
	width: 300px;
}
.forth {
	width: 220px;
}
.entry-excerpt {
	text-decoration: none;
	color: #6F6F6F;
	background: url('../images/dotted-line.png') no-repeat bottom left;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.entry-excerpt2 {
	text-decoration: none;
	float: left;
	position: relative;
	display: block;
	clear: none;
}
.entry-excerpt-date {
	font-size: 14px;
	display: block;
}
.entry-excerpt-title {
	font-size: 20px;
	color: #000;
	line-height: 40px;
	display: block;
}
.entry-excerpt-text {
	display: block;
}
.entry-excerpt.last {
	background: none;
}
.front-thumb {
	margin: auto;
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.big-img {
	width: 100%;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: block;
}
.regular-img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.email-form {
	margin-left: 10px;
}
#table-form {
	width: 100%;
	margin-top: 50px;
}
#textarea-form {
	width: 95%;
}
#email-form {
	width: 95%;
}

/* End of Content Section */

/* Footer Section */

#footer-wrapper {
	position: relative;
	overflow: hidden;
	background: url('../images/footer-wrapper-bg.png') repeat-x top left;
	overflow: hidden;
}
#footer {
	position: relative;
	width: 960px;
	margin: auto;
	overflow: hidden;
	padding-top: 40px;
}
#footer a {
	color: #6F6F6F;
	text-decoration: none;
	font-size: 14px;
}
#footer a:hover {
	color: #000;
}	
#footer p {
	color: #6F6F6F;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#footer h3 {
	background: url('../images/dotted-line.png') repeat-x bottom left;
	line-height: 44px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
}
#footer-message {
	position: relative;
	text-align: center;
	background-color: #eeeeee;
	background: url('../images/footer-message-bg.png') repeat-x top left;
}
#footer-message p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 44px;
	color: #878787;
	font-weight: 200;
}
#footer-message span {
	color: #db4a37;
	font-size: 15px;
}
/* End of Footer Section */


/* Responsive section */

@media screen and (max-width: 1050px) {
	#header {
		width: 100%;
		padding-right: 0px;
	}
	#header #logo {
		margin-left: 20px;
	}
}

@media screen and (max-width: 979px) {
	#front {
		width: 100%;
	}
	#content {
		width: 100%;
	}
	.column {
		width: 100%;
		margin: 0px;
	}
	.column p, .column h1, .column h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.entry-excerpt.last {
		background: url('../images/dotted-line.png') no-repeat bottom left;
	}
	#footer {
		width: 100%;
	}
}

@media screen and (max-width: 719px) {
	
}
@media screen and (max-width: 650px) {
	#header #social {
		float: none;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
}

@media screen and (max-width: 479px) {
	#header #logo {
		float: none;
		margin: auto;
		clear: both;
		text-align: center;
		margin-bottom: 30px;
	}
	#header #phone-area {
		clear: both;
		top: 0px;
		text-align: center;
		width: 100%;
	}
	#header #nav {
		float: none;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		clear: both;
		width: 300px;
		
	}
	#header #social {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	#header #social a.twitter-icon {
		background-position: top right;
	}
	#header #social a.facebook-icon {
		background-position: top right;
	}
	#header #social a.rss-icon {
		background-position: top right;
	}
	#header #social a:hover {
		background-position: bottom right;
	}
	#header #nav li {
		clear: both;
		text-align: center;
		width: 100%;
		margin: 0px;
		line-height: 26px;
	}
	#header #nav .first {
		background: none;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.front-thumb {
		width: 100%;
	}
}