@charset "UTF-8";
/* ------------------------------------------------------------- presets */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
	width:320px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "facitweb", Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
	font-family: "facitweb", Arial, Helvetica, sans-serif;
}
div, img {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ol {
	margin-left:6px;
}
ol li {
	padding: 0px 0px 12px 0px !important;
	margin: 0px !important;
	list-style:decimal !important;
	text-align:justify !important;
	font-size:14px !important;
	line-height:16px !important;
}

a:focus,
a:visited,
a:link,
a:hover {
	outline:none;
	text-decoration:none;
	color:#E7E7E7;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
a:hover {
	color:#FFF;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.threequarterrule {
	background-color:#666;
	margin:6px 0px 6px 0px;
	width:320px;
	height:1px;
	overflow:hidden;
	float:left;
}
.onequarterrule {
	background-color:#666;
	margin:6px 0px 6px 0px;
	width:320px;
	height:1px;
	overflow:hidden;
	float:left;
}
.onethird table {
	margin:0px 12px 0px 12px;
	width:90%;
}
.onethird img {
	margin-left:12px;
}
.onethird ul {
	margin:0px 12px 0px 12px;
}
.onethird ul li {
	margin-bottom:9px;
}


/* ------------------------------------------------------------- header */

header {
	width:320px;
	height:60px;
	background-image:url(../images/layout/mobile-title.png);
	margin:0px;
	padding:0px;
}
header h1 {
	display:none;
}
header img {
	display:none;
}
#bluebody {
	background-color: #10113d;
	background-image:url(../images/layout/bgblue-mobile.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	float:left;
}
#greenbody {
	background-color: #10113d;
	background-image:url(../images/layout/bgblue-mobile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	float:left;
}
#purplebody {
	background-color: #10113d;
	background-image:url(../images/layout/bgblue-mobile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	float:left;
}
#wrapper {
	width:320px;
	overflow:hidden;
	margin:0 auto;
	padding:0px;
	float:left;
}

/* ------------------------------------------------------------- navigation */

nav {
	width:320px;
	float:left;
	top:60px;
	left:0px;
	z-index:5;
	background-color:#333;
	background-image:url(../images/layout/gray-gradient.svg);
	box-shadow:0px 0px 6px #000;
	-webkit-box-shadow:0px 0px 6px #000;
}
nav ul {
	width:320px;
}
nav ul li {
	width:320px;
	overflow:hidden;
	float:left;
	margin-left:-1px;
	border-bottom-color:#000;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
nav ul li a:visited,
nav ul li a:link {
	width:320px;
	height:35px;
	float:left;
	overflow:hidden;
	color:#FFF;
	text-shadow:1px 1px 4px #000;
	font-size:18px;
	line-height:35px;
	font-weight:bold;
	padding-left:7px;
}
nav ul li ul {
	width:320px;
	overflow:hidden;
	float:left;
	background-color:#808080;
	background-image:url(../images/layout/lightgray.svg);
}
nav ul li ul li {
	width:161px;
	height:30px;
	float:left;
	background-image:none;
	border-bottom-style:none;
	border-top-style:none;
	transition: height 1s;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
}
nav ul li ul {
	height:0px;
	transition: height 1s;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
}
nav ul li:hover ul {
	height:150px;
	transition: height 1s;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
}
nav ul li ul li a:visited,
nav ul li ul li a:link {
	width:320px;
	float:left;
	height:30px;
	overflow:hidden;
	font-size:14px;
	line-height:27px;
	border-top-color:#ACACAC;
	border-top-width:1px;
	border-top-style:solid;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#ACACAC;
}
nav ul li ul li a:hover {
	background-color:#333;
}
.searchbutton {
	display:none;
	width:35px;
	height:30px;
	background-color:none;
	position:absolute;
	top:20px;
	left:245px;
	text-indent:100px;
	background-image:url(../images/layout/search-icons.png);
	background-repeat:no-repeat;
	border-bottom:none;
}
.socialbutton {
	display:block;
	width:35px;
	height:30px;
	background-color:none;
	position:absolute;
	top:20px;
	left:280px;
	text-indent:100px;
	background-image:url(../images/layout/social-media-icons.png);
	background-repeat:no-repeat;
	border-bottom:none;
}
.threethird h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding:6px 12px 0px 12px;
}
.threethird h2,
.onethird h1 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:6px 12px 6px 12px;
}
.threethird p,
.onethird p {
	font-size:14px;
	padding:3px 12px 3px 12px;
	line-height:17px;
	text-align:justify;
}
.maxi {
	display:none;
}

/* ------------------------------------------------------------- content wrappers */

#pagecontents {
	width:320px;
	background-color:#191919;
	background-position:top center;
	float:left;
	margin-top:10px;
	background-image:url(../images/layout/pagebg.svg);
	background-size:contain;
	background-repeat:no-repeat;
	padding:0px;
}
.onequarter {
	width:320px;
	overflow:hidden;
	float:left;
}
.threequarters {
	width:320px;
	overflow:hidden;
	float:left;
}

/* ------------------------------------------------------------- home slideshow */

#homeevent {
	display:none;
}
.scrollcontents {
	display:none;
	background-image:none;
}
#thumbnails {
	width:320px;
	overflow:hidden;
	position:relative;
	padding-top:6px;
}
#thumbrow {
	width:320px;
	overflow:hidden;
}
.thumbcloak {
}
.thumbitem {
	width:308px;
	height:50px;
	overflow:hidden;
	padding: 4px 0px 4px 0px;
	border-bottom-color:#555;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	padding:6px 6px 6px 6px;
	font-family: "facitweb", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 4px #000;
	position:relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.thumbitem:hover {
	background-color:#444;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	box-shadow:0px 0px 6px #111;
	-webkit-box-shadow:0px 0px 3px #111;
}
.thumbitem a:visited,
.thumbitem a:link,
.thumbitem a:hover {
	display:block;
	width:204px;
}
.thumbitem h2 {
	width:204px;
	height:20px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	position:absolute;
	left:100px;
	top:12px;
	color:#E7E7E7;
	font-size:18px;
	line-height:18px;
}
.thumbitem h3 {
	width:204px;
	height:20px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:absolute;
	left:100px;
	top:34px;
	color:#E7E7E7;
	font-size:12px;
	line-height:12px;
}
.thumbitem img {
	width:86px;
	height:50px;
	overflow:hidden;
	position:absolute;
	border: 1px solid #000;
	box-shadow:0px 0px 6px #111;
	-webkit-box-shadow:0px 0px 3px #111;	
}
#facebookinit {
	display:none;
}

/* ------------------------------------------------------------- home banners */

.homebannerlong {
	display:none;
}
#banners {
	display:none;
}

/* ------------------------------------------------------------- Event lisings */

.threequarter {
	width:320px;
	overflow:hidden;
	position:relative;
	padding-top:6px;
}
.monthbar h6 {
	width:320px;
	float:left;
	font-size:20px;
	margin:0px;
	padding:10px 0px;
	text-align:center;
	background-color:#333;
}
.eventbox {
	width:308px;
	overflow:hidden;
	padding: 4px 0px 4px 0px;
	border-bottom-color:#555;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	padding:6px 6px 6px 6px;
	font-family: "facitweb", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 4px #000;
	float:left;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.eventbox:hover {
	background-color:#444;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	box-shadow:0px 0px 6px #111;
	-webkit-box-shadow:0px 0px 3px #111;
}
.eventbox a:visited,
.eventbox a:link,
.eventbox a:hover {
	display:block;
	width:204px;
}
.eventbox h2 {
	width:204px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	float:right;
	color:#E7E7E7;
	font-size:18px;
	line-height:1.2em;
}
.eventbox h3 {
	width:204px;
	margin:10px 0px;
	padding:0px;
	overflow:hidden;
	float:right;
	color:#E7E7E7;
	font-size:12px;
	font-weight:400;
	line-height:1.2em;
}
.eventbox img {
	width:86px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	border: 1px solid #000;
	box-shadow:0px 0px 6px #111;
	-webkit-box-shadow:0px 0px 3px #111;	
}
.eventbox p, .eventbox h4, .eventbox h6 {
	display:none !important;
}
#socialblock, .facebookl, .twitter, .pinterest, .instagram {
	display:none;
}


/* ------------------------------------------------------------- eventpage */

#eventwindow {
	float:left;
	width:308px;
	height:100px;
	overflow:hidden;	
}
.eventpageimage {
	width:300px;
	overflow:hidden;
	float:left;
	margin:10px 10px 0px 10px;
}
.eventpageimage img {
	width:100%;
	box-shadow:0px 0px 6px #000;
	-webkit-box-shadow:0px 0px 6px #000;
}
.scrollitem {
	float:left;
	width:308px;
	overflow:hidden;
}
#eventdetails {
	width:320px;
	overflow:hidden;
	float:left;
}
#eventdetails h2 {
	font-size:18px;
	line-height:20px;
	padding:0px 6px 0px 6px;
}
#eventdetails h3 {
	font-size:14px;
	line-height:1.2em;
	padding:6px 6px 6px 6px;
	margin:0px 0px 10px 0px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
#eventdetails h4 {
	font-size:14px;
	line-height:18px;
	padding:0px 6px 0px 6px;
	font-weight:normal;
}
#eventdetails p {
	font-size:14px;
	line-height:18px;
	padding:6px 12px 6px 6px;
	margin:0px;
	float:left;
	text-align:justify;
	clear:both;
}
.onethird h2 a:visited,
.onethird h2 a:link,
#eventdetails h6 a:visited,
#eventdetails h6 a:link {
	height:20px;
	background-color:rgba(36, 34, 98, 1);
	float:left;
	padding:12px 12px 12px 12px;
	margin:0px 4px 6px 4px;
	text-align:center;
	font-size:15px;
	border-radius:4px;
	box-shadow:0px 0px 6px #000;
	-webkit-box-shadow:0px 0px 6px #000;
	text-shadow:1px 1px 4px #000;
}
.onethird h2 a:visited,
.onethird h2 a:link {
	width:286px;
}
.onethird h3 {
	margin-left:12px;
}
.onethird h3 a:hover,
#eventdetails h6 a:hover {
	background-color:rgba(68, 62, 162, 1);
}
.eventmargin h2 {
	font-size:18px;
	line-height:20px;
	padding:0px 6px 0px 6px;
	float:left;
	clear:both;
	width:308px;
}
.eventmargin h3 {
	font-size:16px;
	line-height:18px;
	padding:0px 6px 0px 6px;
	margin:0px;
	float:left;
	clear:both;
	width:308px;
}
.eventmargin p {
	font-size:14px;
	line-height:18px;
	padding:6px 12px 6px 6px;
	margin:0px;
	float:left;
	text-align:justify;
	clear:both;
}
.eventmargin img {
	float:right;
	margin-right:90px;
}
.marginevent a:visited,
.marginevent a:link {
	float:left;
	clear:both;
	width:320px;
	padding:6px;
	border-bottom: 1px solid #666;
	text-shadow:2px 2px 2px #000;
}
.marginevent a:hover {
	float:left;
	clear:both;
	width:320px;
	padding:6px;
	background-color: #444;
}
.marginevent h1 {
	width:320px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}
.marginevent h2 {
	width:320px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
}
.marginevent a img {
	display:none;
}
.scrollsuper {
	display:none !important;
}
.shares {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.likeposition, .likepositionf {
	width:40px;
	overflow:visible;
	margin-right:10px;
	float:left;
}

/* ------------------------------------------------------------- pages */

#pointnorth, #pointsouth, #pointwest, #pointeast, #pointeveast, #pointevwest{
	padding:0px 12px 0px 12px;
}


/* ------------------------------------------------------------- footer */

footer {
	display:none;
}