/* Main Styles */

html {}

body {
	font-size: 100%;
}
:focus, :active {
	outline: 0;
}

/* Typography Elements */

@font-face {
	font-family: VT323;
	src: url(fonts/VT323-Regular.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Crimson;
	src: url(fonts/CrimsonText-Roman.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Crimson;
	src: url(fonts/CrimsonText-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: Crimson;
	src: url(fonts/CrimsonText-Italic.ttf);
	font-style: italic;
}

p {
	font-family: Crimson;
	font-size: 1em;
	line-height: 1.5em;
}

p.sched_date {
	border-left: none;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.5em;
}

p.sched_time {
	border-left: none;
	text-align: right;
	font-style: italic;
}

p.center {
	text-align: center;
}

p.nav_date {
	padding-top: 90px;
	font-family: VT323;
	font-size: 1.5em;
	line-height: 1em;
}
p.nav_time {
	font-family: VT323;
	font-size: 1.125em;
	line-height: 1em;
}

header h1 {
	padding: 0px;
	font-family: VT323;
	font-size: 3em;
	line-height: 1em;
}
header h2 {
	font-family: VT323;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: none;
}

h1 {
	font-family: VT323;
	font-size: 4.5em;
	line-height: 1.5em;
}

h1 span {
	padding: 10px;
	background-color: #ffffff;
}

h1 span:nth-child(3) {
	background-color: #e8e8f3;
}

h2 {
	font-family: Crimson;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid black;
}

ul {}
ul li {}
blockquote {}

span {}

em {
	font-family: Crimson;
	font-weight: normal;
	font-style: italic;
}
strong {
	font-family: Crimson;
	font-weight: bold;
	font-style: normal;
}

details {}
summary {}
figcaption {}


/* Links */
nav ul li a:link, nav ul li a:visited {
	font-family: VT323;
	font-size: 2.25em;
	line-height: 2em;
	height: 72px;
	width: 190px;
	padding: 0px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/nav_bg_blue.png);
	color: black;
}
nav ul li a:hover {
	background: url(../images/nav_bg_gray.png);
}
nav ul li a:active, nav ul li a.active {
	background: url(../images/nav_bg_yellow.png);
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: black;
}
h1 a:hover, h1 a:active {
	text-decoration: none;
	color: yellow;
}

a.btn, a.btn:visited {
	display: block;
	padding: 0px;
	width: 139px;
	height: 54px;
	text-indent: -9999px;
	padding: 0px!important;
	margin: 0px!important;
	background-color: transparent!important;
	background-image: url(../images/cta_vote.png);
	background-position: 0px 0px;
}
a.btn:hover{
	background-position: -139px 0px;
}

section a:link, section a:visited, footer a.bta:link, footer a.bta:visited  {
	font-size: 1rem;
	font-family: VT323;
	text-transform: uppercase;
	background-color: yellow;
	text-decoration: none;
	color: black;
	padding: 3px;
}
section a:hover, footer a.bta:hover {
	text-decoration: underline;	
}
section a:active, footer a.bta:hover {
	text-decoration: none;
}

footer .btt {
	margin-top: 10px;
	text-align: right;
}


/* Layout Elements */

header {
	display: block;
	background-color: #9dd6d6;
}
.header {
	background: url(../images/logo_clouds.png);
	background-repeat: no-repeat;
}
.event {
	padding-top: 75px;
	padding-bottom: 10px;
}

.bubble {
	position: relative;
	width: 129px;
	height: 55px;
	padding: 10px 5px 5px 5px;
	margin: 10px 0px 20px 0px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 14px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -16px;
	bottom: -10px;
	left: 12%;
}

.left-border {
	padding-left: 22px;
	margin-left: 18px;
	border-left: 5px solid #e8e8f3;
	margin-bottom: 1.5em;
}

#sort ul li {
	margin-bottom: 10px;
	z-index: 1000;
	cursor: pointer;
}
.sort_scroll {
	height: 0px;
}
.sort_fixed {
    position: fixed;
    top: 20px;
}





nav {}
nav ul {
	display: block;
	width: 100%;
	background: url(../images/nav_bg_blue.png);
	text-align: center;
}
nav ul li {
	display: inline-block;
}
section {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.no_padding{
	padding-top: 0px;
}
.padding {
	padding-top:25px;
}

.abs {
	position: absolute; 
	z-index: 1000000000!important;
	top: 275px;
	width: 960px;
	left: 150px;
}

.carousel {
	height: 450px;
	background-size: 100%;
}
.slidesjs-navigation, .slidesjs-pagination, .slidesjs-stop {
	display: none!important;
}

form input.full-width, form textarea {
	width: 100%;
	margin-top: 10px;
	border: 0px;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form textarea {
	height: 100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form input.submit {
	float: right;
	border: 0px;
	border-bottom: 3px solid #A60000;
	border-right: 3px solid #A60000;
	padding: 5px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: red;
	color: white;
	font-family: VT323;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}
form input.submit:hover {
	border: 0px;
	border-top: 3px solid #A60000;
	border-left: 3px solid #A60000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}

article {}
aside {}
footer {
	height: 350px;
	border-top: 18px solid #00bf00;
	background-color: #c89758;
}
div {}


/* Images */
figure {}
section img.icon {
	padding-top: 5px;
	padding-left: 10px;
	float: right;
}
footer img.icon {
	padding-top: 5px;
	padding-left: 10px;
}

img.game {
	margin: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
}
img.game:hover {
	cursor: pointer;
	opacity: 1!important;
	-webkit-border-radius: 0%!important;
	-moz-border-radius: 0%!important;
	border-radius: 0%!important;
}
img.game.active {
	opacity: 1;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}
img.game.deactive {
	background-color: gold;
	opacity: .5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tooltipsy {
	position: relative;
	top: 120px;
	width: 140px;
	background-color: white;
	font-family: VT323;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 0px;
	text-align: center;	
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
}

#sort ul li:hover {
	background-position: 0px -35px;
}

#lecture {
	background-image: url('../images/button_lecture.png');
	width: 113px;
	height: 35px;
}
#tour {
	background-image: url('../images/button_tour.png');
	width: 113px;
	height: 35px;
}
#music {
	background-image: url('../images/button_music.png');
	width: 113px;
	height: 35px;
}
#interactive {
	background-image: url('../images/button_interactive.png');
	width: 113px;
	height: 35px;
}

.circle {
	margin-top: 5px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px; 
	float: right;
}

.green {
	background-color: green;
}
.red {
	background-color: red;
}
.orange {
	background-color: orange;
}
.yellow {
	background-color: yellow;
}
.blue {
	background-color: blue;
}