body {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76.5%;
	color: #EEE;
}

a { color: #555; }
	a:hover { color: #FFF; }

abbr { border: none; }

h1, h2, h3, h4, h5, ol, ul {
	line-height: 1em;
}


.clear { clear: both; }

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


#wrap {
	position: relative;
	background: #0d0d0d 
							url(http://antonyandthejohnsons.com/images/backgrounds/crying_light_profile.jpg) 
							no-repeat fixed 0 0;
	padding: 13px 0 0;
	margin-bottom: 5px;
}

#antExtender {
	position: fixed;
	top: 623px;
	bottom: 0;
	left: 0;
	width: 395px;
	background: #000;
	text-indent: -6000px;
	z-index: 10;
}

#header {
	position: fixed;
	top: 13px;
	left: 13px;
}
	#header a {
		display: block;
		width: 348px;
		height: 225px;
		background: url(http://antonyandthejohnsons.com/images/headers/antonylogo_cryinglight.png) no-repeat;
		text-indent: -6000px;
	}

#navigation {
	position: absolute;
	top: 39px;
	left: 280px;
	width: 633px;
	padding: 0;
	margin: 0;
	list-style: none;
}
	#navigation li {
		float: left;
		font-size: 12px;
		text-transform: lowercase;
	}
		#navigation li.rightItem { float: right; }
		
		#navigation li a {
			display: block;
			height: 15px;
			background-repeat: none;
			text-decoration: none;
			color: #EEE;
			text-indent: -6000px;
		}
		
		#navigation li#navHome { margin-right: 30px; }
			#navigation li#navHome a { 
				width: 28px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/home.gif); 
			}
		#navigation li#navNews { margin-right: 31px; }
			#navigation li#navNews a { 
				width: 27px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/news.gif); 
			}
		#navigation li#navEvents { margin-right: 30px; }
			#navigation li#navEvents a { 
				width: 34px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/events.gif); 
			}
		#navigation li#navMusic { margin-right: 28px; }
			#navigation li#navMusic a { 
				width: 31px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/music.gif); 
			}
		#navigation li#navVideos { margin-right: 29px; }
			#navigation li#navVideos a { 
				width: 36px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/videos.gif); 
			}
		#navigation li#navFeminine { display: none; margin-right: 30px; }
			#navigation li#navFeminine a { 
				width: 47px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/feminine.gif); 
			}
		#navigation li#navContact { margin-right: 28px; }
			#navigation li#navContact a { 
				width: 40px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/contact.gif); 
			}
			#navigation li#navShop a { 
				width: 26px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/shop.gif); 
			}
			#navigation li#navPreOrder a { 
				width: 143px;
				background-image: url(http://antonyandthejohnsons.com/images/nav/preorder.gif); 
			}
		
#content {
	padding: 91px 0 10px 0;
	margin-left: 464px;
	width: 530px;
}

.title {
	float: left;
	width: 333px;
	margin: 0 0 30px 0;
}
	.title h1 {
		width: 333px;
		height: 30px;
		background: url(http://antonyandthejohnsons.com/images/headers/thecryinglight.gif) no-repeat;
		margin: 0;
		text-indent: -6000px;
	}

#shopLinks {
	float: right;
	width: 143px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	text-align: right;
}
	#shopLinks a { text-decoration: none; }

.shopItem { clear: both; }
	
	.shopItem .itemPreview {
		float: right;
		width: 227px;
		margin: 0 0 20px 20px;
		text-align: right;
		line-height: 1em;
	}
		.shopItem .itemPreview img {
			width: 225px;
			margin-bottom: 5px;
			border: 1px solid #EEE;
		}
		.shopItem .itemPreview .caption {
			font-family: Georgia, "Times New Roman", serif;
			font-size: 9px;
			color: #191919;
			text-transform: uppercase;
		}
			.shopItem .itemPreview .caption a {
				border-bottom: 1px dotted #181818;
				color: #191919;
				text-decoration: none;
			}
				.shopItem .itemPreview .caption a:hover {	
					border: none;
					color: #FFF; 
				}
	
	.shopItem h2 {
		margin: 0;
		font-family: Georgia, "Times New Roman", serif;
		font-weight: normal;
		font-size: 14px;
		color: #EEE;
		text-transform: uppercase;
	}
	.shopItem h3 { display: none; }
	.shopItem ol {
		margin-top: 0;
		font-size: 11px;
		color: #222;
	}
		.shopItem ol li { 
			margin-bottom: 3px;
			color: #333;
		}
	.shopItem .description {
		margin: 25px 0 20px;
		font-size: 11px;
		color: #EEE;
	}
		.shopItem .description p {
			line-height: 1.25em;
		}
		
.shopForm { 
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #1a1a1a;
}
	.shopForm p {
		margin: 0;
		line-height: 1.6em;
	}
		.shopForm p.options {
			float: left;
			width: 187px;
			margin-right: 20px;
		}
		.shopForm p.quantity { 
			float: left;
			width: 40px; 
		}
		.shopForm p.addToCart { 
			float: right;
			width: 227px;
			padding-top: 20px; 
			margin-right: 0;
		}
		.shopForm label,
		.shopForm table th {
			font-family: Georgia, "Times New Roman", serif;
			font-weight: normal;
			font-size: 10px;
			color: #444;
			text-transform: uppercase;
		}
		.shopForm select, 
		.shopForm input.shopItemShortText {
			background: #000;
			padding: 2px 0 2px 2px;
			border: 1px solid #222;
			color: #EEE;
		}
		
		.shopForm td.quantity input { width: 35px;}
		
	.shopForm .chooseCurrency { color: #242424; }

	.shopForm table th { 
		padding-bottom: 20px; 
		border-bottom: 1px solid #222;
	}
	.shopForm table td {
		padding-top: 5px;
		color: #EEE;
	}
		.shopForm table td.totals {
			padding-right: 8px;
			text-align: right;
			color: #444;
		}
		.shopForm table td.orderTotal { text-transform: uppercase; }

	.shopForm table th.remove,
	.shopForm table td.remove { text-align: center; }
		.shopForm table td.remove a { 
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #FF0000; 
			text-decoration: none;
		}
		.shopForm tfoot td {
			padding-top: 20px;
			border-top: 1px solid #222;
			font-size: 10px;
		}
	
	.shopForm h2 {
		margin: 0 0 20px;
		font-family: Georgia, "Times New Roman", serif;
		font-weight: normal;
		font-style: italic;
		color: #999;
		text-transform: lowercase;
	}
	
	.shopForm .shopLocations {
		margin-bottom: 200px;
		list-style: none;
		font-size: 14px;
		color: #444;
	}
		.shopForm .shopLocations li {
			margin-bottom: 10px;
		}
			.shopForm .shopLocations li a {
				display: block;
				padding-left: 10px;
				border-left: 5px solid #444;
				color: #444;
				text-decoration: none;
				text-transform: uppercase;
			}
				.shopForm .shopLocations li a:hover {
					color: #FFF;
				}
				
.addToCartButton {
	display: block;
	background: #EEE;
	padding: 10px 20px;
	border: 1px solid #222;
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
}
	.addToCartButton:hover {
		background: #000;
		color: #EEE;
	}

.footerCredit {
	padding: 0 10px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
}
	.footerCredit a {
		color: #191919;
		text-decoration: none;
	}
	
	
#shoppingCart {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: 10px 20px;
	border-top: 1px solid #111;
	z-index: 100;
}
	#shoppingCart .cartSummary {
		float: left;
		width: 60%;
	}
	#shoppingCart h2 {
		margin: 0 0 3px;
		font-family: Georgia, "Times New Roman", serif;
		font-weight: normal;
		font-style: italic;
		font-size: 16px;
		color: #555555;
	}
		#shoppingCart h2 a { color: #999; }
	#shoppingCart .addToCartButton {
		float: right;
	}
	
/*	
#darkStore .shopItem {
	margin-bottom: 35px;
}
	#darkStore .shopItem .description { margin-top: 10px; }
	#darkStore .shopItem .itemPreview {
		width: 152px;
		margin-top: 25px;
	}
		#darkStore .shopItem .itemPreview img { width: 150px; }
#darkStore .shopForm {
	border-top: none;
	border-bottom: 1px solid #1A1A1A;
	padding: 10px 0 15px;
}
	#darkStore .shopForm p.addToCart {
		padding-top: 4px;
	}
		#darkStore .shopForm p.addToCart .addToCartButton {
			background: #000;
			color: #EEE;
			border-color: #111;
		}
		#darkStore .shopForm p.addToCart .addToCartButton:hover {
			color: #000;
			background: #EEE;
		}
		
		*/