/*
Theme Name: blackandJe.com
Theme URI: http://blackandJe.com/
Description: Special Themes for blackandJe.com design by Hypenoticlab.
Version: 1.6
Author: Arisyi Zimah
Author URI: http://arisyi-design.web.id/



*/



body{
	margin:0;
	padding:0;
	background:url(images/bg-content.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
}

.left{ float:left; }  /* - */ .right{ float:right; } /* - */ .clear{ clear:both; } /* - */ .hidden{ display:none; }

a{ color:#960; text-decoration:none; }

a:hover{ color:#999; }

.cok{ color:#960; }

p{ margin:5px 0 10px; }

h1,h2{ margin:18px 0 10px; }

h1{ font-size:20px; }

h2{ font-size:18px; }

h3{ font-size:16px; margin:0; }

#wrapper{
	width:1000px;
	margin:0px auto;
	/*background:url(images/bg-content.png) repeat;*/
	border:1px solid #e9e9e9;
	background:#fff;
}

#header{
	background:url(images/bg-head.png) no-repeat;
}

#menu{
	float:right;
	margin-top:-100px;
	height:23px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	
}

#menu li{
	height:4px;
	padding:10px 30px 30px 10px;
	vertical-align:middle;
	background:url(images/list.png) right no-repeat;
	float:left;
	font-size:0; 
	text-indent:-9999px;
}

#menu li.last{
	background-image:none;
}

#menu li a{
	display:block;
	height:22px;
}

	#menu li.home a{
		width:52px;
		height:23px;
		background:url(images/menu_03.png) 0 0;
	}
	
	#menu li.home a:hover{
		background:url(images/menu_03.png) 0 -22px;
	}
	
	
	#menu li.about a{
		width:92px;
		height:23px;
		background:url(images/menu_03.png) -75px 0;
	}
	
	#menu li.about a:hover{
		background:url(images/menu_03.png) -75px -22px;
	}
	
	
	#menu li.news a{
		width:53px;
		height:23px;
		background:url(images/menu_03.png) -192px 0;
	}
	
	#menu li.news a:hover{
		background:url(images/menu_03.png) -192px -22px;
	}
	
	#menu li.products a{
		width:95px;
		height:23px;
		background:url(images/menu_03.png) -268px 0;
	}
	
	#menu li.products a:hover{
		background:url(images/menu_03.png) -268px -22px;
	}
	
	#menu li.contact a{
		width:112px;
		height:23px;
		background:url(images/menu_03.png) -388px 0;
	}
	
	#menu li.contact a:hover{
		background:url(images/menu_03.png) -388px -22px;
	}
	

#content{
	margin-top:10px;
	background:url(images/bottom-content.png) no-repeat bottom;
}


#left-content{
	width:200px;
	float:left;
	margin-left:20px;
	padding:0 10px 50px;
	
}

#left-content ul.ima{
	margin:20px 0 1px;
	padding:0;
	list-style:none;
}

#left-content ul{
	margin:0px;
	padding:0;
	list-style:none;
}

#left-content li{
	text-align:left;
	height:30px;
	line-height:30px;
/*	font-weight:bold;
	border-bottom:1px solid #c5c5c5;*/
}

#left-content li a{
	color:#960;
}
#left-content li a:hover{
	color:#999;
}

#cart{
	float:left;
	width:210px;
	padding:0 0 0 10px;
	min-height:500px;
}

#right-content{
	float:left;
	width:470px;
	padding:10px 10px 10px 30px;
	min-height:800px;
	background:url(images/dashed.png) left top no-repeat;
}

#copy{
	margin-top:100px;
	font-size:11px;
	color:#444;
}

#copy img{
	padding:2px;
	position:relative;
	top:-8px;
}



#footer{
	margin:20px 0 0 0;
	font-family:12px;
	padding:10px;
	text-align:center;
	font-weight:bold;
}


/* utility */

.dashed{ border:1px solid #c5c5c5; margin:20px 0; }

/* Product style */

#wrap-prod{
	width:470px;
	margin:0px auto;
}

.product-container{
	width:135px;
	height:200px;
	float:left;
	margin:10px 10px 0;
	text-align:center;
}
.product-container a{
	display:block;
}


.product-thumb-index{
	margin:0px auto;
}



.product-thumb-index img{
	border:1px solid #ccb776;
	background:#fff;
	padding:5px;
}

.product-detail-index{
	margin:5px 0 0 0;
	font-size:12px;
}

.price{ font-size:12px; color:#000; }

.date{ color:#7FC46E; font-size:10px; }


.button{
	padding:5px 10px;
	border:1px solid #960;;
	color:#960;
	background:#fff;
}


.cur { cursor:pointer; }



/* Begin Form Elements */

.text-box{ padding:5px; border:1px solid #960; width:200px; font-size:12px; }

.text-area{ padding:5px; border:1px solid #960; width:300px; font-size:12px; }


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.box-comment{
	width:60%;
	border:1px dashed #CCB776;
	padding:10px;
}

.box-nama{
	padding:0 0 5px;
	border-bottom:1px solid #CCB776;
}

.box-isi{
	padding:5px 0;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-bottom:50px;
	}

.commentlist li {
	width:60%;
	border:1px dashed #CCB776;
	padding:10px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#author, #email, #url, #comment{
	padding:2px;
	border:1px solid #ccb776;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
