/*
Theme Name: Intranet Future
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Rich Mehta
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
iframe {
	max-width: 100%;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
	color: #2cbfee;
	font-family: proxima-nova-soft, sans-serif;
	padding: 0.2em 0em 0.5em 0em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.6em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Generic Classes
-------------------------------------------------------------- */

.bold {
	font-weight: bold;
}

.button {
	min-height: 36px;
	min-width: 134px;
	display: inline-block;
	text-align: center;
	background: transparent url('images/buttons/learn-more.png') no-repeat 2px 0;
}

.round_corners {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half_width {
	width: 100%;
}
.clear {
	clear: both;
}
.top-right {
	float: right;
}
.feature-video {
	display: none;
}
hr.content-split {
	background: transparent url('images/page-elements/hr.png') no-repeat 50% 0;
	height: 10px;
	padding-bottom: 1em;
	width: 319px;
	margin: auto;
}
#wpstats {
	visibility: hidden;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	/*margin: 0 280px 0 20px;*/
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

body.home.page #theme-body {
	padding-bottom: 10em;
	padding-top: 9.5em !important;
	margin-top: -9em !important;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	/*width: 940px;*/
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #28c4f4;
	text-decoration: underline;
}
a:visited {
	color: #28c4f4;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #666;
	text-decoration: underline;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
	font-family: proxima-nova-soft, sans-serif;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:active,
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer .quicklinks a:link,
#footer .quicklinks a:visited {
	color: inherit;
}
#footer .quicklinks a:hover {
	color: inherit;
}
#attribution a:link {
	color: #999;
	text-decoration: none;
}
#attribution a:visited {
	color: #999;
	text-decoration: none;
}
#attribution a:active,
#attribution a:hover {
	color: #999;
	text-decoration: underline;
}
#breadcrumbs {
	font-family: proxima-nova-soft, sans-serif;
	top: 1em;
	padding: 1em 1em 1em 1em;
}
/*.fb_iframe_widget,*/
/*.fb_iframe_widget span,
.fb_iframe_widget span iframe {
	width: 100% !important;
}*/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.video-container {
	margin: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	/*	overflow: hidden; */
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#header #gradient {
	min-width: 100%;
	height: 100px;
	background: transparent url('images/headers/header-background-radial.jpg') no-repeat 0 0;
	z-index: 1;
}

#header #logo {
	float: left;
	min-width: 74px;
	height: 132px;
	margin: 0 10px;
	background: transparent url('images/headers/intranet-future-logo.png') no-repeat 0 35px;
	z-index: 1;
}

#header #gradient div#tagline {
	width: 54%;
	float: left;
	margin: 3em 2em 0em 0em;
	font-size: 1em;
	font-family: proxima-nova-soft, Arial, sans-serif !important;
	font-weight: 700;
}

#header #gradient #social-networks {
	float: right;
	width: 180px;
	margin: 2.21em 0 0 0;
}

#header #gradient #social-networks a:link,
#header #gradient #social-networks a:visited {
	border: 0px solid white;
	color: #FFF;
	text-decoration: none;
}
#header #gradient #social-networks a:hover {
	border: 0px solid white;
	text-decoration: none;
}

#header #gradient #social-networks a {
	background: #28c4f4 url('images/backgrounds/social-button.png') no-repeat 100% 50%;
	display: block;
	font-family: proxima-nova-soft, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 27px;
	padding: 10px 0 0 10px;
	text-transform: uppercase;

}
#header #gradient #social-networks {
	display: none;
}

#header #gradient #social-icons {
	background-color: #416370;
	display: none;
	width: 285px;
	padding: 22px 20px 7px 20px;
	position: absolute;
	right: 0;
	top: 140px;
	z-index: 100;
}

#header #gradient #social-icons a:link,
#header #gradient #social-icons a:visited {
	border: 0px solid white;
	color: #FFF;
	text-decoration: none;
}
#header #gradient #social-icons a:hover {
	background-position: 0 -24px;
	border: 0px solid white;
	color: #28c4f4;
	text-decoration: none;
}

#header #gradient #social-icons a {
	display: block;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 15px;
	padding-left: 11%;
	width: 39%;

}

#header #gradient #social-icons .twitter {
	background: transparent url('images/icons/twitter.png') no-repeat 0 0;
}

#header #gradient #social-icons .facebook {
	background: transparent url('images/icons/facebook.png') no-repeat 0 0;
}

#header #gradient #social-icons .foursquare {
	background: transparent url('images/icons/foursquare.png') no-repeat 0 0;
}

#header #gradient #social-icons .pinterest {
	background: transparent url('images/icons/pinterest.png') no-repeat 0 0;
}

#header #gradient #social-icons .linkedin {
	background: transparent url('images/icons/linkedin.png') no-repeat 0 0;
}

#header #gradient #social-icons .googleplus {
	background: transparent url('images/icons/googleplus.png') no-repeat 0 0;
}

#header #gradient #social-icons .youtube {
	background: transparent url('images/icons/youtube.png') no-repeat 0 0;
}
#header #featured-image {
	position: relative;
	min-width: 100%;
	height: 141px;
	/*background: transparent url('images/headers/social-people-background.jpg') no-repeat 0 0;*/
	border-top: 2px solid #FFF;
	z-index: -1;
}

#header #featured-image img {
	max-width: 130%;
	padding-top: 2px;
	position: absolute;
	left: -15%;
	height: auto;
	z-index: 10;
}

#header .if-tagline {
	position: absolute;
	font-family: proxima-nova-soft, sans-serif;
	font-size: 1.6em;
	color: #2cbfee;
	margin: 2.5em 1.25em 1.25em 1.25em;
	line-height: 1.8em;
	z-index: 20;
}

#header .if-tagline a.button:link,
#header .if-tagline a.button:visited {
	color: white;
	text-decoration: none;
}
#breadcrumbs {
	position: relative;
	top: -12em;
	left: 26%;
	width: 63%;
}
#service-breadcrumbs {
	font-weight: 700;
	max-width: 800px !important;
	padding: 1em 0;
}
#service-breadcrumbs a:link,
#service-breadcrumbs a:visited {
	color: #333;
	text-decoration: none;
}
/* Don't show breadcrumbs on homepage */
.home.page #breadcrumbs {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	height: 30px;
	background: transparent url('images/backgrounds/menu.png') repeat-x 0 0;
	display: block;
	float: right;
	margin: 2px auto 0 auto;
	width: 75%;
	/*border-bottom: 2px solid #28c4f4;*/
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	overflow: hidden;
}
body.admin-bar #access {
	top: 28px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	/*margin-left: 12px;*/
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none !important;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	list-style: none !important;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #28c4f4;
	background: transparent url('images/menu/post.png') no-repeat 100% 100%;
}
#access a {
	color: #FFF;
	font-family: proxima-nova-soft;
	font-weight: 100;
	display: block;
	line-height: 28px;
	padding: 0 8px;
	text-decoration: none;
}
#access li:first-child {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	overflow: hidden;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background: #333 url('images/menu/post.png') no-repeat 100% 100%;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #2cbfee;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#access ul li.current_page_item,
#access ul li.current-menu-ancestor,
#access ul li.current-menu-item,
#access ul li.current-menu-parent {
	border-bottom: 2px solid #d6d6d6;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 1em;
	line-height: 2.4em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
.single #content p,
.single #content li,
.page-template-workshops-php #copy p,
.page-template-workshops-php #copy li,
.page #theme-body .page-text p,
.page #theme-body .page-text li,
.archive #content-with-sidebar p,
.archive #content-with-sidebar li,
.category #content-with-sidebar p,
.category #content-with-sidebar li,
.blog #content-with-sidebar p,
.blog #content-with-sidebar li {
	font-size: 1.34em;
	line-height: 1.5;
}
.single #content p {
	color: #000;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.5em;
	margin: 0 0 0px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.article-content img {
	max-width: 100%;
}

.article-content .wp-caption
{
    max-width: 100% !important;
}

.single #content-with-sidebar {
	margin-top: 5em;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.single-title {
	float: left;
	font-size: 2.4em;
	line-height:1.2;
	padding-right: 2.5%;
	width: 60%;
}
.article-image {
	width: 37%;
    float: left;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 12px 0 0;
}
.single-post .entry-content p {
	line-height: 1.5;
}
.single-post header .article-meta {
	border-top: 1px solid #CCC;
	clear: both;
	padding-top: 13px;
	position: relative;
	z-index: 10;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-date {
	color: #333;
	line-height: 2.6em;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#hcard-Jonathan-Pollinger * {
	display: inline-block;
}
#hcard-Jonathan-Pollinger .fn,
#hcard-Jonathan-Pollinger .org,
#hcard-Jonathan-Pollinger .adr * {
	font-size: 1.3em;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 97% !important; /* prevent too-wide images from breaking layout */
	padding: 1.5%;
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
.big-search {
	clear:both;
	overflow:auto;
}
.big-search #searchform label.hidden{
	display:none;
}
.big-search #searchform input[type=text] {
	padding:15px 3%;
	border: 3px solid #2CBFEE;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size:16px;
	float:left;
	height: 19px;
	margin: 10px 0px 20px 2%;
	width:83%;
}
.big-search #searchform input[type=submit] {
	background:#2CBFEE url('images/icons/search-icon.png') no-repeat 50% 50%;
	border: 2px solid #2CBFEE;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color:#FFF;
	cursor: pointer;
	margin-top: 10px;
	padding: 16px 1% 17px;
	text-indent:-9999px;
	transition: background-color 0.5s ease;
	width: 7%;
}
.big-search #searchform input[type=submit]:hover {
	background-color:#0E7EA1;
	border: 2px solid #2CBFEE;
}
.blog-tabs {
	float: left;
	font-family: proxima-nova-soft, Arial, sans-serif;
	font-size: 0.8em;
	padding-top: 1em;
	position: relative;
	min-width: 100px;
	min-height: 101px;
}
.blog-tabs img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.blog-tabs#good-and-bad-tab {
	min-width: 110px;
}
.blog-tabs p {
	position: absolute;
	left: 30%;
	margin: 0 !important;
	width: 68%;
	z-index:10;
}
a.blog-tab:link,
a.blog-tab:visited {
	color: #666;
	text-decoration: none;
}
a.blog-tab:hover {
	color: #000;
	text-decoration: none;
}
.page-template-blog-php #theme-body .blog-category-listing {
	background: transparent url('images/backgrounds/blog-section.jpg') no-repeat 0 0;
	padding: 0px 10px 24px 10px;
}
.page-template-blog-php #theme-body .blog-category-listing p {
	font-size: 1.34em;
	line-height: 1.5;
}
.page-template-blog-php #theme-body .blog-category-listing a.continue-reading {
	display: none;
}
#theme-body .blog-category-listing .blog-category-header {
	min-height: 95px;
}
#theme-body .blog-category-listing .blog-category-header h1 {
	color: #000;
	font-weight: 500;
	line-height: 1.8em;
	padding-left: 30%;
	padding-top: 6%;
	width: 50%;
}
#theme-body .blog-category-listing .blog-category-header h1 a:link,
#theme-body .blog-category-listing .blog-category-header h1 a:visited {
	text-decoration: none;
	color: #333;
}
.page-template-blog-php #theme-body .blog-category-listing .entry-title {
	font-family: proxima-nova-soft, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 1em;
	padding-bottom: 0;
}
.page-template-blog-php #theme-body .blog-category-listing .entry-date {
	line-height: 2.2em;
}
.blog-category-listing#good-and-bad-social-media  .blog-category-header {
	padding-right: 10%;
	background: transparent url('images/backgrounds/good-and-bad.png') no-repeat 0 120%;
}
.blog-category-listing#latest-from-social-media  .blog-category-header {
	padding-right: 10%;
	background: transparent url('images/backgrounds/speech-bubbles.png') no-repeat 0 120%;
}
.blog-category-listing#social-media-ideas-tips  .blog-category-header {
	padding-right: 10%;
	background: transparent url('images/backgrounds/light.png') no-repeat 0 120%;
}
.category .article,
.single .entry-content,
.search .article {
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
	background-color: #FFF;
	border-radius: 2px;
	margin: auto;
	margin-bottom: 1.2em;
	min-height: 220px;
	padding: 30px 0;
	position: relative;
	top: -1.2em;
	width: 90%;
	z-index: 50;
}
.category .article .article-content h2 a:link,
.category .article .article-content h2 a:visited,
.search .article .article-content h2 a:link,
.search .article .article-content h2 a:visited,
#sidebar .widget_categoryposts h3 a:link,
#sidebar .widget_categoryposts h3 a:visited {
	color: #000;
	font-weight: 200;
	text-decoration: none;
}
.category .article .article-content h2 a:hover,
.search .article .article-content h2 a:hover,
#sidebar .widget_categoryposts h3 a:hover {
	color: #000;
	text-decoration: underline;
}
#theme-body .blog-category-listing a.more-link:link {
	background: transparent url('images/backgrounds/more-arrow.png') no-repeat 0 50%;
	font-family: proxima-nova-soft, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 1em;
	text-decoration: none;
}
#services .service-listing-link {
	display: block;
	background: transparent url('images/backgrounds/service.png') no-repeat 0 0;
	height: 87px;
}
#services .service-listing-link h1 {
	color: #3a6673;
	font-size: 2em;
	padding-top: 1.5em;
	padding-left: 4em;
	padding-bottom: 0;
	height: 2em;
}
/*		Icons for the service page		*/
#services .service-listing#facebook .service-listing-link h1 {
	background: transparent url('images/backgrounds/facebook-service.png') no-repeat 15px 50%;
}
#services .service-listing#foursquare .service-listing-link h1 {
	background: transparent url('images/backgrounds/foursquare-service.png') no-repeat 15px 50%;
}
#services .service-listing#social-video .service-listing-link h1 {
	background: transparent url('images/backgrounds/social-video-service.png') no-repeat 15px 50%;
}
#services .service-listing#twitter .service-listing-link h1 {
	background: transparent url('images/backgrounds/twitter-service.png') no-repeat 15px 50%;
}
#services .service-listing#linkedin .service-listing-link h1 {
	background: transparent url('images/backgrounds/linkedin-service.png') no-repeat 15px 50%;
}
#services .service-listing#blogs .service-listing-link h1 {
	background: transparent url('images/backgrounds/blog-service.png') no-repeat 15px 50%;
}
#services .service-listing a:link,
#services .service-listing a:visited {
	text-decoration: none;
}
#services .service-listing a:hover {
	text-decoration: none;
}
/* New Services Page*/
#services {
	padding-left: 0;
}
#services .services_heading {
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 2.4em;
	font-weight: 200;
	line-height: 2;
	position: relative;
	text-align: center;
}
#services .left .services_heading {
	border-right-width: 0px;
}
#services .services_heading:after {
	bottom: 0%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
#services .services_heading.primary_bg,
#sidebar #services .services_heading.primary_bg {
	background-color: #2cbfee;
}
#services .services_heading.secondary_bg,
#sidebar #services .services_heading.secondary_bg {
	background-color: #B1D238;
}
#services .service {
	line-height: 64px;
	position: relative;
}
/*#services .service:after {
	bottom: 40%;
	right: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-left-color: #14596E;
	border-width: 8px;
	margin-top: -8px;
}*/
#services .service.services_for.odd,
#services .service.services_by_medium.even {
	background-color: #EBEBEB;
}
#services .service a:link,
#services .service a:visited {
	color: #13596D;
	display: block;
	font-family: "proxima-nova-soft", sans-serif;
	font-size: 1.8em;
	padding-left: 20%;
	text-decoration: none;
	width: 80%;
}
#services .service.services_for a:link,
#services .service.services_for a:visited {
	background: transparent url('images/icons/tick.png') no-repeat 10% 50%;
	color: #B1D238;
}
#services .service.services_by_medium a:link,
#services .service.services_by_medium a:visited {
	background: transparent url('images/icons/services.png') no-repeat 5% 0%;
	color: #13596D;
}
#services .service.services_by_medium.social-media-training a {
	background-position: 5% 0px;
}
#services .service.services_by_medium.social-media-consultancy a {
	background-position: 5% -69px;
}
#services .service.services_by_medium.social-media-workshops a {
	background-position: 5% -138px;
}
#services .service.services_by_medium.public-speaking a {
	background-position: 5% -205px;
}
#services .service.services_by_medium.social-media-audit a {
	background-position: 5% -269px;
}
#services .service.services_by_medium.social-media-strategy a {
	background-position: 5% -335px;
}
#services .service.services_by_medium.social-media-management a {
	background-position: 5% -402px
}
#services .service.services_for:after {
	border-left-color: #B1D238;
}
#intro-sub-header {
	background: transparent url('images/backgrounds/services-text.png') repeat-x 50% 0;
}
.page-template-services-php #intro-sub-header,
.page-template-services-new-php #intro-sub-header {
	height: 229px;
}
#intro-sub-header .container {
	margin: auto;
	max-width: 800px;
	text-align: center;
}
#intro-sub-header h2,
#intro-sub-header p {
	margin: auto;
	max-width: 600px;
}
#intro-sub-header h2 {
	color: #333;
	font-size: 3.6em;
	line-height: 1.2;
}
#intro-sub-header p {
	font-family: "proxima-nova-soft", sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
}
.page-template-services-php #breadcrumbs,
.page-template-services-new-php #breadcrumbs,
.page-template-page-services-sub-page-php #breadcrumbs {
	display: none;
}
.page-template-page-services-sub-page-php h1 {
	color: #333;
	font-size: 3.5em;
	line-height: 1.2;
	padding-top: 0.6em;
}
.page-template-page-services-sub-page-php #content-with-sidebar {
	margin-left: 0;
}
.page-template-page-services-sub-page-php #theme-body p.lead {
	font-family: "proxima-nova-soft", sans-serif;
	font-size: 1.5em;
	font-weight: 200;
}
.page-template-page-services-sub-page-php #theme-body p,
.page-template-page-services-sub-page-php #theme-body ol,
.page-template-page-services-sub-page-php #theme-body ul,
.page-template-workshops-php .get-free-quote-footer p {
	font-size: 1.3em;
	line-height: 1.5;
}
.page-template-workshops-php .get-free-quote-footer p {
	width: 110%;
}
/* Footer CTA */
.get-free-quote-footer {
	border-bottom: 1px solid #2CBFEE;
	border-top: 1px solid #2CBFEE;
	font-family: 'proxima-nova-soft', sans-serif;
}
.get-free-quote-footer .inner-container {
	margin: auto;
	text-align: center;
	width: 75%;
}
.get-free-quote-footer h3 {
	color: #333333;
	font-size: 2.5em;
}
.cta-form label {
	color: #333;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 1em;
}
.cta-form input[type=text],
.cta-form input[type=email],
.cta-form textarea {
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 0px 4px #F7F7F7;
	-webkit-box-shadow: 0px 0px 0px 4px #F7F7F7;
	box-shadow: 0px 0px 0px 4px #F7F7F7;
}
.cta-form input[type=submit] {
	background: #2CBFEE none no-repeat 0 0;
	border: none;
	color: #FFF;
	font-family: 'proxima-nova-soft', sans-serif;
	font-size: 1.5em !important;
}
/* Workshops */
.page-template-workshops-php {
	position: relative;
}
.page-template-workshops-php .total_spaces,
.page-template-workshops-php .spaces_taken,
.page-template-workshops-php .bookwhen_time.time {
	display: none;
}
.page-template-workshops-php .bookwhen_date.date,
.page-template-workshops-php .bookwhen_summary,
.page-template-workshops-php .datetime {
	display: inline-block;
}
.page-template-workshops-php .datetime {
	display:block;
	padding-left:15px;
}
.page-template-workshops-php .bookwhen_summary {
	display: block;
	padding-top: 1em;
	font-weight: 700;
	clear: right;
}
.page-template-workshops-php .bookwhen_summary,
.page-template-workshops-php .location {
	padding-left: 1em;
}
.page-template-workshops-php .location {
	color: #FFF;
}
.page-template-workshops-php .bookwhen_date.date {
	color: #FFF;
	padding-left: 1em;
}
.page-template-workshops-php .bookwhen_date.date:before {
	/*content: " - ";*/
}
.page-template-workshops-php .spaces_left {
	float: right;
	position: absolute;
	top: 1em;
	right: 1em;
	color: #FFF;
	text-align: center;
	width: 50px;
	height: 35px;
	padding: 0.25em;
	background-color: #28c4f4;
}
.page-template-workshops-php .slot {
	padding-right: 24%;
}
.page-template-workshops-php .slots a:link,
.page-template-workshops-php .slots a:visited {
	font-family: proxima-nova-soft, sans-serif;
	text-decoration: none;
}
.page-template-workshops-php .slots a:hover {
	font-family: proxima-nova-soft, sans-serif;
	text-decoration: none;
}
.page-template-workshops-php .slots .slot {
	background-color: #3a6673;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #43d1fd;
	font-family: proxima-nova-soft, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-bottom: 4em;
	position: relative;
}
.page-template-workshops-php .slots .slot .book-now {
	background-color: #43d1fd;
	bottom: 0em;
	display: block;
	position: absolute;
	width: 100%;
}
.page-template-workshops-php .slots .slot,
.page-template-workshops-php .slots .slot .book-now {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.page-template-workshops-php .slots .slot .book-now a:link,
.page-template-workshops-php .slots .slot .book-now a:visited {
	color: #FFF;
}
.page-template-workshops-php a.view_all:link,
.page-template-workshops-php a.view_all:visited {
	background: transparent url('images/arrows/view-all-events.png') no-repeat 75% 50%;
	width: 59%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	display: inline-block;
	padding-top: 0.5em;
}
.page-template-workshops-php a.view_all:hover {
	text-decoration: underline;
}
.page-template-workshops-php a.view_all {
	color: white;
	font-family: proxima-nova-soft, sans-serif;
	line-height: 1.6em;
	font-weight: 600;
	text-shadow: 0px 1px 2px #000;
	padding: 0.2em 0.5em 0.5em 0.75em;
}
.category-heading h1 {
	display: none;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul,
.widget-area ul li {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	padding: 4.5em 0em 1em 0.5em;
	font-size: 0.85em;
	/*margin-bottom: 20px;*/
	width: 95%;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#attribution {
	background: url('../../../rigorous.gif') no-repeat left 1em transparent;
	padding: 1em 0em 2em 20px;
	/*font-size: 0.85em;*/
	width: 50%;
}

/* = Plugins
-------------------------------------------------------------- */

.book-when-events,
.twitter-homepage,
.email-signup{
	background-color: #28c4f4;
	margin: 0.85em 0.85em;
	padding: 0;
}
.home .third {
	background-color: #FFF;
	min-height: 240px;
	padding: 0;
	overflow: hidden;
}
.home .third {
	margin-left: 0.85em;
}
.home .third.last {
	margin-right: 0;
}
.home h2.item-title,
.home h2.item-title a:link,
.home h2.item-title a:visited {
	background-color: #27C3F3;
	color: #FFF !important;
	text-decoration: none;
}
.home h2.item-title a:hover {
	text-decoration: underline;
}
.home .item-content {
	padding: 1em;
}
.home .item-content .post-image {
	margin-right: 1em;
}
.home .post-content-container {
	clear: none !important;
	float: left;
	width: 68%;
}
.home .post-content-container h2.post-title {
	padding-left: 0;
	padding-top: 0;
	text-shadow: none !important;
}
.home h2.post-title a:link,
.home h2.post-title a:visited {
	color: #656565;
	text-decoration: none;
}
.home h2.post-title a:hover {
	text-decoration: underline;
}
.book-when-events a.view_all {
	color: white;
	font-family: proxima-nova-soft, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: 600;
	text-shadow: 0px 1px 2px #000;
	padding: 0.2em 0.5em 0.5em 0.75em;
}

.book-when-events a.view_all:link,
.book-when-events a.view_all:visited {
	background: transparent url('images/arrows/view-all-events.png') no-repeat 100% 50%;
	width: 59%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	display: inline-block;
	padding-top: 0.5em;
}

.book-when-events a.view_all:hover {
	text-decoration: underline;
}

.book-when-events .slots .slot {
	min-height: 45px;
	background: #3a6673 none no-repeat 95% 50%;
	padding: 2%;
	padding-right: 5%;
	color: #2cbfee;
	font-size: 1.2em;
	font-family: proxima-nova-soft, sans-serif;
	border-bottom: 1px solid #2CBFEE;
}

.book-when-events .slots .slot a:link,
.book-when-events .slots .slot a:visited {
	color: #2cbfee;
	text-decoration: none;
}
.book-when-events .slots .slot a:hover {
	text-decoration: underline;
}

.book-when-events .bookwhen_summary:after {
	content: " - ";
}

.book-when-events .total_spaces,
.book-when-events .spaces_taken,
.book-when-events .bookwhen_time {
	display: none;
}

.book-when-events .spaces_left {
	float: right;
	position: relative;
	top: -1.3em;
	left: 1.2em;
	color: #FFF;
	text-align: center;
	width: 95px;
	height: 17px;
	padding: 0.25em;
	background-color: #28c4f4;
}
.book-when-events .spaces_left:after {
	content: " Spaces Left";
}
.book-when-events .datetime {
	display: inline-block;
	color: white;
}
.twitter-homepage {
	background-color: #FFF;
	color: #333;
	padding-bottom: 1em;
	line-height: 1.5625;
	overflow: hidden;
}
.twitter-homepage h2 {
	background-color: #B1CF37;
}
.twitter-homepage .page-excerpt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 1.75em;
}
.twitter-homepage .page-excerpt a:link,
.twitter-homepage .page-excerpt a:visited {
	color: #396573;
	font-weight: bold;
}
.twitter-homepage ul.tweets {
	position: relative;
	top: -5em;
	background: transparent url('images/backgrounds/twitter-bird.png') no-repeat 97% 0;
	overflow: visible;
	margin: 2em 0 1em 0;
	padding-top: 4em;
}

.twitter-homepage ul.tweets,
.twitter-homepage .twitter-profile-image-container {
	min-height: 40px;
}

.twitter-homepage li {
	display: none;
	list-style: none;
	min-height: 55px;
	width: 78%;
}
.twitter-homepage li:first-child {
	display: block;
}

.twitter-homepage .twitter-profile-image-container {
	min-width: 51px;
	padding: 0px 13px;
	padding-top: 1em;
	display: block;
	float: left;
}
.twitter-homepage .twitter-tweet {
	display: block;
	float: left;
	min-height: 5em;
	padding-top: 1em;
	width: 73.5%;
}
.twitter-homepage img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #778441;
}

.twitter-homepage .twitter-handle {
	font-weight: bold;
}

.twitter-homepage .tweet-meta a:link,
.twitter-homepage .tweet-meta a:visited {
	color: #FFF;
	text-decoration: none;
}

.twitter-homepage .tweet-meta a:hover {
	text-decoration: underline;
}
.twitter-homepage .twitter-tweet a:link,
.twitter-homepage .twitter-tweet a:visited {
	color: #FFF;
	text-decoration: underline;
}

.twitter-homepage .twitter-tweet a:hover {
	color: #666;
	text-decoration: underline;
}
.twitter {
	color: #656565;
}
.twitter ul.tweets {
	margin: 1em 1em 0 1em;
}
.twitter li {
	font-size: 1.2em;
	list-style:none;
}
.twitter li a:link,
.twitter li a:visited {
	color: #356577;
}
.twitter li .twitter-profile-image-container img {
	display: block;
}
.twitter li .twitter-profile-image-container {
	float: left;
	border: 2px solid #27C3F3;
	margin: 0em 1em 1em 0em;
	width: 48px;
}
.twitter li .twitter-handle {
	font-weight: bold;
}
.email-signup.breakout {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-left: 0;
	margin-right: 0;
	z-index: 10;
}
.email-signup.breakout .container {
	padding-top: 1em;
	position: relative;
}
.email-signup.breakout .container .signup-arrow {
	display: none;
	position: absolute;
	right: -5em;
	top: -2em;
}
.email-signup.breakout {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
}
.email-signup p.fancy-a-look {
	color: #FFF;
	font-family: 'proxima-nova-soft', helvetica, arial, sans-serif;
	font-size: 1.4em;
	padding: 2em 1em 1em 0.75em;
	display: block;
}
.email-signup a:link,
.email-signup a:visited {
	color: #FFF;
	text-decoration: underline;
}
.email-signup a:hover {
	color: #0D7DA1;
	text-decoration: underline;
}
.email-signup form > input {
	float: left;
}
.email-signup form {
	height: 3em;
	clear: both;
}
.email-signup input[type=text],
.email-signup input[type=submit] {
	border-width: 0px;
}
.email-signup input[type=text] {
	background: transparent url('images/backgrounds/input-email.png') no-repeat 0 0;
	min-width: 281px;
	min-height: 33px;
	margin-left: 0.4em;
}

.email-signup.bottom {
	color: #FFF;
	font-family: 'proxima-nova-soft', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
}
.email-signup.bottom .container {
	width: 495px;
}
/* Mailchimp Form */
#mc_embed_signup .mc-field-group input[type="email"]{
	border: 1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .2);
	        box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .2);
	font-size:14px;
	min-width:130px;
	width:58%;
	padding: 7px;
}
.email-signup #mc_embed_signup .mc-field-group input[type=submit] {
	background: #b0d138; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwZDEzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjkyMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b0d138 0%, #7b9228 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d138), color-stop(100%,#7b9228)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b0d138 0%,#7b9228 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b0d138 0%,#7b9228 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b0d138 0%,#7b9228 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b0d138 0%,#7b9228 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d138', endColorstr='#7b9228',GradientType=0 ); /* IE6-8 */
	border:1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 148px;
	min-height: 35px;
	font-family: "proxima-nova-soft", helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #FFF;
	padding:0 0 3px 0;
}
.email-signup #mc_embed_signup .mc-field-group input[type=submit]:hover,
.email-signup #mc_embed_signup .mc-field-group input[type=submit]:active {
	background: #b0d138;
}
.skin-light dl.slidedeck {
	border: 0px solid #FFF !important;
	background: transparent none no-repeat 0 0 !important;
}
.skin-light dl.slidedeck .sd-node.sd-node-excerpt,
.skin-light dl.slidedeck .sd-node.sd-node-permalink a:link,
.skin-light dl.slidedeck .sd-node.sd-node-permalink a:visited {
	color: #656565;
	font-family: proxima-nova-soft, sans-serif !important;
	font-size: 1.2em;
	font-weight: 100;
}
.quote-dots {
	margin: auto auto;
	background: transparent url('images/backgrounds/quote-dots.png') repeat-x 0 0 !important;
	width: 95%;
}
.skin-light dl.slidedeck .slide {
	background-color: transparent;
	margin: 0 !important;
	padding: 4px 0em 0em 0em !important;
	width: 100% !important;
}
.skin-light dl.slidedeck .slide .sd-node.sd-node-title,
.skin-light dl.slidedeck .slide .sd-node.sd-node-timesince,
.skin-light dl.slidedeck .slide .sd-node.sd-node-type.sd-node-type-featured {
	display: none !important;
}
.slidedeck_frame.skin-light ul.sd-node-nav-primary {
	display: none;
}
.skin-light dl.slidedeck dd.slide .sd-node-type {
	background: transparent none no-repeat 0 0 !important;
}
.skin-light a.sd-node-previous, .skin-light a.sd-node-previous:link, .skin-light a.sd-node-previous:visited,
.skin-light a.sd-node-next, .skin-light a.sd-node-next:link, .skin-light a.sd-node-next:visited {
	display: none !important;
}
.home.page .skin-light dl.slidedeck dd.slide .sd-node-excerpt p.odd {
	color: #000;
	font-size: 1em;
}
/*	Sharing Buttons 	*/
#sharing-options .fb_iframe_widget,
#sharing-options .twitter-share-button,
#sharing-options #___plusone_0,
#sharing-options .buffer-button {
	display: block !important;
	margin: 1em auto !important;
	text-align:center;
	width: 53px;
}
#sharing-options {
	display: none;
	padding: 0.5em;
	position: fixed;
	right: 1em;
	top: 12em;
	width: 56px;
	background: #EEE none no-repeat 0 0;
}
.category #sharing-options {
	display: none;
}
div.sharedaddy .sd-content {
	width: 100% !important;
	float: none !important;
}
div.sharedaddy div.sd-block {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.13);
	padding: 10px 0 10px !important;
}
.author-meta {
	margin-top: 1.5em;
}
/*.fb_iframe_widget {
	top: -3px;
	width: auto !important;
}
.twitter-share-button {
	display: inline-block;
}
#google_plus_one {
	display: inline;
	width: auto;
}*/
#af-form-282878047 {
	background-color: transparent !important;
	border: 0px solid white !important;
	width: auto !important;
}
.af-header, .af-footer, .af-element.poweredBy, .af-element.privacyPolicy, .previewLabel {
	display: none !important;
}
.af-standards .af-element.buttonContainer {
	display: inline !important;
}
.af-standards .af-element:first-child {
	display: inline !important;
}
#af-form-282878047 .af-body input.text {
	background: transparent url('images/backgrounds/input-email.png') no-repeat 0 0 !important;
	border-width: 0px !important;
	min-width: 342px !important;
	width: 342px !important;
	min-height: 33px !important;
	margin-left: 0.4em !important;
}
#af-form-282878047 .af-body .af-textWrap {
	width: 281px !important;
	display: inline !important;
}
#af-form-282878047 .buttonContainer input.submit {
	background-image: url('images/greenBtn.png') !important;
	background-position: top left !important;
	background-repeat: repeat-x !important;
	background-color: #B1D137 !important;
	border: 1px solid #FFF !important;
	border-radius: 3px;
	color: white !important;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'proxima-nova-soft', Verdana, sans-serif !important;
}
.af-clear {
	clear: none !important;
	display: none;
}
body.home.page #af-form-282878047 .af-standards .af-element {
	padding-left: 5px !important;
}
.email-signup h3 {
font-size: 1.4em;
margin: .5em 0 -1.3em;
}
.home.page .skin-light dl.slidedeck dd.slide .sd-node-permalink {
	display: none;
}
.page-template-contact-php .details h4 {
	color: white !important;
	font-size: 1.75em;
	padding-top: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
}
.page-template-contact-php a.mosaic-backdrop:link{
	text-decoration: none;
}
#contact-divs div#contact-email {
	background: #FFF url('images/backgrounds/contact/email.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-phone {
	background: #FFF url('images/backgrounds/contact/phone.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-twitter {
	background: #FFF url('images/backgrounds/contact/twitter.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-facebook {
	background: #FFF url('images/backgrounds/contact/facebook.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-linkedin {
	background: #FFF url('images/backgrounds/contact/linkedin.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-skype {
	background: #FFF url('images/backgrounds/contact/skype.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-gtalk {
	background: #FFF url('images/backgrounds/contact/twitter-dm.jpg') no-repeat 50% 50%;
}
#contact-divs div#contact-facebook-email {
	background: #FFF url('images/backgrounds/contact/facebook-messenger.png') no-repeat 50% 50%;
}
.page-template-contact-php .vcard {
	color: #666;
}
.homepage-tag {
	color: #0D7DA1;
	font-size: 1.1rem;
	font-family: 'proxima-nova-soft', Helvetica, Arial, sans-serif;
	font-weight: bolder;
	margin-bottom: -4em;
	padding: 1em 0em 3em 0em;
	position: relative;
	text-align: center;
	z-index: 5;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	height: auto !important;
	width: 100% !important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	height: auto !important;
	width: 100% !important;
}
body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1.4em;
	width: 100%;
}
/* Facebook Live Chat */
.fbmessenger{
  position:fixed;
  bottom:15px;
  right:15px;
  z-index:15;
}
.fbmessenger img{
	width:50px;
	filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3));
	-webkit-filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3));
}
.tooltiptext {
    width: 120px;
    background-color: white;
    color:#2c2c2c; ;
    text-align: center;
    padding: 5px 0;
    border:1px solid #eeeeee;
    border-radius: 6px;
    position: fixed;
    bottom:30px;
	right:75px;
	font-weight: 600;
	font-family: 'proxima-nova-soft', sans-serif;
	text-transform: uppercase;
	filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3));
	-webkit-filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3));
}
.tooltiptext:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #eeeeee;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Adaptive Resizing
-------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 579px) {
	h1, h2, h3 {
		text-shadow: none;
		color: #28c4f4;
		font-weight: 200;
		padding-left: 0;
		margin-left: 0;
	}
	#header #gradient {
		/*background-image: none !important;*/
		margin-top: 10px;
	}
	#header {
		height: 150px;
	}
	#access {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
	}
	#header #featured-image {
		position: relative;
		background-image: none;
	}
	#header #featured-image img,
	#header #featured-image .if-tagline {
		/*position: absolute;
		left: -15% !important;*/
		display: none;
	}
	.book-when-events h2,
	.twitter-homepage h2,
	.email-signup h3 {
		clear: both;
		font-weight: 600;
		color: #FFF;
		font-family: proxima-nova-soft, sans-serif;
		padding: 0.2em 0em 0.5em 0.5em;
	}
	.book-when-events .slots .slot {
		position: relative;
		width: 93%;
		border-bottom: 1px solid #28c4f4;
	}
	.twitter-homepage {
		height: auto;
	}
	.twitter-homepage li {
		float: right;
		padding-right: 2%;
		width: auto;
	}
	.book-when-events a.view_all:link, .book-when-events a.view_all:visited {
		width: 90%;
		font-size: 1.3em;
		background-position: 100% 50%;
	}
	.book-when-events p {
		margin: 0;
	}
	.book-when-events .spaces_left {
		position: absolute;
		bottom: 0;
		top: auto;
		left: 0;
	}
	.book-when-events .slots .slot {
		min-height: 95px;
	}
	.twitter-homepage ul.tweets {
		background-position: 95% 25px;
		min-height: 150px;
		top: -6em;
	}
	.twitter-homepage li {
		padding: 1em 1em 1em 0em;
		background: transparent url('images/backgrounds/tweet.png') repeat-x 0 0;
	}
	.twitter-homepage li span.twitter-tweet {
		float: right;
		width: 66%;
	}
	.email-signup input[type="text"] {
		background-image: url('images/backgrounds/input-email-small.png');
		min-width: 217px !important;
	}
	.email-signup input[type="submit"] {
		background-image: url('images/backgrounds/email-button-small.png');
		margin: 0;
		padding: 0;
		min-width: 78px !important;
	}
	.slidedeck_frame {
		height: 200px !important;
	}
	.slidedeck_frame .slidedeck {
		height: 200px !important;
	}
	div.slidedeck_frame.skin-light {
		width: 95% !important;
	}
	body {
		background-color: #FFF;
	}
	body.home {
		background-color: #f1f1f1;
	}
	body.home .third h2 {
		text-align: center;
	}
	body.home .third,
	.home .third.last {
		margin-right: 0.85em;
		margin-bottom: 0.85em;
	}
	#theme-body {
		width: 320px;
		/*padding-right: 6em !important;*/
		margin: auto;
		/*background: white url('images/backgrounds/copy-background.jpg') no-repeat 0 0;*/
	}
	.category #theme-body,
	.blog #theme-body {
		margin: 50px 0px auto 0px;
	}
	#sidebar {
		display: block;
	}
	#sidebar li {
		display: none;/* No room in the small version */
	}
	#sidebar .widget_search {
		display: block;
		position: absolute;
		top: 198px;
		width: 95%;
		right: 2.5%;
	}
	.single-post #sidebar .widget_search {
		top: 182px;
	}
	.logged-in.single-post #sidebar .widget_search {
		top: 209px;
	}
	/* Two directives below are for background of copy */
	#copy{
		position: relative;
	}
	#copy > * {
		padding: 10px;
	}
	#copy #copy-background {
		min-width: 100%;
		padding: 0px !important;
		position:absolute;
		top: 0px;
		z-index: -1;
	}
	.entry-content .like_count,
	.entry-content .comment_count {
		display: none;
	}
	#page-wrap #rotator {
		display: none;
	}
	.page-template-workshops-php .slots .slot {
		height: 9em;
	}
	.page-template-workshops-php .slots .slot a.view_all:link {
		background-position: 100% 50%;
	}
	.page-template-workshops-php #right-slidedeck-column {
		display: none; /* Display none until fixed */
		width: 100% !important;
	}
	.article .comment_count,
	.article .like_count {
		display: none;
	}
	.search-heading {
		height: 2em;
	}
	/* =Adaptive Resizing Menu
	-------------------------------------------------------------- */
	#access {
		height: auto;
		z-index: 100;
	}
	#access .menu-header,
	div.menu {
		font-size: 1.5em;
	}
	#access ul#menu-top-tabs {
		background: transparent url('images/backgrounds/menu.png') repeat 0 0;
	}
	#access ul#menu-top-tabs > li {
		background-image: none;
		float: none;
		width: 100%;
	}
	#access ul#menu-top-tabs > li > a {
		padding: 0.4em 8px;
	}
	#access ul#menu-top-tabs > li:hover,
	#access ul#menu-top-tabs > li a:hover {
		background-image: none;
	}
	#access ul#menu-top-tabs > li:first-child,
	#access ul#menu-top-tabs > li:first-child:hover {
		background: transparent url('images/arrows/blue-arrow-down.png') no-repeat 95% 50%;
	}
	#access ul#menu-top-tabs > li:first-child > a:hover {
		background: none;
	}
	#access li:first-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#sidebar #searchform {
		position: relative;
	}
	#sidebar #searchform #s {
		background: transparent url('images/backgrounds/search-input-no-border.png') no-repeat 100% 0;
		border: 1px solid rgba(89, 89, 89, 0.5);
		border-radius: 20px;
		box-shadow: none;
		outline: none;
		padding: 0 13.5% 0 10%;
		height: 34px;
		width: 76%;
	}
	#sidebar #searchform #searchsubmit {
		background: transparent url('images/backgrounds/search-button-blue.png') no-repeat 0 0;
		border: none;
		box-shadow: none;
		height: 37px;
		position: absolute;
		cursor: pointer;
		right: -2px;
		top: 0px;
		text-indent: 100px;
		overflow: hidden;
		width: 37px;
	}
	.big-search #searchform input[type=text] {
		width:75%;
	}
	.big-search #searchform input[type=submit] {
		width:15%;
	}
	/* =Contact
	-------------------------------------------------------------- */
	#contact-divs > div {
		background-color: #FFF;
		border: 2px solid #CCC;
		float: left;
		height: 177px;
		margin: 1.5% 2% 1.5% 2%;
		width: 96%;
	}
	#contact-divs > div > a {
		display: block;
		height: 100%;
		min-height: 100%;
	}
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}