/*
Theme Name: SwissWoodCraft
Theme URI: http://www.swisswoodcraft.com.au/
Description: Bespoke Wordpress theme created by Kandan NK 
Author: Nick Kind @ Kandan
Version: 1.0
*/

/* CSS STYLES for http://www.swisswoodcraft.com.au by Kandan - NK 130807 */

@charset "utf-8";

/* FONTS */

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('fonts/brandongrotesque-black-webfont.eot');
    src: url('fonts/brandongrotesque-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-black-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-black-webfont.ttf') format('truetype'),
         url('fonts/brandongrotesque-black-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('fonts/brandongrotesque-light-webfont.eot');
    src: url('fonts/brandongrotesque-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-light-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-light-webfont.ttf') format('truetype'),
         url('fonts/brandongrotesque-light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('fonts/brandongrotesque-medium-webfont.eot');
    src: url('fonts/brandongrotesque-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-medium-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-medium-webfont.ttf') format('truetype'),
         url('fonts/brandongrotesque-medium-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('fonts/brandongrotesque-regular-webfont.eot');
    src: url('fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-regular-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-regular-webfont.ttf') format('truetype'),
         url('fonts/brandongrotesque-regular-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS BEGIN */

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #777;
	
	font-family: Arial, san-serif;
	color: #777777;
	font-size: 14px;
}

#wrapper{
	position: relative;
	width: 960px;
	height: 716px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222;

	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;

	overflow: hidden;
}

#top-menu{
	position: absolute;
	width: 960px;
	height: 110px;
	top: 0px;
	left: 0px;
	background-color: #fff;
	overflow: hidden;
}

#bottom-menu{
	position: absolute;
	width: 960px;
	height: 110px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	overflow: hidden;
}

#top-menu li,
#bottom-menu li{
	float: left;
	width: 237px;
	height: 107px;
	margin-right: 4px;
	margin-bottom: 3px;
	list-style-type: none;
}

#bottom-menu li{
	margin-top: 3px;
	margin-bottom: 0px;
	background-color: #500a0a;
}


#top-menu li a,
#bottom-menu li a{
	display: block;
	width: 237px;
	height: 62px;
	padding-top: 45px;
	text-align: center;
	font-family: brandon_grotesquemedium;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	color: #111;
	text-decoration: none;
	background-color: #e6e6e6;
}

#top-menu li a:hover{
	background-image: url(images/menu-rollover.jpg);
}

#bottom-menu li a{
	color: #fff;
	background-image: url(images/bottom-menu-sprite.jpg);
}

#bottom-menu li a:hover{
	opacity: 0.7;
}

#bottom-menu li.page-item-20 a{
	background-position: 239px 0;
}

#bottom-menu li.page-item-16 a, #bottom-menu li.page-item-145 a{
	background-position: 716px 0;
}

#bottom-menu li.page-item-18 a{
	background-position: 479px 0;
}

/* HOME BUTTON */

#top-menu li.page-item-4{
	background-color: #111;
}

#top-menu li.page-item-4 a{
	font-size: 0;
	background-image: url(images/swisswoodcraft-logo.jpg);
}

#top-menu li.page-item-4 a:hover{
	opacity: 0.86;
}

/* CONTENT PANEL SETUP */

#content-panel{
	width: 960px;
	height: 496px;
	position: absolute;
	top: 110px;
	left: 0;
	background-image: url(images/content-background.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* LANDING PAGE */

#landing_page #content{
	padding: 50px;
	padding-top: 80px;
	width: 860px;
	height: 500px;
	background-image: url(images/landing-page.jpg);
	background-repeat: no-repeat;
}

#landing_page #content h1{
	font-family: 'brandon_grotesquelight';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #fff;
	font-weight: lighter;
}

/* LANDING PAGE SLIDER */

#the-intro-slides{	
    	background-repeat: no-repeat;
   	height: 500px;
   	left: 0;
   	overflow: hidden;
    	position: absolute!important;
    	top: 0;
    	width: 960px;
	z-index: -1;
}

/* LANDING PAGE TESTIMONIALS */

#home-page-testimonials{
	position: absolute;
	width: 775px;
	top: 370px;
	right: 50px;
	text-align: right;
	z-index: -1;
}

#content #home-page-testimonials h2{
	font-size: 20px;
	text-transform: none;
	font-style: italic;
}

#content #home-page-testimonials p{
	text-align: right;
}

#content #home-page-testimonials a{
	text-align: right;
	font-size: 10px;
	font-weight: normal;
}

/* TESTIMONIALS PAGE */

#testimonials-page #content {
	width: 860px;
}

#testimonials-page #content #testimonials-space{
	margin-top: 20px;
}

#testimonials-page #content #testimonials-space h2{
	font-size: 18px;
	text-transform: none;
	font-style: italic;
}

#testimonials-page #content #testimonials-space a img{
	float: right;
	margin-left: 20px;
	border: solid 1px #000;
}

#testimonials-page #content #testimonials-space a img:hover{
	border: solid 1px #A9132A;
}

#testimonials-page #content #testimonials-space p{
	margin-top: 10px;
}

#testimonials-page #content #testimonials-space .testimonial-wrapper{
	display: block;
	margin-bottom: 20px;
}

/* STANDARD PAGE */

#content h2{
	font-family: 'brandon_grotesquelight';
	font-size: 15px;
	letter-spacing: 4px;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}

#content h3{
	font-family: 'brandon_grotesquelight';
	font-size: 13px;
	letter-spacing: 3px;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}


#content{
	position: relative;
	padding: 50px;
	padding-top: 50px;
	width: 550px;
	height: auto;
	z-index: 10000;
}

#content p{
	text-align: justify;
}

/* GALLERY PAGE */

#gallery_page #content{
	width: 860px;
}

#gallery_page #content #gallery-1 .gallery-item{
	width: 165px;
	height: 100px;
	margin-top: 4px;	
	margin-right: 6px;
	background-color: #500A0A;
	overflow: hidden;
}

#gallery_page #content #gallery-1 .gallery-item a img{
	width: 165px;
	border: 0;
}

#gallery_page #content #gallery-1 .gallery-item a img:hover{
	opacity: 0.7;
}

/* WORK STYLE PAGE */

#work_style_page #content{
	width: 250px;
}

#work_style_page #featured-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 500px;
	opacity: 1;
	z-index: 100;
}

#work_style_page .gallery .gallery-item{
	background-color: #500A0A;
    	height: 100px;
   	margin-right: 6px;
   	margin-top: 4px;
   	overflow: hidden;
   	width: 165px;
}

#work_style_page .gallery .gallery-item a img:hover{
	opacity: 0.7;
}

#work_style_page .gallery .gallery-item a img{
	border: 0 none;
   	width: 165px;
}

#work_style_page .gallery{
	position: absolute;
	top: 80px;
	left: 560px;
	width: 345px;
	height: 320px;
	
	z-index: 1000;
}

/* GENERAL TEXTS */

h1, h2, h3{
	line-height: 22px;
	margin-bottom: 7px;
}

p, li,
.gfield_label,
.gform_description{
	margin-bottom: 9px;
	font-family: 'brandon_grotesquelight';
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: lighter;
	line-height: 17px;
}

#content ul, #content ol{
	margin-bottom: 10px;
}

#content ul li, #content ol li{
	list-style-position: inside;
	margin-left: 30px;
	margin-bottom: 5px;
	line-height: 16px;
}

a{	
	font-weight: bolder;
	color: #A9132A;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #A9132A;
	text-decoration: underline;
}

/* FOOTER */

#footer{
	position: absolute;
	left: 25px;
	bottom: 120px;
	bottom: -33px;
}

#footer p{
	font-family: 'brandon_grotesquelight';
	font-size: 9px;
	color: #999999;
	color: #222;
	letter-spacing: 0;
}	

/* PLUGINS */

/* GRAVITY FORMS */

#gform_1{
	position: absolute;
	top: 78px;
	left: 545px;
	width: 380px;
}

#gform_1 .medium{
	padding: 2px!important;
	width: 240px;
}

#gform_1 .textarea.medium{
	height: 80px;
	width: 244px;
}

#gform_1 .gfield_label{
	width: 25%!important;
	font-weight: lighter!important;
	border: 0!important;
}

#gform_1 .gform_button{
	float: right;
	margin-right: 60px;
	border: solid #fff 2px;
	border-radius: 7px;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000;
	color: #fff;
	font-family: 'brandon_grotesquelight';
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#gform_1 .gform_button:hover{
	cursor: pointer;
	background-color: #A9132A;
}

#gforms_confirmation_message{
	position: absolute;
	top: 78px;
	left: 565px;
	width: 380px;
	font-family: 'brandon_grotesquelight';
	font-size: 13px;
	letter-spacing: 3px;
	color: #fff;
	font-weight: lighter;

}

/* LANDING PAGE SLIDER */

#the-intro-slides li{
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
}
	
/* GRAVITY VALIDATION */

#gform_1 .gfield_description.validation_message,
#gform_1 .validation_error{
	display: none;
}

#gform_1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
#gform_1 .gform_wrapper li.gfield.gfield_error, 
#gform_1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	padding: 0!important;
	margin: 0!important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"]{
	padding: 2px!important;
}

/* END CSS */