a:active, a:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
html, body {
	background-color: #4c4a3d;
	background-image: url(../images/backgrounds/horse.jpg);
	background-position: top center;
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
}
#mastheadbg {
	width: 100%;
	height: 55px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .85;
	filter:alpha(opacity=85);
	z-index: 1;
}
#page {
	width: 970px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
#masthead {
	position: relative;
	height: 55px;
}
#logo {
	margin-top: 10px;
}
ul#nav {
/*	background-image: url(../images/nav/nav.png);
	background-repeat: no-repeat; */
	width: 317px;
	height: 21px;
	position: absolute;
	top: 20px;
	left: 175px;
	text-indent: -4000px;
}
ul#nav li {
	float: left;
}
li a {
	overflow: hidden;
}
.on {
	padding-bottom: 4px;
	border-bottom: 10px solid #f00;
}
li#prints_posters_nav {
	width: 132px;
	height: 21px;
}
li#prints_posters_nav a {
	display: block;
	width: 132px;
	height: 21px;
	background-image: url(../images/nav/nav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
li#prints_posters_nav a:hover {
	background-position: 0 -21px;
}

li#web_nav {
	height: 21px;
	width: 62px;
}
li#web_nav a {
	display: block;	
	width: 62px;
	height: 21px;
	background-image: url(../images/nav/nav.png);
	background-position: -132px 0;
	background-repeat: no-repeat;
}
li#web_nav a:hover {
	background-position: -132px -21px;
}

li#about_nav {
	height: 21px;
	width: 76px;	
}
li#about_nav a {
	display: block;	
	width: 76px;
	height: 21px;
	background-image: url(../images/nav/nav.png);
	background-position: -194px 0;
	background-repeat: no-repeat;
}
li#about_nav a:hover {
	background-position: -194px -21px;
}
li#blog_nav {
	height: 21px;
	width: 47px;
}
li#blog_nav a {
	display: block;	
	width: 47px;
	height: 21px;
	background-image: url(../images/nav/nav.png);
	background-position: -270px 0;
	background-repeat: no-repeat;
}
li#blog_nav a:hover {
	background-position: -270px -21px;
}
#content {
	margin-top: 50px;
	position: relative;
}
#poster_grid {
/*	background-color: #fff;
	opacity: .2; */
	margin-left: 50px;
	width: 470px;
	height: 575px;
	float: left;
	position: relative;
}
.poster_preview {
	width: 184px;
	height: 145px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 45px;
	position: relative;
}

.poster_preview_border {
	border: 8px solid white;
	position: absolute;
	opacity: .4;
	filter:alpha(opacity=40);
	width: 184px;
	height: 145px;
	top: -8px;
	left: -8px;
}
.poster_preview_border:hover {
	border: 8px solid black;
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: pointer;
}
.poster_preview .titlebg {
	position: absolute;
	height: 25px;
	background-color: #000;
	opacity: .9;
	filter:alpha(opacity=90);
	left: 0;
	bottom: 0;
	width: 184px;
}
.poster_preview .title {
	position: absolute;
	height: 25px;
	left: 0;
	bottom: 0;
	width: 184px;	
	font-family: Palatino,Georgia, Times New Roman, serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 25px;
	overflow: hidden;
	font-size: 13px;
}
.poster_preview .title a {
	color: #fff;
}
#poster_detail {
	float: left;
	margin-left: 75px;
	width: 360px;
	height: 542px;
	position: relative;
}
#poster_stats {
	width: 50%;
	height: 24px;
	position: absolute;
	bottom: 0;
	background-color: #000;
/*	border-top: 1px solid #fff; */
	margin-top: 1px;
	opacity: .5;
	filter:alpha(opacity=50);
}
#poster_stats p {
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-size: 12px;
	padding-left: 10px;
}
#poster_info_background {
	height: 36px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	background-color: #000;
	opacity: .7;
	filter:alpha(opacity=70);

}
#poster_info {
	height: 36px;
	width: 100%;
	position: absolute;
	bottom: 25px;
}
#poster_info p, #poster_info h1 {
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 2px;
}
#poster_info .name {
  overflow:hidden;
  white-space:nowrap;
  width:240px;
}
p.price {
	float: right;
}
p.buy a {
	color: #fff;
	text-decoration: none;
	float: right;
	font-weight: bold;
	height: 36px;
	width: 40px;
	background-image: url(../images/backgrounds/buy.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	padding-left: 23px;
	
}
p.buy a:hover {
  text-decoration: underline;
	color: #fff;
}
p.name {
	margin-left: 10px;
	float: left;
}
h1.name {
	margin-left: 10px;
	float: left;
}

#admin_nav {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	top: -35px;
	color: #fff;
}
#admin_nav a {
	color: #fff;
}
#admin_nav a:hover {
	color: #777;
}
#admin_nav li {
	float: left;
	padding: 2px 20px 2px 5px;
	background-color: #000;
}
.admin_form_group {
	margin-left: 50px;
}
.admin_form_group label {
	display: block;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
}
.admin_form_group input.clean_input {
	border: 1px solid #222;
	font-size: 16px;
	color: #888;
	padding: 2px;
	margin: 2px 0 10px 0;
}
.admin_wrapper {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}
#poster_form_bg {
	position: absolute;
	width: 530px;
	height: 400px;
	background-color: #000;
	opacity: .4;
	z-index: -1;
	top: -10px;
}
#poster_image img {
	/* display: block; */
}
#poster_wrapper {
	position: relative;
	margin: 0 auto;
}
#poster_wrapper img {
	position: relative;
}

#poster_image {
	text-align: center;
}
#nav_prev {
	position: absolute;
	top: 0;
	left: -46px;
	display: block;
	width: 46px;
	height: 58px;
	background-image: url(../images/nav/prev.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}
#nav_next {
	position: absolute;
	top: 0;
	right: -46px;
	display: block;
	width: 46px;
	height: 58px;
	background-image: url(../images/nav/next.png);
	text-indent: -5000px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#nav_prev:hover {
	background-image: url(../images/nav/prev_hover.png);
}
#nav_next:hover {
	background-image: url(../images/nav/next_hover.png);
}
.pagination .prev_page {
	text-indent: -5000px;
	display: block;
	width: 10px;
	height: 12px;
	background-image: url(../images/nav/page_prev.png);
	float: left;
	border: none;
	padding: 0;
	margin-top: 3px;
}

.pagination .prev_page.disabled {
	opacity: .2;
}
.pagination .next_page {
	text-indent: -5000px;
	display: block;
	width: 10px;
	height: 12px;
	background-image: url(../images/nav/page_next.png);
	float: left;
	margin-left: 10px;
	border: none;
	padding: 0;
	margin-top: 3px;
}
.pagination span, .pagination a {
	float: left;
	color: #fff;
	font-family: Palatino,Georgia, Times New Roman, serif;
/*	padding: 4px; */
	padding: .4em .3em;
	width: 15px;
	border: 1px solid #fff;
	font-size: 10px;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	overflow: hidden;
}
.pagination .prev_page.disabled {
	opacity: .2;
}
.pagination span {
	border-color: #444;
	color: #444;
}
.next_prev_only .pagination .current,
 .next_prev_only .pagination .next,
 .next_prev_only .pagination .prev,
 .next_prev_only .pagination a,
 .next_prev_only .pagination span {
	display: none;
}
/*.next_prev_only .pagination a, .next_prev_only .pagination span.current {
	position: absolute;
	display: inline;
	top: -40px;
} */
.next_prev_only .prev_page {
	display: block;
}
.next_prev_only a.next_page { /* copied from old nav_next */
		position: absolute;
		top: 0;
		right: -46px;
		display: block;
		width: 46px;
		height: 58px;
		background-image: url(../images/nav/next.png);
		text-indent: -5000px;
		background-repeat: no-repeat;
		overflow: hidden;
}
.next_prev_only a.prev_page {
	position: absolute;
	top: 0;
	left: -55px;
	display: block;
	width: 46px;
	height: 58px;
	background-image: url(../images/nav/prev.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

.next_prev_only a.next_page:hover {
	background-image: url(../images/nav/next_hover.png);
}
.next_prev_only a.prev_page:hover {
	background-image: url(../images/nav/prev_hover.png);
}
.sortable {
	cursor: pointer;
}
#drag_poster_ui {
	width: 920px;
}
#drag_poster_ui li {
	float: left;
}
.pages_only {
	position: absolute;
	top: -37px;
	left: 6px;
	font-family: Helvetica, Arial, sans-serif;
}
.pages_only .prev_page, .pages_only .next_page {
	display: none;
}
.pages_only .pagination a {
	float: left;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
/*	padding: 4px; */
	padding: .4em .3em;
	width: 15px;
	border: 1px solid #fff;
	font-size: 10px;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	overflow: hidden;
}
.pages_only .pagination span {
	float: left;
	color: #777;
	font-family: Helvetica, Arial, sans-serif;
/*	padding: 4px; */
	padding: .4em .3em;
	width: 15px;
	border: none;
	font-size: 10px;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	overflow: hidden;
}
.pages_only .pagination a:hover {
	background-color: #222;
}
/* checkout */

#checkout_bar_background {
	height: 36px;
	width: 100%;
	position: absolute;
	top: -42px;
	background-color: #000;
	opacity: .7;
	filter:alpha(opacity=70);

}
#checkout_bar {
	height: 36px;
	width: 100%;
	position: absolute;
	top: -42px;
}
#checkout_bar p {
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 2px;
}
#checkout_bar p.title {
	margin-left: 10px;
}
#checkout_bar p.checkout a {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/backgrounds/checkout.png);
	width: 105px;
	height: 36px;
	background-position: 0 -36px;
	text-indent: 20px;
	letter-spacing: 1px;
}
.mini_box {
	font-size: 9px;
}
#checkout_bar a {
	color: #fff;
	text-decoration: none;
}
#checkout_bar p.checkout a:hover {
	text-decoration: underline;
}
#in_cart_wrapper {
	position: relative;
	height: 0;
	width: 0;
}
#in_cart_background {
	position: absolute;
	height: 25px;
	width: 50px;
	background-color: #000;
	opacity: .7;
	filter:alpha(opacity=70);
}
#in_cart {
	position: absolute;
	height: 25px;
	width: 50px;
}
#checkout_wrapper {
	width: 600px;
	margin: 0 auto;
}
#awesome_notice {
	padding: 0;
	margin: 0;
	height: 44px;
	background-image: url(../images/awesome_things.png);
}
#checkout_form {
	margin-top: 12px;
	padding-bottom: 40px;
	background-image: url(../images/backgrounds/white80.png);
}
#checkout_heading {
	margin-left: 20px;
	padding-top: 17px;
	width: 93px;
	height: 16px;
	float: left;
}
#checkout_cart {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #222;
	width: 90%;
}
#checkout_cart td {
	border-bottom: 1px solid #858585;
	padding-bottom: 3px;
	padding-top: 3px;
}
.checkout_thumbnail {
	padding-left: 40px;
	padding-right: 0;
}
.checkout_name {
	padding-left: 10px;
}
.checkout_qty {
	padding-left: 30px;
}
.checkout_qty input {
	width: 20px;
	text-align: center;
}
.checkout_price {
	padding-left: 45px;
	padding-right: 10px;
}
.shipping_choice {
	/* padding-right: 20px; */
}
.checkout_meta {
	height: 45px;
}
#checkout_cart .checkout_meta td {
	border-bottom: none;
}
.shipping_label {
	text-align: right;
}
#update_cart {
	background-color: #777;
	color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #444;
	padding: 3px;
	border-left: none;
	border-bottom: none;
}
#us_or_int {
	padding-left: 40px;
}
#us_or_int p {
	margin-bottom: 5px;
}
#buy_spinner {
	position: absolute;
	left: 270px;
	top: 8px;
}
#name_email_wrapper {
	float: left;
	margin-left: 30px;
	font-size: 13px;
}
#name_email_wrapper label { display: block; }

#name_email_wrapper input {
	display: block;
	width: 225px;
	padding: 3px;
	color: #777;
	font-size: 16px;
}
#name_email_wrapper label {
	margin-bottom: 3px;
}
#name_email_wrapper input {
	margin-bottom: 10px;
	font-size: 16px;
}
#pay_now_wrapper {
	margin-left: 85px;
	float: left;
	margin-top: 28px;
}
input[type="submit"] {
	outline: none !important;
}
img {
	outline: none;
}
.pay_now_inert {
	height: 64px;
	width: 203px;
	background-image: url(../images/buttons/pay_now.png);
	background-position: 0 0;
	border: none;
	background-color: transparent;
	display: block;
	text-indent: -5000px;
	outline: none;
}

.pay_now_inert:hover {
	cursor: pointer;
}
.pay_now_active {
	height: 64px;
	width: 203px;
	background-image: url(../images/buttons/pay_now.png);
	background-position: 0 -64px;
	border: none;
	background-color: transparent;
	display: block;
	text-indent: -5000px;
	outline: none;
}
.paypal_submission {
	padding: 50px;
}
.paypal_submission img {
	display: block;
	margin: 0 auto;
}
.paypal_submission h2 {
	color: #666;
	margin-bottom: 50px;
	font-size: 24px;
	text-align: center;
}
.invalid_input {
	border: 1px solid #f00;
}
#admin_poster_list_container {
	float: left;
	margin-left: 80px;
	color: white;
}
#admin_poster_list_container a {
	color: white;
	text-decoration: underline;
}
#form_wrapper {
	float: left;
	width: 530px;
}
#empty_cart a {
	float: left;
	margin-top: 15px;
	margin-left: 400px;
	font-size: 11px;
	color: #434343;
	background-image: url(../images/buttons/empty_cart.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 13px;
	text-indent: -16px;
	width: 55px;
	line-height: 13px;
}
#pages_info_box {
	background-image: url(../images/backgrounds/black85.png);
	margin: 0 auto;
	padding: 50px;
	width: 657px;
	color: #ccc;
	position: relative;
}
#pages_info_box p {
	line-height: 20px;
}
#pages_info_box a {
	color: #fff;
	text-decoration: underline;
}
#web_heading {
	background-image: url(../images/backgrounds/black85.png);
	position: absolute;
	top: 0;
	left: -66px;
	padding: 12px;	
}
.web_portfolio_wrapper {
	width: 585px;
	margin: 50px auto;
	position: relative;
	height: 145px;
}
.web_preview {
	position: absolute;
	top: 8px;
	left: 8px;
}
.web_preview_title {
	left: 231px;
	position: absolute;
	width: 354px;
	padding-left: 15px;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #444;
}
.web_preview_title_wrapper {
	left: 231px;
	background-color: #fff;
	opacity: .5;	
	position: absolute;
	width: 354px;
	height: 45px;
}
.web_preview_border {
	width: 215px;
	height: 145px;
	position: absolute;
	border: 8px solid white;
	opacity: .5;
}
.web_preview_link {
	position: absolute;
	left: 245px;
	top: 55px;
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
}
.web_preview_description {
	position: absolute;
	left: 245px;
	top: 95px;
	color: #fff;
	font-size: 14px;
}
.inline_content_image {
	display: block;
	margin: 30px auto;
}
#pages_info_box p.multi {
	margin-bottom: 20px;
}
#pages_info_box p {
	color: #999;
}
#about_heading {
	background-image: url(../images/backgrounds/black85.png);
	position: absolute;
	top: 0;
	left: -85px;
	padding: 12px;	
}
ul.orders_list {
	width: 300px;
	font-size: 14px;
}

ul.orders_list li {
	margin: 1px;
	padding: 5px;
	background-color: #ccc;
}
ul.orders_list li .extra_info {
	color: #555;
	font-size: 13px;
	margin-left: 20px;
}
ul.orders_list li ul li {
	font-size: 11px;
	background-color: #333;
	color: #ccc;
	margin-left: 10px;
}