	@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

	body{
		margin:0px;
		font-family:Arial, Helvetica, sans-serif;
		color:#656565;
		background-color:#ffffff;
	}

	.headerImage{
		background-image:url(images/coverBck2.jpg);
		background-size:100% auto;
		height:1000px;
		width:100%;
		position:fixed;
		top:0px;
		z-index:0;
		background-position:center center;
		background-color:#ba142d;
	}
	
	.frontPage .headerImage{
		position:absolute;
	}
	
	.clear{
		clear:both;
	}
	
	.container{
		padding-top:300px;
		padding-bottom:400px;
		position:absolute;
		z-index:10;
		background-color:#ffffff;
		width:100%;
	}
	
	.frontPage .container{
		padding-top:1px;
		margin-top:0px;	
		position:relative;
	}
	
	.pageTitle{
		position:fixed;
		z-index:15;
		width:80%;
		padding:0 10%;	
		text-align:center;
		top:0px;
	}
	
	.pageTitle h1{
		font-size:7.5em;
		letter-spacing:.05em;
		margin:0px;
		font-weight:400;
		color:#ffffff;
		
     	/*text-shadow: 0px 0px 2px #000;*/
	}
	
	.pageTitle h2{
		font-size:2em;	
		font-weight:300;
		letter-spacing:.15em;
		margin:0px;
		padding-bottom:15px;
		color:#ffffff;
		
    	/*text-shadow: 0px 0px 2px #000;*/
	}
	
	.frontPage .pageTitle{
		position:absolute !important;
	}
	
	.frontPage .pageTitle h2, .frontPage .pageTitle h1{
		text-shadow: 0px 0px 10px #000000;
	}
	
	h1,h2,h3,h4,h5,h6{
		color:#555555;
		line-height:1em;
		text-decoration:none;
		font-family: 'Oswald', sans-serif;
		font-weight:300;
		text-transform:uppercase;
		font-size:2em;
	}
	
	a{
		color:#e31937;	
	}
	
	.alignright{
		float:right;
		margin:10px 0 10px 20px;	
	}
	
	.navigationTab
	{
		background-color:#e31937;
		padding:10px;
		position:fixed;
		top:0px;
		z-index:20;	
		margin: 0px auto;
		cursor:pointer;
		color:#ffffff;
	}
	
	.navigationTab h3{
		color:#ffffff;
	}

	
	.navigationTab:hover{
		border-bottom:5px solid #e31937;
		border-top:5px solid #e31937;
	}
	
	.navigationTab h3{
		font-weight:300;
		font-size:1.3em;
		letter-spacing:.05em;
		padding:0px;
		margin:0px;
	}
	
	.navigationTab img{
		vertical-align:middle;	
	}
	
	#nextStory, #previousStory{
		position:absolute;
		top:-10px;
		background-color:#e31937;
		width:20px;
		padding:20px 5px;
		font-weight:bold;
		display:none;
	}
	
	#nextStory:hover, #previousStory:hover{
		background-color:#c71630;	
	}
	
	#nextStory{
		right:-29px;
		text-align:right;
		border-left:1px solid #ffffff;
	}
	
	#previousStory{
		left:-29px;
		text-align:left;
		border-right:1px solid #ffffff;
	}
	
	#readMore, #readMoreHome{
		margin-top:50px;
		cursor:pointer;
	}
	
	#closeNav{
		position:absolute;
		margin:10px auto;
		cursor:pointer;
		bottom:-50px;
		display:block;
		width:100%;
		text-align:center;

		-webkit-transform: matrix(-1.000,-0.006,0.006,-1.000,0,0);
		-moz-transform: matrix(-1.000,-0.006,0.006,-1.000,0px,0px);
		-ms-transform: matrix(-1.000,-0.006,0.006,-1.000,0,0);
		-o-transform: matrix(-1.000,-0.006,0.006,-1.000,0,0);
		transform: matrix(-1.000,-0.006,0.006,-1.000,0,0);
	}
	
	.content{
		margin:0px auto;
		width:750px;	
		font-size:16px;
		line-height:30px;
		color:#444444;
		font-weight:normal;
		padding-bottom:50px;
	}
	
	.content .imageBlock{
		position:relative;
		left:-60px;	
		margin:20px auto;
		display:block;
		width:900px;
		text-align:center;
		font-size:12px;
		color:#555555;
	}
	
	.imageBlock p:last-child{
		padding:10px 0 20px 0;	
	}
	
	.wp-caption-text{
		font-size:12px;
		color:#555555;
	}
	
	.content .imageBlock img, .content .imageBlock iframe{
		display:inline;
		float:left;
	}

	
	.navigation{
		background-color:#464646;
		position:fixed;
		top:-1000px;
		z-index:30;
		width:100%;
		padding:30px 0;
	}
	
	.navigationList{
		overflow:auto;
		width:100%;
	}
	
	.navigationListContainer{
		width:100000px;
	}
	
	.footer{
		padding-top:50px;	
	}
	
	
	.footer a, .articleFooter a{
		color:#ffffff;
		background-color:#e31937;
		padding:10px 10px;
		text-decoration:none;
		float:left;
		margin:2px;
		line-height:16px;
	}
	
	.footer a:hover, .articleFooter a:hover{
		background-color:#d01732;
	}
	
	.copyright a, .copyright a:hover{
		text-decoration:none;
		color:#000000;
		background-color:transparent;
		float:none;
		margin:auto;
	}
	

	
	hr{
		max-width:900px;
		border:none;
		border-bottom:1px solid #cccccc;
		margin:20px auto;
	}
	
	blockquote{
		text-align:center;
		font-family: 'Oswald', sans-serif;
		font-weight:300;
		font-size:2em;
		color:#555555;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
	}
	
	.grid6{
		width:345px;
		margin-left:30px;
		float:left;
	}
	
	.first{
		margin-left:0px;
		clear:both;	
	}
	
	.clear{
		clear:both;	
	}
	
	.copyright{
		padding-top:100px;
		font-size:11px;
		color:#999;	
		text-align:center;
	}
	
	.articleSquare{
		width:20%;
		height:250px;
		overflow:hidden;	
		float:left;
		color:#ffffff;
		text-decoration:none;
		position:relative;
		background-color:#000000;
	}
	
	.navigationList .articleSquare{
		width:350px;	
	}
	
	.articleSquareAnimation{
		animation: articleSquareAnimation 1s;
		-moz-animation: articleSquareAnimation 1s;
		-webkit-animation: articleSquareAnimation 1s;
		-o-animation: articleSquareAnimation 1s;
		
		-moz-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-o-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.articleSquare img{
		height:250px;
		width:auto;	
		position:relative;
		top:0px;
		left:0px;
		z-index:0;
	}
	
	.articleSquareTitle{
		position:absolute;
		top:0px;
		left:0px;
		z-index:10;
		width:94%;
		min-height:250px;
		margin:0px;
		padding:3%;
		color:#ffffff;
		background-image:url(images/black80.png);
		background-repeat:repeat;
		display:none;
		font-family: 'Oswald', sans-serif;
		font-weight:300;
		text-transform:uppercase;
		font-size:2em;
		text-decoration:none;
		line-height:1em;
	}

	.page-title{
		width:100%;
		margin:100px 0;
		text-align:center;	
	}
	
	#searchform label{
		display:none;	
	}
	
	#searchform input{
		font-size:1.5em;	
		padding:10px;
	}	
	
	#searchform #searchsubmit{
		background-color:#e31937;
		border:none;
		color:#ffffff;
		cursor:pointer;
	}
	
	@keyframes articleSquareAnimation
	{
		from 
		{
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
		to 
		{
			-webkit-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-moz-transform: matrix(1.115,-0.095,0.092,1.091,0px,0px);
			-ms-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-o-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			transform: matrix(1.115,-0.095,0.092,1.091,0,0);
		}
	}
	
	@-moz-keyframes articleSquareAnimation /* Firefox */
	{
		from 
		{
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
		to 
		{
			-webkit-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-moz-transform: matrix(1.115,-0.095,0.092,1.091,0px,0px);
			-ms-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-o-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			transform: matrix(1.115,-0.095,0.092,1.091,0,0);
		}
	}
	
	@-webkit-keyframes articleSquareAnimation /* Safari and Chrome */
	{
		from 
		{
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
		to 
		{
			-webkit-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-moz-transform: matrix(1.115,-0.095,0.092,1.091,0px,0px);
			-ms-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-o-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			transform: matrix(1.115,-0.095,0.092,1.091,0,0);
		}
	}
	
	@-o-keyframes articleSquareAnimation /* Opera */
	{
		from 
		{
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
		to 
		{
			-webkit-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-moz-transform: matrix(1.115,-0.095,0.092,1.091,0px,0px);
			-ms-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			-o-transform: matrix(1.115,-0.095,0.092,1.091,0,0);
			transform: matrix(1.115,-0.095,0.092,1.091,0,0);
		}
	} 	
	
	.tagCloud{
		line-height:60px;
		text-align:center;
		overflow:hidden;
		letter-spacing:-1px;
	}
	
	.tagCloud a{
			text-decoration:none;
			color:#cccccc;
			padding:0px 5px;
	}
	
	.tagCloud a:hover{
			color:#777777;
	}
	
	#nextStory2, #previousStory2{
		position:fixed;
		z-index:50;
		opacity: 0.2;
		cursor:pointer;
		padding:100px 25px;
	}	
	
	#nextStory2{
		right:20px;
		padding-right:10px;	
	}	
	
	#previousStory2{
		left:20px;	
		padding-left:10px;	
	}	
	
	#nextStory2:hover, #previousStory2:hover{
		opacity: 1;
	}
	
	#nextStory2 .articleSquare, #previousStory2 .articleSquare{
		position:absolute;
		width:200px;
		height:150px;
		
		left:50px;
		top:30px;
		display:none;
		
		border:2px solid #cccccc;
	}
	
	#nextStory2 .articleSquareTitle, #previousStory2 .articleSquareTitle{
		font-size:1.5em;	
	}
	
	#nextStory2 .articleSquare{
		left:-200px;
	}
	
	