/*
THEME NAME: Design Trade
THEME URI: http://www.designtrade.co.za
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.0
AUTHOR: <a href="http://www.webaholic.co.za/">Paul Weingartz</a>
AUTHOR URI:
*/

/*----------------------------------------------------------------- MASTER CLASSES ---*/
@import url('css/reset.css');
@import url('css/text.css');
html, body {
	background: #5D5D5D url(css/img/bg-page.gif) repeat-y center top;
	height: 100%;
}
.clearfix {clear: both; display: block; text-indent: -9999px; font-size: 0px;}
.alignright {float: right;}
.alignleft {float: left;}
img.border {border: 1px solid #444;}
/*----------------------------------------------------------------- MASTER CLASSES END ---*/

/*----------------------------------------------------------------- LAYOUT CLASSES ---*/
div#wrapper {
	background: #333133 url(css/img/bg-wrapper.gif) repeat-y center top;
	padding: 20px 0;
	margin: 0 auto;
	width: 1000px;
}
div.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
div#container {
	float: right;
	margin: 0 0 0 -480px;
	width: 100%;
}
div#content {
	margin: 0 0 0 480px;
	min-height: 510px;
	position: relative;
}
	h2.page-heading {
		width: 480px;
		height: 170px;
		position: absolute;
		text-indent: -9999px;
		top: 0px;
		left: 0px;
	}
	div.single-bg {background: #fff url(css/img/bg-big.gif) no-repeat right top;}
	div.multi-bg {/*background: #fff url(css/img/bg-multi.gif);*/background: #fff url(css/img/bg-big.gif) no-repeat right top;}
	
div.sidebar {
	float: right;
	overflow: hidden;
}
div#primary {
	width: 180px;
	text-align: center;
	padding-top: 110px;
	margin-top: -42px;
	background: transparent url('css/img/logo.gif') no-repeat center top;
	position: relative;
}
div#secondary {
	width: 298px;
	height: 510px;
	border: 1px solid #000;
	overflow: hidden;
	background: transparent url(css/img/big-picture.jpg) no-repeat center top;
}

div.greybar {
	background: transparent;
	line-height: 22px;
	height: 22px;
	text-align: right;
	clear: both;
}
div.gallery-content {
	padding-top: 150px;
}
div.gallery-content p {
	display:none;
}
div.greybox {
	width: 320px;
	padding: 10px 10px 3px;
	margin: 0px auto;
	background: #E9E9E9 url(css/img/greybox-top.gif) no-repeat center top;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
div.greybox table {position: relative;}
div.greybox img {
	float: left;
	margin-right: 15px;
}
div.greybox h5 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 4px;
}
div.greybox span {
	font-size: 11px;
	line-height: 1.3em;
}
div.greybox-bottom {
	width: 340px;
	height: 7px;
	background: #E9E9E9 url(css/img/greybox-bottom.gif) no-repeat center top;
	margin: 0 auto;
}
div.jcarousel-skin-tango {position: absolute; bottom: 0px; width: 480px;}
/*----------------------------------------------------------------- LAYOUT CLASSES END ---*/

/*----------------------------------------------------------------- GENERAL CLASSES ---*/
.entry-content {
	padding: 0 20px;
	font-size: 11px;
}
div.sidebar li{list-style:none;margin:0 0 6px;}
span.edit-link {display: none;}
/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}

table.contact-details {font-size: 10px; margin: 30px 0 0 33px;}
/*----------------------------------------------------------------- GENERAL CLASSES END ---*/

/*----------------------------------------------------------------- LINK CLASSES ---*/
div.greybar a:link {color: #fff; text-decoration: none;}
div.greybar a:active {color: #fff; text-decoration: none;}
div.greybar a:visited {color: #fff; text-decoration: none;}
div.greybar a:hover {color: #F065A5; text-decoration: underline;}

div#wrapper a:link {color: #F065A5; text-decoration: none;}
div#wrapper a:active {color: #F065A5; text-decoration: none;}
div#wrapper a:visited {color: #F065A5; text-decoration: none;}
div#wrapper a:hover {color: #333; text-decoration: underline;}

div#primary a:link {color: #727172; text-decoration: none;}
div#primary a:active {color: #727172; text-decoration: none;}
div#primary a:visited {color: #727172; text-decoration: none;}
div#primary a:hover {color: #F065A5; text-decoration: none;}

h1#logo {
	width: 250px;
	height: 100px;
	background: transparent url(css/img/design-trade.png) no-repeat left bottom;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	/*display: block;*/
	display: none;
}
/*----------------------------------------------------------------- LINK CLASSES END ---*/

/*----------------------------------------------------------------- MENU CLASSES ---*/
div#menu li ul {display: none;}
div#menu li a {
	border: 1px solid #fff;
	width: 140px;
	margin: 10px auto;
	padding: 2px 0 0;
	display: block;
	line-height: 28px;
}
div#primary li.current_page_item a,
div#primary li.current_page_parent a {
	color: #C0D849;
}

.sub-nav {
	height: 150px;
	padding-left: 15px;
}
.sub-nav ul {
	display: block;
}
.sub-nav ul li {
	text-align: left;
	font-size: 10px;
	padding-left: 20px;
}
/*----------------------------------------------------------------- MENU CLASSES END ---*/

/*----------------------------------------------------------------- HEADINGS ---*/
div.page .entry-title {
	height: 130px;
	display: block;
	text-indent: -9999px;
}
div#post-2 .entry-title {background: url(css/img/heading-about.gif) no-repeat left 30px;}
div#post-3 .entry-title {background: url(css/img/heading-contact.gif) no-repeat left 30px;}

div#post-9 {background: transparent url(css/img/heading-bags-evening.gif) no-repeat;}
div#post-10 {background: transparent url(css/img/heading-bags-fashion.gif) no-repeat;}
div#post-11 {background: transparent url(css/img/heading-bags-postman.gif) no-repeat;}
div#post-12 {background: transparent url(css/img/heading-bags-shoppers.gif) no-repeat;}
div#post-13 {background: transparent url(css/img/heading-bags-weekenders.gif) no-repeat;}

div#post-14 {background: transparent url(css/img/heading-acc-bowlsdecor.gif) no-repeat;}
div#post-15 {background: transparent url(css/img/heading-acc-cushcarp.gif) no-repeat;}
div#post-16 {background: transparent url(css/img/heading-acc-games.gif) no-repeat;}
div#post-17 {background: transparent url(css/img/heading-acc-hideshorns.gif) no-repeat;}
div#post-18 {background: transparent url(css/img/heading-acc-jewelry.gif) no-repeat;}
div#post-19 {background: transparent url(css/img/heading-acc-keypens.gif) no-repeat;}
div#post-20 {background: transparent url(css/img/heading-acc-wallbelts.gif) no-repeat;}

div#post-21 {background: transparent url(css/img/heading-lighting-floor.gif) no-repeat;}
div#post-22 {background: transparent url(css/img/heading-lighting-hanging.gif) no-repeat;}
div#post-23 {background: transparent url(css/img/heading-lighting-table.gif) no-repeat;}
div#post-24 {background: transparent url(css/img/heading-lighting-tea.gif) no-repeat;}
div#post-25 {background: transparent url(css/img/heading-lighting-wall.gif) no-repeat;}

div#post-26 {background: transparent url(css/img/heading-furniture-chairs.gif) no-repeat;}
div#post-27 {background: transparent url(css/img/heading-furniture-otto.gif) no-repeat;}
div#post-28 {background: transparent url(css/img/heading-furniture-sofas.gif) no-repeat;}
div#post-26 {background: transparent url(css/img/heading-furniture-tables.gif) no-repeat;}
/*----------------------------------------------------------------- HEADINGS END ---*/