@charset "UTF-8";

/* CSS Document */

/*
Theme Name: Spokeshave
Theme URI: http://www.spokeshave.ie
Description: Custom theme for Pat Gill/Spokeshave
Author: Paul Goode
Author URI: http://www.paulogoode.com
Version: 1.0
.
Built from the ground up by Paul Goode
.
*/



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}

audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

html,button,input,select,textarea {
	font-family:sans-serif;
	color:#231f20;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
	background:#3c88a0;
	color:#fff;
	text-shadow:none;
}

::selection {
	background:#3c88a0;
	color:#fff;
	text-shadow:none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
	color:#468ABA;
	text-decoration:none;
}

a:visited {
	color:#4578A3;
}

a:hover {
	color:#8dc6ec;
}

a:focus {
	outline:none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,a:active {
	outline:0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #dedbd0;
	margin:1em 0;
	padding:0;
}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background:#ff0;
	color:#000;
	font-style:italic;
	font-weight:700;
}

/* Redeclare monospace font family */
pre,code,kbd,samp {
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
	font-size:1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}

q {
	quotes:none;
}

q:before,q:after {
	content:"";
	content:none;
}

small {
	font-size:85%;
}

/* Position subscript and superscript content without affecting line-height */
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}

dd {
	margin:0 0 0 40px;
}

nav ul,nav ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers
 */
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
	overflow:hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
	margin:0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
	margin:0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor:pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
	border:0;
	*margin-left:-7px;
	padding:0;
	white-space:normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,input,select,textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,input {
	line-height:normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
	*overflow:visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],input[disabled] {
	cursor:default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	*width:13px;
	*height:13px;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}

/* Colors for form validity */
input:valid,textarea:valid {
}

input:invalid,textarea:invalid {
	background-color:#f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

th {
	text-align:left;
}

tr {
	border-color:#dcd0d0;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
	margin:.2em 0;
	background:#ccc;
	color:#000;
	padding:.2em 0;
}

/* =============================================================================
   Fix Hover Effects for Touch Devices
   ========================================================================== */
element:hover,element.hover_effect {
	rule:properties;
}

.hover {
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}

/* ===================================================================================================================== MAIN Styles */

html, html a {
    -webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	background: #004964;
	margin: 0;
	padding: 0;
	font-family: "ff-meta-web-pro", Verdana, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	width: 820px;
	height: 216px;
	margin: 0 auto;
}
.logo {
	
}

#logo-link {
	background: url(images/spokeshave-logo.png) no-repeat left top;
	background-size: 280px 140px;
	float:right;
	margin: 40px 36px 0 0;
	width:280px;
	height: 140px;
	text-indent: -9999px;
	display:block;
	float:right;
	margin: 40px 36px 0 0;
}
#logo-link:hover {
	background: url(images/spokeshave-logo-hover.png) no-repeat left top;
}
/*

OLD LOGO

.logo a.linkopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}
.logo a.linkopacity:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

*/


#headerimage {
	width: 820px;
	height: 260px;
	margin: 0 auto;
	position: relative;
}

.container {
	margin: 0 auto;
}
.spacer-20 {
	height: 20px;
	width: 100%;
	display: block;
}
.white {
	width: 740px;
	min-height: 246px;
	background-color: #fff;
	padding: 32px 40px;
	position: relative;
	overflow: auto;
}
#sidebar {
	float: left;
	position: absolute;
	bottom: 32px;
	width: 180px;
}

#content {
	float: right;
	width: 540px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 23px;
}
#footer {
	width: 860px;
	height: 44px;
	margin: 0 auto;
	font-size: 10px;
	color: #fff;
	padding: 0 0 0 40px;
	line-height: 40px;
	border-bottom: 1px solid #3c88a0;
}
.gallery {
	width: 100%;
	float: left;
	margin: 2em 0 1em 0;	
}
.latest-projects {
	width: 100%;
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #e9e6e3;
	height: 98px;
}
.separator {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin: 1em 0;
}
/* ===================================================================================================================== MENU Styles */

#navbar {
	margin: 130px 0 0 0;
	width: 450px;
	height: 38px;
	float: left;
}
#access {
	float: left;
	width: 450px;
	height: 38px;
}
#access ul {
	list-style-type: none;
	font-size: 14px;
	color: #fff;
}
#access li {
	float: left;
}
#access ul a {
	display: block;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	margin: 0 40px;
	text-transform: uppercase;
}
#access ul a:hover {
	color: #81ccd6;
}

/* ===================================================================================================================== TEXT Styles */

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h1 {
	color: #004964;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #004964;
	margin-bottom: 20px;
}
h3 {
	color: #999;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
h3 span {
	font-weight: 700;
	color: #287790;
}
h4 {
	color: #666;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
h5 {
	color: #777;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 20px;
}
h6 {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
}
h6 span {
	color: #23365e;
}

#sidebar p, #sidebar-page p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #999;
}
#sidebar a, #sidebar-page a {
	color: #287790;
	text-decoration: none;
	font-size: 14px;
}
#sidebar h3 {
	font-weight: 700;
}
.meta span {
	font-size: 0.825em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}
.newslink {
	margin-left: 110px;
}
.newslink a {
	color: #287790;
	text-decoration: none;
}
#content p {
	margin-bottom: 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #aaa;
	padding-top: 10px;
}

.homepage {
	font-size: 18px !important;
	line-height: 26px !important;
	color: #004964;
}

/* ==================================================================================================================== SEARCH Styles */

.searchform {
	float: left;
    margin-left: 72px;
}
.searchform .field {
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
	clear: both;
}
.searchform input {
	margin: 7px 5px 0 5px;
	padding: 4px 4px;
	color: #287790;
	border: 1px solid #d4d1da;
	outline: none;
	display: inline-block;
	position: relative;
	width: 136px;
	background: url(images/search-bg.png) no-repeat right top #fff;
}
.searchform textarea {
	overflow: hidden;
}
.dropdown {
	display: block;
	float: left;
	width: 220px;
}


/* ==================================================================================================================== LIST Styles */

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#content ul {
	padding-left: 0.25em;
	text-indent: -0.1em;
}
#archives ul ul, #content ul ul {
	margin: 0px 0px 0px 10px;
}
#archives ul li, #content ul li {
	background:url(images/bullet.png) no-repeat 0px 6px;
	padding:0px 0px 6px 24px;
}
#archives ul li ul, #content ul li ul {
	padding:5px 0px 0px 0;
	margin: 0px 0px -4px;
}
#archives ul li ul li, #content ul li ul li {
	background:url(images/subbullet.png) no-repeat 0px 6px;
	padding:0px 0px 6px 24px;
}
/* ==================================================================================================================== IMAGE Styles */

img.alignleft, .alignleft {
	display: block;
	margin: 5px 20px 10px 0;
	float: left;
}
img.alignright, .alignright {
	display: block;
	margin: 5px 0 10px 20px;
	float: right;
}
img {
	max-width:100%;
	height:auto;
	width:auto9; /* ie8 */
}
.gallery-thumb {
	width: 98px;
	height: 98px;
	margin: 0 12px 12px 0;
	float: left;
}
.last {
	margin: 0;
}
.thumbnail {
	float: left;
	margin-right: 2em;
}


/* =============================================================================
   Media Queries
   ========================================================================== */
   
/* ----------------------------- Retina Display Check -------------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    
    
	#logo-link {
		background: url(images/spokeshave-logo@2x.png) no-repeat left top;
	}
	#logo-link:hover {
		background: url(images/spokeshave-logo-hover@2x.png) no-repeat left top;
	}
    
}


   

/* ----------------------------- iPad Portrait & Tablets ----------------------------------------------- */
@media (max-width: 768px) {

	.wrapper, #header, #headerimage {
		width: 768px;
	}
	#headerimage {
		height: 244px;
	}
	#navbar, #access {
		width: 420px;
	}
	.white {
		width: 688px;
	}
	#sidebar {
		width: 160px;
	}
	#content {
		width: 500px;
	}
	#footer {
		width: 728px;
	}
	
}

/* ----------------------------- iPhone Retina Landscape ----------------------------------------------- */
@media (max-width: 640px) {

	.wrapper, #header, #headerimage {
		width: 640px;
	}
	#headerimage {
		height: 203px;
	}
	#navbar, #access {
		width: 320px;
	}
	#access ul a {
		margin: 0 0 0 30px;
	}
	.white {
		width: 560px;
	}
	#sidebar {
		width: 160px;
	}
	#content {
		width: 340px;
	}
	#footer {
		width: 600px;
	}

	
}

/* ----------------------------- iPhone Portrait ------------------------------------------------------- */
@media (max-width: 480px) {


	.wrapper, #header, #headerimage {
		width: 480px;
	}
	#headerimage {
		height: 150px;
		float: none;
	}
	#navbar, #access {
		width: 480px;
		float: left;
		margin: 0 auto;
	}
	#logo-link {
		float: none;
		margin: 20px 0 20px 160px;
	}
	#access ul a {
		margin: 0 0 0 25px;
	}
	.white {
		width: 440px;
		padding: 20px;
	}
	#sidebar {
		width: 160px;
		float: none;
		height: 1px;
		margin: 0 0 0 20px;
	}
	
	#content {
		width: 420px;
		float: left;
		margin: 0 20px;
	}
	#footer {
		width: 440px;
	}
	.gallery-thumb {
		width: 180px;
		height: 180px;
		margin: 0 12px 12px 0;
		float: left;
	}
}


/* ----------------------------- iPhone Portrait ------------------------------------------------------- */
@media (max-width: 320px) {


	.wrapper, #header, #headerimage {
		width: 320px;
	}
	#headerimage {
		height: 101px;
		float: none;
	}
	#navbar, #access {
		width: 320px;
		float: left;
		margin: 0 auto;
	}
	#logo-link {
		float: none;
		margin: 20px 20px 30px 20px;
	}
	#access ul a {
		margin: 0 0 0 35px;
	}
	.white {
		width: 280px;
		padding: 20px;
	}
	#sidebar {
		width: 280px;
		float: none;
		height: 1px;
		margin: 0 0 0 20px;
	}
	
	#content {
		width: 240px;
		float: left;
		margin: 0 20px;
	}
	#footer {
		width: 280px;
	}
	.thumbnail {
		margin-bottom: 2em;
	}
	.gallery-thumb {
		width: 230px;
		height: 230px;
		margin: 0 0 12px 0;
		float: left;
	}
	.latest-projects {
		height: 124px;
	}
}


/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
/* For image replacement */
.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
	*line-height:0;
}

.ir br {
	display:none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility:hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}