/* // COMMON STYLING - - - - - - - - - - - - - - */
body {
	height:100%;
	width:100%;
	background-color:#c1c2c4;
	background: radial-gradient(circle, #ffffff, #c1c2c4);
	background-attachment:fixed;
	color:#757575;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#000000;
	text-shadow: -1px -1px 0 rgba(0,0,0,.25);
}

#header {
	width:20%;
	min-width:260px;
	margin-right:21px;
	background-color:transparent;
	float:left;
	/*background: radial-gradient(#ffffff, #c1c2c4);*/
}

#header_social {
	width:100%;
	min-width:260px;
	float:left;
}

#header_logo img {
	width:75%;
	min-width:146px;
}

#headerEmblem {
	padding:0;
	margin:0;
	width:100%;
}

#wrapper {
	margin:0 auto;
	min-width:1300px;
	width:100%;
}

#content {
	float:left;
	min-width:960px;
	width:960px;
	min-height:960px;
	margin:0 auto;
}

.notHome {
	padding:15px;
	min-height:100%;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1.pageTitle {
	font-weight:bold;
	font-size:8em;
	color:#231f20;
	/*text-shadow: -10px -10px 0 rgba(0,0,0,.25);*/
}

h1.smallerTitle {
	font-size:8em;
}

a.button {
	font-size:1em;
	font-weight:bold;
	color:#757575;
	text-shadow:none;
	padding:10px;
	background: #121212; 
	background: linear-gradient(top, #231f20 0%, #121212 100%);  
	background: -moz-linear-gradient(top, #231f20 0%, #121212 100%); 
	background: -webkit-linear-gradient(top, #231f20 0%,#121212 100%); 
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	border-radius: 10px;
	float:left;
	margin-left:5px;
	display:inline-block;
}
	a.button:hover {
		color:#ffffff;
	}

.featured-youtube-container {
	float:left;
	text-align:center;
}
	.featured-youtube-container a {
		margin:0 auto;
		text-align:center;
	}
.featured-youtube-player {
   width: 890px;
   height: 502px;
   margin: 0px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   cursor: default;
}
/* // END COMMON STYLING - - - - - - - - - - - - - - */

/* NAVIGATION STYLING - - - - - - - - - - - - - - */
nav {
	margin:0 auto;
	padding:0;
	font-weight:bold;
	font-size:1.4em;
	/*
	background: linear-gradient(top, #231f20 0%, #121212 100%);  
	background: -moz-linear-gradient(top, #231f20 0%, #121212 100%); 
	background: -webkit-linear-gradient(top, #231f20 0%,#121212 100%); 
	*/
	bottom:0;
	width:100%;
	min-width:260px;
	z-index:100;
	text-align:left;
}
	nav ul#navigation {
		padding: 0 0;
		width:100%;
		min-width:260px;
		list-style: none;
	}
		nav ul#navigation li {
			/*float: left;*/
			padding:10px;
		}
		nav ul#navigation li#headerEmblem {
			padding:0;
			text-shadow:none;
			display:block;
		}
			nav ul#navigation li:hover {
			}
				nav ul#navigation li:hover a {
					color: #fff;
				}
			
			nav ul#navigation li a {
				background: #2a0b30; 
				display: block;
				color: #999; text-decoration: none;
				margin-top:-20px;
				margin-bottom:5px;
				padding:5px;
				text-align:left;
				box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
			}
			nav ul#navigation li#headerEmblem a {
				padding:0; margin-top:0px;
				margin-left:10px;
				background:transparent;
				box-shadow:none;
			}
		nav ul#navigation ul.secondTier {
			list-style:disc;
		}
			nav ul#navigation ul.secondTier li {
				list-style:disc;
				list-style-type:disc;
			}
				nav ul#navigation ul.secondTier li a {
					background: transparent;
					color:#333333;
					font-size:.75em;
					text-align:left;
					box-shadow:none;
					text-decoration:none;
					text-shadow:none;
					margin-left:10px;
				}
					nav ul#navigation ul.secondTier li a:hover {
						color:#ffffff;
					}
	
/* // END NAVIGATION STYLING - - - - - - - - - - - - - - */

/* // BLOCK STYLING - - - - - - - - - - - - - - */

.view {
   width: 260px;
   height: 200px;
   margin: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   background: #343434;
}
.view-large {
	width:645px;
	height:497px;
	margin: 20px;
	float: none;
	margin:20px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	background: #343434;
}
.view .mask,.view .content {
   width: 260px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view-large .mask,.view-large .content {
	width:645px;
	height:497px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	min-width:100%;
	min-height:100%;
	margin:0 auto;
	min-height:auto;
	min-width:auto;
	height:auto;
	width:auto;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(58,33,65, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/* // END BLOCK STYLING - - - - - - - - - - - - - - */

/* SOCIAL STYLING - - - - - - - - - - - - - - */
#Socialize_Div {
	display:inline-block;
}
#Socialize_Div:hover {
}
#Socialize {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	font-size:10px;
	color:#ffffff;
}
#Socialize li {
	float:left;
	margin-right:5px;
}
#Socialize img {
	width:30px;
	height:30px;
	margin-top:5px;
	opacity:.75;
}
#Socialize img:hover {
	opacity:1;
}
#Socialize li.title {
	color:#ffffff;
	margin-bottom:5px;
}
#Like_Button {
	margin:0 0 0 30px;
    width:355px;
}

/* // END SOCIAL STYLING - - - - - - - - - - - - - - */

/* FOOTER STYLING - - - - - - - - - - - - - - */

#footer {
	font-size:1em;
	background-color: #121212;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.7);
	background: radial-gradient(#000000, #121212);
	width:100%;
	min-height:200px;
	min-width:960px;
	height:200px;
	margin:0;
	text-align:left;
}

#footer img {
	max-height:65px;
	max-width: 200px;
	height:auto;
	width:auto;
	margin-right:25px;
}

/* // END FOOTER STYLING - - - - - - - - - - - - - - */