/*

Theme Name: 	   Starkers (Elliot Jay Stocks)
Stylesheet Info:   Written by Stephen Greig for use by Austin Digital
                   with the Starkers WordPress theme

---------------------------
Contents:
---------------------------
(1) Defaults
(2) Header
(3) Navigation
(4) Runner
(5) Main Content
(6) Buckets
(7) Footer
---------------------------

*/


@import "css/reset.css";


/* ------------------------------------------------
------- (1) Generals/Defaults
------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);

/* Delete if not using Font Face files */
@font-face {
    font-family: 'FontName';
    src: url('../../../fonts/fontname-webfont.eot');
    src: url('../../../fonts/fontname-webfont.eot?#iefix') format('eot'),
         url('../../../fonts/fontname-webfont.woff') format('woff'),
         url('../../../fonts/fontname-webfont.ttf') format('truetype'),
         url('../../../fonts/fontname-webfont.svg#webfontOxG26Ljr') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url(../../../images/body-bg.jpg) top left repeat-x;
	font: 95% Arial;
}

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

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

a, a img {
	-webkit-transition: .4s;
	transition: .4s;
}

a:hover img {
	opacity: .8;
}

.cta {
	padding: 7px 20px;
	background: #ddd;
	font: .9em "Open Sans";
	color: #333;
	text-decoration: none;
}

	.cta:hover {
		background: #eee;
	}


/* ------------------------------------------------
------- (2) Header
------------------------------------------------ */
header {
	float: left;
	text-align: center;
	position: relative;
}

	.top-bar {
		float: left;
		width: 960px;
		text-align: right;
		padding: 6px 0;
		height: 16px;
		font: .75em "Open Sans";
		color: #fff;
	}

		.top-bar a {
			color: #feda35;
			text-decoration: none;
		}

			.top-bar a:hover {
				text-decoration: underline;
			}

		.top-bar span {
			margin-right: 15px;
			padding-right: 15px;
			border-right: 1px solid #fff;
		}

	header .logo {
	}

	.top-right-info {
		position: absolute;
		right: 0;
		top: 54px;
		color: #fff;
		font: 300 .85em "Open Sans";
	}

		.top-right-info span {
			font-size: 2.7em;
			text-align: right;
			font-weight: 700;
			display: block;
		}


/* ------------------------------------------------
------- (3) Navigation
------------------------------------------------ */
header + .menu {
	width: 960px;
	float: left;
	background: #fff;
	height: 60px;
}

	header + .menu li {
		float: left;
	}

		header + .menu a {
			float: left;
			text-decoration: none;
			padding: 19px 35px 11px;
			height: 30px;
			font: 1.2em "Open Sans";
			text-transform: uppercase;
			color: #333c02;
			border-right: 1px solid #eee;
		}

		header + .menu .current_page_item a {
			background: #93aa39;
			color: #fff;
		}

		header + .menu .current_page_item a:hover {
			background: #a1b74a;
		}

		header + .menu a:hover {
			background: #e6eccf;
		}


/* ------------------------------------------------
------- (4) Runner
------------------------------------------------ */
.runner {
	width: 960px;
	height: 420px;
	margin-top: 20px;
	float: left;
	position: relative;
	font-family: "Open Sans";
	text-transform: uppercase;
}

	.runner .slideshow img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.runner .msg {
		position: absolute;
		width: 178px;
		height: 148px;
		padding: 30px;
		text-align: center;
		color: #fff;
	}

	.runner .msg.one {
		top: 0;
		left: 482px;
	}

		.runner .main-msg {
			margin-top: 0;
			font-size: 2.2em;
			line-height: 1.1em;
		}

		.runner .blurb {
			font-weight: 300;
			font-size: .9em;
			line-height: 1.7em;
			margin-top: 15px;
			opacity: .6;
		}

	.runner .msg.two {
		top: 212px;
		left: 0;
		padding-top: 25px;
		text-align: left;
	}

		.runner .msg.two .blurb {
			width: 130px;
			font-size: .85em;
		}

	.runner .msg.three {
		top: 211px;
		right: 0;
		padding: 25px;
		width: 188px;
		height: 158px;
	}


/* ------------------------------------------------
------- (5) Main Content
------------------------------------------------ */
/* Content */
.main {
	width: 960px;
	float: left;
	margin-top: 30px;
}

	.main h1 ,
	.main h2 {
		font: 700 1.2em "Open Sans";
		color: #333;
		text-transform: uppercase;
	}

	.main p,
	.main ul {
		margin: 1.5em 0;
		font-size: .9em;
	}

		.main ul li {
			padding: 5px 0;
		}

	.content a {
		color: #516637;
	}

	.main .content h2 {
		font-size: 1em;
		color: #a2ab2a;
		margin-top: 20px;
	}

	.products .main .content h2 {
		margin-top: 0;
	}

	.main .content h2 + p {
		margin-top: 10px;
	}

	.content {
		width: 310px;
		padding-right: 50px;
		float: left;
		color: #777;
		line-height: 1.5em;
	}

	.blog .content,
	.single .content {
		width: 650px;
	}

	.blog .post-list > li {
		float: left;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}

	.blog time, .single time {
		margin: 1em 0;
		display: block;
		font: .8em Georgia;
		text-transform: uppercase;
		letter-spacing: .1em;
	}

		.content p:first-of-type {
			font-weight: bold;
		}

		.blog .content p:first-of-type {
			font-weight: normal;
		}

		.products .content p:first-of-type,
		.contact-us .content p:first-of-type {
			font-weight: normal;
		}

		.content img {
			border: 5px solid #e4e4e4;
		}

		.products .block {
			float: left;
			margin-top: 25px;
			padding-bottom: 20px;
			border-bottom: 1px dashed #ccc;
		}

			.products .block h2 {
				font-weight: 400;
				font-size: 1.25em;
			}

			.products .block p {
				margin: 1em 0;
			}

			.products .block br {
				display: none;
			}

	.ngg-gallery-thumbnail img {
		border-width: 5px;
		padding: 0;
		margin: 0 25px 25px 0;
	}

		.gallery .main h2 {
			font-size: 1.5em;
		}

	.products .main h2 a {
		font-size: .5em;
	}

	.map {
		float: left;
	}

		.map a {
			color: #516637 !important;
			font-size: .8em;
			text-decoration: none;
		}

		.map iframe {
			border: 5px solid #ddd;
		}

	.contact-details {
		float: left;
		margin-left: 30px;
	}

	/* For Full Width Content Pages */
	.page-template-page-full-width-php .content,
	.contact-us .content {
		width: 630px;
		padding: 0;
	}

	.gallery .content {
		width: 960px;
		padding-right: 0;
	}

	/* Forms */
	.form-wrap {
		background: #f2f2f2;
		width: 210px;
		padding: 20px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	.form-wrap h2 {
		background: #557430;
		color: #fff;
		margin: -20px 0 15px -20px;
		width: 210px;
		padding: 15px 20px;
		font-weight: 300;
	}

	.main form p {
		font-size: .8em;
		margin: 10px 0 0;
		color: #888;
	}

	input, textarea {
		box-shadow: inset 1px 2px 1px rgba(0, 0, 0, .08);
		border: 1px solid #ccc;
		padding: 3px 5px;
		width: 200px;
	}

	textarea {
		height: 100px;
	}

	input[type='submit'] {
		padding: 8px 30px;
		background: #ccc;
		box-shadow: none;
		color: #333;
		text-transform: uppercase;
		cursor: pointer;
		width: auto;
	}

	input[type='submit']:hover {
		opacity: .9;
	}

/* Sidebars */
.side-mid {
	width: 290px;
	padding-right: 40px;
	float: left;
}

.home .side-mid {
	width: 600px;
	float: right;
	padding-right: 0;
}

	.side-mid li h3 {
		text-transform: uppercase;
		font: .95em "Open Sans";
		margin-top: 0;
	}

	.side-mid li p {
		margin-top: 5px;
		color: #888;
		font: .8em "Open Sans";
	}

	.side-mid li img {
		float: left;
		margin-right: 10px;
	}

	.side-mid .cta {
		font-size: .8em;
		color: #666;
	}

.side-right {
	width: 250px;
	float: right;
	margin-right: 4px;
}

.bottom-bar {
	float: left;
	width: 960px;
	margin: 30px 0;
}

	.bottom-bar a {
		float: left;
		padding: 20px 25px;
		color: #fff;
		color: rgba(250, 250, 250, .8);
		text-transform: uppercase;
		font: 300 1.6em/1.3em "Open Sans";
		display: block;
		text-decoration: none;
		float: left;
		height: 95px;
	}

	.bottom-bar a:hover {
		opacity: .9;
	}

	.bottom-bar .cta-products {
		background: #557430;
		width: 626px;
		margin-right: 5px;
	}

		.bottom-bar a span {
			font-size: .5em;
			margin-left: 20px;
			background: url(../../../images/arrow.png) right no-repeat;
			padding-right: 21px;
		}

	.bottom-bar .cta-facebook {
		background: #4362a9;
		width: 225px;
	}

		.bottom-bar .cta-facebook span {
			margin-left: 5px;
		}


/* ------------------------------------------------
------- (6) Buckets
------------------------------------------------ */
.buckets {
	width: 960px;
	margin: 10px 0 20px;
	float: left;
}

	/* Based on 4 buckets */
	.buckets a {
		float: left;
		margin-left: 20px;
		width: 305px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
	}

	.buckets a:first-child {
		margin-left: 0;
	}

	.buckets .about {
		background: #93aa39;
	}

	.buckets .our-products {
		background: #6d8637;
	}

	.buckets .contact {
		background: #456124;
	}

		.buckets h3 {
			font: 300 1.8em/1.2em "Open Sans";
			padding: 20px 5px 20px 20px;
			float: left;
		}

			.buckets h3 span {
				display: block;
			}

		.buckets a p {
			float: left;
			margin-left: 20px;
			margin-top: 10px;
			padding: 0;
			background: none;
			color: #fff;
			font-size: .7em;
			background: url(../../../images/arrow.png) right no-repeat;
			padding-right: 21px;
			-webkit-transition: .3s;
			transition: .3s;
		}

		.buckets a:hover p {
			margin-left: 30px;
		}

		.buckets p:hover {
			background: url(../../../images/arrow.png) right no-repeat;
		}

		.buckets img {
			float: left;
		}


/* ------------------------------------------------
------- (7) Footer
------------------------------------------------ */
footer {
	background: #f6f6f6;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 20px 0;
	line-height: 1.5em;
	font-size: .8em;
	color: #777;
}

	.footer-inner {
		width: 960px;
		margin: 0 auto;
	}

		footer h3 {
			color: #333;
			font: 700 1.3em "Open Sans";
			margin-bottom: 10px;
		}

		footer a {
			color: #949884;
		}

		footer .col {
			float: left;
			margin-right: 70px;
			padding:  0 20px;
		}

		footer .col:last-child {
			margin-right: 0;
			width: 900px;
			margin-top: 30px;
		}



