@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*----------------------------------------------------------------
Do Not alter width, padding or margin properties on this syle sheet.  Doing so will break the responsive layout. Each class or ID below is simply a container for an inner Div that can be found on each include section's file.  Make style changes on individual pages only.---------------------------------------------------*/

/* Mobile Layout: 480px and below. */
body {
	/*background:#1F1F1F url(/_images/pattern.png) repeat top left;*/
	background-color: #121212;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .75em;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#header {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #CCCCCC;
	
}
#nav {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	
}
#nav ul {
	display: none;
}
#nav select {
	display: inline-block;
}
.navDrop {
	width: 100%;
}
#mainContent {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
	display: block;
	
}
#rightColumn {/*Do not alter width, margin or padding on this style sheet*/
    
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#CCCCCC;
}
#footer {/*Do not alter width, margin or padding on this style sheet*/
    font-size: .7em;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	background-color: rgba(100,100,100,.5);
	opacity: .5;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
}


.galleryItem {
	list-style-type: none;
	margin-left: -20px;
}
.galleryItem li {
	height: auto;
	width: 30%;
	
	margin-left: 0;
	margin-right: 3%;
	display: inline-block;
}
.galleryItem h5 {
	text-align: center;
	text-transform: uppercase;
		
}
.galleryItem li img {
	moz-border-radius: 5px;
	border: none;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
	
}
#mostViewed {                                           
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
body {
/*background:#1F1F1F url(/_images/pattern.png) repeat top left;*/
	background-color: #121212;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .85em;
}
.gridContainer {/*Do not alter width, margin or padding on this style sheet*/
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #CCCCCC;
}

#nav {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#mainContent {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
   	width: 61.5384%;
	display: block;
	
}
#rightColumn {/*Do not alter width, margin or padding on this style sheet*/
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
	color:#CCCCCC;
}
#footer {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	text-align: center;
	color:#CCCCCC;
	font-size: .8em;
	background-color:#666666;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
}
.galleryItem {
	list-style-type: none;
	
}
.galleryItem li {
	width: 30%;
	margin-left: 0;
	margin-right: 3%;
	display: inline-block;
}
.galleryItem h5 {
	text-align: center;
	text-transform: uppercase;
		
}
.galleryItem li img {
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
}
#mostViewed {                                          
	clear: right;
	float: right;
	margin-left: 0;
	width: 35.8974%;
	display: block;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
body {
/*background:#1F1F1F url(/_images/pattern.png) repeat top left;*/
	background-color: #121212;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .9em;
}
.gridContainer {/*Do not alter width, margin or padding on this style sheet*/
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#header {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #CCCCCC;
}

#nav {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#nav select {
	display: none;
}
#nav ul {
	display: inline-block;
}
#mainContent {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
	
}
#rightColumn {/*Do not alter width, margin or padding on this style sheet*/
	clear: none;
	float: left;
	margin-top: 25px;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
	color:#CCCCCC;
}
#footer {/*Do not alter width, margin or padding on this style sheet*/
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	background-color: rgba(100,100,100,.5);
	opacity: .5;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	
}
.galleryItem {
	list-style-type: none;
	
}
.galleryItem li {
	width: 30%;
	margin-left: 0;
	margin-right: 3%;
	display: inline-block;
}
.galleryItem h5 {
	text-align: center;
	text-transform: uppercase;
		
}
.galleryItem li img {
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
}
#mostViewed {                                     
	clear: right;
	float: right;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}

}

/*----------------------------------------------------*/
#mainContent {
	color: #ccc;
}

#mainContent a {
	color: #CCC;
}
#mainContent a:hover {
	color: #FFF;
}
#mainContent a:active, a:visited {
	color: #CCC:
}
#mainContent h3 {
	text-align: center;
	text-transform: lowercase;
	background-image:url(/_images/blueOnBlackgradient.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 8px;
	moz-border-radius: 10px 10px 0px 0px;
	webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	 
}

#mainContent_left {
	float: left;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
}

#mainContent_right {
	float: left;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
}
#mainContentWADA {
	
	position: relative;
	float: left;
	width: 98%;
	margin-top: 20px;
	border-radius: 5px;
	moz-border-radius: 5px;
	
}
#mainContentWADA img {
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
	
}
	
#mainContent_right img {
	float: right;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
	margin: 10px;
	
}
#mainContent_left img {
	float: right;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
	
}
	
	
.mainContentImage {
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 5px 5px #000;
    -webkit-box-shadow: 2px 5px 5px #000;
    box-shadow: 2px 5px 5px #000;
}
#rightColumn a, a:visited, a:active {
	color:#CCC;
	text-decoration: none;
}
#rightColumn a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.icon {
	margin-right:10px;
}
.divider {
	border-top: 1px solid #CCC;
	width: 90%;
}
#mainContent_left ul {
	list-style: none;
}
