/*RESET*/
/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,ul#nav, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: black;
	/*border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;*/
}

ol,ul#nav {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*END RESET*/

/*BASIC PARAMETERS*/

html, body {
	background: #e4e5df url(images/bg.gif);
	margin: 0 0 0 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 'Lucida Sans';
}

#content {
	width: 960px;
	margin: -16px auto 50px auto;
	background: white;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.nudge {
	margin-left: -50px;
}

img,
.video {

}

.noShadow {
	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

.serifItalic {
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: 100;
}

a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
}

a:hover {
	color: #71bf44;
	border-bottom: none;
	opacity: 1;
}

/*END BASIC */


/*HEADER*/

#header {
	height: 130px;
	background: #000 url(images/headerbg.jpg) repeat-x top;
}

#headerWrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo img {
	height:0;
}

#logo a {
	display:block;
	float: left;
	background-image: url(images/logo.png);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	width:237px;
	height:119px;
	border-bottom:none;
}

#logo a:hover {
	width:237px;
	height:119px;
	border-bottom:none;
	opacity: .8;
}

/*NAVIGATION*/

ul#nav,
ul#nav ul {
	margin: 44px 0px 0px 20px;
	
	list-style:none;
	background-color:#000;
	background-repeat:repeat;
	border-width:0px;
	border-style:solid;
	border-color:#999999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

ul#nav ul {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:0.7px 0.7px 1px #777777;
	-webkit-box-shadow:0.7px 0.7px 1px #777777;
	box-shadow:0.7px 0.7px 1px #777777;
	padding:0 9px 9px;
	background-color:#333;
	background-image:none;
	border-width:1px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-style:solid;
	border-color:#5A5E60;
}

ul#nav li:hover>* {
	display:block;
}

ul#nav li:hover {
	position:relative;
}

ul#nav ul ul {
	position:absolute;
	left:100%;
	top:0;
}

ul#nav {
	padding:1px 1px 1px 0;
	display:block;
	font-size:0;
	float:left;
}

ul#nav li {
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}

ul#nav li ul {
	margin: 0;
	padding: 0;
}

ul#nav>li,
ul#nav li {
	margin:0 0 0 1px;
}

ul#nav ul>li {
	margin:1px 0 0;
}

ul#nav a:active, ul#nav a:focus {
	outline-style:none;
}

ul#nav a {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding: 10px;
	background: #445839;
	color: white;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 11pt;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e8249', endColorstr='#445839');
	background: -webkit-gradient(linear, left top, left bottom, from(#5e8249), to(#445839));
	background: -moz-linear-gradient(top,  #5e8249,  #445839);
	-moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, .1);
	-webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, .1);
	box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, .1);
}

ul#nav a.shadow {
	-moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
}

ul#nav a.first {
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
}

ul#nav a.last {
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
}

ul#nav ul li {
	float:none;
	margin:9px 0 0;
}

ul#nav ul a {
	text-align:left;
	background-color:#333;
	background-image:none;
	color:#cccccc;
	text-decoration:none;
	padding: 8px 16px 16px 10px;
}

ul#nav li:hover>a {
	background: #040404;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040404', endColorstr='#262324');
	background: -webkit-gradient(linear, left top, left bottom, from(#040404), to(#262324));
	background: -moz-linear-gradient(top,  #040404,  #262324);
}

ul#nav img {
	border:none;
	vertical-align:middle;
	margin-right:10px;
}

ul#nav img.over {
	display:none;
}

ul#nav li:hover > a img.def {
	display:none;
}

ul#nav li:hover > a img.over {
	display:inline;
}

ul#nav span {
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;
}

ul#nav ul span {
	background-image:url("arrowsub.gif");
	padding-right:27px;
}

ul#nav ul li:hover>a {
	background-color:#333;
	background-image:none;
	border-style:solid;
	border-color:#262626;
	color:#fff;
	text-decoration:none;
}

ul#nav li.topfirst>a {
	height:20px;
	line-height:20px;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	text-shadow:#000000 0px -1px 1px;
}

ul#nav li.topfirst:hover>a {
	line-height:20px;
	text-shadow:#3d3d3d 0px -1px 1px;
}

ul#nav li.topmenu>a {
	height:20px;
	line-height:20px;
	text-shadow:#000000 0px -1px 1px;
}

ul#nav li.topmenu:hover>a {
	line-height:20px;
	text-shadow:#3d3d3d 0px -1px 1px;
}
	
ul#nav li.toplast>a {
	height:20px;
	line-height:20px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	text-shadow:#000000 0px -1px 1px;
}
	
ul#nav li.toplast:hover>a {
	line-height:20px;
	text-shadow:#3d3d3d 0px -1px 1px;
}
	
ul#nav ._>li>a {
	padding:0;
}
	
ul#nav li.subfirst>a {
	border-width:0;
	border-style:none;
	padding:0;
}
	
ul#nav li.subfirst:hover>a {
	border-style:none;
}


/*END NAVIGATION*/

/*END HEADER*/

/*CONTENT*/

#title {
	border-bottom: 2px dashed black;
}

#title ul {
	list-style-type: none;
	padding: 10px 75px 0px 75px;
}

#title ul li {
	display: inline;
}

#title ul li.title,
span.title {
	text-transform: uppercase;
	font-size: 45pt;
	font-weight: 500;
}

#title ul li.subTitle,
span.subTitle {
	text-transform: lowercase;
	font-size: 23pt;
	font-weight: 500;
	padding: 0px 0px 0px 10px;
	position: relative;
	bottom: 10px;
}

#bookmark {
	width: 76px;
	height: 40px;
	position: relative;
	margin: 5px 0 0 -6px;
}

#bookmark.calendar {
	background: url(images/calendarRibbon.png) no-repeat;
}

#bookmark.star {
	background: url(images/starRibbon.png) no-repeat;
}

#bookmark.tag {
	background: url(images/tagRibbon.png) no-repeat;
}

#bookmark.cart {
	background: url(images/cartRibbon.png) no-repeat;
}

#bookmark.multiLine {
	top: 9px;
}

#section {
	font-size: 10pt;
	border-bottom: 2px dashed black;
	padding: 5px 75px 15px 75px;
	margin: -34px 0 0 0;
	height: 100%;
}

#section.header {
	margin: -37px 0 0 0;
}

#section.noRibbon {
	padding: 10px 75px 10px 75px;
	margin: 0 0 0 0;
}

#section.noBorder {
	border-bottom: none;
}

#section.borderTop {
	border-top: 2px dashed black;
}



/*OFFICERS*/

#officer {
	font-size: 10pt;
	border-bottom: 2px dashed black;
	padding: 10px 0px 10px 100px;
	height: 91px;
}

#officer.noBorder {
	border-bottom: none;
}

table#officers {
	width: 100%;
	border-collapse: collapse;
}

table#officers tr.row {
	
}

table#officers td.cell {
	padding: 5px;
	border: 0px solid #000000;
	margin: 0 0 0 50px;
	width: 25%;
}

table#officers td.cellfull {
	padding: 5px;
	border: 0px solid #000000;
	margin: 0 0 0 50px;
	width: 100%;
}

table#officers p.officerTitle {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 11pt;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

table#officers p.officerDesc {
	font-family: Georgia, serif;
	font-size: 11pt;
}

/*END OFFICERS*/

/*GENERIC TABLE*/

table#aniTable {
	width: 100%;
	border-collapse: collapse;
	margin: 2px 0 0 0;
}

table#aniTable tr.title td {
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 3px 0 4px 0;
	font-size: 11pt;
}

table#aniTable td {
	font-family: Georgia, serif;
	font-size: 10pt;
}

table#aniTable td a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
}

table#aniTable td a:hover {
	color: #71bf44;
	border-bottom: none;
	opacity: 1;
}

table#aniTable tr td {
	padding: 5px 0 5px 0;
}

/*END GENERIC TABLE*/

/*POINT SHOP*/

ul#products {
	position: relative;
	vertical-align:baseline;
	width: 110%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

ul#products li#product {
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin: 0 50px 0 0;
	padding: 0 0 0 0;
}

ul#products li#product img.productImage{	
	display: block;
	margin: 20px 0 20px 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}

ul#products li#product img.productImage:hover{
	opacity: .8;
}

ul#products li#product h2.productTitle {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	width: 225px;
}

ul#products li#product h2.productPrice {
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-family: Georgia, serif;
	display: block;
}

ul#products li#product h2.productPrice span {
	font-size: 8pt;
}

ul#products li#product h2.productQuantity {
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size: 11pt;
	display: block;
}

ul#products li#product h2.productQuantity span {
	font-size: 8pt;
}

ul#products li#product h2.productDescription {
	font-family: Georgia, serif;
	width: 225px;
	line-height: 1.4em;
	display: block;
}

.exchange {
	line-height: 3.8em;
	font-family: Georgia, serif;
	font-size: 10pt;
	text-transform: uppercase;
}

/*END POINT SHOP*/


/*LIBRARY*/


ul.category {
	font-size: 10pt;
	font-family: Georgia, serif;
	text-transform: uppercase;
	margin: 15px 0 11px -38px;
}

ul.category li {
	display: inline;
}

table#library td a.request {
	font-size: 10pt;
	font-family: Georgia, serif;
	text-transform: uppercase;
	margin: 0 0 0 0;	
	color: white;
	border-bottom: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	
}

table#library td a.request:hover {
	color: white;
	
}

table#library td.space {
	padding: 15px 0 15px 0;
	
}

table#library {
	width: 100%;
	border-collapse: collapse;
	margin: 2px 0 0 0;
}

table#library tr.title td,
table#library tr.title th {
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 3px 0 4px 0;
	font-size: 11pt;
}

table#library td {
	font-family: Georgia, serif;
	font-size: 10pt;
}

table#library td a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
}

table#library td a:hover {
	color: #71bf44;
	border-bottom: none;
	opacity: 1;
}

table#library tr td {
	padding: 5px 0 5px 0;
}



/*END LIBRARY*/

/*IMAGE LIBRARY*/


ul#images {
	display: inline;
	float: left;
	width: 33%;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul#images li.image {
	display: inline;
	list-style-type: none;
	float: left;
	width: 33%;
	position: relative;
}

ul#images li.image img {	
	display: block;
	margin: 20px 0 20px 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	float: left;
}

ul#images li.image img:hover {
	opacity: .8;
}

ul#links {
	margin: 0 0 0 -40px;
}

ul#links li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	font-size: 13pt;
}

/*END IMAGE LIBRARY*/

/*SHOWINGS*/

ul#showings {
	margin: 10px 0 -10px -40px;
}

ul#showings li {
	list-style-type: none;
	margin: 0 0 15px 0;
}


/*END SHOWINGS*/

p.title {
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 5px 0;
}

p.text {
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 1.4em;
}

ul.text {
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 1.4em;
	padding-left: 0px;
}

ul.text li{
	margin: 10px 0 0 0;
}

/*FORMS & BUTTONS*/

.button {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #fff;
	//text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e8249', endColorstr='#445839');
	background: -webkit-gradient(linear, left top, left bottom, from(#5e8249), to(#445839));
	background: -moz-linear-gradient(top,  #5e8249,  #445839);
	border-color: black;
	
	text-decoration: none;
}

.button:hover,
.button:focus {
	position: relative;
	bottom: 1px;

	-moz-box-shadow: inset 0 1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040404', endColorstr='#262324');
	background: -webkit-gradient(linear, left top, left bottom, from(#040404), to(#262324));
	background: -moz-linear-gradient(top,  #040404,  #262324);
	border-color: black;
	
}

.button:active {
	position: relative;
	top: 1px;

	-moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
}

.default {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.square {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.bubble {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.submit {
	font-family: Georgia, serif;
	font-size: 10pt;
	text-transform: uppercase;
	cursor: pointer;
}

form#aniForm {
	width: 350px;
	margin: 15px 0 0 0;
	font-family: inherit;
}

form#aniForm div.field {
	margin: 0;
	width: 300px;
	padding-bottom: 20px;
}

form#aniForm div.field label {
	padding-top: 20px;
	font-size: 12pt;
	font-weight: 500;
	text-transform: uppercase;
}	


form#aniForm div.field div.input {
	width: 350px;
	padding-top: 10px;
}

form#aniForm div.field div.check {
	width: 350px;
	padding-top: 10px;
}

form#aniForm div.field div.check label {
	font-size: 12pt;
}

form#aniForm div.field div.check input {
	width: 48px;
	height: 48px;
}

form#aniForm div.field div.input.active {
}

form#aniForm div.field div.input input {
	font-family: Georgia, serif;
	margin: 0 10px 0 0;
	font-size: 18pt;
	width: 300px;
	height: 40px;
	border: 1px solid black;
	outline: none;
}

form#aniForm div.field div.upload input {
	font-family: Georgia, serif;
	font-size: 10pt;
	text-transform: uppercase;
	border: none;
}

form#aniForm div.field div.input textarea {
	width: 300px;
	height: 150px;
	font-family: Georgia, serif;
	font-size: 12pt;
	border: 1px solid black;
}


/*END FORMS & BUTTONS*/

/*END CONTENT*/

/*BOTTOM QUOTE*/

#bottomQuote {
	background: url(images/bottomQuote.jpg) no-repeat;
	width: 960px;
	height: 53px;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 30px 0 0 0;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 8pt;
}

/*END BOTTOM QUOTE*/