@charset "UTF-8";
/* ABOUT */

#event_container {max-width:1024px; min-width:320px; margin:0 auto; height:100%; position:relative; background:url(../global/images/pg_bg_btm.jpg) repeat-x bottom #FFFFFF;}
#event_header {width:90%; max-width:1024px; min-width:288px; height:100%; font-size:1.85em; font-weight:600; color:#999; text-transform:uppercase; letter-spacing:4px; margin:0 auto; padding:20px 0 20px 10%;}
#event_inner {width:80%; min-width:230px; height:100%; min-height:160px; margin:0 auto; font-size:100%; line-height:1.5em; word-wrap:break-word; padding:45px 10% 15px 10%;}
	#event_inner h1 {font-size:3em; color:#5E84A1; font-weight:600; display:inline; line-height:1.1em;}
	#event_inner h2 {font-size:1.5em; font-weight:200; display:block; line-height:1.4em;}
	#event_inner h2 b {font-size:1.1em; color:#5E84A1; font-weight:600;}

.cntr_photo {float:right; width:300px; height:auto; margin:0 15px 0 15px; background-color:#999;border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;}
.single_photo {float:right; width:150px; height:150px; background-color:#999;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;}

.event_block {width:100%; min-height:300px; height:100%; margin-bottom:50px; display:block; padding-bottom:50px; border-bottom:dotted 2px #5E84A1;}


/* Media queries */

@media screen and (max-width: 820px) {
	#event_container {background:none;}
	#event_inner {background:none;}
	#event_inner h1 {font-size:2.5em;}
	#event_inner h2 {font-size:1.75em;}
	.cntr_photo {float:left; margin:20px;}
	.single_photo {float:left; margin:20px 40px 20px 20px;}
}

@media screen and (max-width: 590px) {
	body {font-size:98%;}
}

@media screen and (max-width: 480px) {
	.cntr_photo {float:none; width:80%; height:auto; margin:2% 10% 3% 0;}
	.single_photo {float:none; width:80%; height:auto; margin:2% 10% 3% 0;}
	.event_block {margin-bottom:25px; padding-bottom:25px;}
	#event_header {padding:0 0 0 10%;}
}
