/*  
Theme Name: AQSA - Living
Theme URI: http://www.aqsaliving.com/
Description: Theme for AQSA Living
Version: 1.0
Author: Arief Fajar Nursyamsu
Author URI: http://www.aqsaliving.com/
*/

html, body {
	font-family: Verdana;
	font-size: 11px;
	background: #fff;
	color: #2B2B2B;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

blockquote {
	background: #FAFAFA;
	padding: 10px;
	margin: 10px auto;
	width: 30em;
	color: #525252;
	line-height: 19px;
	border-top: #E0E0E0 1px solid;
}

blockquote blockquote {
	background: #F3F3F3;
	width: 28em;
	padding: 5px;
}

/* Wrap */

#wrap {
	width: 990px;
	margin: 10px auto;
	background: White;
	border: 1px solid #ccc;
}

/* Header */

#header {
	width: 990px;
	height: 90px;
	background: #fff url(img/banner.jpg) no-repeat 5px 8px;
	text-align: right;
}

#header h1{
	padding: 5px 5px 0 0;
	font-weight: normal;
	font-size: 10px;
}

#header h2{
	padding: 10px 5px 0 0px;
	font-weight: normal;
	font-size: 10px;
}
/* Menu */

#menu {
	width: 100%;
	background: #B8461B;
}

#menu a {
	color: #F0F0F0;
}

#menu li.current_page_item a, #menu a:hover, #menu h2 a {
	color: #fff;
	background-color: #813112; 
}

#menu ul {
	width: 100%;
	height: 3em;
	display: block;
	float: left;
	font-size: 11px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	background: #B8461B;
	display: block;
	float: left;
	line-height: 3em;
	padding: 0 15px;
}

/* Title */

#menu h2 a {
	font-size: 11px;
	float: right;
	display: block;
	text-align: right;
	line-height: 2.7em;
	padding: 0 10px;
}

#menu h2 a:hover {
	color: #8A8A8A;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	background: #fff url(img/body-bg.png) repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_wrap a {
	color: #AE0600;
}

#content_wrap p a, #sidebar a:hover, #sidebar-right a:hover, #content_wrap h4 a {
	text-decoration: underline;
}

#content_wrap p a:hover, #sidebar a:hover, #sidebar-right a:hover, #content_wrap h4 a:hover {
	border-color: Silver;
	color: #820300;
}

#content_wrap h3 {
	padding: 5px 0 10px 0;
	font-size: 11px;
}

#content_wrap h3.comments {
	padding-bottom: 18px;
}

#content_wrap h3.comments a {
	font-size: 10px;
	color: #8B8B8B;
}

#content_wrap h3.comments a:hover {
	color: #6A6A6A;
}

#content_wrap h2 {
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0 5px 0;
}

#content_wrap h2 a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	/*background: #FAFAFA;*/
}

#content_wrap h2.title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#content_wrap h4 {
	font-weight: normal;
	font-size: 10px;
	padding: 4px 0 5px 0;
}

#content_wrap p {
	padding: 10px 0;
	line-height: 18px;
}

/* Content */

#content {
	width: 540px;
	display: block;
	float: left;
	margin: 10px;
	font-size: 11px;
	text-align: justify;
}

#content h3{
	font-size:11px;
	font-weight: normal;
	padding-top: 10px;
}

#content ul {
	padding: 5px 0 10px 20px;
}

#content p a{
	color: #AE0600;
}

#content p a:hover{
	text-decoration: underline;
}
#content ol li{
	background: none;
	list-style: decimal;
}

#content ol li ul li{
	list-style: none;
	background: url(img/bullet.gif) no-repeat 0px 9px;
}

#content li {
	background: url(img/bullet.gif) no-repeat 0px 9px;
	list-style: none;
	padding-left: 20px;
	line-height: 21px;
}

#more_entries {
	padding: 10px 0 20px 0;
}

#more_entries a:hover {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
}

#more_entries .oe {
	float: left;
}

#more_entries .re {
	float:right;
}

#content .post{
	/*border-bottom: 1px solid #ccc;*/
}
/* Comments */

h3.comm {
	padding: 20px 0 10px 0 !important;
}

.comment {
	background: #fff;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.authorcomment {
	background: #FAFAFA;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.author {
	background: #FBFBFB;
}

.comment_date_and_id {
	width: 100%;
	font-size: 10px;
}

.comm_date {
	float: left;
	color: #ACACAC;
}

.comm_id {
	float: right;
	font-weight: bold;
}

.comment_by {
	padding: 3px 0 0 0 !important;
}

#content h3{
	font-size: 12px;
}

#content form {
	background: #FAFAFA;
	/*width: 364px;*/
	border: #EEEEEE 1px solid;
	padding: 15px 18px 10px 18px;
	margin-bottom: 10px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 3px;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 350px;
	padding: 3px;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */

#sidebar {
	width: 200px;
	display: block;
	float: left;
	margin-left: 15px;
	display: inline;	
}

#sidebar-right {
	width: 200px;
	display: block;
	float: right;
	padding-right: 5px;
	display: inline;
}

#sidebar ul, #sidebar-right ul {
	list-style: none;
}

#sidebar ul li a, #sidebar-right ul li a{
	text-decoration: none;
}

#sidebar ul li ul, #sidebar-right ul li ul {
	padding: 10px 0;
}

#sidebar ul li ul li, #sidebar-right ul li ul li{
	line-height: 20px;
	padding-left: 15px;
	background: url(img/bullet.gif) no-repeat 0px 8px;
}

#sidebar ul li ul ul, #sidebar-right ul li ul ul {
	padding: 5px;
}

#sidebar h2, #sidebar-right h2 {
	font-weight: bold;
	padding: 5px 0 10px 0;
	font-size: 11px;
}

#sidebar h3, #sidebar-right h3 {
	font-weight: bold;
	padding: 5px 0 0px 0;
	font-size: 14px;
	color: #5C5C5C;
}
#sidebar-right img{
	border: none;
}

#review .product{
	font-weight: bold;
}

#sidebar-right .review ul{
	margin: 5px 0 0 10px;
	padding: 0;
}
#sidebar-right .review li{
	margin: 0;
	padding: 0;
	background: none;
}
.review p{
	font-weight: normal;
	margin: -10px 0 0 0;
}

#sidebar-right .review li a{
	font-weight: bold;
}
#sidebar-right .featured-product{
	margin-bottom: 10px;
}

#sidebar-right .featured-product ul{
	margin: 5px 0 0 10px;
	padding: 0;
}
#sidebar-right .featured-product li{
	margin: 0;
	padding: 0 0 0 10px;
	background: url(img/bullet.gif) no-repeat 0px 8px;
}
.featured-product p{
	font-weight: normal;
	margin: -10px 0 0 0;
}

#sidebar-right .featured-product li a{
	font-weight: normal;
}

#sidebar-right .news ul{
	margin: 5px 0 0 0;
	padding: 0;
}
#sidebar-right .news li{
	margin: 0;
	padding: 0;
	background: none;
	text-align: justify;
}

#sidebar-right .news li a{
	
}

#sidebar-right p{
	margin-top: -10px;
	text-align: justify;
}

.textwidget {
	line-height: 18px;
	padding: 10px 0;
}

#wp-calendar {
	padding: 10px 0;
}

.widget_tag_cloud {
	padding: 5px 0 15px 0;
}

#wp-calendar caption {
	margin: 10px 0 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #FAFAFA;
}

#sidebar form, #sidebar-right form {
	background: #FAFAFA;
	width: 185px;
	height: 43px;
	margin: 10px 0;
	position: relative;
	border: #EEEEEE 1px solid;
}

#sidebar input, #sidebar-right input {
	border: #EFEFEF 1px solid;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.field, #sidebar-right input.field {
	width: 100px;
	height: 17px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px 5px 0 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.button, #sidebar-right input.button {
	background: #F3F3F3;
	height: 21px;
	width: 40px;
	padding: 0;
	position: absolute;
	left: 130px;
	top: 10px;
}

/* Footer */

#footer {
	width: 100%;
	height: 5.5.em;
	background: #B8461B;
	clear: both;
}

#footer p {
	display: block;
	line-height: 20px;
	color: #fff;
	padding-left: 15px;
	font-size: 10px;
	text-align: center;
}

#footer p a {
	color: #ADADAD;
}

#footer p a:hover {
	color: #fff;
}

#footer ul {
	width: 100%;
	height: 3em;
	font-size: 10px;
}

#footer li {
	display: inline;
}

#footer li a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
	float: left;
	color: #8A8A8A;
}

#footer li a:hover {
	color: #fff;
}

#footer li.current_page_item a {
	background: #fff;
	color: #1D1D1D;
}

/* Fix */

#content_wrap:after,
.comment_date_and_id:after,
#menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.featured-box{
	text-align: center;
}
.featured{
	/*border: 1px solid #ccc;*/
	width: 520px;
	height: 300px;
	margin: auto;
}

.inner-container{
	width: 520px;
	margin: 10px auto;
}
.tips{
	width: 240px;
	float: left;
}

#content .tips h3, #content .kb h3{
	font-size: 11px;
	font-weight: bold;
	line-height: 2px;
	border-bottom: 1px solid #ccc;
}

#content .tips ul, #content .kb ul{
	padding: 0;
	margin: 0;
}
#content .tips ul li, #content .kb ul li{
	background: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.tips p{
	margin-top: -10px;
	font-size: 11px;
	font-weight: normal;
}
.kb p{
	margin-top: -10px;
	font-size: 11px;
	font-weight: normal;
}
.kb{
	width: 240px;
	float: right;
}
#content .kb h3{
	font-size: 11px;
	font-weight: bold;
	line-height: 2px;
	border-bottom: 1px solid #ccc;
}
.subscribe{
	float: right;
}
#menu .menu-list{
	float: left;
}
#menu .search-form{
	float: right;
}
#menu .search-form form {
	width: 185px;
	height: 20px;
	margin: 5px 0;
	position: relative;

}

#menu .search-form input {
	border: #6D2910 1px solid;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#menu .search-form input.field {
	width: 100px;
	height: 16px;
	position: absolute;
	left: 10px;
	top: 0px;
	padding: 3px 5px 0 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu .search-form input.button {
	background: #F3F3F3;
	height: 21px;
	width: 45px;
	padding: 0 0 3px 0;
	position: absolute;
	left: 130px;
	top: 0px;
}
#content img{
	border: 1px solid #ccc;
	padding: 1px;
}

#content .set_thumbnail{
	text-align: center;
}

#content .set_title{
	margin: -100 0;
}
#content .product_thumbnail{
	text-align: center;
	padding-left: 30px;
}
#content .category_thumbnail{
float: left; /*leave this value alone*/
margin: 15px 15px; /*margin around each panel*/
width:213px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#F6EFE5;
height:160px;
border: 1px solid #DA511F;
}

#content .category_thumbnail p{
text-align: left; /*leave this value alone*/
margin: 5px 5px ; /*margin around each panel*/
}

#content .category_thumbnail h2{
text-align: left; /*leave this value alone*/
height:20px;
margin: 4px 5px ; /*margin around each panel*/
padding-top: 4px;
text-align:center;
font-size: 11px;
}

#content .category_thumbnail h3{
text-align: left; /*leave this value alone*/
height:20px;
margin: 4px 5px ; /*margin around each panel*/
padding-top: 4px;

text-align:center;

}
#content .category_thumbnail img{
float: left; /*leave this value alone*/
background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:1px 1px;
}

#content .category_thumbnail a{
	color: #CC0000;
}

#content .category_thumbnail a:link{
	color: #CC0000;
}
#content .category_thumbnail a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#content .category_thumbnail a:visited{
	color: #CC0000;
}

#content .aligncenter{
	text-align:center;
	margin:0 auto;
}

.wp-caption-text{
	text-align: center;
	margin-top: -10px;
	visibility: hidden;
}

#content .category-description{
	text-align: left;
	margin: 0 0 20px 0;
}
#content h2.category-title{
	font-family: Arial;
	font-size: 34px;
	color: #4E4E4E;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.wp-caption{
	margin: 10px;
}
.alignleft{
	float: left; 
	padding-left: 25px;
}
.alignright{
	float: right; 
}


#content .other-item{
	width: 100%;
	text-align: center;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
#content .other-item ul li{
	display: inline;
	list-style: none;
	background: none;
	padding: 0;
	margin: 5px;
}

#content .other-item ul li a:hover{
	text-decoration: underline;
}
/* carousel )*/

.slider{
	width: 475px;
	margin: auto;
}

.slider a{
	color: #CC0000;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #666;
overflow: scroll; /*leave this value alone*/
width: 475px; /*Width of Carousel Viewer itself*/
height: 180px; /*Height should enough to fit largest content's height*/
margin: 20px 0 10px 0;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 16px ; /*margin around each panel*/
width:213px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#F6EFE5;
height:160px;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

#content .stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 4px 5px ; /*margin around each panel*/
padding-top: 4px;
font-size:11px;
font-weight:normal;
text-align:center;
font-family: verdana, serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:1px 1px;
border: none;
}

.parent{
font-weight: bold;
}

#sidebar .children{
padding-left:20px;
}
.current{
font-weight: bold;
}

.Nav{
padding-top: 20px;
clear: both;
text-align: center;
}

.current-cat{
	font-weight: bold;
	background-color: #FFEEDD;
}

#content .breadcrumb{
margin-bottom: 10px;
}

img#wpstats{display:none}