/* Font and Type Face
---------------------------------------------------------- */

.tfPaintball {
	font-family: 'project_paintballdisplay', Inklined, Ikamodoki, sans-serif;
}

@font-face {
    font-family: 'project_paintballdisplay';
    src: url('fonts/paintball_beta_3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.centered {
	text-align: center;
}

.fullWidth {
	width: 100%;
}



/* Event Header
------------------------------------------ */

div#eventHeader {
	height: 90px;
	overflow: hidden;
	min-width: 768px;	
	background: #f7f7f7;
	
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.3);
	
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.28);
	
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 15;
}

div#eventHeader > div > h1,
div#eventHeader > div > h2 {
	float: left;
	display: block;
	line-height: 90px;
	font-weight: normal;
	overflow: hidden;
	margin: 0;	
}

div#eventHeader > div.eventTitle {
	display: block;
	line-height: 90px;
	font-weight: normal;
	overflow: hidden;
	text-decoration: none;
	color: black;
	min-width: 768px;
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: -1;
}

div#eventHeader > div.eventTitle > div {
	float: left;
	height: 50px;
	width: 50px;
	margin: 18px 5px 20px 20px;
	overflow: hidden;
}

div#eventHeader > div.eventTitle > h1 {
	font-size: 38px;
	min-width: 370px;
	margin: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	margin-left: 185px;
}

div#eventHeader > div.eventTitle > h1.centered {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	top: 0;
	position: fixed;
	z-index: -1;
	min-width: 768px;
}

div#eventHeader > div.eventDetails {
	float: right;
	position: relative;
	z-index: 20;
}

div#eventHeader > div.eventDetails > h2 {
	width: 200px;
	text-align: right;
	padding-right: 20px;
	line-height: 90px;	
	color: black;
	font-weight: normal;
	font-size: 18px;
	margin-right: 100px;
}

div#eventHeader > div.eventDetails > h2.profile {
	margin-right: 10px;
}

div#eventHeader > div.eventDetails > div.editing {
	float: left;
	display: block;
	line-height: 50px;
	text-decoration: none;
	color: black;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 0 20px;
	margin: 20px 0 20px 20px;
	width: 40px;
	text-align: center;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 20px;
	cursor: pointer;
}

div#eventHeader > div.eventDetails > div {
	float: left;
	display: block;
	line-height: 50px;
	text-decoration: none;
	color: #bbbbbb;
	border: 1px solid rgba(206, 206, 206, 1);
	border-radius: 10px;
	padding: 0 20px;
	margin: 20px 0 20px 20px;
	width: 40px;
	text-align: center;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 20px;
}
	
div#eventHeader > div.eventTitle > a {
	float: left;
	display: block;
	line-height: 50px;
	text-decoration: none;
	color: black;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 0 20px;
	margin: 20px 0 20px 20px;
	text-align: center;
}

div#eventHeader > div.eventDetails > div.editing:hover,
div#eventHeader > div.eventTitle > a:hover {
	color: white;
	background: #3ca4ff;
	border: 1px solid rgba(0,44,125,0.32);
}

div#eventHeader > div.eventTitle > a.editSquad,
div#eventHeader > div.eventTitle > a.editSquad:hover {
	margin-left: 120px;
	color: #d2d2d2;
	border-color: #d9d9d9
}



/* Post-It Notes
---------------------------------------------------------- */
	
div#messages {
	width: 100%;
	height: 254px;
	margin-top: 90px;
	margin-bottom: -90px;
	background: #999999;
	overflow: hidden;
}

div#messages.noMessages {
	display: none;
}

div#messages > div {
	width: 150%;
}

/* Regular messages --------------- */

div#messages > div > ol {
	list-style: none;
	padding: 40px;
	margin: 0;
	height: 245px;
	padding: 10px 0 0 8px;
	display: block;
}

div#messages > div > ol > li {
	display: block;
	height: 180px;
	width: 200px;

	float: left;

	margin: 10px 10px 20px 10px;
	padding: 15px 20px 20px 20px;

	background-color: #fff8ba;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

div#messages > div > ol > li > div {
	height: 145px;
	margin-top: -30px;
	overflow: hidden;
}

/* Message body ------------------- */

div#messages > div > ol > li > div > h1 {
	font-size: 14px;
	font-weight: bold;
}

div#messages > div > ol > li > div > p > a:hover {
	float: right;
	font-size: 10px;
	color: white;
	margin: -10px -10px 0 0;
	text-decoration: none;
	background-color: #774b00;
	padding: 0 7px;
	border-radius: 5px;	
	border: 1px solid #664000;
}


div#messages > div > ol > li > div > p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding: 8px 0 0 0;
}

/* Hide Message ------------------- */

div#messages > div > ol > li > a.hide {
	display: block;
	height: 30px;

	text-align: center;
	line-height: 30px;

	color: #8d862c;
	border: 1px solid rgba(222, 212, 98, 0.26);
	border-radius: 5px;

	font-size: 12px;
	text-decoration: none;
	
	position: relative;
	padding: 0;
	top: 150px;
	
}

div#messages > div > ol > li > a.hide:hover {
	color: white;
	background-color: #7c7328;
	border: 1px solid #7c7a4a;
}


/* Animated Notifications
---------------------------------------------------------- */

div#removemeWrapper
{
	float: left;
	position: fixed;
	top: -80px;
	z-index: 200;
}

div#removemeWrapper > div
{
	height: 20px;
	padding: 19px 20px 21px 55px;
	
	border-style: solid;
	border-color: white;
	border-width: 0 3px 3px 3px;
	
	color: white;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 20px;
	
	background-position: 16px 15px;
	background-repeat: no-repeat;
	
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}


/* Backgrounds ------- */

div#removemeWrapper.success,
div#removemeWrapper.welcome,
div#removemeWrapper.info {
	background-color: #00a3ff;
}

div#removemeWrapper.warning {
	background-color: #ffcc00;
}

div#removemeWrapper.failure {
	background-color: #d70000;
}

/* Icons ------- */

div#removemeWrapper.info > div {
	background-image: url(../images/message-info.png);
}

div#removemeWrapper.warning > div {
	background-image: url(../images/message-warning.png);
}

div#removemeWrapper.success > div {
	background-image: url(../images/message-success.png);
}

div#removemeWrapper.failure > div {
	background-image: url(../images/message-failure.png);
}

div#removemeWrapper.welcome > div {
	background-image: url(../images/message-welcome.png);
}


/* Footer
------------------------------------------ */

div.footerWrapper {
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	height: 80px;
	width: 100%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d8d8d8;
	background-color: #f2f2f2;
	z-index: 10;
}

div.footerWrapper > ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	height: 80px;
	list-style: none;
	width: 480px;
}

div.footerWrapper > ul > li {
	float: left;
	width: 100px;
	height: 80px;
	padding: 5px 10px 10px 10px;
	text-align: center;
}

div.footerWrapper > ul > li.adminOnly {
	/* Hide admin features */
	display: none;
}

div.footerWrapper > ul > li:hover {
	background-color: white;
	cursor: pointer;
}

div.footerWrapper > ul > li > p {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.footerWrapper > ul > li > .footerAction {
	fill: black;
}

div.footerWrapper > ul > li:hover > p,
div.footerWrapper > ul > li:hover > .footerAction {
	fill: #00a7ff;
	color: #00a7ff;
}

#chatNotification.noMessages {
	display: none;
}

/* GUEST VARIATION ------ */

div.footerWrapper.guestMode > ul {
	width: 120px;
}

/* ADMIN FOOTER TWEAKS ------ */

div.footerWrapper.scaledForAdmin > ul {
	width: 540px;
}

div.footerWrapper.scaledForAdmin > ul > li.adminOnly {
	display: block;
}

/* HIDDEN FOR BETA ------ */

div.footerWrapper.scaledForAdmin > ul {
	width: 600px;
}
div.footerWrapper > ul {
	width: 480px;
}

li#footerReportResults {
	display: none;
}


/* SVG Header
------------------------------------------ */

div.svgHeaderWrapper {
	margin: 140px auto -2px;
	padding: 0;
	height: 48px;
}
