@charset "UTF-8";
/* CSS Document */


/* #Responsive Mobile
================================================== */

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1032px) { }		
		
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {}
		
		
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {	}			
		
		
		
		
@media only screen and (min-width: 250px) and (max-width: 767px) {

/* SITE WIDE */
	
/* nav to be determined  
#nav {
	height: 100%;
	background-color: #616161;
	padding: 15px 20px;
	width: 100%;
}
*/

/*  GLOBAL  */
#wrapper {
	max-width: 94%;
	margin: 0 3% 0 3%;
	z-index: 0;
}
.logo {
	width: 98%; height: auto; margin-right: 2%;}
	
.nav_bkt {width: 98%; margin: 20px 2% 10px 2%; color: #585858; } 


/*.toggleMenu {
    font-family: 'Lato', san serif; 
	font-weight: 700; 
	color: #fff; 
	text-transform: uppercase; 
	display: block;
	padding: 10px 0 10px 0;
	margin-bottom: 15px;
}	
	.toggleMenu a:link {
		color: #e7dabd;         
		text-decoration: none;
}
	.toggleMenu a:visited {
		color: #e7dabd;         
		text-decoration: none;
}
	.toggleMenu a:hover {
		color: #b2422d;         
		text-decoration: none;
}
	.toggleMenu a:active {
		color: #b2422d;
		text-decoration: none;
}
    .active {
        display: block;
    }*/

/* INDEX PAGE */

.idx_swap_bkt {  
	display: none;
}
.idx_sidebar_bkt {
	clear:left;
	float:left;
	width: 100%;
}
.idx_main_bkt {
	float:left;
	width:100%;
}
.idx_col1 {
	float:left;
	width:100%;
}
.idx_col2 {
float:left;
	width:100%;
}
.idx_col3 {
	float:left;
	width:100%;
	position:relative;
}
.idx_footer_left_bkt {				
	float:left;
	width:100%;
	display: block;
}
.idx_footer_right_bkt {
	float:left;
	width:100%;
	text-align: left;
	display: block;
}
.sponsor_logo {
	margin-right: 0; 
	display: block;
}

/* BASE PAGE */

.sidebar_bkt {
	clear:left;
	float:left;
	width: 100%;
}
.main_bkt {
	float:left;
	width:100%;
}
.col1 {
	float:left;
	width:100%;
}
.col2 {
	float:left;
	width:100%;
}
.footer_left_bkt {				
	float:left;
	width:100%;
	display: block;
}
.footer_right_bkt {
	float:left;
	width:100%;
	text-align: left;
	display: block;
	}
}


@media only screen and (min-width: 250px) and (max-width: 450px) {
.evt_ni_img {
	width: 75%;
}
}




	/* Mobile Landscape */
	@media only screen and (min-width: 480px) and (max-width: 767px) { }

	/* Non 960 */
	@media only screen and (max-width: 959px) { }

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.evt_ni_img {
	width: 65%;
}		
}

	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}


	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 959px) and (max-device-width: 1000px) {}

	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Anything smaller than standard 960 on a device */
	@media only screen and (max-width: 959px) and (max-device-width: 1000px) {
		.resize { display: none; }
	}
