/* @override 
	http://www.thearmoryshow.com/css/events.css
	http://66.39.131.247/css/events.css
	http://www.thearmoryshow.com/css/events.css?2014-02-10
*/

/* @group Nav Basics */

ul.topnav {
	list-style: none;
	margin: 0 0 28px 0;
	padding: 0;
	float: left;
	clear: both;
	height: auto;
	display: block;
	min-height: 40px;
}
ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	height: 40px;
}
ul.topnav li a{
	display: block;
	float: left;
	height: 40px;
	position: relative;
	z-index: 1;
}
ul.topnav li a:hover{
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	z-index: 100;
	width: auto;
	background-color: #8d8f91;
}
ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	clear: both;
	width: auto;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: auto;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}
ul.topnav li.by-search {
	position: absolute;
	margin-top: -30px;
	margin-left: 500px;
	width: 200px;
	background-color: transparent;
	text-align: right;
}
/* @end */

/* @group Customization */
div.row.event div.col-xs-12:first-child {
	padding-left: 0;
	margin-left: 0;
}

body#events h2 {
	color: rgb(215,34,41);
}
ul.topnav {
	display: block;
	width: 100%;
	background-color: #6a6b6c;
}
ul.topnav#event_browse_menu {
	background-color: #8e9091;
	margin-top: -28px;
}
ul.topnav li {
	display: block;
	float: left;
	color: white;
	background-color: transparent;
	font-weight: bold;
	margin-right: 1px;
	padding: 10px 10px;
	height: 40px;
}
ul.topnav li.active {
	background-color: #8e9091;
}
ul.topnav li li {
	background-color: #8e9091;
	height: 18px;
}
ul.topnav li.by-search {
	float: right;
}
ul.topnav li span {
	font-size: 10px;
	margin-left: 10px;
}
ul.topnav a {
	color: white;
	border-bottom: none;
}
ul.topnav li.by-search input {
	position: relative;
	top: -3px;
	left: -8px;
	z-index: 1000;
}
ul.topnav li.by-search input.search_query {
	width: 80px;
}
ul.subnav li a {
	font-weight: normal;
	width: 120px;
	font-size: 10px;
	padding: 2px 10px;
	border-bottom: none;
	white-space: nowrap;
}
ul.subnav li a:hover {
	text-decoration: underline;
}
div.events {
	clear: both;
	margin-top: 60px;
	line-height: 24px;
}
div.events h2 {
	top: 0;
}
div.event {
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
}
div.event h3 {
	margin-bottom: 2px;
	margin-top: 0;
	line-height: 27px;
}
div.events h3,div.events div.event_details b {
	color: rgb(0,0,0);
}
div.events h2 {
	text-transform: uppercase;
	color: #6a6b6c;
	background-color: transparent;
}
div.event.onsite-yes {
	background-color: #eee;
	padding: 10px;
}
div.event div.info_line {
	clear: both;
	min-height: 20px;
}
div.event div.info_line b {
	float: left;
	margin-right: 10px;
}
div.event.Closed .rsvp_controls a,div.event.Closed .rsvp_controls a:hover {
	background-color: #bbb;
	cursor: default;
}
div.event .rsvp_controls a {
	background-color: #666;
	color: white;
	padding: 2px 10px;
	text-decoration: none;
	border: 0;
	float: left;
	font-size: 11px;
	margin-left: 10px;
}
div.event .rsvp_controls a.outline {
	border: 1px solid #666;
	background-color: white;
	color: #000;
	padding: 1px 10px;
	cursor: text;
}
div.event .rsvp_controls a:hover {
	background-color: #000;
}
div.event .rsvp_controls a.outline:hover {
	background-color: white;
}
div.event .rsvp_controls a.wait-waitlist {
	display: block;
}
div.event .rsvp_controls a.wait- {
	display: none;
}
div.event .rsvp_controls.available a.wait-waitlist {
	display: none;
}
div.event .rsvp_controls.available a.wait- {
	display: block;
}
.new_label {
	color: white;
	background-color: #c7c8ca;
	font-weight: bold;
	text-transform: uppercase;
	width: 50px;
	padding: 2px;
	text-align: center;
}
/* @end */
body#vip_information__event_rsvps h2 {
	position: relative;
	top: 40px;
	z-index: 0;
}
body#vip_information__event_rsvps div.events h2 {
	position: relative;
	top: 0;
}
body.popup a {
	color: rgb(215,34,41);
}