/*
Theme Name: ark
Theme URI: http://endangeredark.com/
Description: Endangered Ark theme.
Version: 0.1
Author: Roman Zenka
Author URI: http://zenka.net/
Tags: endangered ark, fixed width, two columns, widgets

*/

body {
	background-color: #2B2A15;
	padding: 0;
	text-align: center;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #1B1A15;
}

h1 { font-size: 26px; font-weight: normal; text-align: center }
h2 { font-size: 20px; }
h2.title { margin-top: 0px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }

a {
	color: #308814;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 842px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#header {
	background-image: url(images/backgrounds.jpg);
	background-repeat: no-repeat;
	background-color: #32290B;
	height: 125px;
}

#headerimg {
	display: none;
}

#topnav {
	height: 31px;
}

#bottomnav {
	height: 23px;
}

#topnav ul, #bottomnav ul {
	list-style-type: none;
	list-style-position: inside;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
}

#topnav ul li, #bottomnav ul li {
	position: absolute;
}

#topnav a, #bottomnav a {
	position: absolute;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 168px;
	height: 31px;
	background-image: url(images/backgrounds.jpg);
	background-color: #4F4A2D;
}

#bottomnav a {
	height: 23px;
}

#topnav a span, #bottomnav a span {
	font-size: 1px;
	border: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

#topnav #link-home a {
	width: 169px;
	background-position: 0px -125px;
	left: 0px;
}

#topnav #link-home a:hover { background-position: 0px -156px; }

#topnav #link-about a {
	background-position: -169px -125px;
	left: 169px;
}

#topnav #link-about a:hover { background-position: -169px -156px; }

#topnav #link-purchase a {
	background-position: -337px -125px;
	left: 337px;
	width: 126px;
}

#topnav #link-purchase a:hover { background-position: -337px -156px; }

#cart-image {
	position: absolute;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	left: 463px;
	width: 44px;
	height: 31px;
	background-image: url(images/backgrounds.jpg);
	background-color: #4F4A2D;
	background-position: -463px -125px;
}

#cart-image:hover {
	background-position: -463px -156px;
}

#topnav #link-charity a {
	background-position: -505px -125px;
	left: 505px;
}

#topnav #link-charity a:hover { background-position: -505px -156px; }

#topnav #link-gallery a {
	width: 169px;
	background-position: -673px -125px;
	left: 673px;
}

#topnav #link-gallery a:hover { background-position: -673px -156px; }

#bottomnav #link-contact a {
	width: 169px;
	background-position: 0px -187px;
	left: 0px;
}

#bottomnav #link-contact a:hover { background-position: 0px -218px; }

#bottomnav #link-login a {
	background-position: -169px -187px;
	left: 169px;
}

#bottomnav #link-login a:hover { background-position: -169px -218px; }

#bottomnav #link-profile a {
	background-position: -169px -249px;
	left: 169px;
}

#bottomnav #link-profile a:hover { background-position: -169px -280px; }

#bottomnav #link-logout a {
	background-position: -337px -249px;
	left: 337px;
}

#bottomnav #link-logout a:hover { background-position: -337px -280px; }

#bottomnav #link-wholesale a {
	width: 169px;
	background-position: -673px -187px;
	left: 673px;
}

#bottomnav #link-wholesale a:hover { background-position: -673px -218px; }

#content {
	background-color: #fbfbf9;
	background-image: url(images/content_bg.jpg);
	display: block;
}

#content-body {
	display: block;
	padding: 0px 20px 10px 20px;
	margin-top: -15px;
}

#content-top {
	background-image: url(images/backgrounds.jpg);
	background-color: #fbfbf9;
	background-repeat: no-repeat;
	background-position: 0 -311px;
	height: 34px;
}

#content-bottom {
	background-image: url(images/backgrounds.jpg);
	background-color: #fbfbf9;
	background-repeat: no-repeat;
	background-position: 0 -345px;
	height: 21px;
}

#bottomnav {
	background-image: url(images/backgrounds.jpg);
	background-color: #4F4A2D;
	background-repeat: no-repeat;
	background-position: 0 -187px;
	height: 23px;
	margin: 0;
	padding: 0;
}

/* BANNERS */
#banners {
	background: url(images/backgrounds.jpg);
	background-repeat: no-repeat;
	background-position: 0 -365px;
	height: 94px;
	position: relative;
}

#banners img {
	border: 0px;
}

#banner1 {
	position: absolute;
	left: 98px;
	top: 18px;
}

#banner2 {
	position: absolute;
	left: 320px;
	top: 18px;
}

#banner3 {
	position: absolute;
	left: 542px;
	top: 18px;
}

#user-edit-personal-options {
	display: none;
}

.contact-table {
	text-align: center;
	margin :0 auto;
}

.contact-table th {
	text-align: right;
	padding-right: 20px;
}

.contact-table td {
	text-align: left;
}

.required {
	color: red;
	padding-left: 5px;
}

.card-thumb {
	width: 80px;
	height: 120px;
	margin: 5px 30px;	
	border: 1px solid #ccc;
}

.card-animal, .card-latin {
	height: 12px;
	text-align: center;
	font-size: 11px;
}

.card-latin {
	font-style: italic;
	margin-bottom: 10px;
}

.assigned-cards {
	width: 100%;
	border-collapse: collapse;
}

.assigned-cards th {
	background-color: #ccdfcc;
}

.assigned-cards th, .assigned-cards td {	
	padding: 6px;
}

.assigned-cards .even {
	background-color: #eef6ee;
}

.assigned-cards .odd {
	background-color: #FBFFF9;
}

.card-wip {
	margin: 15px 0 0 8px;
}

.card-wip img {
	margin: 3px;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #bdb;
	width: 80px;
	height: 120px;
}

.keychain, .print6x9 {
	vertical-align: top;
	padding: 10px 20px;
	margin-left: 20px;
	width: 180px;
	background-color: #fff;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #bdb;
	text-align: center;	
}

.print6x9 {
	width: 200px;
}

.keychain h3, .print6x9 h3 {
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

.keychain form, .print6x9 form {
	margin-top: 10px;
}

.print6x9 img {
	padding: 12px 0 13px 0;
}

.keychain p, .print6x9 p {
	margin: 0;
}

.keychain-view {
	text-align: left;
	margin: 0 auto;
	background-image: url(images/keychain.gif);
	width: 156px;
	height: 325px;
}

.keychain img.keychain-art {
	position: relative;
	left: 38px;
	top: 160px;
	width: 80px;
	height: 120px;
}

.purchase-item {
	margin: 5px;
	padding: 10px;
	width: 120px;
	float: left;
	background-color: #fff;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #bdb;
	text-align: center;		
}

.purchase-item h3 {
	display: block;
	height: 60px;
}

.purchase-item img {
	padding: 0;
	margin: 0;
}

.preorder { 
	border-spacing: 0px; 
} 

.preorder tr { 
	padding: 5px; 
	background-color: #fff; 
} 

.preorder td { 
	padding: 15px 20px 15px 30px; 
	border: 1px solid #aea; 
	border-width: 1px 0 3px 1px; 
} 

.preorder-space { 
	border: 0; 
	height: 10px; 
	line-height: 1px; 
	text-size: 1px; 
} 

.preorder-space td { 
	background-color: #fbfbf9; 
	border-width: 0; 
	padding: 0; 
} 

td.addcart-button { 
	padding-right: 30px; 
	border-width: 1px 3px 3px 0; 
}

