/*

Theme Name: 	   Starkers (Elliot Jay Stocks)
Stylesheet Info:   Written by Daniel O'Connor 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";
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:400,700);


/* ------------------------------------------------
------- (1) Generals/Defaults
------------------------------------------------ */
body {
	background: #0e690e;
	font: 9pt Helvetica, Verdana, sans-serif;
	color: #6b6b6b;
}

a {
	color: #ebe800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.centre {
	margin: 0 auto;
	text-align: left;
}

.break {
	clear: both;
}

.button {
	display: inline-block;
	min-width: 60px;
	padding: 8px 15px;
	background: url(images/slide_button.png) #747373;
	background: -moz-linear-gradient(top,  #747373 0%, #4a4a4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#747373), color-stop(100%,#4a4a4e));
	background: -webkit-linear-gradient(top,  #747373 0%,#4a4a4e 100%);
	background: -o-linear-gradient(top,  #747373 0%,#4a4a4e 100%);
	background: -ms-linear-gradient(top,  #747373 0%,#4a4a4e 100%);
	background: linear-gradient(to bottom,  #747373 0%,#4a4a4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747373', endColorstr='#4a4a4e',GradientType=0 );
	border: 0;
	border-radius: 6px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

/* ------------------------------------------------
------- (2) Header
------------------------------------------------ */
body > header {
	padding-bottom: 25px;
	background: url(images/header.png) #117e11;
	text-align: center;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	border-bottom: 1px solid #fff;
}

	#top {
		background: url(images/top.png);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAlCAYAAACONvPuAAAAv0lEQVQ4y93TPUoDYRDG8V/efIHeQGwCkkvoOSw8iI038A6exQOoRRqbkELUaCGIFothzY6F++I2GyEQCHmmmvnzDA8D00lnKbSopxWRrNDWOf+B1WbWroIRsV2Bdgmue74UGlXFpNkngUBl6tapb9d5luHSm3OF0oMLofiDC1fuTcCjV4XL3ywnZvaMMcIBRvqOHLvp2vfkxTNKzDFQ6Rm469QONVigi0Ok/CsfNYAl3vMjlblp6BNfMGw5UP8HAuJZboWfxaUAAAAASUVORK5CYII=);
		height: 37px;
		text-align: center;
		color: #fff;
	}

		#top .centre {
			width: 980px;
			height: 17px;
			padding: 8px;
			text-align: right;
		}

			#greeting {
				float: left;
			}

			#top .separator {
				padding: 0 10px;
			}

	body > header > .centre {
		width: 980px;
		height: 94px;
		color: #fff;
	}

		a#logo {
			float: left;
		}

			a#logo img {
				display: block;
				width: 290px;
				height: 40px;
				margin: 25px 0;
				border: 0;
			}

		#tagline {
			float: left;
			width: 400px;
			height: 45px;
			margin: 23px 0;
			font: 16pt 'Rockwell', 'Josefin Slab', sans-serif;
			text-shadow: 0 1px 4px rgba(0,0,0,0.75);
			text-align: center;
		}

		#phone {
			float: right;
			width: 280px;
			height: 64px;
			text-transform: uppercase;
			text-align: right;
			text-shadow: 0 1px 4px rgba(0,0,0,0.75);
			padding: 13px 0;
		}

			#phone img {
				width: 21px;
				height: 21px;
			}

			#phone_number {
				font: 34pt 'Rockwell', 'Josefin Slab', sans-serif;
				text-shadow: 0 1px 6px rgba(0,0,0,0.75);
				white-space: nowrap;
			}

	nav {
		height: 36px;
		background-color: #f3f000;
		background-image: url(images/nav.png);
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAIAAADHFsdbAAAAUklEQVQI11WNMQqAQBADQ6zErwhn5f+f4AvEVrAQrt3sWuydaBEmgZAgHAwHPTWsMzhOQL1BCXQlJdCseUtZp/759b37ZdvcD7CUhde59W9G4AFo4ELfer4U0wAAAABJRU5ErkJggg==);
		box-shadow: 0 5px 10px rgba(0,0,0,0.4);
		text-align: center;
	}

		nav .centre {
			width: 980px;
			height: 40px;
			position: relative;
			top: -4px;
			background-color: #f3f000;
			background-image: url(images/nav_centre.png);
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAUElEQVQIW22OMQrAMAwDhf7TkP+/wj8omUugULrVcgcT8JBBSKdBCHJQAkPpEmgGvE/HPZPdQXn6kr7Cu1y7wmun7krgOcB2dM7LqMg/EfgBtNFOIK+x5egAAAAASUVORK5CYII=);
			box-shadow: 10px 0 10px -3px rgba(0,0,0,0.4), -10px 0 10px -3px rgba(0,0,0,0.4);
		}

			nav .menu {
				float: left;
				width: 980px;
			}

			nav ul,
			nav li {
				float: left;
				display: inline-block;
				position: relative;
			}

			nav li:not(:last-child):after {
				content: "";
				position: absolute;
				top: 0;
				right: -2px;
				width: 2px;
				height: 40px;
				background: center no-repeat;
				background-image: url(images/divider.png);
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAaCAYAAACdM43SAAAAHElEQVQI12MI9Wf4///3zP8MxDCABBgjGENHOwB1BYcJoNbcTQAAAABJRU5ErkJggg==);
			}

				nav a {
					float: left;
					display: inline-block;
					height: 14px;
					padding: 13px 70px;
					font: 12pt 'Rockwell', 'Josefin Slab', sans-serif;
					font-weight: bold;
					color: #000;
					text-transform: uppercase;
					text-shadow: 1px 1px 0 #ded800;
				}

	#splash {
		position: relative;
		width: 972px;
		height: 360px;
		margin: 20px auto 0 auto;
		background: #000;
		border: 4px solid #fff;
		text-align: left;
		box-shadow: 0 15px 15px -10px rgba(0,0,0,0.25);
	}

		#sash {
			position: absolute;
			top: -4px;
			right: -4px;
			width: 183px;
			height: 187px;
			background: url(images/sash.png);
		}

		#slideshow {
			width: 972px;
			height: 360px;
			overflow: hidden;
		}

			.slide {
				height: 0;
				background: #000;
				color: #fff;
				text-shadow: 1px 1px rgba(0,0,0,0.75);
				overflow: hidden;
				-webkit-transition: height 1s;
				-moz-transition: height 1s;
				-o-transition: height 1s;
				transition: height 1s;
			}

			.slide.visible {
				height: 360px;
			}

				.slide img {
					float: left;
					width: 695px;
					height: 360px;
				}

				.slide .content {
					float: right;
					width: 300px;
					height: 230px;
					margin-left: -695px;
					padding: 130px 50px 0 50px;
				}

					.slide h2 {
						font: 28pt 'Rockwell', 'Josefin Slab', sans-serif;
						font-weight: bold;
						margin-bottom: 10px;
					}

					.slide p {
						line-height: 175%;
						margin-bottom: 15px;
					}

#container {
	background: url(images/container.png) #eef3ed;
	text-align: center;
}

	#content {
		width: 980px;
		padding-bottom: 20px;
		background: #f4f8f4;
		box-shadow: -10px 0 10px -5px rgba(0,0,0,0.1), 10px 0 10px -5px rgba(0,0,0,0.1);
	}

		#buckets {
			padding: 20px;
			box-shadow: 0 40px 40px -40px rgba(0,0,0,0.2);
		}

			#buckets > div {
				margin: 10px;
			}

			#blurb {
				float: left;
				width: 470px;
			}

				#blurb img {
					float: left;
					width: 210px;
					height: 210px;
					margin: 0 25px 25px 0;
					background: #fff;
					border: 5px solid #fff;
					box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
				}

				h1 {
					margin-bottom: 10px;
					font: 20pt 'Rockwell', 'Josefin Slab', sans-serif;
					font-weight: bold;
					color: #0d5e0d;
					text-shadow: 1px 1px #fff;
				}

				#blurb p {
					margin-bottom: 15px;
					line-height: 175%;
					text-shadow: 1px 1px #fff;
				}

			#services {
				float: left;
				width: 180px;
			}

				#services li {
					padding: 5px 0 5px 22px;
					background: url(images/li.png) center left no-repeat;
				}

			#enquire {
				float: right;
				width: 190px;
				background: #fff;
				border: 1px solid #bcc6be;
				border-radius: 5px;
				padding: 15px;
				box-shadow: 10px 0 20px -10px rgba(0,0,0,0.2), -10px 0 20px -10px rgba(0,0,0,0.2);
			}

				#enquire input[type='text'],
				#enquire input[type='email'],
				#enquire textarea {
					width: 175px;
					margin: 4px 0;
					padding: 4px;
					border: 1px solid #aaa;
					border-radius: 4px;
					box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				}

				#enquire textarea {
					height: 50px;
				}

				#enquire .button {
					margin-top: 5px;
				}

		#ribbon {
			padding: 20px 30px;
		}

			#ribbon p {
				margin-bottom: 10px;
				line-height: 175%;
			}

			#ribbon img {
				float: right;
				width: 600px;
				height: 80px;
				margin: 15px 0;
			}

		#banners {
			padding: 20px 0;
			text-align: center;
			box-shadow: 0 -40px 40px -40px rgba(0,0,0,0.2);
		}

			.banner {
				position: relative;
				display: inline-block;
				margin: 0 8px;
				color: #000;
			}

			a.banner {
				opacity: 0.85;
			}


			a.banner:hover {
				opacity: 1;
			}

				.banner .ribbon {
					position: relative;
					height: 12px;
					padding: 15px;
					background-color: #f3f000;
					background-image: url(images/ribbon.png);
					*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAUElEQVQIW22OMQrAMAwDhf7TkP+/wj8omUugULrVcgcT8JBBSKdBCHJQAkPpEmgGvE/HPZPdQXn6kr7Cu1y7wmun7krgOcB2dM7LqMg/EfgBtNFOIK+x5egAAAAASUVORK5CYII=);
					font: 12pt 'Rockwell', 'Josefin Slab', sans-serif;
					font-weight: bold;
					text-shadow: 1px 1px 0 #ded800;
				}

				.banner .ribbon:before,
				.banner .ribbon:after {
					content: "";
					position: absolute;
					bottom: -7px;
					width: 7px;
					height: 7px;
				}

				.banner .ribbon:before {
					left: 0;
					background: url(images/arrow-left.png);
				}

				.banner .ribbon:after {
					right: 0;
					background: url(images/arrow-right.png);
				}

				.banner img {
					width: 270px;
					height: 145px;
					border: solid #fff;
					border-width: 0 5px 5px 5px;
					margin: 0 7px;
					background: #ddd;
					box-shadow: 0 0 8px rgba(0,0,0,0.3), 0 30px 40px -30px rgba(0,0,0,0.4);
				}

				.banner aside {
					position: absolute;
					top: 42px;
					right: 12px;
					padding: 20px;
					text-align: right;
					line-height: 140%;
				}

					.banner aside a {
						color: #0d5e0d;
					}

/* ------------------------------------------------
------- (7) Pages
------------------------------------------------ */

#page {
	padding: 30px;
}

	#page p {
		margin-bottom:  15px;
		line-height: 175%;
	}

	.slideshowlink {
		color: #0d5e0d;
		padding: 10px;
	}

	.fancybox {
		display: inline-block;
		margin: 5px;
	}

		.fancybox img {
			width: 200px;
			height: 120px;
			margin-bottom: 30px;
			padding: 0;
			border: 5px solid #fff;
			background: #ddd;
			box-shadow: 0 0 8px rgba(0,0,0,0.3), 0 30px 40px -30px rgba(0,0,0,0.4);
		}
		
		.fancybox.banner img {
		    width:auto;
		    height: auto;
		    margin-bottom: auto;
		    border: solid #fff;
            border-width: 0 5px 5px 5px;
		}

/* ------------------------------------------------
------- (7) Footer
------------------------------------------------ */

#frill {
	height: 19px;
	margin-top: -5px;
	background: url(images/frill.png);
}

footer {
	background: #0e690e;
	text-align: center;
}

	footer .centre {
		width: 980px;
	}

		footer .column {
			float: left;
			width: 200px;
			padding: 30px 20px;
			color: #fff;
			line-height: 175%;
			text-shadow: 1px 1px rgba(0,0,0,0.2);
		}

			footer q span.source {
				font-style: italic;
			}

