/*
THEME NAME: Twiice Blog
THEME URI: http://www.worldwidecreative.co.za/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.2
AUTHOR: <a href="http://www.worldwidecreative.co.za/">World Wide Creative</a>
AUTHOR URI:
*/

/*----------------------------------------------------------------- MASTER CLASSES ---*/
* {font-size: 100.01%; margin: 0; padding: 0; }
html {font-size: 62.5%;}
body {
/*	font:11px Arial, Helvetica, sans-serif;*/
	font:110% Arial, Helvetica, sans-serif;
	background: #fff url(img/neptune-page-bg.gif) no-repeat 50% 0%;
}

.clearfix {clear: both; display: block;}
/*----------------------------------------------------------------- MASTER CLASSES END ---*/

/*----------------------------------------------------------------- LAYOUT CLASSES ---*/
div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}
div#header {
	margin: 0 auto;
	width: 900px;
	height: 164px;
}
div#nav {
	line-height: 51px;
	background: transparent url(img/nav-bg.gif) repeat-x 0% 0%;
	position: absolute;
	z-index: 100;
	top: 123px;
	width: 100%;
}
div#nav .inner {text-align: center;}
div.inner {
	margin: 0 auto;
	width: 900px;
}
div#innerpad {
	padding: 20px 30px;
	overflow: hidden;
}
div#content-container {/*position: relative;*/ padding-bottom: 17px;}
div#content-container .inner {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 898px;
	background-color: #fff;
}
div#content {	
	margin: 0 192px 0 0;
	padding-bottom: 20px;
}
div#sidebar {
	float: right;
	width: 172px;
	overflow: hidden;
	color: #fff;
	_margin-right: -2px;
	padding: 0 10px 0 10px;
}
/*----------------------------------------------------------------- LAYOUT CLASSES END ---*/

/*----------------------------------------------------------------- GENERAL CLASSES ---*/
div#header #search {
	width: 193px;
	height: 123px;
	float: right;
	background: transparent url(img/header-find.png) no-repeat;
}
div#header #search form {
	margin-top: 85px;
}
div#header #search .text {
	width: 137px;
	height: 13px;
	padding: 2px 4px;
	border: none;
	float: left;
	color: #777;
}
div#header #search .button {
	width: 40px;
	height: 17px;
	border: none;
	background: transparent url(img/search-button.png) no-repeat;
	margin-left: 7px;
	_margin-left: 1px;
	float: left;
	cursor: pointer;
}
div#header #search label {
	font-size: 10px;
	padding: 0px 48px 3px 0px;
	float: right;
}
div#newsletter-sub {position: relative; bottom: -18px; left: -2px; width: 100%;}
div#newsletter-inner {margin: 0 auto; width: 900px;}
div#newsletter-sub span {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 33px;
	line-height: 33px;
	width: 620px;
	display: block;
	background: #fff;
	text-align: right;
}
div#newsletter-sub form {
	display: block;
	float: right;
	width: 615px;
	background: transparent url(img/newsletter-label.gif) no-repeat left top;
}
div#newsletter-sub .text {
	width: 125px;
	height: 12px;
	padding: 2px 4px;
	margin: 0px 2px;
	border: 1px solid black;
	margin-bottom: 1px;
	_margin-bottom: 7px;
	color: #CCC;
}
div#newsletter-sub .button {
	width: 31px;
	height: 33px;
	border: none;
	background: transparent url(img/newsletter-button.gif) no-repeat;
	cursor: pointer;
}
div#newsletter-sub label {
	display: none;
}
#sidebar form {width: 180px; margin: 0 auto;}
#sidebar .text {
	width: 172px;
	height: 12px;
	border: none;
	padding: 1px 4px 3px 4px;
	margin: 4px 0;
	color: #999;
	display: inline;
}
#sidebar textarea {
	overflow: auto;
	border: 0px;
	font: 1.1em Arial, Helvetica, sans-serif;
	padding: 1px 4px 3px 4px;
	margin: 4px 0;
	width: 172px;
	height: 150px;
	color: #999;
	display: inline;
}
#sidebar .button {
	border: none;
	background: transparent url(img/sidebar-button.png) no-repeat right top;
	margin: 10px 0;
	width: 19px;
	height: 25px;
	float: right;
	cursor: pointer;
}
span.home-page-container {
	border-left: 1px solid #f26a23;
	float: left;
	width: 530px;
	padding-left: 20px;
	text-align: justify;
}
div.home-page-container {padding-top: 30px; width: 100%; float: left;}
span.home-page-container img {border: 1px solid black; float: left; margin-right: 10px;}
span.home-page-container p {padding: 0px;}
div#content-main-image {
	border-right: 1px solid #f26a23;
	border-bottom: 1px solid #f26a23;
	padding: 0px 35px 35px 0px;
	margin: 0px 20px 20px 0px;
	display: block;
	position: relative;
	z-index: 1;
	width: 195px;
	float: left;
}
div#content-main-image h3 {
	position: absolute;
	top: 18px;
	right: -65px;
	border: 1px solid #f26a23;
	background-color: #fff;
	color: #f26a23;
	padding: 10px;
}
div#content-main-image img {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
span.spacer {margin: 30px; display: block; float: right; width: 360px; height: 10px;}
span.paragraph {padding: 5px 0px 5px 20px; display: block;}

div#category-browser div{
	border: 1px solid #f26a23;
	margin: 8px 10px;
	padding: 15px 7px;
	width: 140px;
	float: left;
	display: block;
    position:relative; /*this is the key*/
    z-index:24;
    float: left;
    margin-top: 5px;
    /*cursor: pointer;*/
}

div#category-browser div:hover, div#category-browser div.divhover {z-index:25; background-color: #f26a23;}
div#category-browser div span{display: none;}

div#category-browser div span ul li {
	width: 100%;
	margin: 4px 0;
	list-style: none;
}
div#category-browser div span ul li a {
	border: 1px solid #fff;
	color: #fff;
	background: #f26a23;
	width: 100%;
	display: block;
	text-decoration: none;
}
div#category-browser div span ul li a:hover {
	border: 1px solid #f26a23;
	color: #f26a23;
	background: #fff;
}
div#category-browser div:hover span, div#category-browser div.divhover span {
    display:block;
    position:absolute;
    top:120px;
    left: -1px;
    width: 140px;
    _width: 138px;
   	padding: 15px 8px;
    background-color:#f26a23; color:#fff;
    text-align: center;
}
div#category-browser  div p.tooltip-thumb {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	margin: 0px auto;
	width: 120px;
	height: 75px;
	border: 1px solid #777;
}
p.tooltip-thumb img, div#category-browser div span img {border: none;}
div#category-browser div h3 {font: lighter 1.1em Trebuchet MS, Helvetica, sans-serif; color:#f26a23; width: 100%; text-align: center; padding-bottom: 10px;}
div#category-browser div:hover h3, div#category-browser div.divhover h3 {color: #fff;}

div#innerpad ul, div#innerpad ol {padding-left: 15px;}
div.post {
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	padding-top: 20px;
}
abbr.published, div.entry-meta {color: #a2a1a1; text-transform: uppercase;}
span.meta-sep {color: #f26a23;}

div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
/*----------------------------------------------------------------- GENERAL CLASSES END ---*/

/*----------------------------------------------------------------- TYPOGRAPHY CLASSES ---*/
h1#logo {
	float: left;
	width: 391px;
	height: 127px;
	text-indent: -9999px;
	background: transparent url(img/logo.gif) no-repeat center bottom;
}
h1#enquire {
	width: 180px;
	height: 27px;
	text-indent: -9999px;
	margin-top: 25px;
	margin-left: 10px;
	background: transparent url(img/enquire-h1.png) no-repeat;
}
div#content, div#sidebar {
	line-height: 1.4em;
	font-size: 1.1em;
}
div#content p, div#sidebar p {padding: 10px 0;}
div#content span.home-page-container p {padding: 10px 0px 0px;}
h1.label {
	width: 120px;
	height: 25px;
	text-indent: -9998px;
	float: left;
}
.new {background: #fff url(img/label-new.gif) no-repeat 50% 50%;}
.news {background: #fff url(img/label-news.gif) no-repeat 50% 50%;}
h2 {font: lighter 30px Trebuchet MS, Helvetica, sans-serif; color:#f26a23;}
h1.content-title {font: lighter 2.5em Trebuchet MS, Helvetica, sans-serif; color:#000;}
div#product-meta {height: 59px; color: #fff; text-align: center; padding: 10px 0px 0px 0px; width: 708px; _width: 703px;}
div#product-meta h1 {font: lighter 2.5em Trebuchet MS, Helvetica, sans-serif;}
span.meta {font: lighter 1.0em Trebuchet MS, Helvetica, sans-serif; color:#f26a23; line-height: 1.3em;}
ul.xoxo li {
	list-style: none;
}
ul.xoxo li h3 {
	font: lighter 16px trebuchet MS, helvetica, sans-serif;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 3px 0;
	margin: 20px 0 10px 0;
	/*color: #f26a23;*/
	letter-spacing: 0.6px;
}
/*----------------------------------------------------------------- TYPOGRAPHY CLASSES END ---*/

/*----------------------------------------------------------------- LINK CLASSES ---*/
a:link {text-decoration: underline; color: #f26a23;}
a:active {text-decoration: underline; color: #f26a23;}
a:visited {text-decoration: underline; color: #f26a23;}
a:hover {text-decoration: none; color: #c30;}

#sidebar a:link {text-decoration: underline; color: #FFF; font-size: 11px; line-height: 15px;}
#sidebar a:active {text-decoration: underline; color: #FFF;}
#sidebar a:visited {text-decoration: underline; color: #FFF;}
#sidebar a:hover {text-decoration: none; color: #f26a23;}

div.entry-meta a:link {text-decoration: underline; color: #a2a1a1;}
div.entry-meta a:active {text-decoration: underline; color: #a2a1a1;}
div.entry-meta a:visited {text-decoration: underline; color: #a2a1a1;}
div.entry-meta a:hover {text-decoration: none; color: #f26a23;}

div#header #search label a {color: #fff;}

div#footer ul {float: right;}
div#footer ul li {
	list-style: none;
	display: inline;
}
div#footer ul li.first a {border: none;}
div#footer ul li a {
	display: block;
	float: left;
	color: #fff;
	height: 57px;
	width: 80px;
	border-left: 1px solid #ccc;
}
div#footer ul li a.vitra {background: #fff url(img/supply-logo-vitra.gif) no-repeat 50% 50%;}
div#footer ul li a.kartell {background: #fff url(img/supply-logo-kartell.gif) no-repeat 50% 50%;}
div#footer ul li a.bnbitalia {background: #fff url(img/supply-logo-bnbitalia.gif) no-repeat 50% 50%;}
div#footer ul li a.moroso {background: #fff url(img/supply-logo-moroso.gif) no-repeat 50% 50%; display: none;}
div#footer ul li a.verpan {background: #fff url(img/supply-logo-verpan.gif) no-repeat 50% 50%; display: none;}
div#footer ul li a.lazyjack {background: #fff url(img/supply-logo-lazyjack.gif) no-repeat 50% 50%; display: none;}
div#footer ul li a.cat {background: #fff url(img/supply-logo-cat.gif) no-repeat 50% 50%;}

/*----------------------------------------------------------------- LINK CLASSES END ---*/

/*----------------------------------------------------------------- S U C K E R F I S H ---*/
ul#dropdown li.first span {border-left: 1px solid #fff;}
ul#dropdown li.first a:hover span {border:none;}
ul#dropdown li {
	list-style: none;
	float: left;
	text-transform:uppercase;
	font: lighter 11px Arial, Helvetica, sans-serif;
}
ul#dropdown li a {
	color: #fff;
	line-height: 51px;
	height: 51px;
	position: relative;
	z-index: 99;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding: 1px;
}
ul#dropdown li a span {
	border-left: 1px solid #f26a23;
	padding: 0 12px;
}
ul#dropdown li a:hover span {border:none;}
ul#dropdown li a.active {border: 1px solid #f26a23; padding: 0px 2px 0px 1px; margin-right: -2px;}
ul#dropdown li a.active span {border: none;}
ul#dropdown li a:hover {color: #f26a23; text-decoration: none; border: 1px solid #f26a23; padding: 0px 2px 0px 1px; margin-right: -2px;}

ul#dropdown li ul li {
	padding: 5px;
	text-align: left;
	background-color: #fff;
}
ul#dropdown li ul a {
	display: block;
	width: 150px;
	padding: 1px 1px 1px 6px;
	color: #000;
	line-height: 20px;
	height: 20px;
	_margin-right: 0px;
}
ul#dropdown li ul a:hover {color: #000; text-decoration: none; border: 1px solid #f26a23; padding: 0px 0px 0px 5px; _margin-right: 0px;}
ul#dropdown li {float: left;}
ul#dropdown li ul {
	position: absolute;
	z-index: 99;
	width: 170px;
	left: -999em;
	margin-top: 52px;
	_margin-left: -57px;
	background-color: #fff;
	border: 1px solid #f26a23;
}
ul#dropdown ul li:hover, ul#dropdown ul li.sfhover {/* This styles the sub li's on hover */}
ul#dropdown li:hover ul, ul#dropdown li.sfhover ul {left: auto;}

/*----- LEVEL 2 -----*/
#dropdown li ul ul {
	margin: 0px 0px 0px 158px;
	_margin-left: 0px;
}

#dropdown li:hover ul ul, #dropdown li.sfhover ul ul {
	left: -999em;
}

#dropdown li:hover ul, #dropdown li li:hover ul, #dropdown li.sfhover ul, #dropdown li li.sfhover ul {
	left: auto;
}

/*----- LEVEL 3 -----*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
a.linklove {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #ccc;
}
a.linklove:hover {color: #888;}

/*----------------------------------------------------------------- MASTER CLASSES ---*/

div#content-container #main-img { 
	background: #ccc url(img/neptune-main-img.jpg) no-repeat center top;
	height: 454px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 898px; _width: 900px;
	margin: 0 auto;
	/*position: relative;*/
}
div#content-container {background: transparent url(img/neptune-page-footer.gif) no-repeat center bottom;}
div#content-container .inner {background: #fff url(img/neptune-sidebar-bg.gif) repeat-y right;}
p#sidebar-img-big {background: transparent url(img/neptune-sidebar-img-big.jpg) no-repeat center top; height: 293px; width: 100%; display: block;}
p#sidebar-img-sm {background: transparent url(img/neptune-sidebar-img-sm.jpg) no-repeat center top; height: 69px; width: 192px;}

div#product-meta {background-color:#8ec1dc;}

div#footer {
	clear: both;
	width: 100%;
	margin-top: 20px;
	text-align: right;
}