/*  
Theme Name: Yellow Sofa
Theme URI: http://test.qualitywordpress.com/?preview_theme=yellowsofa
Description: Yellow sofa, the sleek clean furniture design.
Version: 1.0
Author: qualitywordpress.com
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	background: url("images/bg.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
	font: bold 16px "Century Gothic", Century Gothic;
	 
	
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */
#header1 {
	width: 1004px;
	height: 233px;
	background: url("images/header1.jpg") no-repeat scroll 0 0 #000;
	position:relative;
}


#header {
	width: 1004px;
	height: 103px;
	background: url("images/header.jpg") no-repeat scroll 0 0 #000;
	position:relative;
}

	/* Header - Info */
	
	#header #header-info {
	left:640px;
	position:absolute;
	top:-173px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: normal 35px "Century Gothic", Century Gothic;
	
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFF8B;
		font: bold 12px "Century Gothic", Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: -40px;
		left: -10px;
		height: 53px;
	}
	
	#header #header-menu ul {
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		height: 53px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 53px;
		margin-right: 8px;
		font: bold 12px/43px "Century Gothic", Century Gothic;
		color: #FFFF8B;
		
		background: url("images/header_menu_left.gif") no-repeat;
	}

		
	#header #header-menu ul li a {
		color: #FFFF8B;
		text-decoration: none;
		padding: 0 15px;
		background: url("images/header_menu_right.gif") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Ssearch */
	
	#header #header-search {
		position: absolute;
		top: 50px;
		left: 738px;
		width: 252px;
		height: 27px;

}

		#header #header-search {
			width: 252px;
			height: 27px;
			background: url("images/sidebar_search.gif") no-repeat;
		}
		
		#header #header-search #search-form {
			margin: 0;
			padding: 0;
			width: 252px;
			height: 27px;
		}
		
		#header #header-search #sb {
			width: 149px;
			height: 17px;
			border: 0;
			padding: 5px;
			font: bold 13px "Century Gothic", Century Gothic;
			color: #000000;
			background: transparent;
			float: left;
		}
		
		#header #header-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 83px;
			height: 27px;
			padding: 0;
			float: right;
		}
	
	#header #header-text a {
		color: #FFFFFF;
		text-decoration: underline;
	}

/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 294px;
		left: 13px;
		width: 30px;
		height: 30px;
	}


	/* Header - Topbar */
	
	#header #topbar {
		position: absolute;
		top: 334px;
		left: 30px;
		width: 1004px;
		height: 201px;
		color: #ffffff;
		font: normal 11px "Century Gothic", Century Gothic;
	}
	
	#header #topbar h3 {
		font: bold 15px "Century Gothic", Century Gothic;
		color: #ffffff;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		padding-top: 12px;
		color: #ffffff;
		font: normal 11px "Century Gothic", Century Gothic;
	}
	
	#header #topbar ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 1px;
			padding: 5px 3px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 626px;
			float: left;
			padding: 12px 0 0 30px;
		}
		
		#header #topbar #topbar-right {
			width: 256px;
			float: left;
			padding: 12px 0 0 30px;
		}


/* Main */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-y;
}

#main-top {
	width: 1004px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 992px;
	padding-left: 12px;
	min-height: 60px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 570px;
		padding: 6px 16px 0 16px;
		
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		float: left;
		margin-bottom: 16px;
		width: 554px;
		padding: 7px;
		background: #101010;
		
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 554px;
			height: 51px;
			color: #FFF495;
			font: bold 12px "Trebuchet MS", Century Gothic;
		}
		
		#content .post .post-title a {
			color: #FFF495;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") repeat-x;
			width: 50px;
			height: 51px;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 11px/15px "Trebuchet MS", Century Gothic;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Century Gothic;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #FFE400;
			font: bold 19px "Century Gothic", Century Gothic;
		}
		
		#content .post .post-title h2 a {
			color: #FFE400;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px "Trebuchet MS", Century Gothic;
			color: #fff;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .post-entry a {
			color: #FFF400;
			text-decoration: none;
			
		}
		
		#content .post .post-entry a:hover {
			text-decoration:none;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px "Trebuchet MS", Century Gothic;
			color: #ffffff;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: 11px "Trebuchet MS", Century Gothic;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #FFF495;
			font: bold 17px "Century Gothic", Century Gothic;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 546px;
			font: normal 11px/18px "Trebuchet MS", Century Gothic;
			color: #FFF495;
		}
		
		#content .post .comments a {
			color: #FFF495;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #ffffff;
			color:#000000;
		}
		#content .post .comments ol li.alt cite , #content .post .comments ol li.alt cite a, #content .post .comments ol li.alt cite a:hover , #content .post .comments ol li.alt .commentmetadata a ,#content .post .comments ol li.alt .commentmetadata a:hover {
			background: #ffffff;
			color:#000000;
			font-weight:bold;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 11px/18px "Trebuchet MS", Century Gothic;
			color: #ffffff;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 189px;
		font: strong 11px/18px "Century Gothic", Century Gothic;
		color: #ffffff;
		padding: 7px 0;
		font-size:11px;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
		
	}
	
	.sidebar a:hover {
		text-decoration: underline;
		font-size:11px;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 14px/34px "Century Gothic", Century Gothic;
			color: #000000;
			height: 46px;
			width: 189px;
			margin-bottom:-10px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 2px 18px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: normal 11px/26px "Century Gothic", Century Gothic;
			padding-left: 10.5px;
			margin:0px 0px 0px -10px;
			background: url(images/img090.gif) left 12px no-repeat;
			
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			font-size:11px
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
			font-size:11px;
			
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px 5px 5px 10px;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {
    padding-top:30px;
	margin-top: 15px;
	width: 1004px;
	height: 40px;
	background-color:#000000;
	color: #A8A8A8;
	font: normal 11px/15px "Century Gothic", Century Gothic;
	text-align: center;
}

#footer a {
	color: #595959;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#fancy_notification #fancy_notification_content{
 display: none;
 width: 300px;
 padding: 8px;
 height: auto;
 text-align: left;
 margin: 0px !important;
 color:#000000;
 }
 
#fancy_notification #fancy_notification_content span{
 margin: 0px 0px 6px 0px;
 display: block;
 font-weight: normal;
 color:#000000;
 }
 
#fancy_notification #fancy_notification_content a{
 display: block;
 float: left;
 margin-right: 6px;
 margin-bottom: 3px;
 color:#000000;
 }
 div#sliding_cart.shopping-cart-wrapper{
  padding-left:1px;
  background: none;
  border: none;
  
  } 
 div.PeCatsBrands{  padding-left:30px;}

  .PeCatsBrands ul{
 padding-left: 0px;
 }
  
.PeCatsBrands ul li{
 margin: 0px 0px 0px 0px !important;
 padding-bottom:0px;
 }
  
.PeCatsBrands  ul.SubCategories{
 margin: 0 0 0 20px; 
 }
  
.PeCatsBrands  ul.SubCategories li{
 margin-left: 0px;
 }

ul.PeCategories{
 margin-left: 5px;
 }
 .category a{
  color:#FFE400;
  }
 
  
ul.PeCategories li.MainCategory strong.category a.productlink{
  color:#FFE400;
  font-size: 11pt;
  margin-left:0px;
   background-color:#242424;
  }
  
ul.PeCategories li.MainCategory strong.category a.productlink:visited{
  color:#FFE400;
  margin-left:0px;
   background-color:#242424;
  }
  
ul.PeCategories li.MainCategory strong.category a.productlink:hover{
  color:#FFE400;
  margin-left:0px;
 
  }

h2.categorytitle{ margin-left:10px;
}
span.numberitems{
background-color:#242424;
font-size:11px;

}
p.empty,p.visitshop{
 
 background-color:#242424;
 font-size:11px;
}

/******************/
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.aligncenter {
	margin: 0 auto 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	float: absolute;
	color:	#212121;
	font-size: 11px;
	border: 1px solid #cadbe6;
	text-align: center;
	background-color: #ebf3f8;
	margin: 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 5px;
	padding: 0;
	border: 0 none;
}

.small {
	font-size: 11px;
}
#content .post .post-entry li {

margin:10px 0 10px 30px;


}
#wp-calendar {
	empty-cells: show;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	width: 90%;
}
span.wpsc_category_title{ color:#fff400; margin-left:2px; font-size:18px;}
