/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/


.flexslider li {
	line-height: initial;
}

#content section#gallery {
	/* width: 100%; */
	/* max-width: 900px; */
	/* margin: 0px 0px 0px -38px; */
}

.outsideWrapper {
	width: 100%; 
	max-width: 900px; 
	margin: 0px 0px 0px -38px; 
	/*width:125px;
	height:125px;
	margin:20px 60px;
	border:1px solid blue;*/
}
.insideWrapper {
	display: block;
	max-width: 190px;
	height: 145px;
	background-color: #dee5e8;
	border: solid 1px #fff;
	box-shadow: 3px 3px 5px #7d9aaa;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #04202e;
	margin: 0px 5px 10px 3px;
	float: left;

	/*width:100%;
	height:100%;*/
	position:relative;
}
.coveredImage {
	/*width: 190px;
	height: 105px;
	border: solid 1px #7d9aaa;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;*/

	width:100%;
	height:100%;
	/*position:absolute;*/
	top:0px;
	left:0px;

	border: solid 1px #7d9aaa;
	width: 190px;
	height: 105px;
}

.coveringCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("/_resources/images/video/play.png");
	background-repeat: no-repeat;
}


#directedit a, footer #container #copy .copy a {
	color:#FFF;
}


#wrapper #first aside img {
	width: 100%;
	height: auto;
}

#wrapper #first aside #eventlinks {
	width: 100%;
}
#wrapper #first aside #reivernews {
	width: 100%;
	margin: 10px 0px 0px 0px;
}

#wrapper #first aside #reivernews h2 {
	display: block;
	color: #003f72;
	margin: 0px 0px 5px 0px;
	font-size: 2em;
	font-family: 'TitilliumText22LBold', Arial, Helvetica, sans-serif;
}

#wrapper #first aside #reivernews .story {
	padding: 0px 10px;
	overflow: hidden;
	margin-bottom: 5px;
	background: #e8edef; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8edef 0%, #d3dbe0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8edef), color-stop(100%,#d3dbe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8edef 0%,#d3dbe0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8edef 0%,#d3dbe0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8edef 0%,#d3dbe0 100%); /* IE10+ */
	background: linear-gradient(to top,  #e8edef 0%,#d3dbe0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edef', endColorstr='#d3dbe0',GradientType=0 ); /* IE6-9 */
}

#wrapper #first aside #reivernews .story a {
	padding: 10px 0px 5px 0px;
	border-bottom: solid 1px #7d9aaa;
	color: #04202e;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
}
#wrapper #first aside #reivernews .story a:hover {
	color: #0065bd;
}

#wrapper #first aside #reivernews .story a:last-child {
	border: none;	
}

#wrapper #first aside a.news {
	color: #7d9aaa;
	text-decoration: none;
	font-family: 'TitilliumText22LBold', Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1.3em;
	display: block;
	text-align: right;
}

#wrapper #first aside a:hover.news {
	color: #0065bd;
}
