/*
Theme Name: MFL
Theme URI: http://massonforlight.com.au/
Description: A custom WordPress theme built with HTML 5.
Version: 1.0
Author: Reaktive Design
Author URI: http://reaktive.com/

PRODUCT PAGE PRINTING CSS STYLE

*/

/* FONT STUFF */

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 980px;
	font-family: "Calibri", "DroidSans", Arial, Helvetica, sans-serif;	
	font-weight: 400;
	}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}
	
ol, ul, li {
	list-style: none; 
	border: 0;
	margin: 0;
	padding: 0;
}	

.alignleft,
img.alignleft {
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear { clear: both; }

/* == LINKS == */

a:link,
a:visited {
	text-decoration: underline;
/*	color: #5566AA;	*/
	color: #2c3337;	
}

a:hover,
a:active
 {
	text-decoration: none;
	color: #000000;		
}


/* == HEADER == */

body>header {
/*	display: none;
	visibility: hidden; */
	
	background: #fff;
	padding: 10px 0px;
	color: #737373;
	height: 86px;
	width: 980px;
	}
	body>header h1 {
		margin: 0;
		background: url(http://massonforlight.com.au/i/masson-for-light-logo.jpg);
		width: 263px;
		height: 66px;
		float: left;
		margin: 10px 0px 10px 0px; 
		}
		body>header h1 a {
			display: block;
			width: 100%;
			height: 100%;	
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #ddd;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #fff;
			}
		body>header h2 {
			text-transform: uppercase;	
			font-size: 0.9em;
			font-weight: normal;
			text-align: left;
			height: 66px;
			margin: 10px 0px 0px 15px;		
			padding: 0px;
			width: 300px;
			float: left;	
		}
		body>header h1 a img {
			border: none }		

/* == POSTS == */

article[id*=post-] {
	padding: 10px 0;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == 

-------------------------------------------------------------- */

#access {
	display: none;
}
/* == FOOTER == */

body>footer {
	margin: 0px auto 50px auto;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	background: #C7CBCD;
	display: block;
	width: 980px;
	font-family: "Calibri", "Droid Sans", Arial, sans-serif;
	color: #2C3337;
	border: #C7CBCD 1px solid;	

	}
	
#footer {
	font-size: 0.8em;	
	padding: 5px 0px;
}

#footer a {
	color: #2C3337;	
	text-decoration: underline;	
}
#footer a:hover {
	color: #000000;	
	text-decoration: none;
}

#footer-left {
	width: 475px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

#footer-right {
	width: 475px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 15px;	
	float: left;
	padding-bottom: 5px;	
}

/* == SEARCH == */

label[for=s] {
	display: none;
	}


/* MAIN */

#main-container {
	clear: both;
	margin: auto;
	width: 922px;
	border-top:  #C7CBCD 1px solid;	
	border-left: #C7CBCD 1px solid;	
	border-right: #C7CBCD 1px solid;	
	color: #2C3337;
	background: #fff; 
	padding: 25px 29px;
}

#main-container-nopad {
	clear: both;
	margin: auto;
	width: 960px;
	border-top:  #C7CBCD 1px solid;		
	border-left: #C7CBCD 1px solid;	
	border-right: #C7CBCD 1px solid;	
	color: #2C3337;
	background: #fff; 	
	padding: 10px;
}

/* HOME */


#home-slider {
	background-color:#FFF;
	width: 922px;
	height: 563px;
	border: 1px solid #C7CBCD;
	overflow: hidden;
	z-index: 1;
}


#home-bottom {
	display: block;
	margin-top: 5px;	
	float: right;
}

#home-bottom p {
	float: left;
	display: block;	
	width: 150px;
	text-align: left;
	margin-left: 25px ;
}


/* PRODUCTS */


#product {
	width: 808px;	
	margin-left: 56px;	
	float: left;
	background: #fff;		
	padding: 20px;
	color: #737373;
	font-size: 0.9em;
}


.product-clearance {
	width: 808px;
	margin: 0 auto;	
}


#product-right-column ul,
.product-clearance-right-column ul {
	padding-left: 10px;	
}

#product-right-column ul,
#product-right-column ol, 
#product-right-column li,
.product-clearance-right-column ul,
.product-clearance-right-column ol,
.product-clearance-right-column li
{
	list-style-image: url(images/list-dash.png);
	
}	


#product p {
	padding: 0;
	margin: 0;	
}

#product h2,
.product-clearance h2 {
	color: #000; 
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	width: 480px;
	padding: 0 10px;
	margin: 0;	
	border: 1px dotted #b7bcbf;
}

#product h3,
.product-clearance h3 {
	padding: 0;
	margin: 10px 0 0px 0;	
	font-size: 1.1em;
}

#product h5,
.product-clearance h5 {
	padding: 0;
	margin: 10px 0 0px 0;	
	color: #000; 
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	width: 480px;
	padding: 3px 10px;
	margin: 0;	
	border-bottom: 1px dotted #b7bcbf;
	border-left: 1px dotted #b7bcbf;
	border-right: 1px dotted #b7bcbf;		
}

#product-left-column,
.product-clearance-left-column {
	float: left;	
}

#product-left-column hr {
	color: #737373;
}

.product-clearance-right-column {
	margin-top: 15px;	
}

#product-right-column,
.product-clearance-right-column {
	width: 500px;	
	margin-left: 20px;
	float: left;	
}

#product-right-column ul,
.product-clearance-right-column ul {
	margin-left: 10px; 
}

#product-lower {
	margin-top: 10px;	
}

#product-lower table {
	width: 100%;	
}
#product-lower table td {
	padding: 5px;
	
}

#product-lower h3 {
	margin: 0;
}

#product-lower table {
	border: 1px dotted #737373;	
	border-collapse: collapse; 
	font-size: 0.9em;
}

#product-lower td {
	border-right: 1px dotted #737373;	
	border-collapse: collapse;
	vertical-align: top;	
}


.product-line {
	width: 100%;
	border-top: #B7BCBF dotted 1px;	
	margin: 10px 0;
	height: 1px;
}

#spec-sheet {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;	
}

#product-index {
	font-size: 0.8em;	
}

#product-index img {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	width: 90px;
	height: 130px;
	border: none;	
}
#product-index img:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#product-thumbs,
#clearance-products {
	width: 	910px;
	margin: 10px auto;
}

.product-thumb {
	width: 100px;
	margin: 10px 15px 15px 15px;
	float: left;	
	text-align: center;
}

.product-thumb-image {
	width: 90px;
	display: block;
	height: 130px;	
	margin: 0px 5px;
}
#product-thumbs h4 {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-align: center;
	
	font-size: 12px;
	color: #737373;
	font-weight: normal;
}

#product-thumbs h4 a:link,
#product-thumbs h4 a:visited {
	color: #5566AA;	
	text-decoration: none;
	color: #737373;	
}
#product-thumbs h4 a:hover,
#product-thumbs h4 a:active
 {
	color: #7788cc;
	text-decoration: none;	
	color: #232323;	
}

#additional-info h3 {
	margin-top: 50px;
	margin-bottom: 20px;	
}

#clearance-price {
	font-size: 30px;
}

#clearance-price li {
	padding: 0px;
	margin: 0px;	
	list-style: none;
}

.clearance-terms {
	width: 910px;
	margin: auto;
	font-size: 12px;
	text-align: justify;
}

/* DOWNLOAD */

#downloads h3 {
	clear:  both;	
	padding-top: 20px;
}

.wp-caption {
	padding-right: 20px;	
	padding-bottom: 10px;
}
p.wp-caption-text {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}


/* ABOUT */

#about {
	width: 960px;
	margin: auto;	
}

#about-left-column { 
	margin-top: 10px;
	width: 580px;
	float: left;
	margin-bottom: 30px;
}

#about-left-column img { 
	margin-top: 10px;
}


#about-right-column {

	width: 380px;
	float: left;
}
#about-right-column p {
	width: 340px;
	float: left;
	padding: 0px;
	margin: 10px 20px;
	
}

/* CONTACT */

#contact {
	padding-top: 20px;
	width: 960px;
	margin: auto;
	min-height: 440px;	
}
#contact-left-column {

	width: 610px;
	float: left;
}

#contact-left-column img {
	padding-left: 15px;
}

#contact-right-column {
	position: relative;
	width: 340px;
	float: left;
	min-height: 380px;
	font-style: Calibri, "Droid Sans", Arial;
	font-size: 0.80em;
}
#contact-right-column b {
	font-size: 1.2em;
}

#mel-office {
	position: absolute;
	overflow: hidden;
	height: 100px;	
	top: 7px;
}

#mel-showroom {
	position: absolute;
	top: 107px;
	overflow: hidden;
	height: 130px;	
}

#syd-showroom {
	position: absolute;
	top: 233px;
	overflow: hidden;
	height: 130px;	
}



/* PROJECT */

#project {
	width: 922px;
	color: #737373;		
}

#project h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;	
	width: 902px;
}	


#project-left-column {
	width: 212px;	
	float: left;
	padding-right: 20px;
	padding-left: 30px;
	text-align: left;
}

#project-left-column h3 {
	font-size: 1.1em;
	margin: 10px 0 2px 0;	
}

#project-right-column {
	margin-left: 20px;
	width: 640px;	
	float: left;
	text-align:center;
	
}

#project-right-column img {
	margin-bottom: 5px;
}

#project-index {
	font-size: 0.8em;
	margin: 5px 30px 10px 30px;	
}

#project-index img {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

#project-index img:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.project-thumb-container {
	position: relative;
	width: 280px;
	margin: 10px 10px;
	float: left;	
	height: 150px;
	background: #000; 
	z-index: 3;
	
}

.project-thumb {
	position: relative;
	float: left;	
	z-index: 5;
}

.project-thumb a {
	position: relative;
	display: block;
	width: 280px;
	height: 150px;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */	 
	z-index: 7;	
	text-decoration: none;
}
.project-thumb a:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index: 7;		
}


.project-thumb-text {
	background: none;	
	position: absolute;
	z-index: 9;	
	bottom: 5px;
	right: 5px;
	text-align: right;
}


.project-thumb-text a {
	width: auto;
	height: auto;
	background-image: none;
	display: inline;
	background: none;
	z-index: 11;			
	clear: both;
	color: #fff;
	font-family: "Calibri", "DroidSans", Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	text-transform: lowercase;		
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}

.project-thumb-text a:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
	text-decoration: none;
}

#project-index h4 {
	text-align: center;
	margin: 0px;
	padding: 7px 0px 5px 0px;
	font-size: 1.1em;
	text-transform: uppercase;	
}


.project-type {
	width: 445px;
	height: 563px;
	margin-left: 24px;	
	margin-bottom: 28px;
	float: left;
	
}


#product-type-index {
	font-size: 0.8em;	
	margin: 10px 0px 20px 0px;
}



#product-types {
	padding-top: 20px;	
}

.product-type-container {
	position: relative;
	float: left;	
	margin-left: 24px;		
	background: #000; 
	width: 445px;
	height: 563px;
}


.product-type {
	width: 445px;
	height: 563px;

	margin-bottom: 28px;
	float: left;
	z-index: 5;	
}

.product-type a {
	position: relative;
	width: 445px;
	height: 563px;
	display: block;
	opacity: 0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */		
	z-index: 7;	
	text-decoration: none;
}

.product-type a:hover {
	opacity: 1;
	filter:alpha(opacity=100);	 /* For IE8 and earlier */	
		z-index: 7;
}


.product-type-text {
	background: none;	
	position: absolute;
	z-index: 9;	
	bottom: 5px;
	right: 5px;
	text-align: right;
}


.product-type-text a {
	width: auto;
	height: auto;
	background-image: none;
	display: inline;
	background: none;
	z-index: 11;			
	clear: both;
	color: #fff;
	font-family: "Calibri", "DroidSans", Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	text-transform: lowercase;		
	opacity: 0.9;
	filter:alpha(opacity=90);	 /* For IE8 and earlier */
}

.product-type-text a:hover {
	opacity: 1;
	filter:alpha(opacity=100);	/* For IE8 and earlier */
	text-decoration: none;
}


/** PRODUCT CATEGORY PAGE **/

#product-category-index a {
	display: block;
	color: #efefef;
	text-align: right;
	height: 100%;
	width: 100%;
}

#product-category-index a:hover {
	display: block;
	color: #fff;
	text-align: right;
	height: 100%;
	width: 100%;
	background: #737373;	
	text-decoration: none;
}

#breadcrumbs {
	font-size: 12px;
	margin-left: 14px;
	color: #737373;
}

#breadcrumbs a {
	display: inline;
	color: #737373;
	text-decoration: underline;	
	background: none;
}

#breadcrumbs a:hover {
	display: inline;
	color: #232323;			
	text-decoration: none;	
	background: none;
}

#product-category-index h4 {
	text-align: right;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
	padding-left: 10px;
	width: 142px;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 5px;

}

.product-message h4 {
	font-weight: 700;
	padding-top: 5px;	
	text-align: left;	
	color: #AAA;
}

#product-category-index img {
	width: 162px;
	height: 182px;		
	opacity:0.9;
	filter:alpha(opacity=90);	/* For IE8 and earlier */
	border: 0;
}

.product-category-thumb {
	width: 162px;
	height: 240px;	
	float: left;
	margin: 10px 14px;
}

.product-category-image {
	width: 162px;
	height: 182px;	
}

.product-category-text {
	width: 162px;
	height: 58px;		
	float: left;
}


.product-category-link-text {
	width: 102px;	
}

a.product-category-link-text  {
	text-decoration: none;
}


#product-category-index img:hover {
	opacity:1;
	filter:alpha(opacity=100);/* For IE8 and earlier */
}

#product-empty-message {
	text-align: center;
	font-size: 1.4em;
	font-family: Calibri, "Droid Sans", Arial, sans-serif;
	padding-top: 120px;
	padding-bottom: 250px;
}


/* SEARCH BOX */

#search-box,
#search-box-main {
	display: none;
}

/* SWITCH OFF SOME OTHER STUFF */


.bottom-section,
.prev-next-links,
#spec-sheet {
	display: none;	
}