/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	background: #ffffff;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Ariel", sans-serif;
}

.entry p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	line-height: 1.5;
}

p {
	margin: 0 0 .618em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

a {
	font-weight: normal;
}

.type-post .meta {
	display: none;
}

a:hover {
	color: #999;
}

.post img.thumbnail, .type-page img.thumbnail {
	padding: .53em;
	border: none !important;
	background: #FFF;
}

.post img, .type-page img {
	border: none;
}

dl {
	margin: 0 0 .5em;
}

table th, table td {
	border-bottom: none;
	padding: .25em;
}

.ezcol {
	margin-top: 0;
}

#content {
	margin-top: 9em;
}

/** Gallery Styles **/
div[id*='gallery-'] img {
	padding-left: 2em;
	border: none !important;
}

li {
	list-style-type: none;
}

.type-page img {
	border: none;
}

/** Header Styles **/
#top {
	background: #ffffff;
}

#header #navigation {
	float: left;
	margin: 8px 30px;
}

#header {
	padding: 1.618em 0 0;
	margin-bottom: 0;
	border-bottom: none;
	background: #fff;
}

header h1 {
	display: none;
}

header {
	position: fixed;
}

.post .post-meta, .type-page .post-meta {
	border-bottom: 4px double #E8E4E3;
	display: none;
}

#header hgroup {
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 2em;
}

#header #logo {
	margin-bottom: 0;
}

#fixedheader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	background: #fff;
}

/** Navigation Styles **/
#header #navigation ul.nav > li a {
	border: 1px solid #ffffff;
	padding-top: 4em;
	background: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .8em;
}

#header #navigation ul.nav > li a:hover {
	border: 1px solid #ffffff;
	padding-top: 4em;
	background: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: .8em;
}

#header #navigation ul.nav > li.current-menu-item > a, #header #navigation ul.nav > li.current_page_item > a {
	color: #000000 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

#header .nav-toggle {
	background-color: #d2d2d2;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));
	background-image: -webkit-linear-gradient(top,#d2d2d2,#d2d2d2);
	background-image: -moz-linear-gradient(top,#d2d2d2,#d2d2d2);
	background-image: -ms-linear-gradient(top,#d2d2d2,#d2d2d2);
	background-image: -o-linear-gradient(top,#d2d2d2,#d2d2d2);
	background-image: linear-gradient(to bottom,#d2d2d2,#d2d2d2);
	border: .102em solid #999999;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 #666666;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 #666666;
}

/** Sidebar Styles **/
#sidebar {
	margin-top: 0;
	width: 30%;
	font-size: 1.1em;
	color: #000000;
}

/** Footer Styles **/
#credit {
	display: none;
}

.footer-wrap {
	background: #ffffff;
}

/** Coming Soon Styles **/
div#coming-soon {
	margin: 350px auto !important;
}