/* @group Reset */

/*reset margins and padding*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, tt, table, tr, td {
    margin: 0;
    padding: 0;
}

/* Remove borders */

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

fieldset, img {
    border: 0;
}

abbr, acronym {
    border: 0;
}

label {
    border: 0 !important;
}

/* Remove border around linked images */

img {
    border: 0;
}

iframe {
    border: 0;
}

/* Reset font-size and -weight */

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
}

p, blockquote, small, big {
    font-size: 1em;
}

/* Remove styling from all list items */

ol, ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* @end */

/* @group Defaults */

body {
    background: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0 !important;
}

h1,h2,h3,h4 {
    font-family: Georgia, Times New Roman, serif;
  	margin-top: 0;
  	margin-bottom: 5px;
}

h1 {
    font-size: 2.2em;
    line-height: .85em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

p {
    margin-bottom: 5px;
  	margin-top: 0;
  	padding-top: 0;
}

b, strong {
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Trebuchet MS, Arial, Helvetica, sans-serif; /* fix for ugly bold lucida */
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table td {
	vertical-align: top;
	overflow: visible;
}

a,a:visited {
    color: #0B4C8C;
    text-decoration: none;
}

a:hover {
    color: #c41c1c;
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearfix {
    clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}

.translucentWhite { 
	background: #fff;  /* declare for ie - background isn't transparent */
	background: rgba(255, 255, 255, 0.25);  /* on modern browsers background is white 25% transparent*/
}

.smallCorners {
	border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.mediumCorners {
	border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bigCorners {
	border-radius: 20px;
	-o-border-radius: 20px;
	-icab-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.topCorners {
	border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-icab-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
}

.bottomCorners {
	border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-icab-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.ysi_hidden {
	display: none;
}

.ysi_clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.ysi_clear_l {
	clear: left;
}

.ysi_instructions {
	font-size: .95em;
	color: #888;
}

.ysi_instructions a {
	color: #888 !important;
	text-decoration: underline;
}

.ysi_feed_link {
	display: block;
	background: url(http://questionland.com/images/icons/rss.gif) no-repeat;
	padding-left: 22px;
	margin: 10px 0;
	width: 100px;
	height: 16px;
}

/* @end */

/* @group Layout */

body.day {
    background: #fff  url(bkg_trees_day.png) top center;
}

body.night {
    background: #fff url(bkg_trees_night.png) top center;
}

#wrapper {
    margin: 0px auto;
    padding: 20px 0 0;
}

body.day #wrapper {
    background: url(bkg_sky_day.png) top center repeat-x;
}

body.night #wrapper {
    background: url(bkg_sky_night.png) top center repeat-x;
}

#contentWrapper {
    width: 980px;
    margin: 0px auto;
    background: #9ac2cc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#content {
    background: #fff;
    margin: 0 10px;
    padding: 30px 0;  
    min-height: 500px;
}

#contentLeft {
	float: left;
	width: 600px;
}

#contentRight {
	float: left;
	margin-left: 20px;
	width: 320px;
}

#ysiContent {
    margin: 20px;
}

#mainRight {
    margin: 20px;
}

#logo {
	display: block;
    background: url(logo.png) no-repeat;
    width: 551px;
    height: 66px;
    margin: auto;
    position: relative;
    z-index: 2;
}

#sign {
	background: url("logo_sign.png") no-repeat;
	font-family: Georgia, Times New Roman, serif;
	height: 62px;
	margin: -22px auto 0;
	text-align: center;
	width: 484px;
	position: relative;
}

#sign span {
	color: #FFFFFF;    
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 85px;
}

#otherCitiesLink {
    color: #c8b067;
    font-style: italic;
    margin-left: 5px;
}

#otherCities {
	width: 200px;
	height: -1px;
    border: solid 2px #804006;
    border-top: none;
    padding: 15px 20px;
    position: absolute;
    top: 61px;
    left:  115px;
    z-index: 1000;
    background: #f6f6f6;
}

#otherCitiesClose {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 1.4em;
}

#footer {
    height: 250px;
    position: relative;
    background: url(bkg_footer.png) no-repeat bottom center;
    margin: 0;
}

#footerContent {
    width: 940px;
    height: 80px;
    margin: 0px auto;
    padding: 20px;
    background: #fff;
    background: rgba(255,255,255,.5);
    font-size: .8em;
	line-height: 1.3em;
}

#footerLeft {
    float: left;
    width: 540px;
    margin-right: 25px;
}

#footerRight {
    float: left;
    width: 375px;
}

#footerImage {
    position: absolute;
    bottom: 30px;
    height: 130px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background: url(ftr_workers.png) bottom center no-repeat;
}

/* @end */

/* @group Sky Boxes */

#skyWrap {
    height: 200px;
    width: 980px;
    margin: 0px auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.skyBox {
	display: none;
	float: left;
    width: 237px;
    height: 200px;
    margin-right: 10px;
    background: #fff;
}

.skyBox.big {
    width: 485px;
}

.skyHeader,.skyPic,.skyBody,.skyFooter {
    margin: 0 10px;
}

.skyHeader {
	font-family: 'FetteEng', Arial Narrow, Trebuchet MS,Arial,sans-serif;
	font-size: 2.1em;
	height: 45px;
	overflow: hidden;
    padding-left: 35px;
	line-height: 1.8em;
    text-transform: uppercase;
    background-position: 0 10px;
    background-repeat: no-repeat;
    margin: 0 15px;
}

.skyBox.event .skyHeader {
    background-image: url(icon_event.png);
    color: #428CD6;
}

.skyBox.feature .skyHeader {
    background-image: url(icon_star.png);
    color: #3d7011;
}

.skyBox.last {
    margin-right: 0;
}

.skyPic {
	display: block;
	float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 15px;
    cursor: pointer;
}

.skyPic img {
	width: 100%;
	height:  100%;
}

.skyBox.big .skyPic {
    width: 120px;
    height: 120px;
}

.skyBody {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande",  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
    height: 125px;
    margin: 0 15px;
}

.skyTitle {
	display: block;
    font-family: Helvetica;
    font-size: 1em;
	margin-bottom: 3px;
	line-height: 1.2em;  
    font-weight: bold;
}

.skyBox.big .skyTitle {
    font-size: 1.4em;
}

.skyText {
	font-size: .8em;
	line-height: 1.4em;
}

.skyFooter {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
    font-style: italic;
    line-height: 30px;
    margin: 0 15px;
}

/* @end */

/* @group Right Column */

.sideBox {
    background: #c5ad68;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.sideboxBody {
    background: #fff;
    padding: 10px;
    font-size: 1.1em;
}

.sideboxPic {
	float: left;
	margin-right: 10px;
    width: 60px;
    height: 60px;
}

.sideboxText {
    overflow: hidden;
}

.sideboxText a {
    font-style: italic;
}

.sideboxFooter {
	position: relative;
    border-top: solid 2px #eee;
    padding: 10px 55px 0 0;
    margin-top: 10px;
    font-size: .75em;
}

.sideboxFooter a {
    color: #0068c0;
}

.sideboxFooter .sponsor {
    position: absolute;
    right: 0;
    bottom: 0;
}

#aotw {
    display: none;
}

body.ysi_home #aotw,body.ysi_category #aotw {
    display: block;
}

.sideBox.aotw .sideboxTitle {
	font-family: 'FetteEng', Arial Narrow, Trebuchet MS, Arial,sans-serif;
	font-size: 2em;
	text-transform: uppercase;
    background: url(icon_mushroom_tiny.png) no-repeat;
    color: #472303;
    padding:0 0 2px 35px;
}

/* @end */

/* @group Global Nav */

#contentNav {
    height: 36px;
}

#contentNav a {
    color: #0B4C8C;
	text-decoration: none;
}

#contentNav a:hover {
    color: #c41c1c;
}

#contentNav a.active {
    background: url(nav_active.png) no-repeat center bottom;
}

#navItems a {
	float: left;
	font-size: 1.2em;
	line-height: 1em;
	margin-left: 30px;
	padding: 11px 0;
	font-family: 'ClarendonFSLight', Georgia, Times New Roman, serif;
}

#ysi_nav {
	display: none;
	float: right;
    margin: 6px 10px;
    color: #fff;
}

.ysi_welcome {
	float: right;
	line-height: 24px;
    margin-right: 10px;
}

#ysi_nav .ysi_welcome a {
    float: none;
    font-size: 1em;
    margin: 0;
}

.ysi_search {
	float: right;
    background: url(bkg_search.png) no-repeat;
    width: 220px;
}

.ysi_search form {
	display: inline;
}

.ysi_search_input {
	float: left;
    margin: 0 10px;
    padding: 0;
    font-size: .85em;
    border: 0;
    background: none;
    height: 24px;
    line-height: 24px;
    width: 170px;
    outline: none;
}

.ysi_search_icon {
	cursor: pointer;
    background: url(icon_search.png) no-repeat 0 3px;
    float: right;
    height: 20px;
    width: 20px;
    padding: 0px;
    border: 0;
    margin-right: 5px;
	font-size: 1em;
}

.ysi_search_icon:hover {
	background-position: 51% 51%;
}

.ysi_rss {
	display: none;
}

#qlFollow {
    float: right;
    margin: 6px 5px 0 0;
}

#qlFollow a {
    float: left;
	padding: 12px;
	margin-right: 5px;
}

#qlTwitter {
	background: url(icon_twitter.png) no-repeat;
}

#qlRSS {
	background: url(icon_rss.png) no-repeat;
}

#qlFB {
	background: url(icon_fb.png) no-repeat;
}

/* @end */

/* @group Breadcrumbs */

.ysi_bc {
    background: #e3e3e3;
    height: 22px;
	margin: 20px 0px;
}

.ysi_bc a,.ysi_bc_active,.ysi_bc_spacer {
	float: left;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	font-size: .85em;
	white-space: nowrap;
	padding: 0px 12px 0px 5px;
}

.ysi_bc a {
	background: #e3e3e3;
	padding: 0 10px 0 7px;
	color: #4380d1;  
}

.ysi_bc_active {
    background: none;
    color: #555;
}

.ysi_bc_spacer {
    background: url(breadcrumb.png) no-repeat;
    margin: 0 0 0 -5px;
}

/* @end */

/* @group Tab Nav */

.ysi_tab {
    background: #7FB838;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.ysi_tab a {
	display: block;
	float: left;
	background: none;
	color: #FFFFFF;
	font-family: 'FetteEng', Arial Narrow, Trebuchet MS, Arial,sans-serif;
	font-size: 1.4em;	
	margin: 0;
	padding: 0;
	line-height: 25px;
	text-transform: uppercase;    
	text-align: center;
}

#ysi_topic .ysi_tab a,#ysi_questions .ysi_tab a {
    width: 25%;
}

#ysi_users .ysi_tab a,#ysi_answers .ysi_tab a {
    width: 130px;
}

#ysi_user .ysi_tab a,#ysi_search .ysi_tab a {
    width: 20%;
}

.ysi_tab a.ysi_active {
	background: url(bkg_filters.png) no-repeat left;
}

.ysi_tab a.ysi_active span {
	background: url(bkg_filters.png) no-repeat right;
	display: block;
	margin-left: 12px;
	text-indent: -12px;
	color: #fff;
}

.ysi_tab_body {
	padding-top: 10px;
}

.ysi_tab_line {
	display: none;
}

/* @end */

/* @group Categories */

#ysi_categories {
	margin-top: 20px;
}

#ysi_category_title {
	display: none;
}

body.ysi_category #ysi_category_title {
    display: block;
}

body.ysi_question #ysi_categories {
    display: none;
}

#ysi_category_list {
    background: #a9cdd6 url(hdr_categories.png) no-repeat top;
    padding: 40px 0 0 0;
    margin-bottom: 30px;
    display: none;
}

#ysi_category_list.ysi_tab a {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande",  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
    background: none;
    width: 45%;
    line-height: 1.2em;
    margin: 5px 0 0 15px;
    padding: 0;
    text-align: left;
    text-transform: none;
    color: #0B4C8C;
}

#ysi_category_list.ysi_tab a.ysi_active span {
	background: none;
	color: #fff;
}

#ysi_category_list.ysi_tab a:hover {
    color: #c41c1c;
}

#ysi_category_list .ysi_tab_line {
	display: block;
    background: url(ftr_categories.png) no-repeat; 
    border: 0;
    height: 19px;
    margin-top: 10px;
}

/* @end */

/* @group Page Layouts */

.ysi_pl {
	margin-right: 180px;
}

.ysi_pr {
	float: right;
	width: 150px;
	margin-left: 10px;
}

#ysi_login .ysi_pr,#ysi_signup .ysi_pr {
	width: 200px;
}

.ysi_topic_section {
  	margin-bottom: 30px;
}

#ysi_topic_questions,#ysi_topic_answers {
    margin-right: 0;
}

#ysi_topic_users {
	display: none;
    float: none;
    margin-left: 0;
    width: auto;
}

#ysi_topic_users li.ysi_user {
	height: 60px;
    width: 150px;
    margin-right: 5px;
    border-bottom: none;
    overflow: hidden;
}

#ysi_topic_fu h3 {
    text-indent: -3000px;
    background: url(hdr_featured_contributors.png) no-repeat;
    height: 35px;
}

#ysi_topic_cu h3 {
    text-indent: -3000px;
    background: url(hdr_top_contributors.png) no-repeat;
    height: 35px;
}

#ysi_topic_users .ysi_lp {
    border-top: solid 2px #925202;
}

#ysi_topic_featured #ysi_topic_fu {
	border: solid 1px #aaa;
    background: #eee;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
}

#ysi_topic_featured #ysi_topic_fu .ysi_featured_users {
	margin: 20px 10px 0 10px;
}

#ysi_topic_featured #ysi_topic_fu .ysi_user {
	float: none;
	padding-bottom: 20px;
	padding-right: 5px;
	text-align: left;
}

#ysi_topic_featured #ysi_topic_fu .ysi_ua {
    float: left;
    margin-right: 5px;
}

#ysi_topic_featured #ysi_topic_fu li {
	border:medium none;
	float:left;
	margin:10px 5px;
	width:179px;
	height: 80px;
	overflow: hidden;
}

.ysi_pf {
	border-top: dotted 1px #aaa;
	margin-top: 30px;
	padding-top: 15px;
	font-size: .85em;
}

.ysi_box_h,.ysi_box_h div,.ysi_box_f,.ysi_box_f div {
	display: block;
	font-size: 1px;
	height: 7px;
	position: relative;
}

.ysi_box_h {
	background: url("http://questionland.com/images/icons/callout_back.png") no-repeat left top;
	top: -3px;
	left: -3px;
	margin: 0px 3px;
}

.ysi_box_h div {
	background: url("http://questionland.com/images/icons/callout_back.png") no-repeat right top;
	top: 0;
	left: 6px;
}

.ysi_box_b {
	background: url("http://questionland.com/images/icons/callout_back.png") repeat-y 50%;
	margin: -3px 0px;
	padding: 3px 10px 1px;
}

.ysi_box_f {
	background: url("http://questionland.com/images/icons/callout_back.png") no-repeat left bottom;
	top: 3px;
	left: -3px;
	margin: -6px 3px 5px;
}

.ysi_box_f div {
	background: url("http://questionland.com/images/icons/callout_back.png") no-repeat right bottom;
	top: 0;
	left: 6px;
}

.ysi_fs {
	margin-bottom: 20px;
}

.ysi_fh {
	margin: 10px 0px;
}

/* @end */

/* @group Forms */

fieldset {
	border: none;
	padding: 0;
	margin: 10px 0px;
}

fieldset.ysi_wrap label {
	display: block;
	margin-bottom: 5px;
}

.ysi_input {
	width: 250px;
	padding: 3px;
}

.ysi_submit {
	margin: 10px 0px 5px 0px;
}

.ysi_submit input {
	margin-right: 5px;
	font-size: 1em;
}

.ysi_image_button {
	border: 0;
	height: 33px;
	margin: 3px 0;
	margin-right: 3px;
	padding: 0;
}

.ysi_image_button.ysi_preview_button,.ysi_image_button.ysi_edit_button {
    background: none;
	color: #0051B6;
	font-size: 1em;
	text-transform: lowercase;
	cursor: pointer;
}

.ysi_image_button.ysi_ask_button,.ysi_image_button.ysi_answer_button {
    background: #0051B6;
	color: #fff;
    text-transform: uppercase;
    width: 150px;
    font-size: 1em;
    font-family: Helvetica;
    cursor: pointer;
}

.ysi_image_button span {
	display: block;
}

.ysi_image_button.ysi_preview_button:hover,.ysi_image_button.ysi_edit_button:hover {
    color: #c41c1c;
}

.ysi_image_button.ysi_ask_button:hover,.ysi_image_button.ysi_answer_button:hover {
    background: #428CD6;
}

/* @end */

/* @group Users */

#ysi_user_main {
	border: 1px dashed #4380D1;
	padding: 15px;
}

.ysi_utagline {
    font-style: italic;
}

.ysi_user {
	float: left;
}

#ysi_user_posts {
  	margin-top: 20px;
}

#ysi_user_posts .ysi_instructions {
    font-style: italic;
}

.ysi_ua {
    width: 80px;
}

.ysi_ua_b {
	width: 100px;
}

.ysi_ua_t {
    width: 40px;
}

.ysi_ua img {
	display: block;
  	width: 100%;
  	height: auto;
}

.ysi_ud {
	padding: 0 0 0 20px;
}

.ysi_user .ysi_ud {
    padding-left: 10px;
}

.ysi_ud li,.ysi_list .ysi_ud li,.ysi_list .ysi_ud_t li {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: none;
}

.ysi_ud ul {
	list-style-position: outside;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ysi_badge {
    font-family: Arial Narrow;
    line-height: 2em;
    padding: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
	margin-top: 1px;
}

.ysi_ua_t .ysi_badge {
	font-size: 0;
	text-indent: -1000px;
	height: 2px;
	padding: 0;
}

.ysi_badge.ysi_featured {
    background: #c41c1c;
    padding-left: 5px;
}

.ysi_badge.ysi_featured span {
    background: #c41c1c url(icon_star_tiny.png) no-repeat 0;
    margin-left: -10px;
	padding-left: 20px;
	padding-top: 2px;
}

.ysi_badge.ysi_admin {
    background: #666;
}

.ysi_badge.ysi_moderator {
    background: #666;
}

.ysi_badge.ysi_staff {
    background: #428CD6;
}

#ysi_uactions_header {
	display: none;
}

#ysi_uactions {
	padding: 5px;
	font-size: .85em;
	line-height: 1.5em;
}

.ysi_ustats {
	width: auto !important;
	margin-top: 10px;
}

.ysi_ustats td {
   padding-bottom: 10px;
}

.ysi_ustats td span {
   white-space: nowrap;
}

.ysi_uvotes {
	line-height: 40px;    
}

.ysi_uvotes_favourite,.ysi_uvotes_up,.ysi_uvotes_down,.ysi_uvotes_featured {
	padding: 5px 19px 6px 6px;
    margin: 0 3px 0 12px;
}

.ysi_uvotes_favourite {
    background: url(icon_mushroom_tiny.png) no-repeat;
    margin-left: 15px;
}

.ysi_favourite.ysi_uvotes_favourite {
    background: url(icon_mushroom_small.png) no-repeat;
	margin: 0;
	padding: 0 5px;
	width: 30px;
	height: 42px;
	position: absolute;
	right: 0;
}

.ysi_uvotes_up {
    background: url(thumbs.png) no-repeat 0px 1px;
}

.ysi_uvotes_down {
    background: url(thumbs.png) no-repeat 0px -27px;
}

.ysi_uvotes_featured_count {
    background: url(icon_star.png) no-repeat;
    padding: 5px 0 5px 35px;
}

.ysi_uvotes_featured_text {
	display: none;
}

.ysi_ufeatured a {
    color: #0051b1;
}

.ysi_byline .ysi_uvotes a,.ysi_uvotes a {
	color: #0B4C8C;
}

#ysi_user_widgets h2 {
    margin: 30px 0 10px 0;
}

#ysi_user_widgets iframe {
    float: left;
    margin-right: 20px;
}

#ysi_user_widgets textarea {
    height: 80px;
    width: 300px;
    display: block;
    margin-bottom: 5px;
}

/* @end */

/* @group Panels */

.ysi_panelists {
	margin-top: 20px;
	position: relative;
}

.ysi_panelist {
	float: left;
	height: 100px;
	cursor: pointer;
}

.ysi_panel .ysi_uf {
	background-color: #B778CC;
}

.ysi_panelist_bio {
	position: absolute;
	top: 120px;
	border: solid 1px #B778CC;
	padding: 10px;
	background: #fff;
	z-index: 200;
}

/* @end */

/* @group Lists */

#ysi_topic_q_header,#ysi_topic_a_header {
	font-family: 'ClarendonFSLight', Georgia, Times New Roman, serif;
	font-size: 1.7em;
	color: #4a2503;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
}

.ysi_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

.ysi_lf {
    color: #1c4a0f;
	overflow: hidden; 
}

.ysi_lf a {
    color: #6ea72b;
}

.ysi_list li {
    border-bottom: solid 1px #eee;
    width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.ysi_list li.ysi_user {
    margin-bottom: 5px;
}

.ysi_list li.ysi_last {
	padding-bottom: 0;
	border-bottom: none;
}

.ysi_list_minimal li {
	padding: 3px 0px;
	margin: 0;
	border: none;
}

.ysi_lf,.ysi_switcher .ysi_tab {
	margin: 10px 0px;
}

.ysi_list li.ysi_lp {
	clear: left;
	border-bottom: none !important;
	margin-bottom: 15px;
    min-height: 0px;
    padding: 10px 0 0 0;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; 
	font-size: 1em;
}

#ysi_topic li.ysi_lp {
	padding-top: 0px;
}

li.ysi_lp a {
    color: #428CD6;
    font-style: italic;
}

.ysi_list_question {
    background: url(icon_question.png) no-repeat left top;
}

.ysi_list_answer {
    background: url(icon_answer.png) no-repeat left 3px;
}

.ysi_list_comment {
    background: url(icon_comment.png) no-repeat left 3px;
}

.ysi_list_user {
    background: url(icon_tree.png) no-repeat left top;
}

.ysi_pagination {
	text-align: center;
	line-height: 24px;
	font-size: 1.1em;
}

.ysi_pagination .ysi_page_info {
	display: none;
	color: #666;
	font-weight: normal;
}

.ysi_empty_list {
	margin: 10px 0px;
}

.ysi_post_header {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.1em;
    font-style: italic;
	padding-bottom: 5px;
	margin-left: 2px;
	color: #666;
    padding-left: 20px;
}

.ysi_post_header a {
    font-size: 1.1em;
    font-style: normal;
	text-decoration: none;
}

.ysi_title {
    font-size: 1.5em;
    margin-top: -3px !important;
}

.ysi_fs .ysi_title {
    font-size: 1.75em;
}

.ysi_content {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande",  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	margin-bottom: 5px;
}

.ysi_more {
    color: #0B4C8C;    
}

/* @end */


/* @group Questions, Answers, Comments */

.ysi_ask {
	position: relative;
	background: none;
	padding: 10px 44px;
	width: 480px;
	text-align: left;
	margin: 40px auto;
}

.ysi_ask h2 {
	font-family: 'ClarendonFSLight', Georgia, Times New Roman, serif;
	font-size: 1.7em;
	color: #4a2503;
	margin-left: 20px;
}

.ysi_ask .ysi_box_h {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: -18px;
	width: 76px;
	height: 82px;
	background: url(icon_mushroom.png) no-repeat;
}

.ysi_ask .ysi_box_h div {
	height: 118px;
	left: 524px;
	position: absolute;
	top: -15px;
	width: 73px;
	z-index: 100;
	background: url(icon_gnome.png) no-repeat;
}

.ysi_ask .ysi_box_b,.ysi_ask .ysi_box_f,.ysi_ask .ysi_box_f div {
    background: none;
}

.ysi_ask .ysi_box_b {
    padding: 0;
    margin: 0 6px;
}

.ysi_ask form {
	margin: 10px 0;
	padding: 0;
}

#ysi_ask_question_category {
}

#ysi_ask_question_category label {
	display: none;
}

.ysi_ask select {
  	font-size: 1.2em;
}

.ysi_ask .ysi_headline,
.ysi_ask textarea {
	padding: 4px;
	width: 450px;
	margin-bottom: 0px;
}

.ysi_ask_question_headline {
    border: 4px solid #C2F3FF;
}

.ysi_ask .ysi_headline {
	font-size: 1.2em;
	height: 1.4em;
	margin-bottom: 0;
	border: solid 1px #666;
	overflow: hidden;
}

#ysi_ask_question_main {
    background: #99c1cb;
    padding: 5px 10px;
    margin-top: 5px;
}

.ysi_suggestions {
	margin: 0 !important;
  	padding-bottom: 10px !important;
}

.ysi_suggestions_title {
	padding-bottom: 5px;
}

.ysi_suggestions ul {
	border: solid 1px #aaa;
	background: #ffffee;
	height: 110px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 5px 10px;
}

.ysi_suggestions ul li {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 2px 0;
}

.ysi_suggestions ul li .ysi_suggestion_excerpt {
	color: #888;
	font-size: 0.95em;
	height: 1em;
	overflow: hidden;
}

.ysi_suggestions ul li .ysi_suggestion_count {
	color: #666;
	font-size: 0.95em;
	display: block;
	float: right;
	padding: 0 5px;
}

.ysi_suggestions_footer {
	background: #fff;
	padding: 5px;
	;
    margin-top: 5px;
	text-align: right;
	font-size: 0.85em;
}

.ysi_ask_select {
    float: right;
}

.ysi_submit a.ysi_logo {
	display: none;
}

.ysi_q .ysi_post,.ysi_a .ysi_post {
    position: relative;
    padding-right: 60px;
}

.ysi_post p,.ysi_post_preview p {
  	margin-top: 0 !important;
  	margin-bottom: 15px;
}

#ysi_question_main {
	background: none;
	border: 1px dashed #4380D1;
	border-bottom: none;
	margin-bottom: 0;
	padding: 10px;
}

#ysi_question h3.ysi_title,#ysi_new_question h3.ysi_title {
	font-size: 1.6em;
}

#ysi_question .ysi_q,#ysi_question .ysi_a,#ysi_question .ysi_c {
	margin-bottom: 20px;
}

#ysi_new_answer {
	background: #e3e3e3;
	border: 1px dashed #4380D1;
	border-top: none;
	padding: 10px;
	margin-bottom: 0;
}

#ysi_new_answer .ysi_a_new {
    margin-bottom: 0;
}

#ysi_answers {
    margin: 40px 10px 0;
}

#ysi_favorite_answers h3 {
    background: url(icon_mushroom_tiny.png) no-repeat left 40%;
    padding-left: 35px;
}

#ysi_favorite_answers .ysi_favourite {
    display: none;
}

#ysi_answers h3 {
	font-family: 'ClarendonFSLight', Georgia, Times New Roman, serif;
	font-size: 1.5em;
	color: #472303;
	line-height: 40px;
	border-bottom: solid 2px #eee;
}

#ysi_featured_answers h3 {
    background: url(icon_star.png) no-repeat left 40%;
    padding-left: 35px;
}

#ysi_answers .ysi_lf {
	height: 24px; 
    margin-top: -30px;
}

#ysi_answers .ysi_lf a span {
	background: #e3e3e3;
	color: #666;
}

#ysi_answers .ysi_lf a:hover span { 
	color: #6DA82B; 
}

#ysi_answers .ysi_lf span {
	float: right;
	background: #6da82b;
	color: #fff;
	padding: 3px 25px 5px 25px;
	margin-left: 5px;
}

.ysi_q .ysi_answer_list {
    margin-top: 14px;
    margin-top: 5px;
}

.ysi_q .ysi_answer_list a {
    color: #428CD6;
    text-decoration: none;
}

.ysi_ch {
    margin-top: 10px;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Trebuchet MS, Arial, Helvetica, sans-serif; /* fix for ugly bold lucida */
}

.ysi_cb {
    background: #d9e3e5;
	padding: 10px;
}

.ysi_cb .ysi_post {
    padding-right: 10px;
}

.ysi_cb .ysi_preview_button,.ysi_cb .ysi_edit_button {
    color:#428CD6;
	line-height: 1.4em;
	margin-right: 7px;
}

#ysi_question .ysi_cb,#ysi_question .ysi_c_new table {
	margin-bottom: 0px;
	margin-top: 5px;
}

#ysi_question .ysi_a_new textarea,#ysi_question .ysi_c_new textarea {
	margin-bottom: 0px;
	width: 99%;
}

#ysi_question .ysi_a_new .ysi_headline {
	border: solid 1px #aaa;
	background: #fff;
	font-size: 1.1em;
	height: 80px;
	line-height: 1.4em;
	text-indent: 5px;
	color: #aaa;
}

.ysi_not_voteable, .ysi_voteable {
	position: absolute;
	top: 0;
	right: 0;
}

.ysi_voteable_up, .ysi_voteable_down {
    background: none;
	float: none;
	padding: 0;
    margin: 0;
	text-decoration: none;
}

.ysi_voteable_up a:hover, .ysi_voteable_down a:hover {
	color: #333;
	text-decoration: none;
}

.ysi_vote_img {
	float: left;
	height: 26px;
	width: 16px;
	margin-top: -2px;
}

.ysi_voteable_up .ysi_voteable_action,
.ysi_voteable_down .ysi_voteable_action {
	background: url(thumbs2.png) no-repeat;
	display: block;
	margin: 0;
    padding-right: 28px;
    text-align: right;
    line-height: 24px;
    font-size: 1.2em;
	color: #666;
	white-space: nowrap;
	text-decoration: none;
}

.ysi_voteable_up .ysi_voteable_action {
	background-position: right top !important;
}

.ysi_voteable_down .ysi_voteable_action {
	background-position: right -24px !important;
}

.ysi_voteable_up .ysi_voteable_action:hover {
	background-position: right -55px !important;
}

.ysi_voteable_down .ysi_voteable_action:hover {
	background-position: right bottom !important;
}


.ysi_voteable_disabled {
	background: #fff url("http://questionland.com/images/common/smallspinner.gif") no-repeat top right;
	opacity: 0.7;
}

.ysi_favourite {
	display: block;
	position: relative;
	float: right;
	width: 40px;
	height: 42px;
	margin: 0 5px 15px 15px;
	font-size: 0.85em;
	line-height: 100px;
	text-indent: -10px;
	white-space: nowrap;	
}

.ysi_favourite_on,a.ysi_favourite_off:hover {
	background: url(icon_mushroom_small.png) no-repeat;
}

.ysi_favourite_off,a.ysi_favourite_on:hover {
	background: url(icon_mushroom_gray.png) no-repeat;
}

.ysi_share {
	display: none;
	float:right;
	margin-top: 5px;
}

.ysi_share_icon {
   background: url(http://questionland.com/images/icons/share_icons.png) no-repeat; 
   width: 22px;
   height: 19px;
   float: left;
}

.ysi_share_email {
    background-position: 0 0;
}

.ysi_share_fb {
    background-position: 0 -24px;
}

.ysi_share_twitter {
    background-position: 0 -48px;
}

.ysi_share_reddit {
    background-position: 0 -73px;
}

.ysi_share_su {
    background-position: 0 -97px;
}

.ysi_share_digg {
    background-position: 0 -122px;
}

#ysi_recent_questions {
	margin-top: 30px;
}

.ysi_byline {
	color: #666;
	margin: 5px 0;
	font-size: .9em;
}

.ysi_byline a {
	color: #666;
	text-decoration: underline;
}

.ysi_ud .ysi_byline {
    margin-top: 0px;
}

.ysi_ask select.ysi_featured_only_target {
	height: 64px;
	padding: 2px 5px;
}

.ysi_recent_questions {
    float: left;
    margin: 0 10px;
}

.ysi_recent_questions h3 {
	font-family: 'FetteEng', Arial Narrow, Trebuchet MS, Arial,sans-serif; 
    color: #5d3200;
    font-size: 1.8em;
    text-transform: uppercase;
}

.ysi_recent_questions em {
	font-family: Georgia, Times New Roman, serif;
	font-size: .6em;
	text-transform: none;
}

.ysi_recent_questions ul {
    margin-top: 0;
}

#ysi_unanswered_questions {
    float: none;
}

#ysi_category_questions,#ysi_other_questions {
    width: 260px;
}

#ysi_question_footer {
    clear: both;
    margin-left: 10px;
    font-style: italic; 
}

/* @end */

/* @group Messages */

.ysi_error, .ysi_notice, .ysi_success {
	padding: 10px;
	margin: 10px 0;
	font-size: .85em;
	font-weight: bold;
}

.ysi_error {
	background: #FBE3E4 url(http://questionland.com/images/icons/error.gif) no-repeat 8px 8px;
    padding-left: 30px;
	color: #8a1f11;
}

.ysi_notice {
	background: #ffffee url(http://questionland.com/images/icons/info.gif) no-repeat 8px 8px;
    padding-left: 30px;
    border: solid 1px #ccc;
}

.ysi_success {
	background: #E6EFC2 url(http://questionland.com/images/icons/check.gif) no-repeat 8px 8px;
    padding-left: 30px;
	color: #006600;
}

.ysi_error a {
	color: #8a1f11;
	background: none;
	padding: 0;
	margin: 0;
}

.ysi_notice a {
	color: #514721;
	background: none;
	padding: 0;
	margin: 0;
}

.ysi_success a {
	color: #264409;
	padding: 0;
	margin: 0;
}

.ysi_success a.ysi_share_icon {
    padding: 2px 0 2px 22px;
    float: none;
}

.ysi_notice.ysi_wait {
    background: #f5d016 url(http://questionland.com/images/common/smallspinner.gif) no-repeat 8px center;
    padding-left: 30px;
}

/* @end */

/* @group Rich Text Editor */

#ysi_rte_textarea {
	display: block;
    width: 438px;
}

#ysi_activate_rte,#ysi_rte_help_link {
	display: block;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	background: #0051b6;
	color: #fff;
	border: solid 1px #aaa;
	border-top: none;
	margin: auto 4em;
	padding-bottom: 3px;
}

#ysi_rte_wrapper {
	position: relative;
	margin-bottom: 10px;
}

#ysi_rte_wrapper #ysi_rte_textarea_toolbar1 {
    width: auto;
}

#ysi_rte_overlay {
	background: #ccc url(/images/common/rte_loader.gif) no-repeat center 16px;
	color: #333;
	display: block;
	float: left;
	left: 0;
	opacity: 0.80;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 999;
}

#ysi_rte_overlay p {
	padding-top: 54px;
	text-align: center;
}

#ysi_rte_help_body {
	border: solid 1px #aaa;
	background: #fff;
	font-size: .85em;
	padding: 10px;
	height: 200px;
	overflow: auto;
	margin-top: -1px;
}

#ysi_rte_help_body blockquote {
	background: #fff;
	border: solid 1px #aaa;
	padding: 5px;
	margin: 10px 0px;
}

/* @end */

/* @group Facebook */

#facebox .b {
	background: url(/images/facebox/b.png);
}

#facebox .tl {
	background: url(/images/facebox/tl.png);
}

#facebox .tr {
	background: url(/images/facebox/tr.png);
}

#facebox .bl {
	background: url(/images/facebox/bl.png);
}

#facebox .br {
	background: url(/images/facebox/br.png);
}

#facebox {
	font-family: Arial, Helvetica, Sans Serif;
}

#facebox .popup {
	margin: auto;
	width: 550px;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	padding: 10px 20px;
	background: url(/images/facebox/background.jpg);
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footer {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: 20px;
	margin-left: -85px;
}

#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.facebox_hide {
	z-index: -100;
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}

/*

 @end */

/* @group Misc */

.ysi_env_banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
}

.ysi_env_banner.ysi_env_dev {
	background-color: #900;
}

.ysi_env_banner.ysi_env_staging {
	background-color: green;
}

.ysi_preview_banner {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	background: #000;
}

.ysi_preview_banner a {
	color: #fff;
	text-decoration: underline;
}

a.ysi_twitter_feed {
  	background:transparent url(http://questionland.com/images/icons/twitter.png) no-repeat;
	display:block;
	padding:7px 0 7px 30px;
}

a.ysi_rss_feed {
  	background:transparent url(http://questionland.com/images/icons/rss.png) no-repeat;
	display:block;
	padding:7px 0 7px 30px;
}

a.ysi_help {
  	background:transparent url(icon_help.png) no-repeat 1px 6px;
	padding: 5px;
	text-decoration: none;
}

a.ysi_reject {
  	background:transparent url(http://questionland.com/images/icons/x.png) no-repeat;
	padding-left: 20px;
}

#ysi_reputation_help ul { 
	margin-top: 10px; 
}

#ysi_reputation_help li {
  	margin-bottom: 10px;
}

#ysi_reputation_help p, #ysi_reputation_help li { 
	line-height: 1.5em; 
}

#ysi_reputation_help h2 {
	font-family: 'ClarendonFSLight', Georgia, Times New Roman, serif;
	color: #4A2503;
}

#ysi_reputation_help .ysi_badge {
  	width: 80px;
  	margin-right: 5px;
  	padding-left: 5px;
  	float: left;
}

.ysi_about {
    font-size:1.1em;
    margin-bottom:15px;
}

#rest,#play {
	left: 50%;
	margin-left: -11px;
	margin-top: 60px;
	position: absolute;
	font-size: .85em;
	color: #428CD6;
}

.ysi_coupon {
    display: none;
}

/* @end */

/* @group Loaders */

.ysi_ajax_loader {
    background: #fff url(/images/common/bigspinner.gif) no-repeat center center !important;
}

/* @end */

/* @group Fonts */

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */

@font-face {
	font-family: 'FetteEng';
	src: url('fonts/fette_eng/FetteEngschrift-webfont.eot');
	src: local('☺'), url('http://questionland.com/fonts/fette_eng/FetteEngschrift-webfont.woff') format('woff'), url('fonts/fette_eng/FetteEngschrift-webfont.ttf') format('truetype'), url('fonts/fette_eng/FetteEngschrift-webfont.svg#webfonttGgFgCkX') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ClarendonFSLight';
	src: url('fonts/Clarendon/Clarendon-Light-webfont.eot');
	src: local('☺'), url('http://questionland.com/fonts/Clarendon/Clarendon-Light-webfont.woff') format('woff'), url('fonts/Clarendon/Clarendon-Light-webfont.ttf') format('truetype'), url('fonts/Clarendon/Clarendon-Light-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Animations */

#sstar{
    position:absolute;
    left:0;
    top:10%;
    width:126px;
    height:80px;
    background:transparent url(shootingstar.png) no-repeat 80px -200px;
    z-index:5;
    opacity:0;
}

#balloon1 {
    position:absolute;
    left:20px;
    top:100px;
    width:40px;
    height:50px;
    background:transparent url(balloon1.png) no-repeat;
    z-index:5;
    opacity:0;
}

/* @end */

/* @group Ads */

.adContainer {
	display: none;
    background: #eee;
    padding: 10px;
}

#allAds {
    visibility: hidden;
}

#adSky {
	display: block;
    margin: 25px auto;
    width: 180px;
}

#adPencilWrap {
	padding: 2px;
    margin: 0 auto 10px;
    width: 940px;
    height: 45px;
}

#adIslandWrap,#adPageWrap {
    margin-bottom: 30px;   
}

#adGoogleWrap {
    background: #eee;
    padding: 10px;
    margin-bottom: 30px;   
}

#adLeaderWrap {
    margin: 0 auto;
    width: 728px;
}

#adSponsoredBy {
    background: #2e98bf;
    color: #fff;
    padding: 2px 10px;
}

/* @end */

