/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background:#f0efeb;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		/*height: 155px;*/
		width: 100%;
		background: url('images/header-marble-background.jpg') center top no-repeat #322203;
		}

h2#logo { margin: 10px 5px 10px 15px; }
h2#logo a { background: url("images/need-countertops-logo-header.png") no-repeat 0 0; display:block; height: 93px; opacity: 0.9; width: 183px; text-indent: -9999px; }
h2#logo a:hover { opacity: 1; }

#headerimg {
		}
		
#menu {
		background: rgb(50, 34, 3);
		background:/*#5a4d33*/ rgba(50, 34, 3, 0.85);
		position:absolute;
		top: 20px;
		left: 0;
		width: 100%;
		z-index:2;
}	

#menu #menu-content {
		margin: 0 auto;
		width: 960px;
}

#slideshow {
		position:relative;
		top:0;
		z-index:0;
		background:#F0EFEB;

}

#slideshow span {
	width:960px;
	height:430px;
	position:relative;

}	

#slideshow span img {
	position:relative;
	top:0;
	left:0;
}

#slideshow span h3 {
	position:absolute; 
	bottom:80px;
	right:40px;
	display:inline-block;
}

#slideshow span h3 a {
	color:#fff;
}

#slideshow span h3 a:hover {
	color: #ede5be;
}

#slideshow span h3 a em, #slideshow span h3 a strong {
/*background: rgba(47,38,19,0.8);*/
		background:/*#5a4d33*/ rgba(50, 34, 3, 0.85);

	float:right;
	clear:both;
	font-size:180%;
	line-height:140%;
}

#slideshow span h3 a em {
	padding:5px 20px 10px;
	font-style:normal;
	}

#slideshow span h3 a strong {
	padding: 10px 20px 5px;
	}

div.slideshow-controls { background:#F0EFEB; position:relative; float:left; margin:-24px 0 0 0; overflow:hidden;}
div.slideshow-controls a, div.slideshow-controls a:link {display:block; padding:7px 10px; font-size:10px; color:#cf9f38; float:left; }
div.slideshow-controls a:hover {text-decoration:none; color:#dfd188;}
div.slideshow-controls a.activeSlide {color:#5a4d33;}


#menu-background {
		position:relative;
		top:0;
		z-index:0;
		/*background:url('http://dummyimage.com/960x215/ccc/fff.png') no-repeat;*/
		height:155px;
		width:960px;
}	

ul.nav {
	list-style:none;
	text-align:right;
	margin: 0 5px 5px 5px;
}

ul#nav.nav li a, ul#nav.nav li a:link, ul#nav.nav li a:visited { color: #dfd188; font-size: 1.52em/*1.65em*/; text-transform:uppercase; }
ul#nav.nav li a:hover, ul#nav.nav li a:active  { background: rgb(47,38,19); background: rgba(47,38,19,0.6); color: #ede5be; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

ul.nav li {
	list-style:none;
	display:inline;
}

ul#nav li a, ul#nav li a:link {
	display:inline-block;
	padding:5px 10px;
	font:700 1.5em Arial, Helvetica, sans-serif;
	color:#fff;
}

ul#nav li a:hover {
	text-decoration:none;
	color:#eee;
}

p.copyright {
	text-align:right;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
#search-bar	{
	text-align:right;
}

#search-bar form {
	border:1px solid #ddd;
	padding:5px;
	margin:5px;
	display:inline-block;
	width:auto;
}

#wrapper-container { background: url('images/content-marble-background.jpg') 0 0 repeat-x; overflow:hidden; }

#wrapper {
	border:1px solid #bfbbb3;
	border-top:0px;
	background: #F0EFEB;
	position: relative;
	overflow:hidden;
}

	
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin: 20px 0px;
		border-right: 1px solid #bfbbb3;
		margin-right:9px;
		padding:0px 20px;
		width:480px;
		}
		
#content .post ol li {
	list-style:decimal;
}		

#content .post li {
	font-size: 1.4em;
}

#content .post ul li {
	border:0px;
	list-style:square;
}

.most-popular-topics h3 a { background: url('images/popular-topic-icon.jpg') 0 0 no-repeat; display: block; padding: 7px 0 0 35px; }
.feature.photos h3 a { background: url('images/photo-icon.jpg') 0 0 no-repeat; padding: 5px 0 2px 40px; }
h3.locator a { background: url('images/dealer-location-icon.jpg') 0 0 no-repeat; margin: 5px 0 0; padding: 5px 0 10px 32px; }

li.locator-widget {
	background: url('images/map-button.jpg') 0 0 no-repeat;
}

li.locator-widget p {
	margin:22px 9px;
}

p.button.wide.right {
	text-align:right;
}

#content ul {
		/*margin:0px 20px;*/
}

#content ul li, #sidebar ul li {
		border-bottom:  1px solid #bfbbb3;
		padding: 0 0 10px 0;
}

#content ul li ul li, #content ul li.last, #sidebar ul li ul li, #sidebar ul li.last  {
		border: 0px;
		padding:0;
}
#sidebar
{
		text-align: left;
		padding-top: 5px;
		padding-bottom: 25px;
		}
		
#sidebar li.feature.ask-ben { background: url("images/ask-ben.jpg") no-repeat 210px center; }
#sidebar li.feature.ask-ben p { width: 195px; word-wrap:break-word; }

.topics ul li { }
.topics ul li a { background: url("images/topic-icon.jpg") no-repeat 0 0; min-height: 17px; display: block; padding-left: 25px;}

#footer {
		color: #bebaa0;
		margin: -30px 0 0 0;
		padding: 110px 0 25px;
		background: url('images/footer-marble-background.jpg') center top repeat-x #514225;
		}	
		
#footer a, #footer a:link {
		color:#ffdc68;
}

#footer ul#product-nav { margin: 30px 0 0 40px; }
#footer ul#product-nav li { display:inline; }
#footer ul#product-nav li a { display: block; float: left; opacity: 0.8; text-indent: -9999px; }
#footer ul#product-nav li#wilsonart a { background: url('images/brands-sprite.png') 0 -16px no-repeat; height: 19px; margin: 0 0 20px 20px; width: 253px; }
#footer ul#product-nav li#cambria a { background: url('images/brands-sprite.png') 0 -50px no-repeat; height: 69px; margin: 0 25px 0 0; width: 143px; }
#footer ul#product-nav li#meganite a { background: url('images/brands-sprite.png') -167px -52px no-repeat; height: 69px; width: 128px; }
#footer ul#product-nav li a:hover { opacity: 1; }

#footer .vcard.grid_3 div { margin-left: 25px; }
#footer .vcard .fn.org { background: url('images/need-countertops-logo-footer.png') 0 0 no-repeat; display: block; height: 54px; margin-top: 7px; text-indent: -9999px; width: 105px; }

#footer-nav { font-size: 1.15em/*1.25em*/; margin: 0; text-align: left; }
#footer-nav li { border-right: 2px solid #635334; padding: 0 12px; }
#footer-nav li.first { padding-left: 5px; }
#footer-nav li.last { border-right: none; }

#footer div.grid_9.omega {  background: rgb(48,39,20); background: rgba(48,39,20,0.55); border: 2px solid #302714; margin-left: 6px!important; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#footer div.grid_6.omega p { font-size: 13px; margin: 0 0 14px; padding: 7px; }

.post {
		margin: 0 0 40px;
		}
.post.hentry {
		border-bottom: 1px solid #BFBBB3;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		/*text-indent: -10px;*/ 
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		/*content: "\00BB \0020";*/
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */

   /* Search Form Elements -- Site Search / Dealer Locator */
#searchform, #searchForm { background: rgb(53,37,4); background: rgba(53,37,4,0.8); margin-bottom: 15px; padding: 10px; }
form#searchForm p { color: #FFF5DF; margin-bottom: 0; padding-bottom: 4px; }
#header #searchform { border: 0; margin: 10px 10px 0 0; padding: 0; width: 355px;/**/ }
#searchform label.screen-reader-text { display:none; }
#searchform div { padding: 10px 12px; }
#searchform input#s, #searchForm input.address { background: url('images/search-icon.jpg') 0 0 no-repeat #fff; border: 1px solid #6F5F3E; color: #6F5F3E; font-size: 1.5em; font-weight: bold; font-style:italic;  height: 25px; padding: 2px 0 2px 27px; width: 215px; }
#searchForm select#radiusSelect { border: 0; color: #6F5F3E; font-size: 1.5em; font-weight: bold; height: 29px; padding: 5px 0; width: 75px; }
#menu #search-bar { margin: 5px 10px; }
#menu #searchsubmit, #searchForm input.submit { background: url('images/search-bg.jpg') 0 0 repeat-x; border: 2px solid #b39948; color: #fff; float: right; font-size: 1.1em; font-weight: bold; height: 30px; opacity: 0.85; text-transform: uppercase; }
#menu #searchsubmit:hover, #searchForm input.submit:hover  { cursor: pointer; opacity: 1; }

/* Submit Button Styles */
input#submit, #content a.submit, #sidebar a.submit {
	background-color: rgb(197,181,130);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, rgb(129,113,62)),
		color-stop(0.6, rgb(197,181,130))
	);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(129,113,62) 24%,
    rgb(197,181,130) 60%
	);
	border: 2px solid #B39948;
	border-radius: 7x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color:#fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #877744;
	}
input#submit:hover, #content a.submit:hover, #sidebar a.submit:hover {
	background-color: rgb(102,88,47);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, rgb(102,88,47)),
		color-stop(0.6, rgb(179,164,118))
	);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(102,88,47) 24%,
    rgb(179,164,118) 60%
	);
	cursor: pointer;
	}

input, select, textarea { border: 1px solid #B3A476; color: #6F5F3E; }

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

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

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

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

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform label small { color: ; }

#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*/

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

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 5px 0/*15px 0 10px*/;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.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: 5px 0/*0*/;
		display: block;
		}

/* End Comments */

/* 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;
		}

/* End Calendar */

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

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

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

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

#content ul.brand-list div.product-related-articles h4  {
		color: #BF8D23;
		font-size: 1.3em;
		
}
#content ul.brand-list li {
		background: #ECE9E2;
		list-style: none outside none;
		margin-left: 0;
		padding: 10px;
		
}
#content ul.brand-list li div.product {
		float: left;
		margin: 0 5px 5px 0;
		text-align: center;
}

#content ul.brand-list div.product-related-articles ul  {
		list-style: disc outside none;
}

#content ul.brand-list div.product-related-articles ul li  {
		font-size: 0.9em;
		font-weight: bold;
		list-style: disc outside none;
		margin: 2px;
		padding: 4px 2px 4px 0;
}
#content ul.brand-list div.product-related-articles ul li.last  {
		font-size:0.9em;
		font-weight: normal;
		list-style: none outside none;
		margin-top: 10px;
}

span.newsletter-icon {
		background: #CF9F38;	
}

.social-sharing { clear: both; display: block; float:left; margin: 5px 0 0; overflow: visible; width: 480px; }
.social-sharing .facebook-like { display: inline; float: left; width: 350px; }

/* End Various Tags & Classes*/

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

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

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

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */
