/* BASE STYLE SHEET */


/* BASIC TYPOGRAPHY
==================== */
body {
	font-size: 76%;
	background: #b9d300 url(/images/bg.gif) repeat-x;
	color: #aaa;
	line-height: 1;
}
body, p, div, th, td, input, select, textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin: 0 0 1em;
	line-height: 1.3;
}
strong {
	color: #fff;
}
/* HEADINGS
==================== */
h1 {
	color: #fff;
	font-size: 28px;
	margin: .5em 0 1em;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	margin: 1.5em 0 1em;
	padding-bottom: 5px;
	font-weight: normal;
	color: #b9d300;
	border-bottom: 2px dotted #b9d300;
}
h2.categoryheader {
	margin: 2.5em 0 0;
	color: #fff;
	border:none;
	background: #222;
	line-height: 30px;
	padding: 0 10px;
}
h3 {
	font-size: 18px;
	color: #d5e04d;
	font-weight: normal;
	margin: 2em 0 .5em;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
	line-height: normal;
	font-weight: bold;
	padding: 8px 0 20px;
	margin-bottom: 0;
	text-indent: 30px
}
/* LINK STYLES
==================== */
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
a:link, a:visited {
	color: #b9d300;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 1em 2em;
	line-height: 1.3;
}
ul {
	list-style: disc;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* PAGE LAYOUT
==================== */
#masthead {
	width: 895px;
	height: 102px;
	background: url(/images/masthead.gif) no-repeat;
	margin: 30px auto 0;
}
#content {
	width: 900px;
	margin: 20px auto 0;
	padding: 5px 30px;
	background: #000;
}
#footer {
	width: 900px;
	margin: 0 auto;
	background: #000;
	padding: 40px 30px 30px;
	font-size: .8em;
}
#player {
	/*width: 600px;*/
}
.sidebar {
	float: right;
	width: 228px;
	background: #111;
	padding: 20px;
	border: 1px solid #333;
	margin: 0 0 30px 30px;
}
.item {
	padding: 10px 0;
}
.item:hover {
	background: #111;
}
.photo {
	float: right;
	margin: 0 0 15px 30px;
}
.photo img {
	vertical-align: bottom;
}
.photo a {
	display: block;
	border: 3px solid #d5e04d;
}
.photo a:hover {
	border-color: #fff;
}
.addl_photos {
	float: right;
	clear: right;
	width: 150px;
	text-align: right;
	color: #999;
	font-size: 13px;
}
.description {
	line-height: 1.3;
	margin-bottom: 30px;
}
.price {
	font-weight: bold;
	color: #b9d300;
}
#fc_minicart {
	text-align: right;
	line-height: 1.3;
}
/* NAVIGATION
==================== */
#navbar {
	width: 900px;
	margin: 20px auto 0;
	border-bottom: 2px solid #333;
	padding-bottom: 5px;
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li {
	display: inline;
}
ul#nav a {
	margin-right: 5px;
	padding: 8px;
	background: #333;
	color: #fff;
	line-height: 20px;
}
ul#nav a:hover {
	background: #b9d300;
	color: #fff;
}
ul#nav a.current {
	background: #d5e04d;
	color: #000;
}
/* MISC CLASSES
==================== */
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.callout {
	background: transparent;
	border: 1px solid;
	padding: 1em;
	margin: 15px;
}
.section {
	margin-bottom: 30px;
}
.hidden {
	display: none;
}
.smallprint {
	font-size: .8em;
}
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
form div {
	margin-bottom: .5em;
}
label.error {
	display: block;
	font-size: .8em;
	color: #f00;
	margin-bottom: 1em;
}
