@import url("http://fonts.googleapis.com/css?family=Bitter:400,700,400italic");
@import url("http://fonts.googleapis.com/css?family=Oswald:400,300,700");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url('inc/bg.gif?1359406169') repeat-x black;
  font-family: Helvetica, Arial;
  font-size: 13px;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter', serif;
  font-weight: 400;
}

a {
  color: #289fda;
}
a:hover {
  color: #1e80b1;
}
a.Username {
  color: #222;
}
a.Username:hover {
  color: #289fda;
}

#Frame {
  min-width: 978px;
  width: auto !important;
  width: 978px;
  position: relative;
  margin: 0 20px;
  z-index: 2;
}

.Item .RecordReactions {
  margin: 5px 20px;
}
.Item .UserSignature {
  padding: 5px 10px;
}

#Header {
  position: relative;
  height: 145px;
  background: #fff;
}
#Header .Logo {
  width: 195px;
  height: 52px;
  display: block;
  position: absolute;
  left: 25px;
  top: 30px;
  background: url('inc/srk_logo.png?1357722239');
}
#Header #ThemeSwitcher {
  display: inline;
  float: right;
  margin-top: 18px;
  margin-right: 10px;
  padding-top: 11px;
  line-height: 26px;
}
#Header #ThemeSwitcher a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  height: 26px;
  width: 26px;
}
#Header #ThemeSwitcher a:hover {
  -webkit-box-shadow: inset 0 0 0 2px #00b2df;
  -moz-box-shadow: inset 0 0 0 2px #00b2df;
  box-shadow: inset 0 0 0 2px #00b2df;
}
#Header #ThemeSwitcher span {
  display: none;
}
#Header #ThemeSwitcher .Light {
  background-color: #cccccc;
}
.Light #Header #ThemeSwitcher .Light {
  -webkit-box-shadow: inset 0 0 0 2px #ff7547;
  -moz-box-shadow: inset 0 0 0 2px #ff7547;
  box-shadow: inset 0 0 0 2px #ff7547;
}
#Header #ThemeSwitcher .Dark {
  background-color: #333333;
}
.Dark #Header #ThemeSwitcher .Dark {
  -webkit-box-shadow: inset 0 0 0 2px #ff7547;
  -moz-box-shadow: inset 0 0 0 2px #ff7547;
  box-shadow: inset 0 0 0 2px #ff7547;
}
#Header #ThemeSwitcher .SolarizedLight {
  background-color: #fbeecb;
}
.SolarizedLight #Header #ThemeSwitcher .SolarizedLight {
  -webkit-box-shadow: inset 0 0 0 2px #ff7547;
  -moz-box-shadow: inset 0 0 0 2px #ff7547;
  box-shadow: inset 0 0 0 2px #ff7547;
}
#Header #ThemeSwitcher .SolarizedDark {
  background-color: #073642;
}
.SolarizedDark #Header #ThemeSwitcher .SolarizedDark {
  -webkit-box-shadow: inset 0 0 0 2px #ff7547;
  -moz-box-shadow: inset 0 0 0 2px #ff7547;
  box-shadow: inset 0 0 0 2px #ff7547;
}
#Header .Search {
  display: inline;
  float: right;
  width: 300px;
  margin-top: 18px;
}
#Header .Search form {
  height: 51px;
  padding-top: 11px;
  outline: none;
}
#Header .Search .InputBox {
  border: 1px solid #ddd;
  color: #989898;
  background: #f7f7f7;
  font-size: 11px;
  height: 26px;
  width: 263px;
  padding: 5px 10px 4px;
  margin: 0;
  float: left;
  outline: none;
}
#Header .Search .Button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('inc/search-form-submit.png?1359406169');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 27px;
  height: 26px;
  outline: none;
}
#Header .Menu,
#Header .Menu .Row {
  display: inline;
  float: left;
  width: 100%;
}
#Header .Menu {
  *zoom: 1;
  padding: 30px 10px 0;
}
#Header .Menu:after {
  content: "";
  display: table;
  clear: both;
}
#Header .Menu .Row {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: none;
  border-bottom: none;
  background: transparent url('inc/black_twotone.png?1359406169') 50% 50% repeat-x;
  position: relative;
  line-height: 1em;
}
#Header .Navigation {
  display: inline;
  float: left;
  *zoom: 1;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
#Header .Navigation:after {
  content: "";
  display: table;
  clear: both;
}
#Header .Navigation > li {
  float: left;
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
#Header .Navigation > li a {
  display: block;
  position: relative;
  color: #eee !important;
  line-height: 19px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#Header .Navigation > li a:hover {
  background-color: transparent !important;
}
#Header .Navigation > li .HomeLink {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 40px;
  background: url('inc/forums.gif?1359406169') no-repeat 15px 12px;
}
#Header .Navigation > li .HomeLink:after {
  -webkit-transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  -moz-transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  -ms-transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  -o-transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  position: absolute;
  top: 8px;
  right: 4px;
  width: 26px;
  height: 26px;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
  content: "";
}
#Header .Navigation > li .CategoriesLink,
#Header .Navigation > li .DiscussionsLink,
#Header .Navigation > li .ActivityLink,
#Header .Navigation > li .BestOf {
  padding-left: 40px;
}
#Header .Navigation > li .CategoriesLink {
  background: url('inc/categories.png?1359406169') no-repeat 15px 15px;
}
#Header .Navigation > li .DiscussionsLink {
  background: url('inc/discussions.png?1359406169') no-repeat 15px 16px;
}
#Header .Navigation > li .ActivityLink {
  background: url('inc/activity.png?1359406169') no-repeat 15px 15px;
}
#Header .Navigation > li .BestOf {
  background: url('inc/bestof.png?1359406169') no-repeat 15px 15px;
}
#Header .MeBox {
  display: inline;
  float: right;
  margin: 0;
}
#Header .MeBox .MeMenu,
#Header .MeBox .Username,
#Header .MeBox .WhoIs {
  display: inline;
  float: left;
  line-height: 19px;
}
#Header .MeBox .Item {
  padding: 4px;
}
#Header .MeBox .PhotoWrap {
  float: left;
  width: auto;
  margin-right: 0;
}
#Header .MeBox .PhotoWrap img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 36px;
  width: 36px;
  margin: 3px 0 4px;
}
#Header .MeBox .Username {
  padding: 12px 5px 12px 15px;
  color: #eee !important;
  font-size: 14px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#Header .MeBox .MeMenu {
  padding: 10px 15px 11px 5px;
}
#Header .MeBox .MeMenu > span {
  float: left;
  display: block;
}
#Header .MeBox .SignInIcons {
  display: none;
}
#Header .MeBox .SignInLinks a {
  float: left;
  display: block;
  line-height: 19px;
  padding: 12px 15px 12px;
  color: #eee !important;
  font-size: 14px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#Header .MeBox .SignInLinks .Bullet {
  display: none;
}
#Header .MeBox .SignInLinks a[href*="signin"],
#Header .MeBox .SignInLinks a[href*="register"] {
  padding-left: 40px;
}
#Header .MeBox .SignInLinks a[href*="signin"] {
  background: url('inc/signin.png?1359406169') no-repeat 15px 15px;
}
#Header .MeBox .SignInLinks a[href*="register"] {
  background: url('inc/register.png?1359406169') no-repeat 15px 15px;
}

.Section-Profile #Content,
.Section-Conversation #Content,
.Section-ActivityList #Content {
  margin: 0 0 0 230px;
}

.Section-DiscussionList #Content .HomepageTitle {
  display: block;
}

#Body {
  background: #fff;
}
#Body .Row {
  width: 100%;
  padding: 10px;
}
#Body #Content,
#Body #Panel {
  *zoom: 1;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
}
#Body #Content:after,
#Body #Panel:after {
  content: "";
  display: table;
  clear: both;
}
#Body #Content .BoxNewDiscussion {
  display: block;
}
#Body .HomepageTitle,
#Body .PageDescription {
  display: none;
}
#Body .Breadcrumbs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  background: #eee;
}
#Body .Breadcrumbs a,
#Body .Breadcrumbs span {
  vertical-align: top;
  display: inline-block;
}
#Body .Breadcrumbs .Crumb {
  display: none;
}
#Body .Breadcrumbs span {
  float: left;
}
#Body .Breadcrumbs span:first-child a {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 20px;
}
#Body .Breadcrumbs span a {
  color: white;
  text-decoration: none;
  padding: 5px 0 5px 50px;
  background: #333;
  position: relative;
  display: block;
  float: left;
}
#Body .Breadcrumbs span a:hover {
  background: #191919;
}
#Body .Breadcrumbs span a:hover:after {
  border-left-color: #191919 !important;
}
#Body .Breadcrumbs span a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #333;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
#Body .Breadcrumbs span a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
#Body .PageControls {
  margin-top: 0;
}
#Body .PageControls .BoxNewDiscussion {
  margin-top: 10px;
}
#Body .NumberedPager {
  display: block;
  padding: 4px 10px;
  background-color: #333333;
  color: #FFFFFF;
}
#Body .NumberedPager a,
#Body .NumberedPager span {
  color: #FFFFFF;
}
#Body .NumberedPager .Highlight {
  color: #949494;
}

.HeadingArrow, .Summaries thead td, .CategoryGroup h2.H, .Section-DiscussionList h1.H, .Section-Discussion .PageTitle h1, .Section-Discussion .CommentForm .H {
  background: #222222 url('inc/heading1_arrow.gif?1357744673') no-repeat 14px 50%;
  border-top: 1px dotted #6f6f6f;
  border-bottom: 1px dotted #6f6f6f;
  margin: 0;
  color: white;
  height: 28px;
  line-height: 28px;
  text-indent: 35px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.DataTable td {
  padding: 4px 10px;
  vertical-align: top !important;
}
.DataTable .Item .CategoryName,
.DataTable .Item .DiscussionName {
  padding-left: 13px;
}
.DataTable .Item td {
  border-top: 1px solid white;
}
.DataTable thead tr {
  font-family: "Bitter", serif;
  font-weight: 400;
  color: white;
  background: #333;
}

.Message {
  margin: 0;
  font-size: 13px;
}

.Item .Title,
.Item .BlockTitle,
.Item.Read .Title,
.Item.Read .BlockTitle,
.Item.Alt .Title,
.Item.Alt .BlockTitle {
  font-weight: bold;
}
.Item .Title,
.Item.Read .Title,
.Item.Alt .Title {
  font-family: "Bitter", serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.Item.Read {
  background: inherit;
}
.Item.Read .CategoryName,
.Item.Read .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #949494;
  -moz-box-shadow: inset 15px 0 0px -10px #949494;
  box-shadow: inset 15px 0 0px -10px #949494;
}
.Item.Read h3 a,
.Item.Read .Title {
  color: #999;
}

.Item.Unread .CategoryName,
.Item.Unread .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #00b2df;
  -moz-box-shadow: inset 15px 0 0px -10px #00b2df;
  box-shadow: inset 15px 0 0px -10px #00b2df;
}

.Item.New .CategoryName,
.Item.New .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #ff6633;
  -moz-box-shadow: inset 15px 0 0px -10px #ff6633;
  box-shadow: inset 15px 0 0px -10px #ff6633;
}

.Item.Alt {
  background: #f7f7f7;
}

.DataList > li:nth-child(odd) {
  background-color: #f7f7f7;
  border-top: 1px solid white;
}
.DataList.ChildCategoryList {
  margin-bottom: 10px;
}
.DataList.ChildCategoryList .Item {
  background: none;
}
.DataList.ChildCategoryList .ItemContent {
  padding: 10px;
}

tbody td.BigCount {
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, Trebuchet MS;
  vertical-align: middle;
}

.PageControls {
  margin: 10px 0;
}
.PageControls:empty {
  display: none;
}
.PageControls.Bottom {
  margin-bottom: 0;
}

.PagerWrap {
  margin: 0;
}

.Pager,
.BeforeCommentHeading {
  float: none;
}

.Reactions {
  padding: 0 20px 20px;
  margin-left: 0;
}
.Reactions:empty {
  display: none;
}

.Permalink time {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #333333;
  color: #FFFFFF;
  padding: 3px 6px 2px 4px;
  position: relative;
}
.Permalink time:before {
  content: "";
  border: 9px solid #333333;
  border-color: transparent #333333 transparent transparent;
  display: block;
  position: absolute;
  top: 0px;
  left: -18px;
}
.Permalink time:hover {
  background-color: #191919;
}
.Permalink time:hover:before {
  border-color: transparent #191919 transparent transparent;
}

#BottomLinks {
  text-align: center;
}
#BottomLinks ul {
  height: 37px;
  line-height: 35px;
}
#BottomLinks li {
  display: inline;
  list-style: none;
}
#BottomLinks li a {
  display: inline-block;
  outline: none;
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
}
#BottomLinks li .Facebook,
#BottomLinks li .Twitter,
#BottomLinks li .RSS {
  margin: 0 2px 0 5px;
}
#BottomLinks .Social {
  background: #191919;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
#BottomLinks .Pages {
  height: 35px;
  background: #252525;
}
#BottomLinks .Pages a {
  color: #ffcc00;
}

#Footer {
  height: 112px;
  background: #000;
  padding: 15px;
  color: #666;
  font-size: 11px;
}
#Footer .Row {
  float: left;
  width: 700px;
  padding: 8px 0;
}
#Footer a {
  color: #00b2d7;
  font-weight: bold;
}

.Button,
.NavButton {
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(72, 76, 80, 0.25);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(72, 76, 80, 0.25);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(72, 76, 80, 0.25);
  margin: 0;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #585c60;
  background: url('inc/backgrounds-sprite.png?1359406169') 0 -250px repeat-x;
  border: 1px solid #acb2b8;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.Button:hover,
.NavButton:hover {
  color: #585c60;
  border: 1px solid #acb2b8;
  background: url('inc/backgrounds-sprite.png?1359406169') 0 -310px repeat-x;
}
.Button:active, .Button:focus, .Button.Active,
.NavButton:active,
.NavButton:focus,
.NavButton.Active {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: url('inc/backgrounds-sprite.png?1359406169') 0 -370px repeat-x;
}
.Button .SpDropdownHandle,
.NavButton .SpDropdownHandle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.ButtonGroup.Open .Button.Handle {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: url('inc/backgrounds-sprite.png?1359406169') 0 -370px repeat-x;
}

.TextBoxWrapper {
  padding-right: 0;
}

.ReactEverything {
  background-position: -361px -101px;
}

.ReactAwesome {
  background-position: -241px -21px;
}

.ReactFlag {
  background-position: -61px -61px;
}

.ReactInsightful {
  background-position: -141px -21px;
}

.ReactOffTopic {
  background-position: -161px -21px;
}

.ReactAbuse {
  background-position: -21px -61px;
}

.ReactSpam {
  background-position: -121px -21px;
}

.ReactTroll {
  background-position: -101px -21px;
}

.ReactPromote {
  background-position: -61px -41px;
}

.ReactDisagree {
  background-position: -41px -21px;
}

.ReactAgree {
  background-position: -21px -21px;
}

.ReactDislike {
  background-position: -41px -41px;
}

.ReactLike {
  background-position: -21px -41px;
}

.ReactDown {
  background-position: -201px -41px;
}

.ReactUp {
  background-position: -181px -41px;
}

.ReactWTF {
  background-position: -81px -21px;
}

.ReactLOL {
  background-position: -61px -21px;
}

.ReactQuote {
  background-position: -281px -21px;
}

.ReactInfraction {
  background-position: -201px -21px;
}

.ReactAccept {
  background-position: -21px -101px;
}

.ReactReject {
  background-position: -41px -101px;
}

.ReactFacebook {
  background-position: -41px -121px;
}

.ReactTwitter {
  background-position: -61px -121px;
}

.ReactGooglePlus {
  background-position: -81px -121px;
}

.SpActivity {
  background-position: -161px -121px;
}

.SpAllCategories {
  background-position: -61px -141px;
}

.SpApplicants {
  background-position: -261px -41px;
}

.SpBadge {
  background-position: -241px -141px;
}

.SpBan {
  background-position: -301px -21px;
}

.SpBestOf {
  background-position: -81px -81px;
}

.SpBookmarks {
  background-position: -101px -81px;
}

.SpComments {
  background-position: -161px -81px;
}

.SpComment {
  background-position: -161px -81px;
}

.SpConnection {
  background-position: -321px -21px;
}

.SpDashboard {
  background-position: -341px -21px;
}

.SpDelete {
  background-position: -341px -141px;
}

.SpDiscussions {
  background-position: -201px -81px;
}

.SpEdit {
  background-position: -181px -21px;
}

.SpMyDiscussions {
  background-position: -201px -81px;
}

.SpGroups {
  background-position: -241px -41px;
}

.SpImage {
  background-position: -121px -141px;
}

.SpInbox {
  background-position: -81px -101px;
}

.SpMessage {
  background-position: -101px -101px;
}

.SpMod {
  background-position: -261px -61px;
}

.SpMyDrafts {
  background-position: -181px -21px;
}

.SpNotifications {
  background-position: -161px -101px;
}

.SpOptions {
  background-position: -181px -61px;
}

.SpPassword {
  background-position: -221px -61px;
}

.SpPhoto {
  background-position: -161px -61px;
}

.SpProfile {
  background-position: -221px -41px;
}

.SpPicture {
  background-position: -121px -141px;
}

.SpPreferences {
  background-position: -161px -101px;
}

.SpEditProfile {
  background-position: -221px -41px;
}

.SpQuote {
  background-position: -281px -21px;
}

.SpSpam {
  background-position: -121px -21px;
}

.SpSignOut {
  background-position: -261px -101px;
}

.SpSignatures {
  background-position: -341px -81px;
}

.SpText {
  background-position: -161px -81px;
}

.SpUnansweredQuestions {
  background-position: -61px -101px;
}

.SpWarn {
  background-position: -201px -21px;
}

.SpWarnings {
  background-position: -201px -21px;
}

.ReactSprite,
.Sprite16,
.Sprite {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px;
  border: 2px solid transparent;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(//vanillicon.com/sprites/sprites-14-sweetxc-444444.png);
}

.MeButton .Sprite16 {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px;
  border: 2px solid transparent;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(//vanillicon.com/sprites/sprites-14-eeeeee.png);
}

.UserReactionWrap .ReactSprite {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px;
  border: 2px solid transparent;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(//vanillicon.com/sprites/sprites-14-ffffff.png);
}

.MenuItems a:hover .Sprite, .Reactions .MenuItems a:hover .ReactSprite {
  background-image: url(//vanillicon.com/sprites/sprites-14-ffffff.png);
}

.Options .OptionsTitle {
  background-image: url(//vanillicon.com/sprites/sprites-14-sweetxc-444444.png);
  background-position: -181px -61px;
  border: 1px solid transparent;
}

.Summaries {
  *zoom: 1;
  margin-bottom: 20px;
}
.Summaries:after {
  content: "";
  display: table;
  clear: both;
}
.Summaries .DataTable {
  width: 50%;
  float: left;
  table-layout: auto;
}
.Summaries thead a {
  float: right;
}
.Summaries .LatestPost {
  text-align: right;
}

.CategoryGroup {
  margin-bottom: 10px;
}
.CategoryGroup:last-child {
  margin-bottom: 0;
}
.CategoryGroup h2.H .Expando {
  margin: 5px;
}
.CategoryGroup .CategoryDescription {
  font-size: 13px;
}
.CategoryGroup .CategoryDescription,
.CategoryGroup .ChildCategories {
  display: none;
  font-family: Helvetica, Arial;
}
.CategoryGroup .CategoryName h3 > a {
  display: block;
}
.CategoryGroup .CategoryName h3 .CategoryDescription,
.CategoryGroup .CategoryName h3 .ChildCategories {
  display: block;
}
.CategoryGroup .CategoryName h3 .ChildName a {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  font-family: Helvetica, Arial;
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CategoryGroup .ChildCategories {
  padding-top: 5px;
  margin-top: 5px;
}
.CategoryGroup .ChildCategories ul {
  *zoom: 1;
  padding-left: 15px;
}
.CategoryGroup .ChildCategories ul:after {
  content: "";
  display: table;
  clear: both;
}
.CategoryGroup .ChildCategories .ChildName a:before {
  content: "";
  border-color: transparent #333333;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  display: block;
  height: 0;
  width: 0;
  left: -7px;
  top: 3px;
  position: relative;
  float: left;
}
.CategoryGroup .ChildCategories .Depth1 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth1.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth2 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth2.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth3 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth3.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth4 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth4.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth5 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth5.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth6 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth6.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth7 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth7.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth8 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth8.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth9 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth9.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth10 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth10.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth11 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth11.HasChildren {
  clear: both;
  float: none;
  width: auto;
}
.CategoryGroup .ChildCategories .Depth12 {
  float: left;
  width: 180px;
}
.CategoryGroup .ChildCategories .Depth12.HasChildren {
  clear: both;
  float: none;
  width: auto;
}

.Section-Discussion .PageTitle h1 {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.Section-Discussion .PageTitle .Options {
  height: 16px;
  margin: 11px;
}
.Section-Discussion .PageTitle .Bookmark,
.Section-Discussion .PageTitle .OptionsTitle {
  background-image: url(//vanillicon.com/sprites/sprites-14-eeeeee.png);
}
.Section-Discussion .PageTitle .Bookmark {
  background-position: -60px -80px;
}
.Section-Discussion .PageTitle .Bookmark:hover, .Section-Discussion .PageTitle .Bookmark.Bookmarked {
  background-image: url(//vanillicon.com/sprites/sprites-14-ffe89f.png);
}
.Section-Discussion .Item {
  *zoom: 1;
  background-color: #F7F7F7;
  padding: 0;
  margin: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid #E5E5E5;
}
.Section-Discussion .Item:after {
  content: "";
  display: table;
  clear: both;
}
.Section-Discussion .Item:nth-child(odd) .Item-BodyWrap {
  background-color: #fafafa;
}
.Section-Discussion .Item:nth-child(even) .Item-BodyWrap {
  background-color: white;
}
.Section-Discussion .ItemDiscussion .Message {
  font-size: 100%;
}
.Section-Discussion .DiscussionHeader {
  margin: 0;
}
.Section-Discussion .CommentHeading {
  display: none;
}
.Section-Discussion .CommentForm .H {
  margin-top: 10px;
}
.Section-Discussion .DiscussionMeta,
.Section-Discussion .CommentMeta,
.Section-Discussion .Item-BodyWrap,
.Section-Discussion .CommentForm .Form-BodyWrap {
  margin-left: 179px;
}
.Section-Discussion .IPAddress:before {
  content: "Client IP: ";
  font-weight: bold;
}
.Section-Discussion .CommentForm .Form-HeaderWrap,
.Section-Discussion .AuthorWrap {
  float: left;
  padding: 10px;
  width: 180px;
  position: relative;
}
.Section-Discussion .CommentMeta,
.Section-Discussion .DiscussionMeta {
  background-color: #EEE;
  padding: 10px 20px 8px;
  border-bottom: 1px solid #E5E5E5;
}
.Section-Discussion .AuthorWrap {
  border-right: 1px solid #E5E5E5;
}
.Section-Discussion .AuthorWrap .MItem {
  display: block;
  margin: 0;
}
.Section-Discussion .AuthorInfo {
  display: block;
  margin-top: 5px;
}
.Section-Discussion .Author .PhotoWrap {
  float: none;
  width: 100%;
  margin: 0;
}
.Section-Discussion .Author .PhotoWrap img {
  width: 159px;
  height: auto;
}
.Section-Discussion .CommentForm .Form-BodyWrap,
.Section-Discussion .Item-BodyWrap {
  min-height: 230px;
  height: auto !important;
  height: 230px;
  border-left: 1px solid #E5E5E5;
}
.Section-Discussion .Message {
  padding: 20px;
  margin: 0;
}
.Section-Discussion .Message > *:first-child {
  margin-top: 0;
}
.Section-Discussion .Message > *:last-child {
  margin-bottom: 0;
}
.Section-Discussion .CommentFormWrap {
  background-color: #F7F7F7;
  border-bottom: 1px solid #E5E5E5;
}
.Section-Discussion .Item .Author a,
.Section-Discussion .Form-Header .Username {
  display: block;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.Section-Discussion .CommentForm .FormWrapper {
  padding: 10px;
  background: none;
}
.Section-Discussion .EditCommentForm .Buttons,
.Section-Discussion .CommentForm .Buttons {
  padding-bottom: 0;
}

.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 5px 8px;
  text-align: center;
  line-height: 1.2;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

body.Dark {
  color: #FFF;
}
body.Dark a {
  color: #FFF;
}
body.Dark a:hover {
  text-decoration: underline;
}
body.Dark a.Username {
  color: #FFF;
}
body.Dark .Sprite,
body.Dark .Sprite16,
body.Dark .ReactSprite {
  background-image: url(//vanillicon.com/sprites/sprites-14-ffffff.png);
}
body.Dark #Header .Logo {
  background: url('inc/dark/srk_logo.png?1363808968');
}
body.Dark #Header,
body.Dark #Body {
  background-color: #000;
}
body.Dark #Body .Breadcrumbs {
  background-color: #333;
}
body.Dark .Button,
body.Dark .NavButton {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #585c60;
}
body.Dark .Item:nth-child(odd) {
  background-color: #1a1a1a !important;
}
body.Dark .Item:nth-child(even) {
  background-color: #0d0d0d !important;
}
body.Dark .Item,
body.Dark .Item td {
  border: none !important;
}
body.Dark .Flyout {
  border-color: #262626 !important;
}
body.Dark .Flyout:before {
  display: none;
}
body.Dark .Flyout:after {
  top: -7px;
  border-bottom-color: #262626 !important;
}
body.Dark .Flyout,
body.Dark .Flyout a {
  color: #FFF !important;
}
body.Dark .Flyout,
body.Dark .Flyout .Item {
  background-color: #0d0d0d !important;
}
body.Dark .Flyout .Item {
  border-bottom: 1px solid #262626 !important;
}
body.Dark .MenuItems a:hover {
  background-color: #404040 !important;
  text-decoration: none;
}
body.Dark .MenuItems hr {
  border-color: #262626;
}
body.Dark.Section-Discussion .Item:nth-child(odd) .Item-BodyWrap {
  background-color: #242424;
}
body.Dark.Section-Discussion .Item:nth-child(even) .Item-BodyWrap {
  background-color: #1f1f1f;
}
body.Dark.Section-Discussion .AuthorWrap {
  border: none !important;
}
body.Dark.Section-Discussion .Item-BodyWrap,
body.Dark.Section-Discussion .CommentFormWrap {
  background-color: #1f1f1f;
  border: none !important;
}
body.Dark.Section-Discussion .CommentMeta,
body.Dark.Section-Discussion .DiscussionMeta {
  background-color: #0d0d0d;
  border: none !important;
}

body.SolarizedDark {
  color: #9cacb2;
  background-color: #073642;
  background-image: none;
}
body.SolarizedDark a {
  color: #268bd2;
}
body.SolarizedDark a:hover {
  color: #2aa198;
}
body.SolarizedDark a.Username, body.SolarizedDark a.Title {
  color: #cb4b16;
}
body.SolarizedDark a.ReactButton {
  color: #b58900;
}
body.SolarizedDark .Sprite,
body.SolarizedDark .Sprite16,
body.SolarizedDark .ReactSprite,
body.SolarizedDark .Options .OptionsTitle {
  background-image: url(//vanillicon.com/sprites/sprites-14-fdf6e3.png);
}
body.SolarizedDark #Header {
  background: #002b36;
}
body.SolarizedDark #Header .Logo {
  background: url('inc/dark/srk_logo.png?1363808968');
}
body.SolarizedDark #Header .Menu .Row {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #094959), color-stop(50%, #094959), color-stop(50%, #073642), color-stop(100%, #073642));
  background-image: -webkit-linear-gradient(#094959 0%, #094959 50%, #073642 50%, #073642 100%);
  background-image: -moz-linear-gradient(#094959 0%, #094959 50%, #073642 50%, #073642 100%);
  background-image: -o-linear-gradient(#094959 0%, #094959 50%, #073642 50%, #073642 100%);
  background-image: linear-gradient(#094959 0%, #094959 50%, #073642 50%, #073642 100%);
}
body.SolarizedDark #Header .MeBox .Username,
body.SolarizedDark #Header .MeBox .SignInLinks a,
body.SolarizedDark #Header .Navigation > li a {
  color: #9cacb2 !important;
}
body.SolarizedDark #Body .Breadcrumbs {
  background-color: #7f949c;
}
body.SolarizedDark #Body .Breadcrumbs span a {
  background-color: #586e75;
}
body.SolarizedDark #Body .Breadcrumbs span a:after {
  border-left-color: #586e75;
}
body.SolarizedDark #Body .Breadcrumbs span a:hover {
  background-color: #425358;
}
body.SolarizedDark #Body .Breadcrumbs span a:hover:after {
  border-left-color: #425358 !important;
}
body.SolarizedDark #Body .NumberedPager {
  background-color: #05232b;
}
body.SolarizedDark #BottomLinks .Social {
  color: #9cacb2;
  background-color: #052730;
  border-bottom: 1px solid #657b83;
  border-top: 1px solid #657b83;
}
body.SolarizedDark #BottomLinks .Pages {
  background-color: #062e39;
}
body.SolarizedDark #Footer,
body.SolarizedDark #Footer .Row {
  background-color: #00171c;
}
body.SolarizedDark .Item:nth-child(odd) {
  background-color: #005469 !important;
}
body.SolarizedDark .Item:nth-child(even) {
  background-color: #003f50 !important;
}
body.SolarizedDark .Item,
body.SolarizedDark .Item td {
  border: none !important;
}
body.SolarizedDark .Button,
body.SolarizedDark .NavButton {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body.SolarizedDark .Flyout,
body.SolarizedDark .MenuItems {
  border-color: #006883 !important;
}
body.SolarizedDark .Flyout:before,
body.SolarizedDark .MenuItems:before {
  display: none;
}
body.SolarizedDark .Flyout:after,
body.SolarizedDark .MenuItems:after {
  top: -7px;
  border-bottom-color: #006883 !important;
}
body.SolarizedDark .Flyout,
body.SolarizedDark .Flyout a,
body.SolarizedDark .MenuItems,
body.SolarizedDark .MenuItems a {
  color: #FFF !important;
}
body.SolarizedDark .Flyout,
body.SolarizedDark .Flyout .Item,
body.SolarizedDark .MenuItems,
body.SolarizedDark .MenuItems .Item {
  background-color: #003f50 !important;
}
body.SolarizedDark .Flyout .Item,
body.SolarizedDark .MenuItems .Item {
  border-bottom: 1px solid #006883 !important;
}
body.SolarizedDark .MenuItems a:hover {
  background-color: #0091b5 !important;
  text-decoration: none;
}
body.SolarizedDark .MenuItems hr {
  border-color: #006883;
}
body.SolarizedDark.Section-Discussion .PageTitle h1 {
  color: #9cacb2;
}
body.SolarizedDark.Section-Discussion .Item:nth-child(odd) .Item-BodyWrap {
  background-color: #00647d;
}
body.SolarizedDark.Section-Discussion .Item:nth-child(even) .Item-BodyWrap {
  background-color: #005c73;
}
body.SolarizedDark.Section-Discussion .AuthorWrap {
  border: none !important;
}
body.SolarizedDark.Section-Discussion .Item-BodyWrap,
body.SolarizedDark.Section-Discussion .CommentFormWrap {
  background-color: #005c73;
  border: none !important;
}
body.SolarizedDark.Section-Discussion .CommentMeta,
body.SolarizedDark.Section-Discussion .DiscussionMeta {
  background-color: #003f50;
  border: none !important;
}
body.SolarizedDark .Item.Read .CategoryName,
body.SolarizedDark .Item.Read .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #073642;
  -moz-box-shadow: inset 15px 0 0px -10px #073642;
  box-shadow: inset 15px 0 0px -10px #073642;
}
body.SolarizedDark .Item.Read h3 a,
body.SolarizedDark .Item.Read .Title {
  color: #657b83;
}
body.SolarizedDark .Item.Unread .CategoryName,
body.SolarizedDark .Item.Unread .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #93a1a1;
  -moz-box-shadow: inset 15px 0 0px -10px #93a1a1;
  box-shadow: inset 15px 0 0px -10px #93a1a1;
}
body.SolarizedDark .Item.New .CategoryName,
body.SolarizedDark .Item.New .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #cb4b16;
  -moz-box-shadow: inset 15px 0 0px -10px #cb4b16;
  box-shadow: inset 15px 0 0px -10px #cb4b16;
}
body.SolarizedDark .Item.Announcement {
  background-color: #073642;
}
body.SolarizedDark .Meta-Discussion .Tag {
  color: #9cacb2;
  background: #002b36;
}
body.SolarizedDark .DataTable thead tr {
  color: #9cacb2;
  background: #00232c;
}
body.SolarizedDark .HeadingArrow, body.SolarizedDark .Summaries thead td, .Summaries thead body.SolarizedDark td, body.SolarizedDark .CategoryGroup h2.H, .CategoryGroup body.SolarizedDark h2.H, body.SolarizedDark .Section-DiscussionList h1.H, .Section-DiscussionList body.SolarizedDark h1.H, body.SolarizedDark .Section-Discussion .PageTitle h1, .Section-Discussion .PageTitle body.SolarizedDark h1, body.SolarizedDark .Section-Discussion .CommentForm .H, .Section-Discussion .CommentForm body.SolarizedDark .H, body.SolarizedDark.Section-DiscussionList h1.H, body.SolarizedDark.Section-Discussion .PageTitle h1, body.SolarizedDark.Section-Discussion .CommentForm .H {
  color: #9cacb2;
  background-color: #052730 !important;
  border-bottom: 1px dotted #657b83;
  border-top: 1px dotted #657b83;
}
body.SolarizedDark .CasualMessage {
  border: 1px solid #b58900;
}
body.SolarizedDark .InfoMessage {
  border: 1px solid #268bd2;
}
body.SolarizedDark .AlertMessage {
  border: 1px solid #d33682;
}
body.SolarizedDark .WarningMessage {
  border: 1px solid #dc322f;
}
body.SolarizedDark .ButtonBar {
  background-color: #eee8d5;
}
body.SolarizedDark .Breadcrumbs,
body.SolarizedDark .UserQuote,
body.SolarizedDark .UserSpoiler,
body.SolarizedDark .HasNew,
body.SolarizedDark pre {
  background-color: #073642;
}
body.SolarizedDark blockquote.Quote,
body.SolarizedDark blockquote.UserQuote {
  background-color: #073642;
}
body.SolarizedDark .Row,
body.SolarizedDark .PopList,
body.SolarizedDark .Dropdown,
body.SolarizedDark .Flyout {
  background-color: #002b36;
}

body.SolarizedLight {
  color: #bac4c5;
  background-color: #eee8d5;
  background-image: none;
}
body.SolarizedLight a {
  color: #268bd2;
}
body.SolarizedLight a:hover {
  color: #2aa198;
}
body.SolarizedLight a.Username, body.SolarizedLight a.Title {
  color: #cb4b16;
}
body.SolarizedLight a.ReactButton {
  color: #b58900;
}
body.SolarizedLight .Sprite,
body.SolarizedLight .Sprite16,
body.SolarizedLight .ReactSprite,
body.SolarizedLight .Options .OptionsTitle,
body.SolarizedLight .MenuItems a:hover .Sprite {
  background-image: url(//vanillicon.com/sprites/sprites-14-93a1a1.png);
}
body.SolarizedLight #Header {
  background: #fdf6e3;
}
body.SolarizedLight #Header .Menu .Row {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f2e7), color-stop(50%, #f5f2e7), color-stop(50%, #eee8d5), color-stop(100%, #eee8d5));
  background-image: -webkit-linear-gradient(#f5f2e7 0%, #f5f2e7 50%, #eee8d5 50%, #eee8d5 100%);
  background-image: -moz-linear-gradient(#f5f2e7 0%, #f5f2e7 50%, #eee8d5 50%, #eee8d5 100%);
  background-image: -o-linear-gradient(#f5f2e7 0%, #f5f2e7 50%, #eee8d5 50%, #eee8d5 100%);
  background-image: linear-gradient(#f5f2e7 0%, #f5f2e7 50%, #eee8d5 50%, #eee8d5 100%);
}
body.SolarizedLight #Header .MeBox .Username,
body.SolarizedLight #Header .MeBox .SignInLinks a,
body.SolarizedLight #Header .Navigation > li a {
  color: #93a1a1 !important;
}
body.SolarizedLight #Body .Breadcrumbs {
  background-color: #eee8d5;
}
body.SolarizedLight #Body .Breadcrumbs span a {
  background-color: #93a1a1;
}
body.SolarizedLight #Body .Breadcrumbs span a:after {
  border-left-color: #93a1a1;
}
body.SolarizedLight #Body .Breadcrumbs span a:hover {
  background-color: #839496;
}
body.SolarizedLight #Body .Breadcrumbs span a:hover:after {
  border-left-color: #839496 !important;
}
body.SolarizedLight #Body .NumberedPager {
  background-color: #e7dec3;
}
body.SolarizedLight #BottomLinks .Social {
  color: #bac4c5;
  background-color: #e8e0c6;
  border-bottom: 1px solid #839496;
  border-top: 1px solid #839496;
}
body.SolarizedLight #BottomLinks .Pages {
  background-color: #ebe4ce;
}
body.SolarizedLight #Footer,
body.SolarizedLight #Footer .Row {
  background-color: #fdf4de;
}
body.SolarizedLight .Item:nth-child(odd) {
  background-color: #fefaef !important;
}
body.SolarizedLight .Item:nth-child(even) {
  background-color: #fdf8e8 !important;
}
body.SolarizedLight .Item,
body.SolarizedLight .Item td {
  border: none !important;
}
body.SolarizedLight .Button,
body.SolarizedLight .NavButton {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body.SolarizedLight .Flyout,
body.SolarizedLight .MenuItems {
  border-color: #fefcf6 !important;
}
body.SolarizedLight .Flyout:before,
body.SolarizedLight .MenuItems:before {
  display: none;
}
body.SolarizedLight .Flyout:after,
body.SolarizedLight .MenuItems:after {
  top: -7px;
  border-bottom-color: #fefcf6 !important;
}
body.SolarizedLight .Flyout,
body.SolarizedLight .Flyout a,
body.SolarizedLight .MenuItems,
body.SolarizedLight .MenuItems a {
  color: #93a1a1 !important;
}
body.SolarizedLight .Flyout,
body.SolarizedLight .Flyout .Item,
body.SolarizedLight .MenuItems,
body.SolarizedLight .MenuItems .Item {
  background-color: #fdf8e8 !important;
}
body.SolarizedLight .Flyout .Item,
body.SolarizedLight .MenuItems .Item {
  border-bottom: 1px solid #fefcf6 !important;
}
body.SolarizedLight .MenuItems a:hover {
  background-color: #fefcf6 !important;
  text-decoration: none;
}
body.SolarizedLight .MenuItems hr {
  border-color: #fefcf6;
}
body.SolarizedLight.Section-Discussion .PageTitle h1 {
  color: #8e9e9f;
}
body.SolarizedLight.Section-Discussion .Item:nth-child(odd) .Item-BodyWrap {
  background-color: #fefcf6;
}
body.SolarizedLight.Section-Discussion .Item:nth-child(even) .Item-BodyWrap {
  background-color: #fefbf1;
}
body.SolarizedLight.Section-Discussion .AuthorWrap {
  border: none !important;
}
body.SolarizedLight.Section-Discussion .Item-BodyWrap,
body.SolarizedLight.Section-Discussion .CommentFormWrap {
  background-color: #fefbf1;
  border: none !important;
}
body.SolarizedLight.Section-Discussion .CommentMeta,
body.SolarizedLight.Section-Discussion .DiscussionMeta {
  background-color: #fdf8e8;
  border: none !important;
}
body.SolarizedLight .Item.Read .CategoryName,
body.SolarizedLight .Item.Read .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #eee8d5;
  -moz-box-shadow: inset 15px 0 0px -10px #eee8d5;
  box-shadow: inset 15px 0 0px -10px #eee8d5;
}
body.SolarizedLight .Item.Read h3 a,
body.SolarizedLight .Item.Read .Title {
  color: #839496;
}
body.SolarizedLight .Item.Unread .CategoryName,
body.SolarizedLight .Item.Unread .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #93a1a1;
  -moz-box-shadow: inset 15px 0 0px -10px #93a1a1;
  box-shadow: inset 15px 0 0px -10px #93a1a1;
}
body.SolarizedLight .Item.New .CategoryName,
body.SolarizedLight .Item.New .DiscussionName {
  -webkit-box-shadow: inset 15px 0 0px -10px #cb4b16;
  -moz-box-shadow: inset 15px 0 0px -10px #cb4b16;
  box-shadow: inset 15px 0 0px -10px #cb4b16;
}
body.SolarizedLight .Item.Announcement {
  background-color: #eee8d5;
}
body.SolarizedLight .Meta-Discussion .Tag {
  color: #bac4c5;
  background: #fdf6e3;
}
body.SolarizedLight .DataTable thead tr {
  color: #bac4c5;
  background: #fcf3d9;
}
body.SolarizedLight .HeadingArrow, body.SolarizedLight .Summaries thead td, .Summaries thead body.SolarizedLight td, body.SolarizedLight .CategoryGroup h2.H, .CategoryGroup body.SolarizedLight h2.H, body.SolarizedLight .Section-DiscussionList h1.H, .Section-DiscussionList body.SolarizedLight h1.H, body.SolarizedLight .Section-Discussion .PageTitle h1, .Section-Discussion .PageTitle body.SolarizedLight h1, body.SolarizedLight .Section-Discussion .CommentForm .H, .Section-Discussion .CommentForm body.SolarizedLight .H, body.SolarizedLight.Section-DiscussionList h1.H, body.SolarizedLight.Section-Discussion .PageTitle h1, body.SolarizedLight.Section-Discussion .CommentForm .H {
  color: #839496;
  background-color: #e8e0c6 !important;
  border-bottom: 1px dotted #839496;
  border-top: 1px dotted #839496;
}
body.SolarizedLight .CasualMessage {
  border: 1px solid #b58900;
}
body.SolarizedLight .InfoMessage {
  border: 1px solid #268bd2;
}
body.SolarizedLight .AlertMessage {
  border: 1px solid #d33682;
}
body.SolarizedLight .WarningMessage {
  border: 1px solid #dc322f;
}
body.SolarizedLight .ButtonBar {
  background-color: #eee8d5;
}
body.SolarizedLight .Breadcrumbs,
body.SolarizedLight .UserQuote,
body.SolarizedLight .UserSpoiler,
body.SolarizedLight .HasNew,
body.SolarizedLight pre {
  background-color: #eee8d5;
}
body.SolarizedLight blockquote.Quote,
body.SolarizedLight blockquote.UserQuote {
  background-color: #eee8d5;
}
body.SolarizedLight .Row,
body.SolarizedLight .PopList,
body.SolarizedLight .Dropdown,
body.SolarizedLight .Flyout {
  background-color: #fdf6e3;
}
