/*
Theme Name: Ploughshare
Theme URI: http://ploughshare.co.nz
Description: Custom Wordpress theme built for Ploughshare

Author: Ilai @ Bruv.co.nz
Author URI: http://bruv.co.nz

Version: 1.0
Tags: full-width-template, flexible-width, custom-background, microformats, editor-style, custom-menu, sticky-post, theme-options, front-page-post-form, featured-images, sticky-post, rtl-language-support, threaded-comments, post-formats, white, light

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Built on:
WP-Flex Copyright ©2011 Gray Ghost Visuals
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license entitled "GNU Free Documentation License" can be
found at http://www.gnu.org/licenses/fdl-1.3-standalone.html
*/


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

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

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

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

/**
* Address styling not present in IE 8/9.
*/

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
	font-family: sans-serif; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
	outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
	border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
	font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
	font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
	background: #ff0;
	color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
	white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
	border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
* Define consistent border, margin, and padding.
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
	line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
	text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

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

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

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

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
    font-size: 14px;
	font-family:Sans-serif;
    line-height: 1.4;
	background-color:#eee;

}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

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

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
	vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

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

/*
* Allow only vertical resizing of textareas.
*/

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* =============================================================================
   Responsive Embedded Media
   ========================================================================== */

img,
object,
video {
	max-width: 100%;
	height: auto;
}


/*
* 1.0 WordPress Required
*
* Generated Core Classes
* Each Theme should have these or similar styles in its style.css file
* in order to display images and captions properly.
* http://codex.wordpress.org/CSS#WordPress_Generated_Classes
*/

.sticky {}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.gallery-caption {}

/*
* stops too many categories from breaking the layout
*/
.entry-tags-list li,
.entry-categories-list li {
	display: inline-block;
}


/* =WordPress Generated - Extra Styling Classes for us Authors
------------------------------------------------------------------------------- */

/* Fluid Images For Wordpress */
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.wp-caption,
.wp-caption img {
	max-width: 100%;
}

img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* WP Breadcrumb Styles */
.cat-item {}
.cat-item.current-cat {}

.cat-item a:hover {}
.cat-item.current-cat a:hover {}

.cat-item a {}
.cat-item.current-cat a {}

/* WP Smiley */
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* WP widget styling */
.widget {}

/* WP POST THUMBNAILS */
.wp-post-image {}
.attachment-thumbnail {}
.attachment-medium {}
.attachment-large {}
.attachment-full {}

/* WP 404 ERRORS */
.error404 {}

/* WP PAGE CONTENT */
.more-link {}
.posttitle {}

/*
* WP COMMENTS FORM
* comment form container
* keep this consistent for comment form
* everytime a user clicks reply to a thread
* the comment form that appears contains these very
* styles defined below
*/
#respond {}

/* comments list reset */
.commentlist,
.commentlist ul,
.commentlist .children {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* comment form title */
#reply-title {}

/* comment form ID generated by WP */
#commentform {}

/* moderation response text class provided via comments.php line#48 */
/* no user comments styling class provided via comments.php line#69 */
.moderating,
.nocomments {
	background: red;
	color: #fff;
}

/* comment form labels */
label[for="author"] {}
label[for="email"] {}
label[for="commment"] {}

/* comment form paragraph containers */
.comment-notes {}
.comment-form-author {}
.comment-form-email {}
.comment-form-url {}
.comment-form-comment {}

/* comment form inputs  */
#commentform input,
#commentform textarea {
	display: block;
}

/* comment form allow tags */
.form-allowed-tags

/* comment form submit paragraph container and button */
.form-submit {}
#submit {}

/* comments pagination */
div.comment-pagination {}
span.prev-comments-link {}
span.nxt-comments-link {}

/* avatars */
.avatar {
	display: block
}

/* comments intro header */
#comments-title {}

/* comment form user comment text */
.comment-body {}

/* comment meta */
.comment-meta {
	font-size: small;
}


/*
* 2.0 Comment Styling Classes
*
* Built on the shoulders of Chris Coyier and Chris Harrison's awesome work
* http://cdharrison.com/2008/12/03/threaded-comments
* http://css-tricks.com/snippets/wordpress/base-threaded-comments-styling
*/
ol.commentlist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}

ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment {
	border-bottom: 1px dotted #666;
	padding: 1em;
}

ol.commentlist li.comment div.comment-author {}

ol.commentlist li.comment div.vcard {
	font: normal 16px georgia,times,serif;
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn a.url {}

ol.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: right;
	margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.avatar-64 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}

ol.commentlist li.comment div.comment-meta {
	font-size: 9px;
}
ol.commentlist li.comment div.comment-meta a {
	color: #ccc;
}
ol.commentlist li.comment p {
	font-size: 11px;
	margin: 0 0 1em;
}
ol.commentlist li.comment ul {
	font-size: 11px;
	list-style: square;
	margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
	font-size: 11px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}

ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}

ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 2px solid #0094cc;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 2px solid #0094cc;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #0094cc;
	margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}

ol.commentlist li.even {
	background: #fff;
	background: rgba(255,255,255,0.20);
}
ol.commentlist li.odd {
	background: #f6f6f6;
	background: rgba(255,255,255,0.20);
}
ol.commentlist li.parent {
	border-left: 2px solid #0094cc;
}

ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/**
* 3.0 WP-Flex Styling Modules
*
* Use these custom Classes as helpers for your styling needs and based on
* the classes written by this theme. These are not provided by WordPress
*/

/* WP-Flex BLOG NAME Module */
.blogname {}

/* WP-Flex TAGLINE Module */
.tagline {}

/* WP-Flex NAVIGATION Module */
.menu {}

/* WP-Flex PAGE TITLE Module */
.page-title{}

/* WP-Flex ENTRY TITLE Module */
.entry-title {}

/* WP-Flex ENTRY TITLE META Module */
.meta {}

/* WP-Flex ENTRY FOOTER META Module */
.entry-footer {}
.comments-count {}
.comments-count-number {}
.entry-taxonomies {}
.entry-tags-list {}
.entry-tags {}
.entry-categories-list {}
.entry-categories {}

/* WP-Flex ENTRY PAGINATION Module */
.pagination {}

/* WP-Flex SINGLE ENTRY PAGINATION Module  */
.pagination.single {}

/* WP-Flex SIDEBAR Module */
.sidebar {}


/* =Demo Layout Styles * DO NOT USE *
------------------------------------------------------------------------------- */
/* =Author Typography
------------------------------------------------------------------------------- */
/* =Author Layout
------------------------------------------------------------------------------- */
/* =Author Colors
------------------------------------------------------------------------------- */




/*
 * STRUCTURE
 */
 
 html, body
 {
	height:100%; 
 }
 

#container {
	margin:0px auto;
	width:1000px;
	
	background:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	
	
}


#header {
	
	height:280px;
	
	
}

#logo {
	margin:0px auto;
	padding-top:20px;
	width:450px;
	height:110px;
	
}

#menu {
	margin:10px 10px 10px 130px;
	width:774px;
	height:120px;
	background:url(img/ploughshare-menu-bg.jpg) no-repeat;

}


#content {
	padding:0px 50px 50px 50px;
}

#footer {
margin:0px auto;
width:1000px;
height:200px;
bottom:0px;
	
background:url(img/footer-plate.jpg) no-repeat center center #c8d154;
}

#footer-left-coloumn{
	float:left;
}

#footer-fb {
	
	width:250px;
	padding-top:38px;
	padding-left:20px;	
}

#footer-email {
	

	width:250px;
	padding-top:50px;
	padding-left:20px;	
}

#footer-email input[type=text] {
	border:1px solid #999;	
	color:#666;
	font-style:italic;
	font-size:12px;
	padding:3px;
}

#footer-right-coloumn{
		float:right;
}

#footer-contact {


	width:235px;
	margin-top:20px;
	padding-top:30px;
	padding-left:20px;	
	
	color:#fff;
	font-weight:bold;
}

 .push {
	height:200px; 
 }


/*
 * NAV
 */

#nav {
	position:relative;
	top:48px;
	left:30px;
	width:530px;
	height:25px;

	
}

#nav ul {
	margin:0px;	
}

#nav li {
	margin-right:20px;
	display:inline-table;	
	
}

#nav li:last-child {
	margin-right:0px;	
}

#nav li a {
	font-family: 'Quicksand', sans-serif;
	color:#fff;
	font-size:20px;
	text-decoration:none;
}

#nav li a:hover {
	text-shadow: 0 0 0.2em #390, 0 0 0.2em #390;
}

#nav li.selected a {
	text-decoration:underline;	
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {top: 48px; left:30px; width:530px; height:25px; position:relative; z-index:100; font-family: 'Quicksand', sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:530px; w\idth:529px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:20px;text-decoration:none; color:#fff; padding-left:30px; line-height:29px;}

.menu li.selected > a, .menu li.current-menu-item > a, .menu li.current-menu-parent > a { text-decoration:underline; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-color:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background-color:#c9ba65;}
.menu ul ul :hover > a.drop {background-color:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:29px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: rgba(238, 238, 238, 0.9); margin-left:8px; color:#bac063; height:auto; line-height:1em; font-size:16px; text-align:center; padding:6px 15px 6px 10px; width:110px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:110px;w\idth:110px;}

/* style the top level hover */
.menu a:hover{ text-shadow: 0 0 0.2em #676b14, 0 0 0.2em #676b14,0 0 0.2em #676b14, 0 0 0.2em #676b14; }
.menu :hover > a {text-shadow: 0 0 0.2em #676b14, 0 0 0.2em #676b14,0 0 0.2em #676b14, 0 0 0.2em #676b14;}

.menu ul ul a:hover{text-shadow: 0 0 0em #676b14; }
.menu ul ul :hover > a {text-shadow: 0 0 0em #676b14;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/*
 * TYPE
 */

h1{
	color:#aab43e;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-left:-5px;
	

}

h1 a {
	color:#aab43e;
	text-decoration:none;
	margin-bottom:0px;
}

h1 a:hover {
	text-decoration:underline;
}

h2{
	color:#aab43e;
	font-style:italic;
	font-size:14px;
}


/*
 * HOME PAGE
 */
 
#strategy {
background-image:url(img/home-feature-purple.png);
background-repeat:no-repeat;
background-position:center 85px;
}

#growth {
background-image:url(img/home-feature-yellow.png);
background-repeat:no-repeat;
background-position:center 85px;
}

#insight {
background-image:url(img/home-feature-blue.png);
background-repeat:no-repeat;
background-position:center 85px;
}

#development {
background-image:url(img/home-feature-red.png);
background-repeat:no-repeat;
background-position:center 85px;
}

.home-features {
	display:inline-table;
	
	width:200px;
	height:220px;
	
	border:1px solid #777;
	background-color:#ddd;
	
	margin-right:15px;
	margin-top:0px;
	
	
	
	
}

.home-features a {
	display:block;
	height:100%;
	width:100%;	
	color:#222;	
	margin-top:0px;
}



.home-features:hover {
	background:#eee;
	cursor:pointer;
}

.home-features:last-child {
	margin-right:0px;
}

.home-title {
	margin-top:15px;
	height:50px;
	background-color:#aaa;
	
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
}

.home-description {
	display:inline-table;
	height:85px;
	margin-top:70px;
	
	padding:0px 3px 3px 3px;
	
	vertical-align:bottom;
	font-size:12px;
	font-style:italic;
	text-align:center;
	
	
}











/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
* Image replacement
*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
* 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;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
	*zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
