
/* No fat borders around focus elements */
:focus { 
  outline-style: none;
}

/** Custom Master View Stuff **/
#Frame > .Top {
  background: #000;
  padding: 0 1.25rem;
  text-align: left;
  line-height: 2.4;
}

.TopMenu a {
  padding: 0.5rem;
  font-size: 0.8rem; /*@@@*/
  font-weight: 400;
  color: #ddd;
}

.TopMenu a:hover {
  /*background: #333;*/
}

.Banner {
  position: relative;
  min-height: 6rem;
  text-align: left;
  padding: 1.25rem;
}

.Banner .Row {
  position: relative;
}

.BreadcrumbsWrapper {
  border-bottom: 1px dotted #eee;
  padding: 0.5rem 0;
  margin-bottom: 1.25rem;
  /* color: #aaa; */
}

.Breadcrumbs a {
  /* color: #777; */
}

/** Vanilla Contents **/
.PageDescription {
  color: #888;
  margin: 0.5rem;
}

.CategoryBox h2 {
  margin: 1.25rem 0.5rem 0.5rem;
}

.CategoryBox h2 a {
  color: #aaa;
}

a.Username {
  font-size: 1rem !important;
  font-weight: normal !important;
}

.HomepageTitle {
  margin: 1.8rem 0.7rem;
}

.HomepageTitle .AdminCheck {
  padding: 0;
}

.Pager {
  font-size: 1.2rem;
}

/* don't confuse Vanilla's page number classes with Bootstrap's padding helpers*/
.Pager-p.p-1 {
  padding: 0 !important;
}
.Pager-p.p-2 {
  padding: 0 !important;
}
.Pager-p.p-3 {
  padding: 0 !important;
}
.Pager-p.p-4 {
  padding: 0 !important;
}
.Pager-p.p-5 {
  padding: 0 !important;
}

.ProfileOptions {
  font-weight: 400;
}

.DataTable td {
  border-style: dotted;
}

.DataList > .Item.Read a {
  color: #999;
}

.DataList > .Item {
  border-style: dotted !important;
  padding: 1rem 0.7rem;
}

.DataList .Item .Item {
  border: none !important;
}

.Item-Search h3 {
  margin-bottom: 1rem;
}

.HasNew {
  font-size: 0.75rem;
}

.Discussion .PageTitle h1 {
  font-size: 2rem;
  margin-bottom: 1.7rem !important;
}

.ItemDiscussion .Meta,
.DataList .Meta {
  font-size: 1rem;
}

.ItemDiscussion .Title,
.DataList .Title
{
  font-size: 1.6rem !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.FormTitleWrapper h1 {
  margin-bottom: 0.3rem !important;
  margin-top: 0 !important;
  font-size: 150%;
}

.MItem img,
.PhotoWrap img {
  margin: 0 !important;
}

a.PhotoWrap {
  margin: 0;
  margin-right: 0.6rem !important;
}

a.MeButton,
a:hover.MeButton {
  padding: 0.3rem;
  border-style: none;
}

.Meta,
.MItem,
.MItem a {
  color: #ccc;
}

.MItem {
  margin: 0 0.5rem;
  padding: 0;
}

.MItem:last-child {
  border: none;
}

.MenuItems {
  font-size: 0.9rem !important;
}

/* Big Button */
.ButtonGroup .Button,
input.Button,
a.Button,
div.Button {
  padding: 0.5rem 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 1rem;
  background-color: #f1f2f1;
  border-radius: 0.4rem;
}

.ButtonGroup.Open .Button.Handle,
input.Button:hover,
input.Button:focus,
input.Button:active,
a.Button:hover,
a.Button:focus,
a.Button:active {
  color: #fff;
  background-color: #42213d;
  border-color: #42213d;
}

.ButtonGroup.Open .Button.Handle,
#Content input.Button:focus,
#Content input.Button:active,
a.Button:focus,
a.Button:active {
  border-color: #333;
}

.MenuPanel {
  width: 280px !important;
}

label.CheckBoxLabel {
  font-size: 100% !important;
}

.InputBox {
  padding: 6px !important;
  font-size: 1rem !important;
  font-family: 'Roboto', sans-serif !important;
}

.SiteSearch .InputBox {
  padding: 5px 4rem 5px 10px !important;
}

.SiteSearch input.Button {
  margin: 0;
  background-color: #fff;
  background: none;
  color: #333;
  height: auto;
  width: auto;
  font-size: 1rem;
  line-height: 100%;
  padding: 5px;
  position: absolute;
  top: 50% !important;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3rem;
}

.SiteSearch input.Button:focus,
.SiteSearch input.Button:active,
.SiteSearch input.Button:hover {
  background-color: #eee;
}

#Panel .BigButton {
  margin: 1.25rem 0;
}

.BoxFilter {
  margin: 1.25rem 0;
}

.Box {
  color: #888;
  margin: 0 0 1.8rem;
}

.Box h4 {
  color: #333;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin: 0.3rem 0;
}

.PanelInfo li {
  font-weight: 400 !important;
  background: #f7f7f7;
  padding: 2px 4px;
  border-style: dotted !important;
}

body.Profile .PanelInfo .Active,
.PanelInfo .Active {
  background: #fff;
}

.PanelInfo .Active a {
  color: #333;
}

.Aside {
  margin-left: 0.8rem;
}

a.ChangePicture {
  font-size: 0.8rem;
  font-weight: 500;
}

.Count span {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.Bullet {
  color: #aaa;
}

#Panel .FilterMenu li {
  border-style: dotted !important;
}

/* bigger margin on popups */
div.Popup .Body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.Flyout
{
  left: -4px !important;
  right: inherit !important;
}

.Flyout::after,
.Flyout::before
{
  left: 9px !important;
  right: auto !important;
}

