/*

Theme Name: 	   Starkers (Elliot Jay Stocks)
Stylesheet Info:   Written by Stephen Greig and 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";


/* ------------------------------------------------
------- (1) Generals/Defaults
------------------------------------------------ */

body {
	font: 9pt Verdana, sans-serif;
	color: #222;
}

.container {
	background: #eee;
	text-shadow: 1px 1px #fff;
	padding: 35px 0;
}

.container.border {
	border-top: 1px solid #ccc;
}

	.container-inner {
		overflow: auto;
		margin: 0 auto;
		width: 960px;
	}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a {
	color: #0085da;
	text-decoration: none;
}

a:hover {
	color: #0092f0;
	text-decoration: underline;
}

a, a img {
	-webkit-transition: .1s;
	transition: .1s;
}

.button,
input[type='submit'] {
	display: inline-block;
	background: url(../../../images/button.png?) center #008ae2;
	border: 1px solid #2c6997;
	border-radius: 3px;
	padding: 8px 18px;
	font: 9pt Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0,0,0,0.3), 1px 1px rgba(0,0,0,0.5);
	box-shadow: inset -1px -1px rgba(255,255,255,0.2);
}

input[type='submit']:hover,
.button:hover {
	color: #fff;
	text-decoration: none;
}

input[type='submit']:active,
.button:active {
	background: #0085da;
	box-shadow: none;
}

.button.alt {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000080;
	font-family: 'Times New Roman', 'Times', serif;
	margin-bottom: 15px;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
	margin-bottom: 10px;
}

h4 {
	font-size: 10pt;
	font-variant: small-caps;
}

p {
	line-height: 1.8;
	margin-bottom: 15px;
}

mark {
	text-transform: uppercase;
	background: none;
	font-style: normal;
	color: inherit;
	font-weight: normal;
}

hr {
	height: 0;
	color: #bbb;
    background: #bbb; 
    min-height: 0; 
    border-left: 0; 
    border-right: 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #fff; 
	margin: 15px 0;
}

dl {
	width: 205px;
}

	dt {
		clear: both;
		float: left;
		width: 45px;
		color: #000080;
	}

	dd {
		clear: right;
		float: right;
		overflow: visible;
		width: 160px;
	}

address {
	line-height: 1.8;
	font-style: normal;
}

figure {

}

	figcaption {
		color: #666;
		margin: 15px 0;
		text-align: right;
	}


/* ------------------------------------------------
------- (2) Header
------------------------------------------------ */

nav{
	background: #000080;
	font-family: 'Times New Roman', 'Times', serif;
	box-shadow: inset 0 -1px rgba(0,0,0,0.3);
}

	nav .menu {
		overflow: auto;
		display: block;
		width: 960px;
		margin: 0 auto;
	}

		nav .menu li {
			float: left;
		}

			nav .menu a {
				display: inline-block;
				padding: 15px 25px;
				color: #cbcbe4;
				font-size: 10pt;
				font-variant: small-caps;
				text-decoration: none;
				text-shadow: 1px 1px rgba(0,0,0,0.4);
			}

			nav .menu a:hover {
				color: #fff;
			}

body > header {
	overflow: auto;
	background: #eee;
	font-family: 'Times New Roman', 'Times', serif;
	border: solid #fff;
	border-width: 1px 0;
	text-shadow: 1px 1px #fff;
}

	.header-inner {
		width: 960px;
		margin: 0 auto;
	}

	header .logo {
		float: left;
		margin: 20px 0;
	}

		.logo img {
			width: 460px;
			height: 60px;
			background: #000080;
			box-shadow: 1px 1px #fff;
		}

	.top-right-info {
		float: right;
		margin: 27px 0;
		text-align: right;
		text-transform: uppercase;
		font-size: 7pt;
	}

		.phone {
			margin-top: 5px;
			font-size: 20pt;
			color: #000080;
		}

/* ------------------------------------------------
------- (4) Runner
------------------------------------------------ */
.runner {
	min-height: 50px;
	background: #313157;
	margin-bottom: -10px;
}

.home .runner {
	height: 450px;
}

	.runner-inner {
		width: 960px;
		height: 150px;
		margin: 0 auto;
		background: #ccc;
		position: relative;
		border-bottom: 10px solid #000080;
	}

	.home .runner-inner {
		height: 450px;
	}

		.runner img {
			width: 960px;
			height: 150px;
		}

		.home .slideshow img {
			position: absolute;
			top: 0;
			left: 0;
			height: 450px;
		}

		.runner .msg {
			position: absolute;
			right: 30px;
			top: 30px;
			background: #565698;
			background: url(../../../images/faux-rgba.png);
			background: rgba(66,66,149,0.8);
			padding: 28px 40px;
			color: #fff;
			text-shadow: 1px 1px rgba(0,0,0,0.3);
			box-shadow: 1px 1px rgba(255,255,255,0.2), inset 1px 1px rgba(0,0,0,0.1);
		}

		.home .msg {
			width: 250px;
			padding: 40px;
		}

			.runner .main-msg {
				font-size: 20pt;
				font-family: 'Times New Roman', 'Times', serif;
				line-height: 1.3;
				margin: 0;
			}

			.home .runner .main-msg {
				margin-bottom: 15px;
			}

			.runner .blurb {
				margin: 15px 0;
				line-height: 1.8;
			}

			.runner .button {
				border-color: #143f5a;
				box-shadow: inset -1px -1px rgba(255,255,255,0.2), 0 1px rgba(110,199,255,0.2);
			}

.brief {
	font: 14pt 'Times New Roman', 'Times', serif;
	color: #555;
	padding-bottom: 10px;
}

	.brief .button {
		display: block;
		margin: 15px 120px 0 120px;
		text-align: center;
		padding: 12px 0;
	}


/* ------------------------------------------------
------- (5) Main Content
------------------------------------------------ */
/* Content */
.main {
	width: 960px;
	float: left;
	padding: 15px 0 0 0;
}

	.main p,
	.main ul {
		margin: 1.5em 0;
	}

		.main ul li {
			padding: 9px 0 9px 20px;
			background: url(../../../images/lozenge.png) left no-repeat;
		}

	.content {
		width: 690px;
		padding-right: 40px;
		float: left;
	}

	.home .content {
		width: 460px;
	}

		.content > p:first-of-type {
			font-size: 12pt;
		}

		.content img {
			background: #fff;
			border-bottom: 5px solid #000080;
		}

	/* For Full Width Content Pages */
	.page-template-page-full-width-php .content {
		width: 980px;
		padding: 0;
	}

	/* Forms */
	input[type='text'],
	input[type='email'],
	textarea {
		width: 210px;
		border-radius: 2px;
		border: 1px solid #afafaf;
		padding: 5px;
		background: #fff;
		margin: 7px 0 12px 0;
		box-shadow: 1px 1px rgba(255,255,255,0.75), inset 0 0 0 1px #fff, inset 2px 2px #f7f7f7;
	}

	textarea {
		display: block;
		height: 120px;
	}

	.individual textarea {
		width: 300px;
	}

	#map {
		clear: both;
		width: 690px;
		height: 350px;
		background: #fff;
		border: solid #ddd;
		border-width: 1px 1px 0 1px;
		border-bottom: 5px solid #000080;
		margin: 20px 0;
	}

		#map img {
			background: none;
		}

	.contact-details {
		overflow: auto;
		padding-bottom: 15px;
	}

	.staff {
		clear: both;
		padding: 15px 0;
	}

		.member {
			float: left;
			margin: 25px 0;
			margin-right: 15px;
			width: 330px;
		}

		.member:nth-child(2n+1) {
			margin-right: 0;
		}

			.member img {
				float: left;
				width: 105px;
				height: 132px;
				margin-right: 15px;
			}

			.member .bio {
				float: left;
				width: 209px;
			}

				.member dl {
					float: left;
					line-height: 1.7;
				}

	.post {
		padding: 10px 0;
	}

		.post header,
		.individual header {
			color: #000080;
			font-family: 'Times New Roman', 'Times', serif;
			font-variant: small-caps;
			font-weight: bold;
		}

		.post .button {
			padding: 7px 13px;
		}

	.comments {

	}

		.avatar {
			float: left;
			margin: 0 15px 15px 0;
		}

/* Sidebars */
.side-mid {
	width: 190px;
	padding-right: 40px;
	float: left;
}

.side-right {
	width: 230px;
	float: left;
}


/* ------------------------------------------------
------- (6) Buckets
------------------------------------------------ */
.buckets {
	overflow: auto;
	background: url(../../../images/buckets.png) #e9e9e9;
	border: solid #ccc;
	border-width: 1px 0;
	padding: 10px 0;
}

	.buckets-inner {
		margin: 0 auto;
		width: 960px;
		text-shadow: 1px 1px #fff;
	}

	/* Based on 4 buckets */
	.buckets a {
		float: left;
		padding: 20px;
		width: 200px;
		color: #222;
		font-size: 8pt;
		background: rgba(204,204,204,0);
		text-decoration: none;
	}

	.buckets a:last-child {
		margin-right: 0;
	}

	.buckets a:hover {
		background: rgba(204,204,204,0.3);
	}

		.buckets a img {
			width: 200px;
			height: 100px;
			background: #ccc;
			margin-bottom: 15px;
			border-bottom: 5px solid #000080;
		}

		.buckets a p {
			height: 80px;
		}


.banners {
	overflow: auto;
}

	.banners a {
		float: left;
		background: url(../../../images/banner.png) bottom center #2727a6;
		background: #000080;
		width: 155px;
		color: #fff;
		text-shadow: 1px 1px rgba(0,0,0,0.5);
		font-size: 8pt;
		text-decoration: none;
		margin-left: 30px;
		padding: 30px;
		box-shadow: inset 0 -1px rgba(0,0,50,0.3);
	}

	.banners a:first-child {
		margin-left: 0;
	}

	.banners a:hover {
		background: #002ba7;
	}

		.banners img {
			float: left;
			width: 50px;
			height: 50px;
			margin: 0 15px 25px 0;
		}

		.banners h2 {
			color: #fff;
font-size: 18px;
		}

		.banners p {
			clear: both;
		}

.testimonial {
}

	.testimonial blockquote {
		padding: 0 100px;
		font: italic 10pt/1.8 'Georgia';
		text-align: center;
	}

		blockquote .source {
			margin-top: 15px;
			font-weight: bold;
		}

/* ------------------------------------------------
------- (7) Footer
------------------------------------------------ */
footer {
	overflow: auto;
	background: #e9e9e9;
	font-size: 8pt;
	color: #666;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	text-shadow: 1px 1px #fff;
}

	.footer-inner {
		width: 960px;
		margin: 0 auto;
	}

		.col {
			float: left;
			margin-left: 48px;
			line-height: 1.8;
		}

		.col:first-child {
			margin-left: 0;
		}

			footer .logo {
				display: block;
				width: 200px;
				height: 26px;
				background: #000080;
				margin-bottom: 15px;
			}



