/* @override http://www.thearmoryshow.com/css/stylesheet.css */

/* @group General */

html,body {
	margin: 10px 0;
	text-align: center;
}
div#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group Header */

header {
	position: absolute;
	width: 189px;
}
header a {
	display: block;
	width: 139px;
	height: 200px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(/images/the_armory_show.png);
}

/* @end */

/* @group Nav */

nav {
	position: absolute;
	width: 189px;
	float: left;
	clear: left;
	margin-top: 215px;
}
nav ul {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
nav ul li {
	margin: 6px 0;
}
nav ul ul {
	margin-left: 10px;
	font-weight: 500;
}
nav ul a {
	text-decoration: none;
	color: black;
}
nav ul a:hover, nav ul a.selected {
	color: #cb102f;
}

/* @end */

/* @group Article */
article {
	width: 700px;
	display: block;
	padding-left: 200px;
	font-size: 14px;
}
article blockquote {
	margin: 0;
}
article.popup {
	padding-left: 0;
	text-align: left;
	margin: 10px auto 10px auto;
}
article a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
article a:hover {
	text-decoration: none;
	color: #cb102f;
	border-bottom: 1px solid #cb102f;
}
article h2 {
	margin: 20px 0 5px 0;
}
article p {
	margin: 5px 0 20px 0;
}
figure {
	margin: 0;
}
figcaption {
	display: block;
	clear: both;
	font-size: 12px;
	margin-bottom: 20px;
}
a.popup.cell {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	border: none;
}
a.popup.cell:hover {
	border: none;
}
div.error_message {
	border: 2px solid #cb102f;
	padding: 10px;
	margin: 20px 0;
	color: #cb102f;
}
/* @end */

/* @group Special Cases */

body#index article {
	text-align: justify;

}
body#index figcaption {
}
body#show_information__cultural_partners p {
	line-height: 25px;
}
.mandatory {
	font-weight: bold;
}
body#about_us article h3 {
	margin-top: 140px;
}
a.prefix-Not-for-profit {
	display: block;
	margin-top: 26px;
}
/* @end */

/* @group Exhibitor Lists */

ul.prefixes {
	list-style: none;
	padding: 0;
}
ul.prefixes li {
	float: left;
	margin-right: 8px;
}
ul.exhibitors {
	list-style: none;
	padding: 20px 0 0 0;
	clear: both;
}
ul.exhibitors>li {
	font-weight: bold;
}
ul.exhibitors>li>a {
	border: 0;
}
ul.exhibitors ul {
	list-style: none;
	padding: 0 0 10px 0;
}
ul.exhibitors li li {
	font-weight: normal;
}
/* @end */
