/*

*/

/* --- General Formatting
------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #020202 url(/site_images/bg_body.jpg) top center no-repeat fixed;
	font: normal .75em/1.4em 'lucida grande',arial,helvetica,sans-serif;
}
p, address, ul, ol, dt, dd, td, th {
	color: #ccc;
	line-height: 1.4;
	text-align: left;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
blockquote {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-style: italic;
}

.small, small {
	font-size: 88%;
}
.big, big {
	font-size: 130%;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Links */
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #d6201c;
}
ul a:link {
	color: #892027;
}
a:visited {
	color: #d6201c;
}
p a:visited, ul a:visited {
	color: #d6201c;
}
a:hover, a:active {
	text-decoration: underline;
}
/* Random link styles */
a.cart {
	display: block;
	padding: 8px 20px 8px 0;
	background: url(/site_images/icon_cart.png) center right no-repeat;
}

/* Paragraphs */
p {
	margin: 0 0 1.4em;
}
.soften, a:link.soften {
	color: #666666;
}
.harden, a:link.harden {
	color: #ccc;
}
.sale {
	color: #d6201c;
}
.critic {
	color: #892027;
}

/* Lists */
ul {
	margin: 1em 0 .5em 1em;
	padding: 0;
	list-style-image: url(/site_images/bullet_double_arrow.gif);
}
.nice-list {
	margin: 1em 0 .5em 0;
	list-style: none;
	list-style-image: none;
}

/* Floating elements */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.iso {/* Wraps multiple floating elements, such as an image and a paragraph (caption) */
	width: 48%;
	margin: 0 .5%;
}

/* Images */
img {
	padding: 15px 5px;
}
img.thumb {
	margin: 0 0 5px;
	padding: 0;
	border: 1px solid #333;
}
img.thumb2 {
	margin: 0 0 5px;
	padding: 0;
	border: 1px solid #333;
	width:125px;
}
a img {
	border-style: none;
}


/* Forms */
form {
	text-align: left;
}
form div {
	clear: both;
}
fieldset {
	border: none;
}
legend {
	padding: 0 0 5px;
	font-size: 1.25em;
	font-weight: bold;
	color: #d6201c;
}
label {
	width: 65%;
	float: right;
	color: #333;
	text-align: left;
}
#subscribe label {
	display: none;
}
#subscribe #email { 
	background: #FFFFFF url('/site_images/email_field_bg.gif') no-repeat;
}
input {
	margin: 0 0 8px;
	border:1px solid silver;
	font: normal .95em/1.4em 'lucida grande',arial,helvetica,sans-serif;
}
input.submit {
	clear: both;
	color: #fff;
	cursor: pointer;
	background: #d6201c;
	border:1px solid silver;
	font: normal .95em/1.4em 'lucida grande',arial,helvetica,sans-serif;
}
textarea {
	margin: 0 0 8px;
	clear: both;
	font: normal .95em/1.4em 'lucida grande',arial,helvetica,sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .7em;
	padding: 0;
	color: #d6201c;
	font: bold 150%/1.2 "Lucida Grande",verdana,arial,helvetica,sans-serif;
	text-align: left;
}
h1 {
	position: relative;
	float: left;
	width: 359px;
	height: 98px;
	overflow: hidden;
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #000;
	text-indent:-9999px; outline:none;
}
h1 span {
	position: absolute;
	left:0; top:0;
	width: 100%;
	height: 100%;
	background: url(/site_images/logo.gif) top left no-repeat;
}
h1 a { text-indent:-9999px; outline: none; }
h2	{
	font-size: 130%;
	clear: both;
}
h3 {
	font-size: 120%;
	margin: 0 0 .3em;
}
h3.home {
	font-weight: normal;
	font-size: 100%;
	color: #ccc;
	margin: 0;
}
h4 {
	margin: 0 0 .5em;
	font-size: 120%;
	font-weight: normal;
	color: #fff;
}
h5 {
	font-size: 108%;
}
h6 {
	font-size: 108%;
	margin-bottom: .2em;
}

/* Layout styles, specific styles to elements above are with their respective element 
-------------------------------------------------------------------------------------*/

/* Container */
#container {
	width: 968px;
	margin: 50px auto;
	position: relative;
}

/* Header */
#header {
	height: 125px;
	font-size: .95em;
}

/* Menus (main and secondary) */
#main-menu {
	margin: 60px 0 0 0;
	list-style: none;
	float: right;
}
#main-menu li {
	float: left;
	padding: 7px 10px;
}
li#rss {
	margin: 0 0 0 10px;
	padding: 7px 10px 36px 40px;
	background: url(/site_images/icon_rss.jpg) top left no-repeat;
}
#secondary-menu {
	margin: 0;
	list-style: none;
	float: right;
}
#secondary-menu li {
	padding: 0 10px;
	float: left;
}
#main-menu a:visited, #secondary-menu a:visited, #main-menu a:link, #secondary-menu a:link {
	color: #d6201c;
}
#main-menu a:hover, #secondary-menu a:hover, #main-menu a.active, #secondary-menu a.active {
	color: #fff;
	text-decoration: none;
}

/* Content */
#content {
	width: 915px;
	margin: 0 auto;
	clear: both;
}

#top-content {
	width: 100%;
	color: #ccc;
}
#top-content img { 
	border:none;
}

/* Columns */
.columns {
	zoom: 1;
	margin-top: 15px;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column, .column-3a, .column-3b, .column-2a {
	float: left;
	font-size: .95em;
	margin: 0 2%;
}

/* 3 Columns */
.three .column {
	width: 31.9%;
}
.three .column-3a {
	width: 22%;
}
.three .column-3b {
	width: 38.5%;
}
.three .first-column-3a {
	width: 54%;
}
.three .last-column-3a {
	width: 19%;
}

/* 2 Columns */
.two .column {
	width: 48.5%;
	margin: 0 2% 0 0;
}
.two .first-column-2a {
	width: 66%
}
.two .last-column-2a {
	width: 32%;
}

/* General formatting for specific columns, for example, all first-columns get a larger font-size */
.three .first-column-3a, .three .first-column-3b, .two .first-column-2a {/* Sets the font-size of the first column*/
	font-size: 0.95em;
}
.three .first-column, .three .first-column-3a, .three .first-column-3b, #home .three .first-column, .two .last-column, .two .last-column-2a, .three .last-column, .three .last-column-3a, #home .three .last-column {
	margin: 0;
}

/* Boxes */
.box {
	position:  relative;
	margin: 0 0 15px;
	padding: 10px;
	text-align: center;
	background: url(/site_images/bg_box.png) top left repeat;
}
	* html .box {
		background: url(/site_images/bg_box.gif) top left repeat;
	}
.box.featured {/* Featured Product box in the store */
	margin: 0;
	padding: 10px 0 0;
}
.box.featured h2 { margin-left:15px; }
.box.featured img {/* Big featured product image */
	padding: 0;
}
#home .box-height {
	height: 305px;
}
#store .box-height {
	height: 155px;
}
.box.photo-grid {
	text-align: left;
}
.box.photo-grid .iso {
	float: left;
	width: 22%;
	margin:0 0.5% 10px;
	padding:3px;
	border: 1px solid #fff;
	text-align: center;
}
.box .box-lower {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 2px solid #333;
	
}
.box-header, .box-footer {
	margin: 0 0 8px;
	padding: 5px;
	background: url(/site_images/bg_box_head_foot.png) top left repeat;
	clear: both;
}
	* html .box-header, *html .box-footer {
		background: url(/site_images/bg_box_head_foot.gif) top left repeat;
	}
.featured .box-footer {/*Changing the box-footer within the featured product box */
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 5px 0;
}
.box-header p, .box-footer p {
	margin: 0;
	line-height: 1;
}
.featured .box-footer p {/* Tweaking the paragraphs in the featured product box */
	padding: 8px 0;
}
.featured .box-footer p.float-right {/* Take away padding on that paragraph because it's applied to the anchor because of the cart icon */
	padding: 0;
}
.box-footer ul {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-image: none;
	list-style: none;
}
.box-footer li {
	float: left;
	padding: 0 5px;
	line-height: 1;
}

/* Comment box and elements */
.comment-box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #333;
}
.commenter {
	font-size: 1.1em;
	color: #d6201c;
}
.date {
	font-size: .85em;
	color: #333;
}

.pop {/* adds some punch to the element */
	padding: 8px;
	background: #d6201c;
}
	* html .pop {/* needed to overwrite the *html hack above on the box-footer/box-header */
		background: #d6201c;;
	}
.pop a {
	color: #fff;
}
.teaser {/* Wraps the blog post teasers on the front page, or any page for that matter */
	margin: 0 0 15px;
	border-bottom: 2px solid #333;
}
img.see-inside {
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
}

/* Footer */
#footer {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #333;
	font-size: .95em;
}
#footer p {
	color: #ccc;
}

#newslettergo { 
padding:3px;
display:block;
clear: both;
	color: #fff;
	cursor: pointer;
	background: #d6201c;
	border:1px solid silver;
	font: normal .95em/1.4em 'lucida grande',arial,helvetica,sans-serif;
}
.flag {
	position: absolute;
	top: 55px;
	right: 0;
	padding: 0;
}
#social {
	position: absolute;
	top: 0;
	right: 0;
}
#social img {
	padding: 5px 5px 10px 5px;
}