/* -------- TYPOGRAPHY --------- */
/* -------- AND COLORS ---------- */
/* ------------------------------- */
html {overflow-x: hidden; height: 100%;}
body{  
        color: #000;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        font-size: 12px;
	height: 100%;
	width:100%;
	line-height: 20px;
	overflow-x: hidden;
}
textarea, input {
	border: 1px #000 solid;
        font-size: 12px;
}
h1, h2, h3, h4, h5, h6  {
}
h5, h6 {
	font-weight:bold;
        text-transform:uppercase;
}
.content-text h1{
        font-size: 24px;
	line-height: 50px;
}
.content-text h2{
        font-size: 20px;
	line-height: 45px;
}
.content-text h3{
        font-size: 18px;
	line-height: 40px;
}
.content-text h4{
        font-size: 16px;
	line-height: 35px;
}
.content-text h5{
        font-size: 12px;
	line-height: 35px;
}
.content-text h6{
        font-size: 10px;
	line-height: 35px;
}
ul, ol {
	margin-top: 5px;
	margin-bottom: 20px;
}
a, a:link, a:visited, span a, span a:link, span a:visited {
	color: #bebebe;
	text-decoration:none;
	border:none;
}
a:hover, a:active, a:focus, span a:hover, span a:active, span a:focus {
	text-decoration:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
ins {

}
cite {
	font-weight:bold;	
}
sup {
	vertical-align:super; 
	font-size:.7em;
	line-height:.5em;
}
blockquote{  
	padding: 0 50px;
	margin: 25px 0;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 18px;
}
small{ 
	font-size:.83em;	
}
.description {
	font-size: 12px;
}

.menu li a {
	font-size: 14px;
	color: #FFF;
	text-transform:uppercase;
}
.menu li.current_page_item a {
	color: #f0d110;
}
.menu li a:hover {
}
#sidebar, .sidecol, .shopcol, .onecol, .twocols, .blogcol, #commentbar {  /* updated here */
	background-color: #FFF;
}
.sidecol {
	display:inline;
	float:left;
	margin-right:15px;
	width: 230px;
	min-height:400px;
	padding:10px;
}

.shopcol {
	position:absolute;
	top:0;
	left:0;
	margin-left:270px;
	margin-right:40px;
	margin-bottom:30px;
	padding: 10px 12px 20px 20px;
	min-height:450px;
}
.shopcol h1, .sidecol h1 {
	font-size:32px;
	color:#000;
}

.blogcol {
	display:inline;
	float:left;
	margin-right:15px;
	margin-bottom:30px;
	width: 640px;
}
.blogcol-text {
	padding: 20px;
}
.blogcol-text h1 {
	font-size:36px;
	margin-bottom:10px;
	color:#000;
}
.blogcol-text h2 {
	margin-bottom:10px;
	padding:5px 10px;
	background:#000;
	color:#f0d110;
}
.blogcol-text h1 a {
	color:#000;
}
.blogcol-text .entry-head {
	margin-bottom:10px;
	font-size:11px;
}
.blogcol-text .entry{
	margin-bottom:30px;
}
.blogcol-text .entry p{
	margin-bottom:10px;
}
.onecol {
	float:left;
	width: 300px;
}
.onecol-text {
	padding: 20px;
	float: left;
}
.onecol-text ul li a {
	color:#000;
}
.twocols {
	width: 640px;
}
.twocols-text {
	float: left;
	width: 280px;
	padding: 20px;
}
.onecol-text h1, .twocols-text h1  {
	font-weight: bold;
	font-size: 34px;
}
#sidebar-text h3, .thumbnails h3 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}

#sidebar-text h3 {
	background:url(../images/default/h_welcome.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:148px;
	height:58px;
	padding:5px;
}

.text {
	padding-bottom: 10px;
}
.cover-imgs li, .slideshow img, .mail-alert  {
	background-color: #FFF;
}
li.thumbnail {
	border: 1px #1c1b19 solid;
}
.slideshow {
	margin-right:15px;
	float:left;
	width:350px;
}

.slideshow img {
	padding: 15px;
}
#footer {
        font-size: 11px;
        text-align: left;
	padding: 20px;
}
textarea, input { /* updated here  */
	background-color: #000;
	border: 1px #000 solid;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFF;
}
.nav {
	margin-top:10px;
}
.nav a.n { /* updated here  */
	color: #888;
}
.nav a:hover.n { /* updated here  */
	color: #EBEBEB;
}
/* ------------------------------- */
/* ------- GENERAL LAYOUT ------ */
/* ------------------------------- */
body {
	background: #000 url(../images/default/bg_body.jpg) no-repeat;
}
#wrapper {
	margin: auto;
}
#header {
	height: 91px;
}
#logo {
	text-align: left;
}
.logo-img {
	margin-left:20px;
	background: url(../images/default/logo.png) no-repeat right top;
	width: 250px;
	height: 91px;
	letter-spacing:-1000em;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
}
.logo-img  {
	text-indent: 1000px;
}
.menu {
	display: block;
	height: 48px;
	float: right;
	text-align: right;
	margin: 57px 40px 0 0;
	width: auto;
}
.menu li {
	height: 38px;
	float: left;
	margin-right: 10px;
	width: auto;
	padding-top: 10px;
}
.content {
	margin-top: 20px;
	padding-left:20px;
	/*overflow:hidden;*/
}
#sidebar, #commentbar {   /* updated here */
	float: left;
	position: absolute;
	z-index: 14;
	left: 20px;
	width: 250px;
}
#commentbar {  /* updated here / add new */
	z-index: 16;
}
.thumbnails {
	padding: 20px;
	line-height:18px;
}
li.thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: auto;
}
.nav a {
	height: 18px;
	cursor: pointer;
	display: block;
	text-align: center;
}
.nav a.n {
	float: left;
	width: 18px;
	color:#FFF;
}
a#nav-left  {
	background: url(../images/default/nav.png) no-repeat;
	background-position: 0px -92px;
	float: left;
	width: 18px;
}
a#nav-left:hover  {
	background-position: 0px -115px;
}
a#nav-right {
	background: url(../images/default/nav.png) no-repeat;
	background-position: 0px -46px;
	float: left;
	width: 18px;
}
a#nav-right:hover {
	background-position: 0px -69px;
}
.nav-close {
	background: url(../images/default/nav.png) no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 19px;
	position: absolute;
	cursor: pointer;

}
a#nav-close:hover {
	background-position: 0px -23px;
}
.cover-wrapper {
	padding-bottom: 5px;
	overflow: hidden;
}
ul.cover-imgs {
	display: block;
	list-style: none;
	margin:0;
}
.cover-imgs li {
	display: block;
	float: left;
	padding: 15px;
	margin-right: 20px;
	width: auto;
}
.cover-imgs a {
	display: block;
	text-decoration: none;
}
.title, .title-home, .title-img {    /* updated here / add new */
	padding: 3px 10px 3px 10px ;
	position: absolute;
	margin-top:420px;
	z-index: 11;
	color:#000;
	font-size:11px;
}
.title-img small {  /* updated here / add new */
	cursor: pointer;
}
.detail-img {    /* updated here / add new */
	position: absolute;
	z-index: 11;
}
.detail-img p { /* updated here / add new */
	padding: 5px 10px 5px 10px ;
	margin: 6px;
	background-color: #1e1d1c;
}
.loading {
	background: url(../images/default/loading.gif) no-repeat center;
}
#contactForm{
	margin-top: 6px;	
}

#viewcomment-area { /* updated here / add new */
	overflow: auto;
}
.comment-ul li.comment-li { /* updated here / add new */
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #1c1b19 solid;
}
.navigation a { 
	margin-bottom:10px;
	padding:5px 10px;
	background:#000;
	color:#f0d110;
}