/******
TABLE OF CONTENTS

1 - RESET
2 - HEADER
*****/

/*****
1 - RESET
*****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****
2 - BASE
*****/
html, body {
	/*height: 100%;*/
}

body {
	color: #333333;
	background-color: #ffffff;
	/*background-image: url("../images/body-background.jpg");*/
	background-position: 50% 100%;
	background-repeat: repeat-x;
	font-family: "Roboto Slab", helvetica, arial, sans-serif;
}

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #de6868;
	text-decoration: none;
}

p {
	font-size: 20px;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

#page {
	margin: 0 auto 0;
	width: 100%;
}

#site-navigation {
	margin-top: -111px;
    border-top: 10px solid #ff0000;
    border-bottom: 10px solid #ff0000;
	background: #666666;
	padding: 20px 0 20px 0;
}

#content {
	padding: 20px;
	/*background: rgba(0,0,0,.9);*/
}

.site-branding h1.site-title {
	float: right;
	position: relative;
  	top: 6px;
	margin: 0 10px 0 0;
	z-index: 999;
}

.site-branding h1.site-title img {
	float: right;
	margin: 0;
	width: 100px;
	height: auto;
	display: block;
}

.menu-toggle {
	margin-left: 20px;
}

.main-navigation li {
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	width: 100%;
	background-color: #333333;
	clear: both;
}

.main-navigation li:nth-child(1), .main-navigation li:nth-child(2) {
	float: left;
}

.main-navigation li:nth-child(3), .main-navigation li:nth-child(4) {
	float: left;
}

.main-navigation a, .main-navigation a:link, .main-navigation a:visited {
	color: #ffffff;
	font-size: 20px;
}

.main-navigation a:hover, .main-navigation a:active {
	color: #dedede;
}

#primary, #secondary {
	width: 100%;
}

#primary {
	
}

#primary p {
	font-size: 20px;
	line-height: 30px;
}

.hentry {
	float: left;
    margin: 45px 0 45px 0;
    width: 100%;
}

.hentry button, .hentry input[type="button"], .hentry input[type="reset"], .hentry input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #e6e6e6;
    box-shadow: initial;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 20px 20px 20px 20px;
    text-shadow: initial;
}

.hentry button:hover, .hentry input[type="button"]:hover, .hentry input[type="reset"]:hover, .hentry input[type="submit"]:hover {
	background: #cccccc;
	box-shadow: initial;
}

.entry-footer .comments-link, .entry-footer .edit-link {
	font-size: 20px;
}

.mejs-controls .mejs-time-rail .mejs-time-current.mejs-time-current {
	background: #fcb62e;
}

a.more-link {
	display: block;
	clear: both;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    width: 100%;
}

#secondary {

}

#secondary ul {
	margin: 0;
}

#secondary li {
	font-size: 20px;
	list-style: none;
}

@media screen and (min-width: 480px) {
	#primary, #secondary {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {

	#page {
		width: 768px;
	}

	#primary {
		float: left;
		padding: 0 40px 0 0;
		width: 500px;
	}

	#secondary {
		float: left;
		width: 228px;
	}
}

@media screen and (min-width: 960px) {
	#page {
		width: 960px;
	}

	#primary {
		width: 620px;
	}

	#secondary {
		width: 300px;
	}
}

@media screen and (min-width: 1280px) {
	#page {
		width: 1280px;
	}

	#primary {
		width: 940px;
	}

	#secondary {
		width: 300px;
	}
}

/*****
3 - HEADER
*****/
header.site-header {
	width: 100%;
	height: 100px;
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {
	#site-navigation {
		margin-top: -190px;
		padding: 20px;
		/*transition: all 1s linear;*/
	}

	.site-branding h1.site-title {
		float: none;
		position: relative;
	  	top: 6px;
		margin: 0 auto 0 auto;
	}

	.site-branding h1.site-title img {
		float: none;
		margin: 0 auto 0 auto;
		width: 200px;
		height: auto;
		display: block;
	}
	
	.main-navigation ul {
		/* transition: all 1s linear; */
	}

	.main-navigation li {
		margin: 0 20px 0 0;
		padding: 0;
		width: auto;
		background-color: transparent;
		clear: none;
	}

	.main-navigation li:nth-child(3), .main-navigation li:nth-child(4) {
    	float: right;
	}

	.main-navigation li:nth-child(3) {
    	margin-right: 0;
	}
}

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

}

/*****
4 - CONTENT
*****/
h1.entry-title {
	margin: 0;
  	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
}

.entry-content img {
	/*display: block;
	margin-top: 15px;
    margin-bottom: 15px;
	width: 100%;*/
}

.entry-content img.ajax-loader {
	/*display: initial;
	margin: initial;
	width: initial;*/
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {

}

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

}

/*****
5 - FORMS
*****/

form div.wpcf7-validation-errors {
	margin: 2em 0 1em 0;
	border: 2px solid #ff0000;
}

/*****
6 - FOOTER
*****/
footer.site-footer {
	margin: 30px 20px 30px 20px;
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {

}

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

}