/* Main Styles */
@font-face {
	font-family: 'SenseMediumRegular';
    src: url('../fonts/Sense_Reg-webfont.eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SenseMediumRegular';
    src: url('../fonts/Sense_Reg-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Sense_Reg-webfont.woff') format('woff'),
         url('../fonts/Sense_Reg-webfont.ttf') format('truetype'),
         url('../fonts/Sense_Reg-webfont.svg#SenseMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #ccc;
	font: 16px 'Trebuchet MS', helvetica, arial, sans-serif;
	color: #333;
	line-height: 1.5em;
}
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	font: 16px 'Trebuchet MS', helvetica, arial, sans-serif;
}
a:hover {
	color: #fff;
}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
}
h4 {
	margin-top: 20px;
}
ul {
    list-style: none;
    margin: 0;
}
label {
    display: inline;
}
body > .container {
	position: relative;
	width: 960px;
	max-width: 1280px;
	min-width: 900px;
	margin: 0 auto;
    min-height: 740px;
}
/* Header Styles */
header hr {
	position: absolute;
	top: 58px;
	background: #fc0;
	color: #fc0;
	width: 100%;
	height: 1px;
	border: 0;
}
header {
	position: fixed;
	z-index: 2;
	height: 100px;
	background: #00c;
	width: 960px;
	margin: 0 auto;
	left: 0;
 	right: 0;
}
header div.header {
	position: relative;
	height: 100px;
	background: #00c;
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#logo {
	position: absolute;
	top: 10px;
	left: 48px;
	width: 80px;
	height: 80px;
	z-index: 2;
}
#logo a {
	display: block;
	height: 120px;
}
#title {
	position: absolute;
	top: 25px;
	left: 150px;
	z-index: 2;
	font: 36px 'SenseMediumRegular';
	color: #fff;
	line-height: 1em;
}
#topLinks {
	position: absolute;
	top: 35px;
	right: 40px;
	font: 12px 'SenseMediumRegular';
	color: #fff;
	letter-spacing: 1px;
}
#topLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topLinks ul li {
	float: left;
	margin: 0 15px;
	line-height: 20px;
}
#topLinks ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font: 12px 'SenseMediumRegular';
	opacity:0.6;
	filter:alpha(opacity=60);
}
#topLinks ul li a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	color: #fc0;
}
#headerLinks {
	position: absolute;
	width: 100%;
	margin: 66px 0 0 0;
	font: 17px 'SenseMediumRegular', helvetica, arial, sans-serif;
	color: #fff;
}
#headerLinks > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerLinks > ul li {
	float: left;
	padding: 0 10px;
}
#headerLinks > ul > li > a {
	color: #fff;
	font: 17px 'SenseMediumRegular', helvetica, arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}
#headerLinks > ul#last {
	float: right;
	margin: 0 44px 0 0;
	line-height: 34px;
}
#headerLinks > ul#last > li {
	color: #fff;
}
#headerLinks > ul#last a:hover {
	color: #fc0;
}
#headerLinks > ul#last img {
	vertical-align: middle;
}
#mainMenu > li {
	background: transparent url('../img/bullet.png') no-repeat 0 50%;
	padding: 0 15px !important;
	overflow: visible;
	text-align: center;
	line-height: 34px;
}
#mainMenu > li:hover {
	border-bottom: 6px #00c solid;
}
#mainMenu > li:hover > a {
	color: #fc0;
}
#mainMenu > li:hover .menu {
	display: block;
}
#mainMenu > li:first-child {
	padding: 0 15px 0 0;
	background: transparent;
}
#mainMenu {
	float: left !important;
	margin: 0 0 0 135px !important;
}
#mainMenu .menu {
	position: absolute;
	left: 150px;
	display: none;
	margin: 6px 0 0 -15px;
	padding: 5px 0 20px 0;
	background: #00c;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1000;
	line-height: 1em;
}
#mainMenu .menu a {
	color: #fff;
	font: 15px 'SenseMediumRegular', helvetica, arial, sans-serif;
}
#mainMenu .menu a:hover {
	color: #fc0;
	text-decoration: none;
}
#mainMenu .menu > li {
	width: 163px;
	height: 100%;
	padding: 0;
	margin-left: 35px;
}
#mainMenu .menu > li:last-child {
	width: 164px;
}
#mainMenu .menu > li ul {
	text-align: left;
	list-style: none;
}
#mainMenu .menu > li ul ul {
	list-style: disc;
	margin-left: 10px;
}
#mainMenu .menu > li ul ul a {
	font-size: 13px;
}
#mainMenu .subMenu li {
	float: none;
	margin: 0.75em 0 0 0;
	padding: 0;
	text-indent: -5px;
	font-size: 15px;
}
#content {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 100px 0 0 0;
	font: 'Trebuchet MS', helvetica, arial, sans-serif;
	min-height: 640px;
}
#content p {
	color: #333;
	font: 16px 'Trebuchet MS', helvetica, arial, sans-serif;
	padding: 5px 0;
	line-height: 1.5em;
}
#content h1 {
	color: #eb2200;
	font: 36px 'Trebuchet MS', helvetica, arial, sans-serif;
	line-height: 1.0em;
}
#content h2 {
	font: 20px 'Trebuchet MS', helvetica, arial, sans-serif;
	color: #333;
	line-height: 1.5em;
}
#content h3 {
	font: 18px 'Trebuchet MS', helvetica, arial, sans-serif;
	color: #333;
	line-height: 30px;
}
#main {
	position: relative;
	float: left;
	width: 640px;
	padding: 0 0 0 14px;
	margin: 0 -320px 0 0;
}
#main hr {
	margin: 0 50px;
	height: 0;
	border: none;
	border-bottom: 1px dashed #eb2200;
}
#main ol {
	list-style: decimal;
	padding-left: 1.5em;
}
#main li {
	margin: 5px 0;
}
#main li a {
	text-decoration: none;
}
#main .container {
	margin: 0 0 40px 0;
    width: 100%;
    height: 100%;
}
#main .padded {
    padding: 40px 50px;
    width: 540px;
}
#main #auction-info {
	margin: 40px 50px 30px 50px;
}
#main #auction-list {
	margin: 50px 50px 0 50px;
}
#main #auction-list .description p {
    margin: 0;
    font-weight: bold;
}
#main #auction-list .description {
    font-weight: bold;
}
#main #auction-list form > .show {
    display: inline-blocK;
}
#main #auction-list .delete {
    text-decoration: none;
    color: #fff;
}
#main #auction-list img {
    width: 300px;
}
#main #auction-list ul {
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #eb2200;
}
#main #auction-list li {
	margin: 0 0 10px 0;
}
#main #auction-list li:last-child {
	margin: 0 0 20px 0;
}
#main #auction-info h2 {
	margin: 10px 0;
}
#main .body {
	margin: 0 40px;
}
#main .body > ul {
	list-style: none inside;
	width: 172px;
	margin: 0 10px;
	float: left;
	border-right: 1px dotted #eb2200;
	height: 365px;
	font-size: 16px;
}
#main .body > ul ul {
	list-style: disc;
	margin-left: 18px;
	text-indent: -5px;
}
ul ul a {
	font-size: 14px;
}
#main .col-images div {
	float: left;
	width: 186px;
}
#main .body ul.first {
	margin: 0 10px 0 0;
}
#main .body ul.last {
	border-right: none;
	margin: 0 0 0 10px;
}
/* #main .body li {
	line-height: 2em;
} */
#main .body li a {
	color: #333;
}
#main .body li a:hover {
	color: #eb2200;
}
#main .body li.header, #main .col-images li {
	list-style: none;
}
#main .container div.spacer10 {
	clear: both;
    margin: 0;
	padding: 0;
    height: 10px;
    width: 100%;
}
#main .hero {
	width: 100%;
}
#main .upperLink {
	color: #eb2200;
	font: bold 12px 'Trebuchet MS', helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0 0 0;
	display: block;
}
#separator {
	position: absolute;
	left: 0;
	background: url('../img/sidebar_shadow.png') 0 0 repeat-y;
	width: 14px;
	height: 100%;
	min-height: 796px;
}
/* Sidebar Styles */
#sidebar {
	width: 306px;
	float: left;
	padding: 24px 0 0 0;
}
#sidebar .container {
	margin: 0 50px;
}
#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #eb2200;
	text-decoration: none;
	cursor: pointer;
}
#sidebar h1 {
	color: #eb2200;
	font-size: 24px;
	font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
}
#sidebar h2 {
	font: 15px 'Trebuchet MS', helvetica, arial, sans-serif;
	color: #333;
	padding: 5px 0 15px 0;
}
#sidebar h3 {
	font: 18px 'Trebuchet MS', helvetica, arial, sans-serif;
	color: #333;
	line-height: 30px;
}
#sidebar a {
	color: #333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #eb2200;
	text-decoration: none;
}
#sidebar input[type='text'] {
    width: 136px;
    margin: 0 0 10px 5px;
}
#sidebar #posthorn {
	border-bottom: 1px dashed #eb2200;
	padding: 20px 0 25px 0;
}
#sidebar #newsBrief {
	margin: 20px 0 0 0;
}
#sidebar #newsBrief ul li {
	padding: 10px 0;
	border-bottom: 1px solid #d5d0cd;
}
/* table styling */
#hor-minimalist a, #hor-minimalist1 a, #hor-minimalist2 a {
	font-size: 14px;
	color: #eb2200;
}
#hor-minimalist, #hor-minimalist1, #hor-minimalist2 {
	font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
	font-size: 14px;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist th+th, #hor-minimalist td+td {
	text-align: center;
	padding: 0 10px;
}
#hor-minimalist1 th+th, #hor-minimalist1 td+td, #hor-minimalist2 th+th, #hor-minimalist2 td+td {
	text-align: left;
	padding: 0 10px;
}
#hor-minimalist1 tbody.spanned td, #hor-minimalist2 tbody.spanned td {
	padding: 0 10px;
}
#hor-minimalist1 tbody.spanned td.noPad, #hor-minimalist2 tbody.spanned td.noPad {
	padding: 0 0;
}
#hor-minimalist th, #hor-minimalist1 th, #hor-minimalist2 th {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid #999;
    vertical-align: bottom;
}
#hor-minimalist td, #hor-minimalist1 td, #hor-minimalist2 td {
	padding: 0 0;
}
#hor-minimalist tr, #hor-minimalist1 tr, #hor-minimalist2 tr {
	border-bottom: 1px solid #ccc;
	color: #666;
}
#hor-minimalist tr:hover {
	background: #f4f4f4;
}
#hor-minimalist tr a {
	display: block;
	line-height: 3em;
}
#hor-minimalist2 tr:nth-child(even) {
	border-bottom: 1px solid #ccc;
	color: #666;
}
#hor-minimalist2 tr:nth-child(odd) {
	border-bottom: 1px dashed #eee;
	color: #666;
}
#hor-minimalist tbody tr.currentRate, #hor-minimalist1 tbody tr.currentRate, #hor-minimalist2 tbody tr.currentRate {
    color: #d51d24;
}
#hor-minimalist tfoot td, #hor-minimalist1 tfoot td, #hor-minimalist2 tfoot td {
    border: none;
    padding: 10px 0 10px 0;
    text-align: left;
    color: #d51d24;
}
#hor-minimalist tfoot tr, #hor-minimalist1 tfoot tr, #hor-minimalist2 tfoot tr {
    border: none;
}
/* Footer Styles */
footer {
	width: 960px;
	background: #00c;
	text-align: center;
	margin: 0 auto;
}
footer .bottom {
	position: relative;
	top: 100%;
	height: 30px;
	padding: 0 30px;
	font: bold 11px 'Trebuchet MS', helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	list-style: none;
	color: #fff;
}
footer .bottom a {
	color: #fff;
	text-decoration: none;
}
footer .bottom a:hover {
	color: #fc0;
}
footer .bottom li {
	display: inline;
	padding: 0 20px;
	font-size: 11px;
}
footer .bottom li a {
	font-size: 11px;
}
footer .bottom ul {
	float: left;
	line-height: 30px;
}
footer .bottom ul #copy {
	float: right;
	position: absolute;
	right: 0;
	padding: 0 55px 0 10px;
	min-width: 80px;
}
.label {
    font-weight: bold;
    color: #000;
    background: none;
}
#main #library {
    /* margin: 0; */
}
#librarySearch {
	padding: 20px 0 25px 0;
	border-bottom: 1px dashed #eb2200;
}
#librarySearch form {
	margin: 0;
}
#librarySearch h1 {
	text-align: left;
    width: 300px;
    margin-bottom: 20px;
}
#librarySearch h1 a {
    font-size: 12px;
}
#librarySearch p.caption {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1em;
	width: 150px;
	float: right;
}
#orderItems {
	border-bottom: 1px dashed #eb2200;
}
#orderItems h2, #libAuction h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
#orderItems, #libAuction {
	padding: 20px 0 25px 0;
	border-bottom: 1px dashed #eb2200;
}
#libImg {
	padding: 40px 0 0 0;
	border-bottom: none;
}
.librarySearch .container {
    margin: 0 25px 0 50px!important;
    width: 220px;
}
#sidebar a.btn:hover {
	color: #000;
}
.librarySearch li {
	line-height: 30px;
	margin-bottom: 10px;
	text-align: right;
}
.librarySearch label {
    display: inline;
    line-height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.librarySearch select {
    display: inline !important;
    width: 150px;
    text-align: right;
}
.librarySearch input, .librarySearch a.btn {
    display: block;
    margin-top: 2px;
    float: right;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.librarySearch a.btn {
    margin-right: 0;
    margin-top: 22px;
    width: 124px;
}
#auction-list .alabel {
    font-weight: bold;

}
#login {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0;
    margin: 100px 0 0 0;
	font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
}
#login .input-small {
    width: 285px;
}
#login .btn {
    margin: 0;
}
#login .alert-warning a {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}
#login .alert-success {
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
#login .alert-warning {
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
#login .alert-error {
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
#login input {
    margin: 0 0 5px 0;
}
#login form {
    width: 300px;
    margin: 100px auto;
    text-align: right;
}
#login p {
    text-align: center;
    font-size: 14px;
}
#admin {
    height: 500px;
    background: #fff;
}
#admin #sidebar {
    margin: 0 0 20px 20px;
    text-align: right;
    width: 220px;
} 
#admin #sidebar h2 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 0px;
}
#admin #sidebar ul {
    list-style: none;
}
#admin table {
    margin: 40px 0 0 15px;
}
#admin table td a{
    color: #666;
}
#admin table a{
    color: #000;
    font-weight: bold;
    padding: 0 5px 0 5px;
}
#admin table td {
    max-width: 150px;
    text-align: center;
}
#admin .modal label {
    display: inline;
}
#admin .modal-body ul {
    width: 300px;
    text-align: right;
    margin: 0 auto;
}
#characters {
    border: none !important;
}
#characters li {
    display: inline;
}
#members {
    margin: 15px 0 0 0;
    width: 540px;
}
#members td {
    max-width: 100px;
    word-wrap: break-word;
}
.wysiwyg {
    margin: 10px;
    height: 100%;
}
.news {
    display: none;
}
#news hr {
    margin: 0 0 10px 40px !important;
    width: 550px;
}
#news p {
    margin: 0 0 0 40px;
    width: 550px;
}
#events {
    margin: 10px 0 0 0;
}
#events hr {
    margin: 0 0 10px 40px !important;
    width: 550px;
}
#events p {
    margin: 0 0 0 40px;
    width: 550px;
}
#eventsSearch select, #eventsSearch input {
    margin: 0 5px 5px 0;
    width: 80px;
}
#monthly p {
    width: 580px;
}
#monthly hr {
    margin: 15px 0 15px 0;
    width: 590px;
}
#monthlyForm label {
    font-weight: bold;
}
#monthlyForm input, #monthlyForm textarea {
    display: block !important;
    margin: 0 0 10px 0;
}
#officers th {
    font-size: 25px;
    padding: 20px 0 10px 0;
    border: none;
}
[class^="icon-"] {
    display: inline-block;
    margin: 2px 0 0 0 !important;
}
.search select {
    width: 265px !important;
}
.search input[type="text"] {
    width: 250px !important;
}
.ui-autocomplete {
    position: relative;
    z-index: 999999999;
}
#sidebar .modal li {
	text-align: left;
}
#sidebar .modal select {
	width: 195px !important;
}
#sidebar .modal input[type="text"] {
	width: 180px !important;
	margin: 0;
	float: none;
	display: inline-block;
}
.librarySearch .modal label {
	display: inline-block;
	width: 80px;
	text-align: right;
}
#search ul.desc {
    width: 180px;
    float: left;
    font-size: 12px;
    border-right: 1px solid #eb2200;
    height: 160px;
}
#search ul.desc li {
	line-height: 1.5em;
	text-align: left;
}
#search ul.search {
	width: 350px;
    position: absolute;
    top: 15px;
    right: 15px;
}
#search ul.search input[type=submit] {
	margin-top: 4px;
}
.modal {
    display: none;
}
#posthorn {
    padding: 15px;
}
#posthorn table {
    font-size: 12px;
    table-layout: fixed;
}
#posthorn table a {
    font-size: 12px;
}
#posthorn .dataTables_wrapper {
    margin: 0 0 0 0;
    width: 610px !important;
}
#posthornSearch {
    width: 500px;
}
#posthornSearch label {
}
#searchModal {
    text-align: right;
    width: 200px;
    float: right;
    z-index: 999;
    position: relative;
    display: none;
    top: 0px;
}
#searchModal form {
    margin: 0;
    border: 2px solid #999;
}
#loginModal {
    text-align: right;
    width: 320px;
    float: right;
    z-index: 999;
    position: relative;
    display: none;
    top: 0px;
}
#loginModal form {
    margin: 0;
    border: 2px solid #999;
}
#links div p {
    padding: 0px 50px 0 50px;
}
#profile {
    padding: 20px;
}
#profile li {
    width: 340px;
    height: 30px;
}
#profile ul {
    list-style: none;
}
#profile input {
    float: right;
}
#reviews li {
    margin: 5px 0 15px 0;
}
#reviews a {
    font-weight:bold;
}
#index {
    margin: -50px;
}
#register {
    width: 500px;
    margin: 20px auto;
}
.bold {
    font-weight: 800;
}
.error {
    border-color: #eb2200 !important;
}
#mart .checkbox {
    margin: 0 0 -26px -20px;
}
#mart .order input {
    margin: 0 5px 0 0;
}
#mart .order {
    margin: 0 0 20px 0;
}
#account form {
    margin: 0;
}
#account {
    margin: 10px 20px 0 20px !important;
    width: auto !important;
}
#adSubmit {
    position: relative;
}
#adSubmit .char {
    width: 26px;
    height: 26px;
    margin: 0 0 4px 0;
}
#adSubmit #characters {
    margin: 0 0 5px 0;
}
#adSubmit li {
    margin: 0 0 14px 0;
}
#adSubmit textarea {
    width: 192px;
    height: 60px;
    margin: 0 0 0px 0;
}
#adSubmit input[type='text'] {
    position: absolute;
    right: 0px;
}
.memberAd input[type='text'] {
    position: absolute;
    right: 20px !important;
    width: 280px;
}
.memberAd form {
    padding 20px;
}
.memberAd textarea {
    width: 402px !important;
}
.memberAd {
    margin: 20px 92px;
}
.hidden {
    display: none;
}
#archives h2 {
	font: 25px 'SenseMediumRegular', helvetica, arial, sans-serif;
	color: #eb2200;
	line-height: 1.5em;
}

/* Posthorn Section */

#posthorn {
    box-sizing: border-box;
}
 
#posthorn hr {
    margin: 0;
}

#posthorn div > ul {
    display: none;
}

#posthorn h2 {
    cursor: pointer;
}

#posthorn h2:after {
    content: " [+]";
	color: #eb2200;
}

#posthorn .volume > li {
    border-bottom: 1px #000 dashed;
}

#posthorn .volume > li:last-child {
    border-bottom: none;
}

/* Active toggle state */

#posthorn .active h2:after {
    content: " [-]";
}

#posthorn .active > ul {
    display: block;
}

/* Posthorn current issue */

#posthorn .current li a {
    text-decoration: underline;
    font-size: 16px;
}

