/*
Theme Name: Norwest Kitchens
Author: www.gobigmedia.com.au
Author URI: http://www.gobigmedia.com.au
Version:1-2012
Description: NORWEST KITCHENS WEBSITE 
Tags: Design & Developed by Christian Cometa - www.gobigmedia.com.au
*/

html,body {

	background:#fff; 
	text-align:center;
	background: url(images/main-bg.jpg);
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	
	
}
h1 {color: #f26532; margin-bottom: 3px;}
h2 {font-size: 16px; font-weight: bold; color: #f26532; margin-bottom: 3px;}
h3 {font-size: 13px; font-weight: bold; color: #f26532; margin-bottom: 3px;}
p { margin-bottom: 10px; font-size: 12px; color: #262627;}
strong {font-weight: bold;}
:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul { list-style-type:disc; margin-left: 20px; color: #262627; margin-bottom: 10px;}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	opacity: .8;
	text-decoration:underline;
	color:#999;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

body {
	border-top:5px solid #f26532;	
}



#wrapper {
	padding:0;
	margin:0 auto;
	width:1000px;
	text-align:left;
	background:#f2f2f2;
	
}

#header {
	padding:0;
	margin:0;
	height:228px;
	width:1000px;
	background:url(images/header_bg2.jpg) no-repeat;
	border-bottom:2px solid #f26532;
}

#header img {
	padding:0 0 0 0;
	margin:130px 0 0 20px;
}

#maincontent {
	padding:0;
	margin:5px 0 0 0;
}

#bodyContent {
	padding:0;
	margin:0;
	min-height:200px;
	float:left;
	width:800px;
}

#bodyContent .banner {
	padding:0;
	margin:0 0 0 10px;
}


.banner {  
    height:  225px;  
    width:   780px;  
    padding: 0;  
    margin:  0;  
} 

/* ------ sliding banner here ------ */
.banner img { display: none }
.banner img.first { display: block }
/* ---- sliding banner end here -------*/

#bodyNav {
	padding:0;
	margin:0 0 0 5px;
	background: #222; /* Show a solid color for older browsers */
	border-radius:5px;

}

#entry {
	padding:0;
	margin:10px 20px;
		
}

#entry h1 {
	font-size:24px;
	font-weight:bold;
}

#footer {
	clear:both;
	border-top:1px dashed #ccc;	
	font-size:10px;
}

#footer p {
	padding:10px 10px;
	float:right;
}

#footer a {
	color:#333;
}

#footer_bottom {
    background:#f1f1f1; 
	border-top:3px solid #ddd;
	font-size:12px;
	line-height:20px;
	margin:0px 0;
	padding:10px 0 0 0;
}
#footer_bottom a {
	color:#333;	
	text-decoration:none;
}

#footer_bottom a:hover {
	text-decoration:underline;	
}

#footer_bottom .underline {
	text-decoration:underline;	
}

#bottom_icon {
	 width:1000px; 
	 margin:0px auto; 
	 padding:20px 0;
	 background:#FFF;	
}

#bottom_icon img {
	padding:0 2px;	
}


#carousel {
	width:960px;
	margin: 5px auto;
	padding:0 0 0 40px;
	background: #FFF;
	
}

#carousel .anyClass {
	float:left;	
	margin:0 40px;
}

#carousel .anyClass ul li {
	margin:0 40px;
}

#carousel .prev {
	float:left;	
	margin:5px 0 0 0;
	background:url(images/left_arrow.png) no-repeat;
	width:37px;
	height:37px;
	border:none;
	box-shadow:none;
	cursor:pointer;
	margin-top: 20px;
}
#carousel .next {
	float:left;	
	margin:5px 0 0 0;
	background:url(images/right_arrow.png) no-repeat;
	width:37px;
	height:37px;
	border:none;
	box-shadow:none;
	cursor:pointer;
	margin-top: 20px;
}

#carousel .prev:hover {
	float:left;	
	margin:5px 0 0 0;
	background:url(images/left_arrow_hover.png) no-repeat;
	width:37px;
	height:37px;
	border:none;
	box-shadow:none;
	cursor:pointer;
	margin-top: 20px;
}
#carousel .next:hover {
	float:left;	
	margin:5px 0 0 0;
	background:url(images/right_arrow_hover.png) no-repeat;
	width:37px;
	height:37px;
	border:none;
	box-shadow:none;
	cursor:pointer;
	margin-top: 20px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display: block;
	margin: 0 0 0 0;
	padding:20px 0;
	width: 195px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	/*float: left;*/
	position: relative;
	
}
#access a {
	color: #eee;
	display: block;
	padding: 10px 0 10px 20px;
	margin:0;
	text-decoration: none;
	cursor:pointer;
	border-bottom: 1px dotted #333;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	/*float: left;*/
	margin: 0;
	position: absolute;
	top: 0;
	left:190px;
	width: 188px;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f26532;
	background: -moz-linear-gradient(#f26532, #da511f);
	background: -o-linear-gradient(#f26532, #da511f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26532), to(#da511f)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f26532, #da511f);
	border-bottom: 1px dotted #c54618;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.70em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
	
}



#access li a:hover {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #373737;
	
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #c2c2c2);
	background: -o-linear-gradient(#f9f9f9, #c2c2c2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#c2c2c2)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #c2c2c2);
	color: #373737;
	z-index: 99999;
}
#access ul li:hover > ul {
	display: block;
	z-index: 99999;
}

#access ul li 


#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color:#f26532;
}
<!-- for IE9 -->
#access .current-menu-item a,
#access .current-menu-ancestor a,
#access .current_page_item a,
#access .current_page_ancestor a {
	font-weight: bold;
	color:#f26532;
}

/* ------- end Menu here ------- */


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
} 
.marquee, .marquee-with-options {
			  width: 300px;
			  overflow: hidden;
			  border:1px solid #ccc;
			}