/*
Theme Name:		The Howard-Sloan-Koller Theme
Theme URI:		http://wordpress.org/
Description: 	Based on the 2010 theme for HTML 5, this theme features clean lines and white space.
Version: 		1.0
Author:			Command C Design, LLC.
Author URI:		http://commandc.com/
*/

body {  
	font: 12px/16px Arial, Helvetica, sans-serif;  /* This is about 10px */
	color: #000000; 
	background: #FFFFFF;
	}

* { padding:0; margin:0;} /* Removes native margin and padding from ALL elements */

@font-face {

}

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h1 {padding-bottom:12px;
	font-size:18px;
	font-weight:bold;
}
h1 span {position:absolute; left:-9999px;}
h2 {
	color: #6E93BD;
    font-size: 16px;
    font-weight: bold;
}
h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;	
}
blockquote {
	quotes: none;
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
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 class definitions
-------------------------------------------------------------- */

.required { color: #660000; }

.contactfield { display: none; }

.clear { clear: both; }

#error { border: 1px solid #CC0000; color:#CC0000; box-shadow:; padding: 1.0em; margin-bottom:1.0em;}

.error input, .error textarea { border: 1px solid #CC0000; box-shadow:0 0 5px 5px rgba(204,0,0,.5);}

.success { border: 1px solid #006600; color:#006600; padding: 1.0em; }

.text_r {text-align:right;}

.form_holder {width:100%;}

.half-col {width:48.5%;}

.formfield {padding:.5em 0 1.0em;}

	.fleft {float:left;}

	.fright {float:right;}

	.page-template-people-php #content .fleft {padding-left:19px;}
	
	.page-template-people-php .divider {border-bottom:1px solid #6E93BF; padding-bottom:17px; margin-bottom:16px; margin-right:11px;}

	.page-template-people-php #content .fright {width:440px; padding-right:20px;}
	
	.page-template-people-php #content .fright strong {color:#335787;}

	.page-template-people-php #content .fright a { font-weight:normal; }	
	
	.formfield .fleft {width:75%;}
	
	.formfield .fright {width:20%;}

label {font-weight:bold;}

.alignright {float:right; padding:.5em 0 .5em 1.0em;}
.alignleft {float:left; padding:.5em 1.0em .5em 0;}
.aligncenter{ clear: both; display: block; 	margin:0 auto; padding:.5em 0;}

.offscreen, .contactfield {position:absolute; left:-9999px;}

.blue {color:#6E93BD;}

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

/*
LAYOUT: Default: Three columns
DESCRIPTION: Three-column fixed layout with one sidebar on each side of the content
*/

#container {
	float: left;
	width: 100%;
	
}
	#content_holder {
		float:left;
		width:661px;
	}
		#content {
			float:left;
			width:100%;
			font-size:14px;
			line-height:18px;
			color:#333333;
		}
	#sidebar-right {
		float:right;
		width:318px;
		padding-top:129px;
		background:url(images/puzzle-bg.jpg) no-repeat right top;
	}

footer {
	clear:both;
	text-align:center;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: Full width content with no sidebar
*/

#content-wide #content {
	margin: 0 auto;
	width: 100%;
}

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

.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
.page-title span,
.pingback a.url {
	font-family: Georgia, "Times New Roman", Times, 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 */
.wrapper {
	position:relative;
	width: 981px;
	margin:0 auto;
}

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

/* Main global 'theme' and typographic styles */
input,
textarea {
	width:100%;
	line-height:30px;
}
input {
	height:30px;
}
textarea {
	height:240px;
	resize:none;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p, dd, pre, hr {
	padding-bottom: 1.0em;
}
#content p, #content ul {padding-bottom:18px;}
ul, ol {
	margin-left:1.5em;
	padding-bottom:1.0em;
}
ul.unbulleted {
	list-style:none;
	margin-left:0;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
	padding-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: 1.3125em;
}
ins {
	background: #ffc;
	text-decoration: none;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

a{
	color:#6E93BD;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

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


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

header { }

/* This is the logo holder */
#logo {
	float:left;
	margin:6px 0 2px;
}

#logo h1 {padding:0;}

/* This is the logo image */
#logo a {
	display:block;
}

#logo img {
	float:left;
}

header time {clear:right; float:right; padding-top:13px;}

/* =Search Form
-------------------------------------------------------------- */

#searchform { }

	#searchform input {width: 20em;}

	#searchform input:focus {}
	
	#searchform #searchsubmit {}



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

ul.menu-top { float:right; margin-right:-13px; }

ul.menu-top li { list-style:none; float:left; background:url(images/yellow-bg2.jpg) no-repeat left bottom;}

ul.menu-top li a { display:block; color:#000000; text-decoration:none; font:italic 16px/24px Times, serif; padding:0 13px; background:url(images/yellow-bg.jpg) no-repeat right bottom; padding:0 25px 13px 0; margin-left:19px;}

ul.menu-top li a strong { font-size:16px; font-weight:normal; font-style:normal; }


nav#access {clear:both;
	background:#6f95bc;
	width: 100%;
	border-bottom:1px solid #FFFFFF;
}

nav ul.menu-header { list-style:none; margin:0; padding:0; }

nav .menu-header li { float:left; position:relative; text-transform:uppercase; padding-left:35px; }
nav .menu-header li:first-child { padding-left:0px; }

nav .menu-header a { color:#FFFFFF;
	display:block;
	line-height:45px;
	text-decoration:none;
	font-weight:bold;
}

nav .menu-header ul {display:none;
	position:absolute;
	top:45px;
	left:0;
	float:left;
	width:200px;
	z-index:100;
	background: #6f95bc;
list-style: none;

}
nav .menu-header li:first-child ul { 	margin-left: 0;}

nav .menu-header ul li { min-width:200px; padding: 0; }

nav .menu-header ul ul { left:100%; top:0; }

nav .menu-header ul a { 
	font-weight: normal;
	line-height:1em;
	padding:15px;
	width:170px;
	height:auto;
}

nav .menu-header li:hover a { color:#000000; }
nav .menu-header li:hover ul li a { color: #fff; !IMPORTANT}
nav .menu-header li:hover ul li:hover a { color: #000; !IMPORTANT}

nav .menu-header li:hover ul { display:block; }

nav .menu-header li[class*="current"] a { color:#fff; }

nav ul.menu-header:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

nav  ul.menu-sidebar { position:relative; list-style:none; margin:0; padding:0;}

nav .menu-sidebar li {
	font-size: 12px;
}

nav .menu-sidebar a {
    display: block;	
    background: #ECF3FB;
    margin-bottom: 1px;
    font-weight: bold;
    padding: 12px 0 12px 16px;
	color: #6f95bc;
	text-decoration:none;
}
nav .menu-sidebar a span { display:block; font-weight:normal; font-style:italic; color:#333333;}

nav .menu-sidebar a:hover, nav .menu-sidebar li[class*="current"] a { background:#6E93BD; color:#FFFFFF;}
nav .menu-sidebar a:hover span, nav .menu-sidebar li[class*="current"] a span { color:#FFFFFF;}

nav .menu-sidebar ul {
	background:#999999;
}

nav .menu-sidebar ul li { }

nav .menu-sidebar ul ul { background:#CCCCCC; }

nav .menu-sidebar ul a { background:#333; }

nav .menu-sidebar ul li[class*="current"] a { color:#fff; }


/* =Homepage
-------------------------------------------------------------- */

.homepage-box-top {display:block; padding-bottom:1px;}
.homepage-box-bottom {display:block;}

.homepage-box-top img, .homepage-box-bottom img {float:left;}


.home-widgets {clear:both; padding:5px 0 0;}
.home-widgets .widget-container {float:left; position:relative; width:276px; min-height:172px; border:8px solid #e5e5e5; padding:15px 14px; margin-left:10px; color:#333333; line-height:14px;}
.home-widgets .widget-container:first-child {margin-left:0;}

.home-widgets h2 {font-size:18px; line-height:normal; font-weight:bold; color:#6f95bc; padding-bottom:17px;}

.home-widgets h3 {font-size:16px; line-height:normal; font-weight:bold; font-style:italic; color:#6f95bc; padding-bottom:17px; margin-top:-17px;}

.home-widgets strong {color:#6f95bc;}

.home-widgets blockquote {font-style:normal; padding:0; text-align:left;}

.home-widgets blockquote footer {text-align:right; font-weight:bold; color:#6f95bc; padding-top:14px;}

.home-widgets a.more {display:block; position:absolute; bottom:-16px; right:10px; color:#FFFFFF; background:#6f95bc; text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:10px; line-height:23px; padding:0 7px;}


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

#main {
	clear: both;
	position:relative;
	padding: 0 0 41px;
	color: #333;
}
#main pre,
#main kbd,
#main tt,
#main var { 
	font-size: .9em;
	line-height: 1.5em;
}
#main code {
	font-size: .8em;
}
#main dt,
#main th {
	color: #000;
}
#main table {
	text-align: left;
	width: 100%;
}
#main tr th,
#main thead th {
	padding: 5px 8px;
	font-weight:bold;
}
#main tr td {padding: 5px 8px;}
#main tr.odd th, #main tr.odd td {
	background: #EEEEEE;
}

#indsearch, #funcsearch {float:right; margin-bottom:2.0em;}

#indsearch label, #funcsearch label {color:#6E93BD;}

.page-template-search-industry-php #main table, .page-template-search-function-php #main table {clear:both; background:#dadad8; margin-bottom:1.0em; }

.page-template-search-industry-php #main table td, .page-template-search-function-php #main table td {border-bottom:1px solid #FFFFFF; }

.page-template-search-industry-php #main table td:first-child, .page-template-search-function-php #main table td:first-child {border-right:1px solid #FFFFFF; font-weight:bold; }

.page-template-search-industry-php #main table .ttl td, .page-template-search-function-php #main table .ttl td { font-weight:bold; color:#6E93BD; background:#E8E8E8; }

.page-template-search-industry-php #main table td.odd, .page-template-search-function-php #main table td.odd { background:#c4c4c3; }

.page-template-search-industry-php #main table .ttl td:first-child, .page-template-search-function-php #main table .ttl td:first-child { border-right:none;}



.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
#main .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: 2.0em;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 2.0em;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	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;
}
.meta-info {
	padding:1.0em 0;
	margin:1.0em 0;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
.meta-entry {
	padding:1.0em 0;
	margin:1.0em 0;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#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;
}
#main .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

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


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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */

#content img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#content .attachment img { }
#main .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#main .wp-caption img {
	margin: 5px 5px 0;
}
#main .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#main .wp-smiley {
	margin: 0;
}
#main .gallery {
	margin: 0 auto 18px;
}
#main .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#main .gallery img {
	border: 2px solid #cfcfcf;
}
#main .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#main .gallery dl {
	margin: 0;
}
#main .gallery img {
	border: 10px solid #f1f1f1;
}
#main .gallery br+br {
	display: none;
}
#main .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;
}


/* =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-style: italic;
}

/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 4.0em 0 0;
}
#comments-list #respond {
	margin: 0 0 1.5em 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond input, #respond textarea {
	width:100%; border:1px solid #D8DCDE; padding:0.5em 0; font:1.107142857em Helvetica, sans-serif;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: .7857142em;
	line-height: 1.5em;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	width:65%;
	float:left;	
}
#respond .form-allowed-tags code {
	font-size: 1.0em;
}
#respond .form-submit input {
	width:23%;
}


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

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 1.0em 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;
}

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



footer address {font-style:normal; padding-bottom:16px;}

footer .widget-container {margin:0;}

footer address p {padding-bottom:0;}

footer address p span {padding:0 18px;}

footer a { font-weight:bold; color:#6f95bc; text-decoration:none;}

footer a:hover { color:#6f95bc; text-decoration:underline; }


footer p {}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

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


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

@media print {
	body {
		background: none !important;
	}
	.wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	header {
		display: none !important;
	}
	#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;
	}
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		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;
	}
}

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/****************************************/

/* Where we're reassigning div's to HTML5 elements we */
/* need to copy across their CSS styles like so... */

#content figure { background:#f1f1f1; line-height:18px; margin-bottom:20px; padding:4px; text-align:center; }
#content figure img { margin:5px 5px 0; }
#content figure figcaption { color:#888; font-size:12px; margin:5px; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }

#logo a:after,
#main:after,
.homepage-box-top:after,
.homepage-box-bottom:after,
.home-widgets:after,
footer:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}