/* Reset Common Tags */
html, body, div, ul, ol, dd, dl, dt, li, h1, h2, h3, h4, h5, p, a, form, img {
	margin: 0;
	padding: 0;
	outline: none;
}


html {
	background: #111;
}


body {
	color: #111;
	font: 11px/15px Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}


p {
	margin: 0;
	padding: 0;
}


h2, h4 {
	font-weight: bold;
	color: #111;
	text-transform: lowercase;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #111;
}
a:hover{
	color: #222;	
}

#view_cart {
	position: absolute;
	top: 0;
	right: 0;
}
	#view_cart a {
		padding: 3px;
		color: #ddd;
		background: #000;
	}


/* -- Wrapper -------------------------------------------------------- */
/* ------------------------------------------------------------------- */
#wrapper {
	padding-left: 250px;
	overflow: hidden;
	background: #ffde00 url(images/bg_wrapper.gif) 0 0 repeat-x;
}


/* -- canvas --------------------------------------------------------- */
/* ------------------------------------------------------------------- */
#canvas {
	width: 100%;
	margin-left: -250px;
	float: right;
	display: inline;
}


/* -- Sidebar -------------------------------------------------------- */
/* ------------------------------------------------------------------- */
#sidebar {
	width: 145px;
	float: left;
	display: inline;
	margin: 91px 0 0 -250px;
	padding: 5px 0 0 0;
	border-top: 5px solid #000;
}


/* -- Sidebar -------------------------------------------------------- */
/* ------------------------------------------------------------------- */
#logo a {
	width: 145px;
	height: 115px;
	display: block;
	text-indent: -999999px;
	background: url(images/logo.png) 0 0 no-repeat;
}
	#logo a:hover {
		background-position: 0 -115px;	
	}



/* -- Poster Navigation ---------------------------------------------- */
/* ------------------------------------------------------------------- */
#poster_nav { 
	list-style: none;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
}
	#poster_nav li {
		margin-top: 15px;	
	}
	#poster_nav li a {
		text-transform: lowercase;
		display: block;
		border-left: 30px solid #ffde00;
	}
		#poster_nav li a:hover {
			border-color: #ccb200;	
		}
		


/* -- Navigation ----------------------------------------------------- */
/* ------------------------------------------------------------------- */
#nav {
	border-top: 1px solid #000;	
	width: 115px;
	margin: 15px 0;
	list-style: none;
	padding: 10px 0 0 30px;
}



/* -- Scrollable ----------------------------------------------------- */
/* ------------------------------------------------------------------- */
a.next {
	position: absolute;
	top: 68px;
	left: 762px;
	cursor: pointer;
	z-index: 50;
}
a.prev {
	z-index: 50;
	position: absolute;
	top: 68px;
	left: 745px;
	cursor: pointer;
}

#canvas div.scrollable {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 66px 0 0 0;
}
	#canvas div.scrollable div.items { 
		/* this cannot be too large */ 
		width: 20000em; 
		position: absolute;
		float: left;
		display: inline;
	}
	
	div.scrollable div.items div { 
	    float:left; 
		display: inline;
	} 


/* -- Posters -------------------------------------------------------- */
/* ------------------------------------------------------------------- */
#canvas div.poster {
	width: 550px;
	/*min-height: 489px;*/
	float: left;
	display: inline;
	margin: 0 100px 0 0;
}


#canvas div.image {
	width: 293px;
	float: left;
	display: inline;
	margin: 10px 20px 0 0;
	border-top: 5px solid #000;
	padding-top: 15px;
}
	#canvas div.image img {
		display: block;
		-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}
	#canvas div.image img:hover {
		-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
		-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
		box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	}
	#canvas div.image a img {
		border: none;	
	}
		
	
	#canvas div.producttext {
		position: relative;
		width: 235px;
		float: left;
		display: inline;
		margin: 12px 0 0 0;
		text-align: justify;
	}
		#canvas div.producttext p.link_landscape {
			position: absolute;
			top: 300px;
			left: -200px;
		}
	
	
	#canvas p {
		margin: 15px 0;
	}
	
	#canvas div.price_wrap {
		width: 235px;
		display: block;
		margin-top: 0;
		padding: 0;
		clear: both;
	}
	
	#canvas div.single_product_display p.more_prod {
		padding: 10px 0;
		margin: 0;
		clear: both;
		border-top: 1px solid #000;	
	}
	
	#canvas div.wpsc_product_price {
		width: auto;
		height: 22px;
		padding: 5px;
		color: #000;
		font-size: 14px;
		line-height: 20px;
		float:left;
		display:inline;
		margin-bottom: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #e5c700;
		text-transform: lowercase;
		overflow: hidden;
	}
	
	#canvas div.wpsc_variation_forms {
		width: auto;
		height: 22px;
		padding: 5px;
		color: #000;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #e5c700;
		text-transform: lowercase;
		float: right;	
		display: inline;
		overflow: hidden;
	}
		#canvas div.wpsc_variation_forms p {
			margin: 0;	
		}
		
	#canvas input.wpsc_buy_button {
		background: #111;
		border: none;
		color: #ffde00;
		text-transform: lowercase;
		font-weight: bold;
		font-size: 16px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	
	

/* -- Single page ---------------------------------------------------- */
/* ------------------------------------------------------------------- */
#canvas div.wrap {
	width: 960px;
	float: left;
	display: inline;
	margin: 66px 0 0 0;
	padding: 0 0 40px 0;
}
	
	
	

/* -- Cart Page ------------------------------------------------------ */
/* ------------------------------------------------------------------- */
#cart {
	width: 760px;
	float: left;
	display: inline;
	margin-top: 100px;
	margin-bottom: 30px;
}
table.productcart {
	width: 80%;
	margin: 20px 0 0 5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background: #E5C700;
}

#wpsc_shopping_cart_container, form.wpsc_checkout_forms {
	margin-top: 20px;
}

table.wpsc_checkout_table {
	width: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E5C700;
	margin: 20px 0 0 5%;	
	padding: 10px;
}

table.wpsc_checkout_table td {
	padding: 5px 0;	
}

tr.total_price {
	font-size: 14px;
	color: #000;
}


#canvas div.login_error {
	color: #870d0e;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}



/* -- Footer --------------------------------------------------------- */
/* ------------------------------------------------------------------- */
#footer {
	position: relative;
	width: 99.9%;
	clear: both;
	float: left;
	display: inline;
	margin: 0;
	padding: 20px 0;
	color: #ccc;
	background: url(images/bg_footer.gif) 0 0 repeat-x;
}

#footer h4 {
	color: #fff;	
}

#footer div.what {
	width: 200px;
	float: left;
	display: inline;
	margin: 0 20px 0 30px;
}


	#footer p {
		margin: 15px 0;	
	}
	#footer div.info {
		width: 540px;
		float: left;
		display: inline;
		color: #999;
		margin-top: 14px;
	}
	#footer div.meta {
		width: 150px;
		float: right;
		display: inline;
		font-size: 10px;
		line-height: 16px;
		margin-right: 10px;
	}
	#footer a {
		color: #fff;	
	}
	
	#footer a img {
		border: none;
	}
	
	#footer img.fd {
		z-index: 99;
		position: absolute;
		top: -20px;
		right: 130px;
	}
	
	#footer p.rss a {
		height: 32px;
		padding-left: 33px;
		display: block;
		background: url(images/feedicon.png) 0 50% no-repeat; 	
	}



/* -- Contact info --------------------------------------------------- */
/* ------------------------------------------------------------------- */
#canvas div.contact_info {
	width: 350px;
	float: left;
	display: inline;
}
	#canvas div.contact_info p {
		margin: 18px 0;	
	}
	
#canvas #contact_form {
	width: 400px;
	float: left;
	display: inline;
}
	#canvas #contact_form form {
		margin: 18px 0;	
	}
	

#fancy_title {
	text-shadow: none !important;
}	

