#site {
	padding: 30px;
}

.header {
	background-color: rgba(0, 0, 0, 0.3);
	padding-left: 32px;
	padding-right: 32px;
	border-radius: 13px;
}

#site h1,#site h2,#site h3,#site h4,#site h5,#site,#site h6 {
	font-family: Cinzel, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1;
}

.main-container h1,.main-container h2,.main-container h3,.main-container h4,.main-container h5,.main-container h6 {
	line-height: normal;
	margin-bottom: 8px;
}

.site-name {
	float: left;
	margin-right: 25px;
}

.site-name h1 {
	line-height: 1;
	margin: 10px 0;
	float: left;
}
.site-name p{
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	top: 20px;
	color: white;
	font-style: normal;
	font-weight: normal;
}

.site-name a {
	text-decoration: none;
	color: #ececec;
}

.site-name img {
	height: 46px;
	width: auto;
}

/* @group Navigation */
.navigation {
	position: relative;
	top: 5px;
}

.navigation ul {
	padding: 0;
	position: relative;
	margin: -3px 0 0;
}

.navigation li {
	list-style-type: none;
	display: inline-block;
}

.navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 12px 12px 14px;
	position: relative;
	font-weight: 400;
}

.navigation a:hover {
	color: #ffa900;
	text-decoration: none;
}

.navigation ul ul ul li a.nav-selected,.navigation ul ul li a.nav-selected,.navigation a.nav-selected {
	color: #ffa900;
}

.navigation ul ul a:hover {
	background-color: #c3c3c3;
	color: black;
}

.navigation ul ul a {
	border-bottom: 1px solid black;
	border-top: 1px solid #333;
}

.navigation ul ul a:first-of-type {
	border-top-style: none;
}

.navigation ul ul a:last-of-type {
	border-bottom-style: none;
}

.navigation li ul {
	display: none;
}

.navigation ul.nav li ul li ul li a {
	position: relative;
}

.navigation li:hover > ul {
	display: block;
}

.navigation ul ul ul {
	margin-left: 200px;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0,0,0.8);
}

.navigation ul ul {
	position: absolute;
	z-index: 2;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.7);
	margin-top: 0;
}

.navigation ul ul li {
	width: 200px;
	padding-left: 0;
	position: relative;
	top: 0;
}

.navigation ul.nav-header {
	margin-top: 0;
}

.navigation,.navigation ul li a,.navigation ul ul li a {
	display: block;
}

.navigation ul ul li a {
	padding: 7px 7px 7px 18px;
}

/* @end */
.main-container {
	height: 100%;
	width: 100%;
	float: left;
	margin-top: 40px;
}

.main-container a {
	color: #ececec;
	margin: -.5em;
	padding: .5em;
}

.main-container img {
	margin-bottom: 15px;
}

.content {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.3);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 13px;
}

/* @group Page type content styles */

.page_type_three_column .col3{
	width: 32%;
	float: left;
	margin-right: 2%;
}

.page_type_three_column .col3:last-of-type{
	margin-right: 0;
}
.page-type-full .content-main {
	width: 100%;
}

.page_type_left_sidebar .content-main {
	width: 450px;
	float: left;
	margin-right: 40px;
}

.page_type_left_sidebar .content-secondary {
	width: 300px;
	float: left;
}

.page_type_right_sidebar .content-main {
	width: 450px;
	float: right;
	margin-left: 40px;
}

.page_type_right_sidebar .content-secondary {
	width: 300px;
	float: right;
}

.page_type_full_left .main-container {
	width: 980px;
	float: left;
}

.page_type_full_right .main-container {
	width: 790px;
	float: right;
}

.page_type_full_left .content-main {
	width: 500px;
	float: left;
	margin-right: 40px;
}

.page_type_full_left .content-secondary {
	width: 430px;
	float: left;
}

.page_type_full_right .content-main {
	width: 420px;
	float: right;
	margin-left: 40px;
}

.page_type_full_right .content-secondary {
	width: 270px;
	float: right;
}

.page_type_left_sidebar_left .content-secondary {
	width: 300px;
	float: left;
}

.page_type_left_sidebar_left .content-main {
	width: 420px;
	float: left;
	margin-left: 40px;
}

.page_type_right_sidebar_right .content-secondary {
	width: 300px;
	float: right;
}

.page_type_right_sidebar_right .content-main {
	width: 420px;
	float: right;
	margin-right: 40px;
}

.page_type_blog_entry .main-container,.page_type_full_left_thin .main-container {
	width: 550px;
	float: left;
}

.page_type_full_right_thin .main-container {
	width: 550px;
	float: right;
}

/* @end */
.content img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid black;
}

#searchResults div.searchResult p span {
	background-color: rgba(0, 0, 0, 0.6) !important;
	margin: -.2em;
	padding: .2em;
}

#site .clearfix {
	width: 100%;
	clear: both;
	height: 0;
}

@media only screen and (max-width: 960px) {
	.site-name h1 {
	float: none;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 960px) {
	
	.page_type_three_column .col3,
.page_type_blog_entry .main-container,.page_type_full_right_thin .main-container,.page_type_full_left_thin .main-container,.page_type_full_left .main-container,.page_type_full_right .main-container,.page_type_left_sidebar .content-main,.page_type_left_sidebar .content-secondary,.page_type_right_sidebar .content-main,.page_type_right_sidebar .content-secondary,.page_type_full_left .content-main,.page_type_full_left .content-secondary,.page_type_full_right .content-main,.page_type_full_right .content-secondary,.page_type_left_sidebar_left .content-secondary,.page_type_left_sidebar_left .content-main,.page_type_right_sidebar_right .content-secondary,.page_type_right_sidebar_right .content-main {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	#site {
		padding: 10px;
	}
	.navigation ul.nav{
	float: left;
}
	.navigation {
		width: 100%;
	}
	
	.navigation li {
		padding: 0;
		position: relative;
	}
	
	.site-name a {
		display: block;
	}
	
	.site-name {
		width: 100%;
	}
	
	.site-name h1 a {
		text-align: center !important;
	}
	
	.header,.content {
		background-color: rgba(0, 0, 0, 0.4);
}

}

@media only screen and (max-width: 500px) {

	.navigation ul.nav li a {
	text-align: center;
}

.header,.content {
	background-color: rgba(0, 0, 0, 0.7);
}

}
