/*
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Bitter-Regular'), url('http://themes.googleusercontent.com/static/fonts/bitter/v3/2PcBT6-VmYhQCus-O11S5-vvDin1pK8aKteLpeZ5c0A.woff') format('woff');
}
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,300italic,400italic,500italic&subset=latin-ext);
* {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

body,
.SiteTitle,
h1, h2, h3, h4, h5 {
    /* font-family: Bitter, 'lucida grande', 'Lucida Sans Unicode', tahoma, sans-serif; */
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #525252;
}

a {
    color: #777;
}

a:hover {
    color: #c30;
}

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

.TopMenu a {
    padding: 8px;
    font-size: 13px;
    font-weight: 300;
    color: #ddd;
}

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

.Banner {
    position: relative;
    /* min-height: 98px; */
    min-height: 100px;
    text-align: left;
    padding: 20px 20px 0 20px;
    background: #fcfcfc;
}

.SiteTitle {
    font-size: 40px;
    font-weight: 500;
    line-height: 100px;
}

.SiteTitle a {
    color: #000;
}

.Banner .Row {
    position: relative;
}

.AdSpace {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    line-height: 90px;
    width: 728px;
    background: #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    border: 4px solid #eee;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    color: #777;
}

#Head {
    /*
    color: #000;
    box-shadow: inset 0 5px 5px 0 #EEE, inset 0 -5px 5px 0 #EEE;
    */
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
    border-width: 1px 0;
    padding: 0;
    clear: both;
}

#Head .SiteMenu a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 5px 0;
    margin: 0 30px;
    display: inline-block;
}

#Head .SiteMenu a:first-child {
    margin-left: 0;
}

#Head .SiteMenu a.Selected {
    color: #c30;
}

#Head .SiteMenu a:hover {
    color: #c30;
    text-decoration: none;
}

#Head .SiteSearch {
    top: 3px;
    right: 0;
}

#Head .SiteSearch .InputBox {
    border: 1px solid #fff;
    box-shadow: inset 0 0 2px #aaa;
    font-size: 13px;
    width: 250px;
}

#Head .SiteSearch .Button {
    top: 6px;
}

.BreadcrumbsWrapper {
    font-size: 11px;
    /* border-bottom: 1px dotted #eee; */
    padding: 6px 0;
    margin-bottom: 20px;
    color: #aaa;
}

.Breadcrumbs a {
    color: #777;
}

.Breadcrumbs a:hover {
    color: #c30;
}

/** Vanilla Contents **/
.PageDescription {
    color: #888;
    margin: 8px;
}

.CategoryBox h2 {
    margin: 20px 8px 8px;
}

.CategoryBox h2 a {
    color: #aaa;
}

.HomepageTitle {
    margin: 0 0px;
    background: #eee;
    padding: 11px;
}

.HomepageTitle .AdminCheck {
    padding: 0;
}

.Pager {
    font-size: 18px;
}

.ProfileOptions {
    font-weight: 500;
}

.DataTable td {
    border-style: dotted;
}

.DataList > .Item {
    /* border-style: dotted !important; */
    border-bottom: 1px solid #ddd;
    padding: 8px 8px;
}

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

.DataList .Title,
.DataList .Title a {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
}

.DataList .Title,
.DataList .Title a:hover {
    color: #c30;
    text-decoration: none;
}

.DataList .Title {
    color: #c30;
}

.DataList .Title:hover {
    color: red;
    text-decoration: none;
}

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

.MItem a:hover {
    color: #c30;
}

.DataList .Title a:hover {
    text-decoration: underline;
}

.MItem {
    margin: 0 8px;
    padding: 0;
}

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

#Panel .BigButton {
    margin: 20px 0;
}

input.Button {
    padding: 6px 12px;
}

.BoxFilter {
    margin: 20px 0;
}

.Box {
    color: #888;
    margin: 0 0 30px;
    padding: 10px;
    background: #eee;
}

.Box h4 {
    color: #333;
    font-size: 18px;
    /* text-transform: uppercase; */
    margin: 6px 0;
}

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

.PanelInfo a {
    color: #555;
    font-weight: 300;
}

.PanelInfo a:hover {
    color: #c30;
    text-decoration: none;
}

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

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

.Bullet {
    color: #aaa;
}

/* CUSTOM */
#Content {
    float: left;
    width: 680px;
    margin: 0;
}

#Panel {
    float: right;
    width: 250px;
}

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

div.MessageList.Discussion {
    padding: 10px;
    background: #efefef;
    margin-bottom: 20px;
}

blockquote {
    margin: 1em 0 1em 40px;
    background: #efefef;
    padding: 10px;
    border-left: 4px solid #bbb;
}

.Item .Author a {
    color: #444;
}

.Message {
    line-height: 1.8;
    font-size: 110%;
    margin-top: 20px;
}

.FormWrapper {
    background: #e9e9e9;
}

.PagerWrap {
    margin-bottom: 30px;
}

.Back {
    float: left;
}

.Button {
  background: #CC3300;
  border: 1px solid #CC3300;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  white-space: nowrap;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
  font-weight: 500;
}

.Button:hover {
    color: #fff;
    background: red;
    border-color: red;
}

.BigButton {
    font-size: 100%;
}

.HasNew {
    background:#FFED50;
}

.ChildCategoryList {
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
    padding: 10px 20px;
}


div.leed_menu {
	/* margin-left: 265px; */
        float: right;
}

div.leed_menu ul {}

div.leed_menu li {
	display: inline-table;
	/*width: 100px;*/
	margin-top: -10px;
	margin-left: 20px;
	vertical-align: top;
}

div.leed_menu p {
	height: 74px;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0;
}

p.writings {
	background-image: url('/themes/mu_sweet/design/img/isosc_tetra.jpg');
}
p.pmh {
	background-image: url('/themes/mu_sweet/design/img/pmh.jpg');
}
p.dave {
	background-image: url('/themes/mu_sweet/design/img/ed_symbol.jpg');
}
p.edl {
	background-image: url('/themes/mu_sweet/design/img/ed_crop.jpg');
}
p.castle {
	background-image: url('/themes/mu_sweet/design/img/16pointed_star.jpg');
}
p.generator {
	background-image: url('/themes/mu_sweet/design/img/hook.jpg');
}
p.ed2012 {
	background-image: url('/themes/mu_sweet/design/img/individual_magnet.jpg');
}

div.leed_menu a {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	display: inline-table;
	vertical-align: text-top;
	width: 72px;
}

.Count {
    background-color: #c30;
    padding: 2px 5px;
}

span.MItem.LastCommentBy a:hover {
    color: #c30;
}

.MeBox {
    margin: 0;
    padding: 10px;
    background: #eee;
}

#Panel .BoxFilter {
    padding: 10px;
    background: #eee;
}

#Panel .FilterMenu .Active,
.PanelInfo .Active {
  background: white;
}

.Active a {
  color: #c30;
}

.Overlay {
    background: rgba(0,0,0,0.5);
}

div.Popup .Body {
    padding: 20px 40px;
}

div.Popup p {
    padding: 10px 0px;
}

.Button.Primary {
    background-color: #c30;
    border-color: #c30;
    font-weight: 700;
}

.Button.Primary:hover {
    background-color: red;
    border-color: red;
}

.PanelCategories .Depth2 {
    padding-left: 12px;
}

.PanelCategories .Depth3 {
    padding-left: 24px;
}

.Item .Author a {
    font-weight: 500;
}

.BoxDiscussionFilter {
    display: none;
}

.ChildCategoryList .Item {
    float: left;
    width: 100%;
    padding: 4px;
}

.Video.YouTube .VideoPreview {
    /*max-width: 60%;*/
}

div.Message a[href^="http://"],
div.Message a[href^="https://"] {
  background: url('/themes/mu_sweet/design/img/link-external-gray.png') center right no-repeat;
  padding-right: 20px;
}

div.Message a,
.MItem a,
span.Back a,
div.Reactions a,
a.Username,
dd.Roles a,
dd.IP a {
    color: #c30;
}

div.Message a:hover,
.MItem a:hover, 
span.Back a:hover,
div.Reactions a:hover,
a.Username:hover,
dd.Roles a:hover, 
dd.IP a:hover {
    color: red;
    border-bottom: 1px dotted red;
}

#scrollUp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.1);
    padding: 18px 14px 0px;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    font-size: 3em;
    font-weight: 700;
}

#scrollUp:hover {
    background: #c30;
    color: white;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.Pager .Highlight {
    color: #fff;
    background: #c30;
    padding: 0 3px;
}
