/* General Classes */

table { border-collapse: collapse; }
form { padding: 0; margin: 0; }
.generalHeader { font-size: 18px; font-weight: bold; color: #181818; margin-bottom: 5px; }
.smHeader { font-size: 12px; font-weight: bold; color: #CCCCCC; margin-bottom: 2px; }
.red { color: #FF3300; }

a {
	color: #FF3300;
	text-decoration: none;
}

input, textarea { border: 1px solid #CCCCCC; font-size:11px; margin:4px 0; background: #FAFAFA; padding:4px; font-weight:bold; color: #000; vertical-align: middle; }
input:focus, textarea:focus { border: 1px solid #FF3300; background: #FFFFFF; }
select { color: #000; padding: 2px; font-size:11px; font-weight:bold; border: 1px solid #CCCCCC; background: #FAFAFA; vertical-align: middle; }
select:focus { background:#FFF; color: #000; }
.lightButton { padding: 3px 20px; background-color: #999999; border: 1px solid #656565; color: #FFF; vertical-align: middle; }
.lightButton:focus { padding: 3px 20px; background-color: #656565; border: 1px solid #999999; color: #FFF; }
input.radio {margin:0 2px 0 0;padding:0;background:transparent;margin:2px 0 0 -4px; border: 0; vertical-align: middle;}
input.check {background:transparent; border: 0px; vertical-align: middle; }

input.dark, textarea.dark { border: 1px solid #414141; font-size:18px; margin:4px 0; background: #282828; padding:4px; color: #FFF; }
select.dark { color: #FFF; padding: 2px; font-size:11px; font-weight:bold; border: 1px solid #414141; background: #282828; }
select:focus { background:#FFF; color: #000; }
.darkButton { padding: 3px 20px; background-color: #333333; border: 1px solid #414141; color: #FFF; }
.darkButton:focus { padding: 3px 20px; background-color: #414141; border: 1px solid #333333; color: #FFF; }
input.butt {padding:0;}

.badBlock { padding: 5px; background-color: #FF3300; font-size: 14px; font-weight: bold; margin: 5px 0; color: #FFF; }
.goodBlock { padding: 5px; background-color: #00FF00; font-size: 14px; font-weight: bold; margin: 5px 0; color: #FFF; }
.instructions { font-size: 10px; border: 1px solid #CCCCCC; background-color: #EFEFEF; padding: 5px; margin: 5px 0; }

.redButton { background-color: #FF3300; padding: 2px 20px; margin: 0; border: 0; color: #FFF; font-size: 11px; font-weight: bold; }
.blueButton { background-color: #26a8ff; padding: 2px 20px; margin: 0; border: 0; color: #FFF; font-size: 11px; font-weight: bold; }
.greyButton { background-color: #181818; padding: 2px 20px; margin: 0; border: 0; color: #FFF; font-size: 11px; font-weight: bold; }

a.hotLink { color: #FF3300; font-weight: bold; text-decoration: none; }
.insidePadding { padding: 5px; }

/* Main Site CSS */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

#header {
}

#bodyArea {
	background-image: url('../../../images/bodyBg.jpg');
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: top right;
	width: 880px;
	margin: 0 20px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#bodyArea #leftSide {
	float: left;
	display: block;
	width: 650px;
	text-align: left;
}

#bodyArea #rightSide {
	float: right;
	display: block;
	width: 230px;
	text-align: left;
}

#nav {
	background-image: url('../../../img/topGradient.gif');
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 0 20px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-bottom: 20px;
}

#nav a {
	color: #787878;
	text-decoration: none;
	font-size: 22px;
	padding-left: 25px;
}

#nav a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#bodyArea #leftSide #subNav {
	background-color: #424242;
	text-align: left;
	padding: 5px;
	padding-left: 25px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#bodyArea #leftSide #subNav a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
}

#bodyArea #leftSide #subNav .store a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
}

#footer {
	border: 1px solid #FFF;
	background-color: #181818;
	width: 880px;
	margin: 0 20px;
}

#footerBe {
	background-color: #181818;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding: 10px;
}

/* Front End Styles */
#categoriesHeader, #blogRollHeader, #resourcesHeader, #tagCloudHeader, #recentEntriesHeader {
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#categories, #blogRoll, #resources, #tagCloud, #recentEntries, #adSpace {
	margin-bottom: 15px;
}

#adSpace {
	text-align: center;
}

#categories a.level_0 {
	background-color: #070707;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}

#categories a.level_0:hover {
	background-color: #282828;
}

#categories a.level_1 {
	background-color: #101010;
	display: block;
	margin-left: 20px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
}	

#blogRoll a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
}

#blogRoll a:hover {
	color: #CCCCCC;
}	

#resources a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
}

#recentEntries #area {
	background-color: #070707;
}

#recentEntries #area .entry {
	padding: 5px;
}

#recentEntries a {
	color: #FFF;
	text-decoration: none; 
}

/* Backend Navigation */

#backendNav a {
	padding: 5px;
	background-color: #EFEFEF;
	text-decoration: none;
	color: #26a8ff;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.moveBlock {
	border: 1px solid #DFDFDF;
	background-color: #FAFAFA;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: move;
}
/* blogDefault */

#blog #article {
	margin-bottom: 30px;
}

#blog #article #headerA {
	margin-bottom: 10px;
}

#blog #article #bodyA {
	margin-bottom: 10px;
}

#blog #article .title {
	font-size: 30px;
	font-weight: bold;
	color: #4d4f33;
}

#blog #article .title a {
	text-decoration: none;
}

#blog #article .posted {
	font-size: 9px;
	font-weight: bold;
	color: #666;
}

#blog #article .tags {
	margin-top: 10px;
}

#blog #article .tags a {
	font-weight: bold;
	color: #FF3300;
}

/* Tabs */
#tabs {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 20px;
}

#tabs a {
	padding: 5px 7px;
	margin-bottom: 5px;
	border: 1px solid #999;
	border-bottom: 0;
	margin-right: 5px;
	background-color: #FAFAFA;
	font-weight: bold;
	font-size: 10px;
}

#tabs a:hover {
	background-color: #DFDFDF;
}

/* Comments Area */
#commentArea #comments {
	margin-bottom: 20px;
}

#commentArea #leaveComment {
	font-size: 10px;
	font-weight: bold;
}

#comment .title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

#comment .commentText {
	background-color: #e2e5b9;
	padding: 10px;
}

.commentTab {
	width: 54px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../../img/commentTab.png');
}

.commentTab[class] {
	background: url('../../../img/commentTab.png') no-repeat;
}

#bag {
	padding: 5px;
	position: absolute;
	float: left;
	display: block;
	background-color: #333333;
	width: 237px;
	margin: 5px 0 0 -25px;
}

/* Prodcut Element */

#productRow {
	display: block;
	margin-bottom: 5px;
}

#productRow img {
	border: 1px solid #DFDFDF;
}

/*#productRow  #productElement {
	display: block;
	float: left;
	width: 305px;
	background-color: #FFF;
	margin-right: 5px;
	border: 1px solid #333333;
}

#productRow  .rightEl {
	margin-right: 0;
}

#productRow  #productElement .titleArea {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	background-color: #181818;
	border: 1px solid $333333;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#productRow  #productElement .leftProd {
	float: left;
	display: block;
	width: 110px;
	text-align: center;
}

#productRow  #productElement .rightProd {
	float: right;
	display: block;
	width: 185px;
}
#productRow  #productElement .rightProd .title { font-weight: bold; font-size: 11px; }
#productRow  #productElement .rightProd .desc { color: #666; }
#productRow  #productElement .rightProd .price { text-align: center; font-size: 16px; margin: 10px 0; }
#productRow  #productElement .rightProd .buttons {  }*/