/* Layout
==========
*/
html {
  background-color: #f6f6f6; }

body {
  background-color: #f6f6f6;
  color: #333333;
  font-weight: 400;
  transition: opacity 0.05s ease-in;
  padding-bottom: 40px; }

a {
  font-family: 'Lato', sans-serif;
  color: #74A994;
  text-decoration: none;
  display: inline;
  cursor: pointer;
  transition: all 0.2s; }
  a:hover {
    color: #980A2B; }

button {
  transition: all 0.2s; }

img {
  max-width: 100%; }

address {
  font-style: normal; }

.PanelColumn {
  width: 220px; }

.ContentColumn {
  margin-left: 250px; }

.Row {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  min-width: 780px; }

@media only screen and (max-width: 800px) {
  #Panel {
    display: block;
    float: none;
    margin-bottom: 40px;
    width: 100%; }
  #Body .ContentColumn {
    margin: 0; }
  .Row {
    width: inherit;
    margin: 0 20px;
    min-width: inherit; }
  #Head .MeWrap {
    right: 40px !important; }
  #Content .BoxNewDiscussion {
    display: inline-block; }
  #Content .BoxNewDiscussion .MenuItems {
    min-width: 175px; } }

#Head {
  background: white;
  color: #58595B;
  overflow: hidden; }
  #Head a {
    font-size: 16px;
    font-weight: bold;
    color: #58595B; }
    #Head a:hover {
      text-decoration: none;
      color: #980A2B; }
  #Head .SiteSearch {
    float: left;
    margin-top: 11px; }
    #Head .SiteSearch .InputBox {
      padding: 10px 30px 10px 10px;
      border: 1px solid #DADADA; }
    #Head .SiteSearch .Button {
      top: 10px;
      right: 10px; }
      #Head .SiteSearch .Button:hover {
        color: #111;
        background-color: transparent; }

body > #Frame > .Head {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.HeadRight {
  float: right; }
  @media (max-width: 799px) {
    .HeadRight {
      float: none; } }

.SiteTitle {
  float: left; }
  @media (max-width: 800px) {
    .SiteTitle {
      float: none; } }

.SiteMenu {
  float: left;
  margin-top: 17px;
  margin-right: 20px; }
  @media (min-width: 799px) {
    .SiteMenu a {
      padding: 6px 20px; } }

.FormWrapper {
  background: transparent;
  padding: 0;
  margin: 20px 0; }

input.DateBox,
input.InputBox,
input.SmallInput,
textarea {
  background: #F6F6F6;
  border: 1px solid #DADADA;
  transition: all 0.2s; }
  input.DateBox:focus,
  input.InputBox:focus,
  input.SmallInput:focus,
  textarea:focus {
    background: #f1f1f1; }

body.Profile.EditMode #Content form {
  background: transparent;
  padding: 0;
  margin-top: 30px; }

.User-ShowEmail {
  display: none; }

body.Profile.EditMode ul li label,
div.Popup form ul li label {
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px; }

.Box,
.MeBox,
.BoxFilter,
.UserBox,
.CategoryFilter {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 0.5);
  padding: 10px; }
  #Panel .Box, #Panel
  .MeBox, #Panel
  .BoxFilter, #Panel
  .UserBox, #Panel
  .CategoryFilter {
    margin-top: 0;
    margin-bottom: 30px; }

#Content {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 2px 20px 0px rgba(204, 204, 204, 0.5);
  padding: 30px; }

.BreadcrumbsWrapper {
  margin-bottom: 10px; }

.ItemDiscussion,
.DataList .Item,
.NarrowList .Item {
  padding-left: 0;
  padding-right: 0; }

.Item.Read {
  background-color: transparent; }

.Discussion .PageTitle h1 {
  color: #980A2B;
  margin-bottom: 20px; }

.HomepageTitle {
  margin-bottom: 20px; }

.Button {
  background: #1d1f21;
  color: white;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  padding: 10px;
  box-shadow: none;
  border-radius: 0; }
  .Button:hover, .Button:active, .Button:focus {
    border: none;
    color: white;
    background-color: #292c2f; }

.BigButton {
  padding: 15px; }

#Panel .NewDiscussion {
  margin-bottom: 30px; }

.FormWrapper-Condensed .Buttons {
  text-align: left; }

.Buttons {
  margin-top: 30px; }

.NewDiscussion {
  background: #980A2B; }
  .NewDiscussion:hover, .NewDiscussion:active, .NewDiscussion:focus {
    background: #b00c32; }

#Panel .FilterMenu li,
.PanelInfo li {
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0; }

#Panel .FilterMenu li:first-child,
.PanelInfo li:first-child {
  border-top: 0; }

#Panel .FilterMenu .Active, .PanelInfo .Active {
  background: transparent; }
  #Panel .FilterMenu .Active a, .PanelInfo .Active a {
    color: #980A2B; }

.MenuItems,
.FlyoutMenu {
  border-color: #dadada;
  padding: 10px; }
  .MenuItems:before, .MenuItems:after,
  .FlyoutMenu:before,
  .FlyoutMenu:after {
    border-bottom-color: #dadada; }
  .MenuItems:after,
  .FlyoutMenu:after {
    border-bottom-color: white; }
  .MenuItems hr,
  .FlyoutMenu hr {
    border-color: #dadada; }
  .MenuItems a:hover,
  .FlyoutMenu a:hover {
    color: #333333 !important;
    background: #f2f2f2 !important; }

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

.CommentForm .FormWrapper {
  padding-left: 50px; }

.Form-Header .Author .PhotoWrap {
  margin-left: 0; }

.CommentForm {
  margin-top: 60px; }

.Photo:hover a.ChangePicture {
  color: white; }

.Pager a,
.Pager span {
  background: #f2f2f2;
  padding: 5px 15px; }

.Pager a:hover {
  background: #e6e6e6; }

.Pager span {
  background: #fafafa; }

table.PreferenceGroup {
  width: 100% !important;
  border: 1px solid #ddd; }

table.PreferenceGroup th, table.PreferenceGroup td, #Form_Invitation th, #Form_Invitation td {
  padding: 8px;
  border-bottom: 1px solid #ddd; }

table.PreferenceGroup, #Form_Invitation table {
  margin: 20px 0 30px 0; }
/*# sourceMappingURL=custom.css.map */

.CategoryFilter,
.RSS { display: none; }

#Form_Comment .Buttons .Back { display: none; }
#Form_Comment .Buttons {
  margin-left:-6px;
}

.MItem.DiscussionCount { margin-left:0; }
.CaptchaInput {
	display: none;
}
