/* =Reset
========================= */
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,
hr,
.normalize {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
	text-decoration:none;
}
address,
cite {
	display:inline;
	font-style:normal;
}

dl.normalize,
.normalize dt,
.normalize dd,
ol.normalize,
ul.normalize,
.normalize li {
	list-style:none;
	margin-left:0;
}
.inline {
	display:inline;
}
dl.inline {
	border-bottom:18px;
	display:block;
}
dl.inline dd {
	display:inline;
	margin:0;
}

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

body {
	background:#cdcdca;
	color:#685f60;
	font:75%/1.5 "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
html > body {
	font-size:12px;
}

/* Links */
a,
a:visited {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	color: #014d64;
	text-decoration:underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited,
.h4 a:visited {
	color:#014d64;
	font-weight:300;
}

.italic {
	font-style:italic;
}

/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	color:#535349;
	display:block;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:300;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3,
.large {
	font-size: 14px;
}
.h4 {
	font-size:12px;
}

p,
pre,
dl,
ul,
ol,
.p {
	margin-bottom:18px;
}
blockquote {
	margin:0 18px 18px;
}
ol,
ul {
	margin-left:24px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}

li,
dd,
.tight {
	margin-bottom:9px;
}
h3.tight {
	margin-bottom:0;
}

ul.tight li,
ol.tight li {
	margin-bottom:0;
}

input {
	font-family:"Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
}
input[type=text],
input[type=password] {
	padding:.5em .5em;
}

hr {
	border-top:1px solid #ddd;
	height:0;
	margin:18px 20px;
}

small,
.small {
	font-size:11px;
}
.sup,
.sup * {
	font-size:12px;
	vertical-align:middle;
}

/* =Helpful classes
========================= */

.accessibility {
	left:-32000px;
	position:absolute;
}
.accessibility:focus {
	background:yellow;
	left:0;
	padding:.5em 1.5em;
}
.ui-tabs .ui-tabs-hide,
.lofi {
	display:none;
}

.inline {
	display:inline;
}

/* http://sonspring.com/journal/clearing-floats */
.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.alignrightplain {
	float:right;
}
.textalignright {
	text-align:right;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #DAD8C8;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =General Structure
========================= */
body {
	padding-top:1px;
}

.container-plain,
.container {
	margin:0 auto;
	width:960px;
}
.container {
	background:#fff;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-khtml-border-radius:13px;
	border-radius:13px;
}

.grid-3,
#home-resources .ys-teaser-widgets,
.grid-3-list li,
.grid-4,
.grid-6,
.grid-8,
.footer-grid-4,
.footer-grid-8 {
	display:inline;
	float:left;
	overflow:hidden;
	margin-right:20px;
}
.grid-last-child {
	margin-right:0;
}
.grid-6 {
	width:470px;
}
.grid-3,
.grid-3-list li,
#home-resources .ys-teaser-widgets {
	width:225px;
}
.grid-4 {
	width:305px;
}
.grid-8 {
	width:635px;
}
.grid-10 {
	width:100%;
}

.footer-grid-4 {
	width:293px;
}
.footer-grid-8 {
	width:606px;
}

#home-resources {
	overflow:hidden;
	width:100%;
}
#home-resources-items {
	width:980px;
}

/* =Specific Structure
========================= */

.page-wrapper {
	margin:0 auto 0;
	max-width:1022px;
	position:relative;
}

#user-bar {
	background:#a6a6a6 url(../../img/blog_subdomain/user-bar.png) repeat-x 0 0;
	height:36px;
	line-height:36px;
	white-space:nowrap;
	overflow:hidden;
}
#user-bar-2 {
	position:relative;
}

#nav-user {
	position:absolute;
	right:0;
}
#nav-user li {
	background:url(../../img/blog_subdomain/user-bar-divider.png) no-repeat left center;
	padding:0 14px 0 16px;
}
#nav-user a {
	display:inline;
}
#nav-user .ys-button-grey,
#nav-user .ys-button-green {
	display:-moz-inline-stack;
	display:inline-block;
}

#nav-user li:first-child,
#nav-user li.first-child {
	background:none;
	padding:0 14px;
}

#page {
	background:#fff url(../../img/blog_subdomain/canvas-y.gif) repeat-y;
	margin-top:18px;
}
#page-2 {
	background:url(../../img/blog_subdomain/canvas-top.gif) no-repeat top left;
	padding-top:6px;
}

#header {
	background:url(../../img/blog_subdomain/logo-and-nav.gif) no-repeat 0 49px;
	height:92px;
	padding-top:49px;
	padding-right:40px;
}

#tagline {
	color:#206575;	
	font: 32px/1 "HelveticaNeue-UltraLight", "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	position:absolute;
	right:130px;
	text-transform:lowercase;
	top:36px;
	z-index:3;
}

#nav #searchform {
	float:right;
	margin-left:15px;
	margin-top:15px;
	position:relative;
	z-index:3;
}
#nav #searchform div {
	border-bottom:1px solid #75756d;
}
#nav #searchform input.search {
	background-image:url(../../img/icon/blog_subdomain/search-nav.gif);
	background-color:#888886;
	border:1px solid #51514d;
	border-color:#51514d #5E5E58 #5E5E58 #51514d;
	color:#fff;
	margin:0;
}
#nav #searchform input.placeholder {
	color:#CCCCC9;
}

#main-nav {
	display:inline; /* double-margin float bug */
	float:left;
	margin-left:36px;
}
#main-nav a,
#main-nav a:visited {
	background:url(../../img/blog_subdomain/nav-menu.gif) no-repeat right 0;
	color:#fff;
	font-family:"Helvetica Condensed Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	padding:17px 25px 17px 23px;
	text-shadow:#3D3C35 0 -1px 1px;
}
#main-nav li ul {
	border:1px solid #3F3F37;
	border-left-color: #7A7A6A;
	border-top: 0;
}
#main-nav a:hover,
#main-nav li:hover a,
#main-nav li.hover a,
#main-nav li:hover a:visited,
#main-nav li.hover a:visited {
	background-color:#595953;
	background-position:right -52px;
	text-decoration:none;
}
#main-nav li li a,
#main-nav li li a:visited {
	background-image:none;
	padding: 8px !important;
}
#main-nav li li a:hover {
	background-color:#6D6D65 !important;
}
#main-nav a.has-plus-ul {
	background-image:url(../../img/blog_subdomain/fwd-dark-green.gif) !important;
	background-repeat:no-repeat;
	background-position:right center !important;
}

#sub-header {
	background:#004c63;
	border:1px solid #d0e9f6;
	border-width:1px 0;
	color:#fff;
	padding:8px 12px;
}
#sub-header #email-signup,
#sub-header form,
#sub-header form div {
	display:inline;
}
#sub-header h2 {
	margin-right:6px;
	-moz-text-shadow:#102E46 -2px 2px 2px;
	text-shadow:#102E46 -2px 2px 2px;
}
#sub-header,
#sub-header h2,
#sub-header .h3 {
	color:#fff;
}
#sub-header .feed,
#sub-header .feed:visited {
	background:url(../../img/blog_subdomain/rss-blue-matte.gif) no-repeat left center;
	color:#fff;
	float:right;
	font-family: Georgia, Times, serif;
	font-style:italic;
	margin-top:6px;
	padding-left:22px;
}
#email-signup .email-text-wrapper {
	border-bottom:1px solid #366679;
	display:-moz-inline-stack;
	display:inline-block;
}
#email-signup input.text {
	background:#43687E;
	border:1px solid #143A4D;
	border-color:#143A4D #004459 #004459 #143A4D;
	color:#fff;
	margin:0;
}
#email-signup input.placeholder {
	color:#87A8BB;
}

#content {
	margin-bottom:18px;
}

#sidebar {
	margin-bottom:18px;
}

#container-footer {
	margin-top:5px;
}

#footer {
	background:#004c63 url(../../img/blog_subdomain/footer-shadow.gif) no-repeat center top;
	color:#fff;
	padding:40px 20px 10px;
}
#footer a,
#footer a:visited {
	color:#fff;
}

#nav-footer {
	margin-left:0;
	overflow:hidden;
	width:626px;
}
#nav-footer li {
	border-top:1px solid #226281;
	display:-moz-inline-stack;
	display:inline-block;
	font-size:14px;
	list-style:none;
	margin:0 10px 12px 0;
	padding:4px 0;
	vertical-align:top;
	width:113px;
}
#nav-footer li ul {
	margin:4px 0 0;
}
#nav-footer li li {
	display:block;
	font-size:12px;
	float:none;
	margin:0;
	width:auto;
}
#nav-footer li li a,
#nav-footer li li a:visited {
	color:#B2D2E9;
}

#site-meta {
	margin-bottom:36px;
}

.error {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 15px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.error p {
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}

.error {
	background-color: #ffebe8;
	border-color: #c00;
}

.error a {
	color: #c00;
}

#update-nag {
	background: url(../../img/blog_subdomain/notify-stripes.gif) repeat-x center;
	border-bottom:1px solid #d3c69a;
	color: #555;
	font-size: 12px;
	line-height: 40px;
	white-space:nowrap;
	text-align: center;
}

/* =Signup page
========================= */

.mu_register label{
	font:300 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-transform:lowercase;
	display:block;
	margin-top:9px;
}
.mu_register h2 {
	color:#5a0000;
	font-size: 24px;
	line-height:1;
	text-transform:none;
}
.mu_register input#user_email,
.mu_register input#user_name {
	width:330px;
}

/* =UI
========================= */

.placeholder {
	color:#999;
}

input.search {
	background:#fff url(../../img/icon/blog_subdomain/search.png) no-repeat left center;
	padding-left:20px !important;
}

/* Navigation class */
.nav,
.nav ul {
	list-style:none;
	margin:0;
}
.nav {
	overflow:hidden;
}
.nav li {
	float:left;
	margin:0;
}
.nav a {
	display:block;
}
.nav li li {
	width:180px;
}
.nav li li ul {
	margin-left:181px;
	margin-top:-34px;
}
.nav li ul,
.nav li:hover li ul,
.nav li.hover li ul,
.nav li li:hover li ul,
.nav li li.hover li ul,
.nav li li li:hover li ul,
.nav li li li.hover li ul {
	position:absolute;
	left:-32697px;
	width:180px;
	z-index:100;
}
.nav li:hover ul,
.nav li.hover ul,
.nav li li:hover ul,
.nav li li.hover ul,
.nav li li li:hover ul,
.nav li li li.hover ul,
.nav li li li li:hover ul,
.nav li li li li.hover ul {
	left:auto;
}

.pipe,
.nav-bar {
	margin:0 0 18px;
}
.pipe li,
.nav-bar li {
	display:inline;
}
.nav-bar-wrapper {
	background:url(../../img/blog_subdomain/blue-bar-sprite.gif) no-repeat right -25px;
	padding:0 11px 0 0;
}
.nav-bar {
	background:url(../../img/blog_subdomain/blue-bar-sprite.gif) no-repeat left top;
	color:#fff;
	line-height:25px;
	padding-left:11px;
	text-align:center;
	white-space:nowrap;
}
.nav-bar a,
.nav-bar a:visited,
.nav-bar a:hover {
	color:#fff;
}

.tabs {
	margin:18px 0 36px;
}
.nav-tabs {
	background:#cfcecc;
	border-top:1px solid #b8b7b4;
	border-left:1px solid #b8b7b4;
	margin-bottom:36px;
	padding:5px 6px 0;
}
.nav-tabs a {
	padding:4px 8px;
}
.nav-tabs a:hover {
	background:#b8b7b4;
	text-decoration:none;
}
.nav-tabs .ui-tabs-selected a,
.nav-tabs .ui-tabs-selected a:visited,
.nav-tabs .ui-tabs-selected a:hover{
	background:#fff;
	border-right:1px solid #b8b7b4;
	color:#333;
}

.safety,
.entry-content {
	overflow:hidden;
}

ul.rule,
ul.rule li {
	list-style:none;
	margin-left:0;
}
ul.rule li {
	border-top:1px solid #dad8c6;
	margin:0;
	padding:3px 0;
}
ul.rule-has-labels li {
	padding-left:101px;
}
ul.rule .label {
	background:url(../../img/blog_subdomain/label-pill.gif) no-repeat;
	float:left;
	margin-left:-101px;
	padding:0 6px;
	width:77px;
}

.heading-divider {
	background:url(../../img/blog_subdomain/rule.gif) repeat-x bottom;
	margin-bottom:18px;
}
.image-carousel a.fwd,
.image-carousel a.back { /* also has .ir class */
	background:url(../../img/ir/blog_subdomain/button-fwd-back-sprite.gif) no-repeat 0 0;
	height:22px;
	width:22px;
}
.image-carousel a.back {
	background-position:0 -22px;
}

/* =yS buttons
========================= */

.ys-button-grey,
.ys-button-green,
.ys-button-blue,
.ys-button-tan,
.ys-button-white,
.ys-button-red {
	background:url(../../img/blog_subdomain/ys-button.png) no-repeat right -41px;
	cursor:pointer;
	display:-moz-inline-stack;
	display:inline-block;
	font-weight:bold;
	line-height:25px;
	padding-right:5px;
	white-space:nowrap;
}
.ys-button-grey:hover,
.ys-button-green:hover,
.ys-button-blue:hover,
.ys-button-tan:hover,
.ys-button-white:hover,
.ys-button-red:hover {
	text-decoration:none;
}
.ys-button-grey span,
.ys-button-green span,
.ys-button-blue span,
.ys-button-tan span,
.ys-button-tan .span,
.ys-button-white span,
.ys-button-red span {
	background:url(../../img/blog_subdomain/ys-button.png) no-repeat 0 -5px;
	display:block;
	padding:0 1px 0 6px;
}
.ys-button-grey img,
.ys-button-green img,
.ys-button-blue img,
.ys-button-tan img,
.ys-button-white img,
.ys-button-red img {
	vertical-align:middle;
}

.ys-button-grey,
.ys-button-grey:visited {
	color:#333;
	text-shadow:#ccc 0 1px 1px;
}
.ys-button-grey:hover {
	color:#444;
}

.ys-button-green,
.ys-button-green:visited {
	background-position:right -113px;
	color:#fff;
	text-shadow:#4C632D 0 -1px 1px;
}
.ys-button-green:hover {
	color:#eee;
}
.ys-button-green span {
	background-position:0 -77px;
}

.ys-button-blue,
.ys-button-blue:visited {
	background-position:right -185px;
	color:#bad2d9;
	text-shadow:#0F2C3B 0 -1px 1px;
}
.ys-button-blue:hover {
	color:#B2C0C6;
}
.ys-button-blue span {
	background-position:0 -149px;
}

.ys-button-tan,
.ys-button-tan:visited {
	background-position:right -257px;
	color:#716B56;
	text-shadow:#FDF5D7 0 1px 1px;
}
.ys-button-tan:hover {
	color:#79735E;
}
.ys-button-tan span,
.ys-button-tan .span {
	background-position:0 -221px;
}
.ys-button-tan .span {
	color:#716B56;
}
.ys-button-tan .span:hover {
	color:#79735E;
	text-decoration:none;
}

.ys-button-white,
.ys-button-white:visited {
	background-position:right -329px;
	color:#777;
	text-shadow:#fff 0 1px 1px;
}
.ys-button-white:hover {
	color:#888;
}
.ys-button-white span {
	background-position:0 -293px;
}

.ys-button-red,
.ys-button-red:visited {
	background-position:right -401px;
	color:#fff;
	text-shadow:#2E0400 0 -1px 1px;
}
.ys-button-red:hover {
	color:#F3DCDC;
}
.ys-button-red span {
	background-position:0 -365px;
}

/* =Post types < content.css
========================= */

.post,
.page {
	margin-bottom: 1.5em;
}

.byline,
.post-meta {
	color: #999;
}
.post-meta {
	color: #333;
	margin-bottom: 18px;
}
.post-meta-2 {
	padding: 10px 10px 1px;
}
.post-filed {
	color: #999;
}

.excerpt {
	border-bottom: 1px solid #DAD8C8;
}

.page-title {
	color:#5a0000;
	text-transform:none;
}
.page-title a,
.page-title a:visited {
	color:#5a0000;
}

.ys-featured-img {
	float:right;
	margin:0 0 12px 12px;
}

/* =Text styles < content.css
========================= */

.entry-content blockquote {
	background:#EAE7D6 url(../../img/icon/blog_subdomain/bq-quote.gif) no-repeat 12px 12px;
	border:1px solid #fff;
	margin:0 0 18px;
	padding:12px 12px 0 44px;
}
.entry-content blockquote p {
	margin-bottom:12px;
}

/* =Workplaces < content.css
========================= */

a.active-page-link {
	font-weight:normal;
}

table.spreadsheet-ys {
	width: 100%;
}
.spreadsheet-ys th {
	padding:8px 10px;
}
.spreadsheet-ys td {
	padding:3px 10px;
}
.spreadsheet-ys thead th,
.spreadsheet-ys tfoot td {
	background-color: #004c63;
	border: 1px solid #183245;
	border-color:#183245 #2366A3 #183245 #183245;
	color: #fff;
	text-align: left;
}

.spreadsheet-ys thead a,
.spreadsheet-ys tfoot a,
.spreadsheet-ys thead a:visited,
.spreadsheet-ys tfoot a:visited {
	color: #fff;
}

.spreadsheet-ys tr:nth-child(even) {
	background: #eef1f3;
}

.spreadsheet-ys th.header {
	background:#004c63 url(../../img/blog_subdomain/arrows.gif) no-repeat right center;
	cursor: pointer;
	font-weight: bold;
	padding-right: 20px;
}

.spreadsheet-ys th.headerSortUp {
	background-image: url(../../img/blog_subdomain/asc.gif);
	background-color: #1F5A79;
}

.spreadsheet-ys th.headerSortDown {
	background-image: url(../../img/blog_subdomain/desc.gif);
	background-color: #1F5A79;
}

.spreadsheet-ys-compensation {
	background:url(../../img/icon/blog_subdomain/compensation-dots.gif) no-repeat 0 0;
	cursor:help;
	margin:0 auto;
	display:block;
	height:16px;
	text-indent:-32000px;
	width:16px;
}
.spreadsheet-ys-compensation-partial {
	background-position:-32px 0;
}
.spreadsheet-ys-compensation-unpaid {
	background-position:-16px 0;
}

/* =Book review < content.css
========================= */

#reading-list {
	margin-bottom: 18px;
}
.cat-description {
	margin-bottom: 36px;
}

.category-book-review blockquote.entry-summary {
	margin-bottom: 1.5em;
}

.amazon-buy-button,
.amazon-buy-button a,
.amazon-buy-button a:visited {
	background: url(../../img/blog_subdomain/amazon-buy-button2.gif) no-repeat left top;
}
.amazon-buy-button {
	background-position: right -25px;
	display: -moz-inline-stack;
	display: inline-block;
	padding-right: 7px;
}
.amazon-buy-button a,
.amazon-buy-button a:visited {
	background-position: 0 0;
	color:#014d64;
	display: -moz-inline-stack;
	display: inline-block;
	font-weight:bold;
	line-height: 25px;
	padding-left: 30px;
	padding-right: 4px;
	text-shadow:#fff 0 1px 1px;
}
.amazon-buy-button a:hover {
	color:#153A4B;
	text-decoration:none;
}

/* =Contact < content.css
========================= */

dl.vcard dt {
	margin-bottom: 18px;
}
/* =faq < content.css
========================= */

.faq-title small,
.faq-title small * {
	vertical-align: top;
}

/* =Company < content.css
========================= */
.company {
	padding-left: 146px;
}
.company-image {
	float: left;
	margin-right: 20px;
}
.company .entry-summary,
.company .entry-summary p,
.company .entry-summary br {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

/* =Carousel < content.css
========================= */

.image-carousel {
	position: relative;
}
.image-carousel .fwd,
.image-carousel .back {
	margin-top: -11px;
	position: absolute;
	top: 50%;
}
.image-carousel .fwd {
	right: 0;
}
.image-carousel-images {
	margin: 0 0 0 28px;
}
.image-carousel-images li {
	background: url(../../img/blog_subdomain/carousel-image-box.gif);
	margin-right: 10px;
	height: 94px;
	width: 94px;
}
.image-carousel-images a {
	display: block;
	height: 80px;
	width: 80px;
	margin: 7px;
	overflow: hidden;
}

.pagination {
	text-align: center;
}

/* = Comments - Content
========================= */
.comments-title {
	margin: 18px 0;
}

.comment {
	border-top: 1px solid #cdcdcd;
	margin-bottom: 18px;
	padding: 10px 10px 10px 66px;
}

.comment .avatar {
	float: left;
	margin-left: -56px;
}
.comment-meta {
	color: #999;
}

#respond {
	background: #cfcecc;
	border: 1px solid #b8b7b4;
	border-color: #b8b7b4 #cfcecc #cfcecc #b8b7b4;
	margin-bottom: 18px;
	padding: 10px;
}
.comment-form-comment {
	float: left;
	margin-right: 10px;
	width: 345px;
}
.comment-form-info {
	float: left;
	width: 240px;
}
.comment-form label {
	display: block;
}
.comment-form input.text {
	width: 220px;
}
.comment-form textarea#comment {
	height: 160px;
	width: 335px;
}

ol.pings {
	list-style: none;
}

/* =Splash < content.css
========================= */

#splash {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	height: 195px;
	margin-bottom: 18px;
	position: relative;
	text-align: right;
	width: 100%;
}

#splash .splash-summary {
	background: url(../../img/blog_subdomain/smoke-caption.png) no-repeat -315px 0;
	padding-top: 20px;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	width: 315px;
	position: absolute;
	right: 0;
}
#splash .splash-summary * {
	border: 0;
	margin: 0;
	padding: 0;
}
#splash .splash-summary div {
	background: url(../../img/blog_subdomain/smoke-caption.png) no-repeat -630px bottom;
	padding-bottom: 20px;
}
#splash .splash-summary blockquote {
	background: url(../../img/blog_subdomain/smoke-caption.png) repeat-y 0 bottom;
	color: #fff;
	font: italic 13px/18px Georgia, Times, serif;
	padding: 0 25px 0 20px;
}

#splash .splash-summary p {
	display: inline;
	margin: 0;
}
#splash .splash-summary a,
#splash .splash-summary a:visited {
	color: #fff;
}
a:hover #splash {
	text-decoration: none;
}

/* =Profiles
========================= */

.profile {
	background: #eee;
	border: 1px solid #ccc;
	border-color: #e5e5e5 #ccc #ccc #e5e5e5;
	display: block;
	margin-bottom: 36px;
}
.profile-2 {
	border: 1px solid #f5f5f5;
	padding: 10px 10px 10px 100px;
}
.profile-header {
	float: left;
	margin-left: -90px;
	width: 78px;
}
.profile .photo {
	display: block;
	margin-bottom: 10px;
}
.profile .note {
	margin-bottom: 1.5em;
}
.profile .note p {
	margin-bottom: .5em;
}
.profile-twitter-status-content {
	background: url(../../img/blog_subdomain/comment-top-author-meta.gif) no-repeat left top;
	padding: 20px 10px 10px;
}
.profile-twitter-status .twitter-timestamp {
	display: none;
}

/* =Team Page < content.css
========================= */

ul.profile-list {
	border-top:1px solid #DAD8C8;
	list-style:none;
	margin:0;
}
ul.profile-list li {
	border-bottom:1px solid #DAD8C8;
	margin:18px 0;
	padding-left:96px;
	position:relative;
}
ul.profile-list .photo {
	left:0;
	position:absolute;
	top:0;
}

/* =Misc
========================= */

#search-page-title {
	margin-bottom: 36px;
}

.workplaces-icon,
.companies-icon,
.individuals-icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.workplaces-icon {
	background-image: url(../../img/icon/blog_subdomain/workplaces.gif);
}
.companies-icon {
	background-image: url(../../img/icon/blog_subdomain/companies.gif);
}
.individuals-icon {
	background-image: url(../../img/icon/blog_subdomain/individuals.gif);
}

.download-button,
.download-button a {
	background: url(../../img/blog_subdomain/download-sprite.gif) no-repeat right -60px;
	display: inline-block;
}
.download-button {
	padding-right: 7px;
}
.download-button a,
.download-button a:visited {
	background-position: 0 0;
	height: 30px;
	line-height: 15px;
	padding: 15px 18px 15px 50px;
}
.download-button a:hover {
	text-decoration: none;
}
.download-button .size {
	display: block;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

/* =Products
========================= */

div#products_header {
	height:59px;
	background-image: url(../../img/products_header_sep.gif);
	background-repeat: no-repeat;	
}

div#products_header div#left {
	float:left;
	text-align:left;
	width:170px;
	padding-top:12px;
}
div#products_header div#left h1{
	font-size:28px;
}

div#products_header div#right {
	float:right;
	text-align:left;
	line-height:16px;
	width: 750px;
}

div#products_wrapper {
	width:960px;
	text-align:left;
	margin-top:20px;
	background-image: url(../../img/product_wrapper_bg.gif);
	background-repeat: repeat-y;
}
div#products_wrapper div#title_bar {
	text-align:left;
	height:29px;
}
div#products_wrapper div#left {
	float:left;
	text-align:left;
	width:480px;
	padding-top:12px;
	position:relative;
	height:100%;
}

div#products_wrapper div#right {
	float:right;
	text-align:right;
	width:480px;
	padding-top:12px;
	position:relative;
	height:100%;
}
div#products_wrapper div#right div#products_box {
	width:468px;
	float:right;
	text-align:left;
	padding-bottom:12px;
	position:relative;
}

div#products_wrapper div#left div#products_box {
	width:468px;
	text-align:left;
	position:relative;
	margin:0px;
	padding-bottom:12px;
}

div#products_box-top {
	height: 6px;
	width:468px;
	background-image: url(../../img/prod_box-top.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	position:relative;
}
div#products_box-bottom {
	height: 6px;
	width:468px;
	background-image: url(../../img/prod_box-bottom.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	position:relative;
}

div#products_box-center {
	width:468px;
	text-align:left;
	background-image: url(../../img/prod_box-center.gif);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	position:relative;
}

div#products_box-center div#left {
	float:left;
	text-align:left;
	line-height:16px;
	width:55px;
	padding-left:12px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#products_box-center div#center {
	float:left;
	text-align:left;
	line-height:16px;
	width:280px;
	padding-left:12px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#products_box-center div#center h2 {
	color:#6e0900;
	font-size:18px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

div#products_box-center div#right {
	float:right;
	text-align:left;
	width:95px;
	margin:0px;
	padding:0px;
}

.clearfloat {
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
}


.ir {
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size:1px;
	overflow:hidden;
	text-indent:-32000px;
}

#logo a {
	height:40px;
	width:451px;
}

#sign-the-petition {
	background-image:url(../../img/blog_subdomain/sign-the-petition.gif);
	height:149px;
	margin-right:9px;
	margin-top:4px;
	position:absolute;
	right:0;
	top:0;
	width:149px;
	z-index:2;
}

.ys-button-tweet-this,
.ys-button-fb-share-this {
	background-image:url(../../img/ir/blog_subdomain/twitter-facebook-button.gif);
	float:right;
	height:20px;
	margin-left:2px;
	width:89px;
}
.ys-button-fb-share-this {
	background-position:0 -20px;
}

.widget {
	margin-bottom:18px;
}

#sidebar .widget {
	border-top:1px solid #DAD8C8;
	padding:10px 10px 0;
}

/* =Teaser widgets - Widgets
========================= */

/* Alternate classnames to hook into for teaser style */
.section-title,
.ys-teaser-widgets .widget-title {
	margin-bottom:0;
}
.section-content,
#home-left .ys-teaser-widgets .page-summary,
#home-right .ys-teaser-widgets .page-summary {
	background:url(../../img/blog_subdomain/rule.gif) repeat-x top;
	padding-top:12px;
}

#home-resources .widget-title,
#home-resources .widget-title a,
#home-resources .widget-title a:visited {
	font:bold 12px/1.5 "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

#widget-ys-carousel {
	margin-bottom:18px;
}
#widget-ys-carousel .section-content {
	padding:10px 3px;
}
#widget-ys-featured-company {
	margin-bottom:36px;
}

/* =Twitter plugin
========================= */

.widget_twitter .widget-title a,
.aktt_widget .widget-title {
	background:url(../../img/icon/blog_subdomain/on-twitter.gif) no-repeat right center;
	display:inline-block;
	padding-right:111px;
}
.widget_twitter ul.twitter,
.aktt_widget div.aktt_tweets ul {
	list-style:none;
	margin-left:0;
}

.delicious-posts ul,
#ys-delicious-bookmarks ul {
	border-top:1px solid #dad8c8;
	padding-top:18px !important;
	list-style:none;
	margin:0;
}
.delicious-posts li,
#ys-delicious-bookmarks ul li {
	border-bottom:1px solid #dad8c8;
	margin-bottom:18px;
	padding-bottom:18px;
}

.delicious-extended {
	font-size:100% !important;
}

#TB_title {
	background-color:#333 !important;
}
#email_this_div p {
	background:#eee;
	border-bottom:1px solid #ddd;
	margin:0 0 5px;
	padding:10px !important;
}
#email_this_div p label {
	display:block;
}
#email_this_div p input {
	margin-bottom:.5em;
}
#email_this_div label#cfet_personal_message {
	margin-top:1em;
}
#email_this_div textarea {
	height:50px;
	width:90%;
}