/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Styles
04 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
.img-right {
	float: right;
	margin: 10px 0 10px 10px;
}

.img-left {
	float: left;
	margin: 10px 10px 10px 0;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body.home {
	background: url(../../../images/bodybg.jpg) repeat-x #fff;
}

body {
	background: url(../../../images/header-bg.jpg) repeat-x #fff;
}

.container {
	width: 960px;
    padding: 0 10px;
	margin: 0 auto;
}


/* Header */
header {
	clear: both;
}

.top-bar {
	width: 980px;
	height: 28px;
}

.logo {
	float: left;
	-webkit-transition: .3s;
	transition: .3s;
}

	.logo:hover {
		opacity: .8;
	}

nav {
	float: left;
	width: 550px;
	margin-left: 10px;
}

	nav li {
		float: left;
	}

	nav a {
		float: left;
		color: #5a5a5a;
		font: .7em Helvetica, Arial, Sans Serif;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: 25px;
		padding: 40px 11px 19px;
		-webkit-transition: .3s;
		transition: .3s;
	}

	nav a:hover {
		background: #942c2c;
    	color: #fff;
	}

	nav li.single a {
		padding-top: 46px;
		padding-bottom: 26px;
	}

	.home nav .index-li a,
    .blog nav .blog-li a,
    .single nav .blog-li a,
	.about-us nav .about-us-li a,
	.our-philosophy nav .our-philosophy-li a,
	.why-choose-us nav .why-choose-us-li a,
	.our-services nav .our-services-li a,
	.valuation nav .valuation-li a,
	.contact-us nav .contact-us-li a {
        background: #5d0101;
        color: #fff;
	}

		nav a span {
			display: block;
		}

	nav li:last-child {
		padding-right: 0;
	}

.runner {
	float: left;
	display: none;
}

.home .runner {
	display: block;
    width:960px;
    height: 360px;
}

.splash {
    position: relative;
    margin-top: 20px;
}

.woman {
    width: 170px;
    height: 340px;
    background: url(../../../images/woman.png);
    position: absolute;
    left: -60px;
    top: 20px;
    z-index: 10;
}

.splash .bio {
    width: 300px;
    height: 260px;
    padding: 30px;
    background: #000;
    position: absolute;
    right:0;
    line-height: 1.6em;
    font-size: .9em;
    color: #fff;
    font-family: Helvetica, Arial, "Sans Serif";
}

    .splash .bio h3 {
        margin-bottom:20px;
        line-height: 1.4em;
        font-size: 1.6em;
    }
    
    .splash .bio p {
        line-height: 1.4em;
    }
    
    .splash .bio img {
        margin-top:20px;
    }

.slideshow img {
    position: absolute;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
}

.slideshow img.visible {
    opacity: 1;
}

.content .slideshow {
    height: 300px;
    margin-top:20px;
    overflow: hidden;
}

/* Content */
.content {
	float: left;
	width: 980px;
	margin-top: 30px;
	font: .75em/1.4em Helvetica, Arial, "Sans Serif";
	color: #666;
}

	.content-left {
		width: 420px;
		padding-right: 30px;
		float: left;
	}
    
    .home .content-left {
        text-align: justify;
    }

	.about-us .content-left,
    .single .content-left,
	.our-philosophy .content-left,
	.why-choose-us .content-left,
	.our-services .content-left,
	.valuation .content-left {
		width: 640px;
	}

	.contact-us .content-left,
    .blog .content-left,
	.page-template-page-blank-php .content-left {
		width: 940px;
	}

	.content-right {
		width: 200px;
		padding-right: 40px;
		float: left;
	}

	.contact-us .sidebar {
		display: none;
	}

	.sidebar {
		width: 275px;
		float: left;
	}

	.content h1, .home .content h2 {
		font: normal 1.8em "bebas neue";
		color: #4b0000;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
        padding-top: 0;
	}

	.content h2 {
		font: 1.6em "bebas neue";
		color: #4b0000;
		padding-top: 15px;
	}
    
    .blog h2 a {
        font-size:1.3em;
        text-decoration: none;
    }

	.content p {
		margin: 1em 0;
	}
    
    .content .alignright {
        float: right;
        margin: 0 0 15px 15px;
    }

	.content ul li {
		margin-left: 20px;
		padding: 5px 0 3px 20px;
		background: url(../../../images/tick.jpg) no-repeat left;
	}

	.content a {
		color: #9a0b0b;
	}
    
    .blog .content a {
        display:block;
        margin-top:20px;
    }

	.content a:hover img {
		opacity: .9;
	}

.contact-us .phone-block {
	float: left;
	width: 120px;
	margin-right: 20px;
}


/* Contact Form */
.home .enquiry-form h2 {
	border: none;
	font-size: 2em;
}

.sidebar .enquiry-form {
	background: #e6e6e6;
	padding: 10px 15px 10px;
	border: 1px dashed #999;
	border-radius: 10px;
}

	.sidebar .enquiry-form p {
		font-size: .8em;
		margin-bottom: 0;
	}

	.sidebar form input, .sidebar form textarea {
		width: 99%;
		border-radius: 5px;
		border: 1px solid #999;
		padding: 3px 0;
	}

	.sidebar form textarea {
		height: 80px;
	}
    
    .contact-us textarea {
        height: 100px;
    }
    
    .contact-us form {
        background: #f5f5f5;
        padding: 20px;
        width: 400px;
        border-radius: 20px;
    }

	.sidebar input[type='submit'],
	.contact-us input[type='submit'] {
		background: url(../../../images/submit-btn.jpg);
		width: 245px;
		height: 51px;
		border: none;
		text-indent: -500px;
		overflow: hidden;
	}

	.sidebar input[type='submit']:hover,
	.contact-us input[type='submit']:hover {
		opacity: .9;
	}
    
    .sidebar input[type='checkbox'] {
        width:20px;
    }



/* Bottom Area */
.bottom-outer {
	float: left;
	background: url(../../../images/footer-bg.jpg) bottom repeat-x #e9e9e9;
	margin-top: 30px;
	color: #fff;
	width: 100%;
}

	.bottom-outer .bottom-inner {
		width: 960px;
        padding: 0 10px;
		margin: 0 auto;
		height: 485px;
	}

	.testimonial {
		float: left;
		border-radius: 10px;
		padding: 20px 30px;
		background: #fff;
		font: italic .95em arial;
		margin-top: 30px;
		text-align: center;
		width: 900px;
		color: #757575;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
	}

		.testimonial p {
			float: left;
			padding-top: 15px;
            width: 80%;
            text-align: center;
		}

		.testimonial span {
			display: block;
			color: #333;
			font-size: .8em;
			margin-top: 5px;
		}

		.testimonial img:first-child {
			float: left;
			margin-right: 30px;
		}

		.testimonial img {
			float: right;
		}

	.buckets {
		float: left;
		margin-top: 35px;
	}

		.buckets a {
			float: left;
			margin-right: 26px;
		}

		.buckets .last {
			margin-right: 0;
		}

		.buckets a:hover {
			opacity: .9;
		}

/* Footer */
footer {
	float: left;
	height: 115px;
	position: absolute;
	bottom: 0;
	left: 0;
	font: .8em Arial;
	padding: 15px 10px 10px;
}

	footer a {
		color: #8b2d2d;
	}

	footer .nav {
		float: left;
		width: 650px;
	}

	footer .nav a {
		float: left;
		margin-right: 10px;
		border-right: 1px solid #8b2d2d;
		padding-right: 10px;
	}

	footer .nav li:last-child a {
		border-right: none;
	}

	footer small {
		float: left;
		width: 960px;
		font-size: .8em;
		margin-top: 20px;
		color: #8b2d2d;
	}

	footer .address {
		float: left;
		width: 960px;
		margin-top: 15px;
		line-height: 1.4em;
	}

	footer .contact-details {
		float: left;
		margin-top: 15px;
		width: 960px;
	}

		footer .contact-details span {
			float: left;
			margin-right: 10px;
			border-right: 1px solid #8b2d2d;
			padding-right: 10px;
		}

		footer .contact-details span:last-child {
			border-right: none;
		}



/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}