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

/* Font selectors */
@font-face {
	font-family:TrajanPro;
	src: url('TrajanPro-Regular.otf');
}

/* Experimental CSS3 styles for this project */
/* If you can't see this stuff, get a browser that is supporting css3 (safari 3.0+ or mozilla 3.1+) and see the magic!*/
.picture_container {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.pic_shadow {
	position:relative;
	z-index:5;
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px #888;
}

.addshadow {
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px #888;
}

.bigtitle {
	text-shadow:2px 2px 5px #00452f;
}

.event h3 {
	text-shadow:2px 2px 5px #00452f;
}

.rightbox h3,
.inner_rightbox h3 {
	font-family:TrajanPro;
}

#container {
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
}

.leftbox h3,
.midbox h3,
.inner_leftbox h3 {
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}