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

/* =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,
legend {
	color:#535349;
	display:block;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:300;
	margin-bottom:9px;
	text-transform:lowercase;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
legend,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
.h4 {
	font-size:12px;
}
legend {
	color:#777;
}

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

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

input,
textarea {
	font-family:"Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
input {
	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;
}

th {
	text-align:left;
}

ul.plain,
ol.plain {
	list-style:none;
	margin:0;
}

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

.accessibility {
	left:-32000px;
	position:absolute;
}
.accessibility:focus {
	background:yellow;
	left:0;
	padding:.5em 1.5em;
}
.ui-tabs .ui-tabs-hide,
.hidden,
.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;
}

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

.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;
	max-width:1022px;
	position:relative;
}

#user-bar {
	background:#a6a6a6 url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/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(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/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(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/canvas-y.gif) repeat-y;
	margin-top:18px;
}
#page-2 {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/canvas-top.gif) no-repeat top left;
	padding-top:6px;
}

#header {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/logo-and-nav.gif) no-repeat 0 49px;
	height:92px;
	margin-bottom:1px;
	padding-top:49px;
	padding-right:40px;
}
#nav #searchform {
	float:right;
	margin-left:15px;
	margin-top:10px;
	position:relative;
	z-index:3;
}
#nav {
	color:#fff;
	line-height:52px;
	padding-left:36px;
}
#nav a,
#nav a:visited {
	color:#fff;
	font-weight:bold;
}

#content {
	margin-bottom:36px;
}

#sidebar {
	margin-bottom:18px;
}

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

#footer {
	background:#004c63 url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/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;
}

/* =BB Specific
========================= */

#profile-head .avatar,
#profile-head .fb_profile_pic_rendered {
	left:0;
	position:absolute;
	top:0;
}
#profile-head {
	min-height:135px;
	padding-left:135px;
	position:relative;
}

#advanced-search {
	background:#f5f5f5;
	border:1px solid #ddd;
	padding:12px;
}
#advanced-search #search {
	width:300px;
}

a.profile {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: top left;
}

a.profile-twitter {
	background-image: url('http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/icon/twitter.gif');
}

a.profile-facebook {
	background-image: url('http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/icon/facebook.gif');
}

a.profile-linkedin {
	background-image: url('http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/icon/linkedin.gif');
}

/* =Messages and color
========================= */

.notice {
	background:#FDF1A8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border-bottom:1px solid #D9CE9C;
	margin-bottom:18px;
	padding:1px 10px;
}
.notice p {
	margin:10px 0;
}

input.placeholder {
	color:#777;
}

span.charcounter {
	display:block;
}

textarea.maxlength-1000 {
	font-size:14px;
	height:13.5em;
	width:772px;
	padding:.25em;
}

.short,
.bad,
.good,
.strong {
	font-weight:bold;
}

.short {
	color:#777;
}
.bad {
	color:#CC4B46;
}
.good,
.required {
	color:#B36236;
}
.strong {
	color:#809A38;
}

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

input.search {
	background:#fff url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/icon/search.png) no-repeat left center;
	padding-left:20px !important;
}

.nav,
.nav ul {
	list-style:none;
	margin:0;
}
.nav {
	overflow:hidden;
}
.nav li {
	float:left;
	margin:0;
}
.nav a {
	display:block;
}

.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;
}

.button {
	display:-moz-inline-stack;
	display:inline-block;
	margin:0 .25em;
	vertical-align:baseline;
}
.button:hover {
	text-decoration:underline !important;
}
.button span {
	color:#222;
	display:-moz-inline-stack;
	display:inline-block;
	line-height:22px;
	padding:0 .5em;
	white-space:nowrap;
}
.button-edit {
	background:#eee;
	border:1px solid #ddd;
	border-color:#e5e5e5 #d5d5d5 #d5d5d5 #e5e5e5;
}
.button-edit:active {
	background:#ddd;
}
.button-edit span {
	border-top:1px solid #fff;
}

a.feed {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/feed.gif) no-repeat left center;
	padding-left:20px;
}

.breadcrumb {
	background:#f5f5f5 url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/breadcrumb.gif) no-repeat 0 -32px;
	color:#97B4C5;
	height:32px;
	line-height:32px;
	margin:0 0 18px;
	padding:0 25px;
}
.breadcrumb .trail {
	background: url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/breadcrumb.gif) no-repeat right 0;
	display:inline-block;
	margin-left:-16px;
	padding-left:5px;
	padding-right:43px;
}
.breadcrumb a,
.breadcrumb a:visited{
	color:#CADAE6;
}

#userinfo,
#userinfo dd,
dl.rule,
dl.rule dd {
	margin:0;
}
#userinfo dd,
dl.rule dd {
	border-top:1px solid #dad8c6;
	margin:0;
	padding:10px 0;
	padding-left:135px;
}
#userinfo dt,
dl.rule dt {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/label-pill.gif) no-repeat;
	float:left;
	margin-top:11px;
	padding:0 6px;
	width:125px;
}
#userinfo dt.required,
dl.rule dt.required {
	background-image:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/label-pill-required.gif);
	color:#fff;
}

#edit-profile dl.rule dt {
	margin-top:14px;
}

/* =Forum tables, etc
========================= */

.table-forum {
	border:1px solid #ddd;
	margin-bottom:18px;
}
.table-forum th,
.table-forum td {
	margin:2px;
	padding:.25em 1em;
}
.table-forum th {
	background:#d3c69a;
	width:100%;
}
.table-forum tr {
	background:#f5f5f5;
}

table.form,
.form-table table,
table#userinfo,
#admininfo {
	border:1px solid #ddd;
	margin-bottom:18px;
	width:100%;
}
table.form tr,
.form-table tr,
table#userinfo tr,
table#admininfo tr {
	background:#eee;
	line-height:32px;
	margin:0 0 2px;
	vertical-align:middle;
}
table.form th,
.form-table th,
table#userinfo tr th,
table#admininfo tr th {
	padding:0 8px;
}
table.form tr th,
.form-table tr th,
table#userinfo tr th,
table#admininfo tr th {
	width:160px;
}

#manage-tags {
	list-style:none;
	margin:0;
}

.admin,
#manage-tags {
	background:#FDF1A8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border-bottom:1px solid #D9CE9C;
	margin-bottom:18px;
	padding:10px;
}
.admin form,
.admin fieldset {
	display:inline;
}

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

.ys-button-grey,
.ys-button-green,
.ys-button-blue,
.ys-button-tan {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/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 {
	text-decoration:none;
}
.ys-button-grey span,
.ys-button-green span,
.ys-button-blue span,
.ys-button-tan span,
.ys-button-tan .span {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/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 {
	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;
}
button.ys-button-grey,
button.ys-button-green,
button.ys-button-blue,
button.ys-button-tan {
	border:0;
	font-weight:bold;
	margin:0;
	padding-bottom:0;
	padding-top:0;
	padding-left:0;
}

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

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

#back-to-ys {
	background-image:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/back-to-ys.gif);
	height:38px;
	margin-right:9px;
	margin-top:4px;
	position:absolute;
	right:0;
	top:0;
	width:159px;
	z-index:2;
}



/* =Threads
========================= */

.topic-title {
	border-bottom:1px solid #ddd;
	font-size:36px;
	padding-bottom:24px;
}

ol#thread {
	list-style:none;
	margin:0;
}
.post {
	border-bottom:1px solid #ddd;
	padding-bottom:12px;
}

.post-content,
.post-author {
	float:left;
}
.post-author {
	margin-right:20px;
	width:185px;
}
.post-content {
	width:430px;
}

.post-author .fn {
	margin-bottom:0;
}

.post-meta {
	font-size:11px;
}

/* =Reply form
========================= */

.postform {
	background:#f5f5f5 url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/comment-box-tick.gif) no-repeat left top;
	margin-bottom:18px;
	padding:27px 12px 12px;
}
.postform input,
.postform textarea {
	display:block;
}
.postform .allowed {
	margin-bottom:0;
}

.widget {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/widget.gif) no-repeat 0 bottom;
	margin-bottom:12px;
	padding:15px;
}
.tags-list {
	margin-left:0;
}
.tags-list li {
	margin:0;
}
.tags-list {
	overflow:hidden;
}
.tags-list li {
	background:url(http://forum.yoursabbatical.com/bb-templates/yoursabbatical/img/tag.gif) no-repeat right center;
	float:left;
	display:inline;
	line-height:20px;
	margin:0 3px 3px 0;
	padding:0 22px 0 6px;
}
#topic-tags p {
	margin:0;
}