/*
Theme Name: Dead End Thrills
Theme URI: http://deadendthrills.com
Author: Duncan Harris
*/

    /* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) -- http://cssreset.com */ html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0;  padding: 0; border: 0;  font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;}

    /* apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
    * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
    
/*--- TEXT ---*/

        @-webkit-viewport{width:device-width}
        @-moz-viewport{width:device-width}
        @-ms-viewport{width:device-width}
        @-o-viewport{width:device-width}
        @viewport{width:device-width}
        
/*--- SITE WIDE ---*/
/* Set the background and font color for the html and body, if you don't have a different bkg for the body set both to be the same */

html {
    color: #333;
    background-color: #fff;
}
#Body {
    font-family: adelle;
    font-style: normal;
    background-color: #FFF;
    color: #333;
    webkit-text-size-adjust: none;
}
/* Sets font family, size, width, and margins for the page */

body {
    font-size: 12px;
    line-height: 1.5;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'StMarieThin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', helvetica, sans-serif;
}
b,
strong {
    font-weight: bold;
}
/* Links */

a:link,
a:visited {
    text-decoration: none;
}
#navmenu a:link,
a:visited {
    font-weight: 900;
    font-size: 15px;
}
a:hover,
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
}
h1 {
    font-size: 2rem;
    font-family: 'adelle';
    font-weight: 100;
    margin-bottom: 5px;
    line-height: 2rem;
}
h2 {
    font-size: 1.6rem;
    font-family: 'adelle';
    font-weight: 100;
    padding: 0px 0px 15px 0px;
    line-height: 2rem;
}
h2 a:link {
    font-weight: bold;
}
h3 {
    padding-left: 170px;
    font-size: 2rem;
    font-family: 'proxima-nova';
    font-weight: 100;
    margin-bottom: 5px;
    line-height: 2rem;
}
em,
i {
    font-style: italic;
}
a {
    outline: 0;
}
#Head {
    background: #000000;
    padding: 0;
    margin: 20px 20px 0;
    text-align: left;
    position: relative;
}
#Content {
    float: none;
    width: auto;
    margin: 0 !important;
    padding-left: 0px;
}
.P {
    margin: 0;
}
/*--- MASTHEAD ---*/

.Banner {
    width: 100%;
    height: 53px;
    vertical-align: middle;
    letter-spacing: 5px;
    left: 0px;
    z-index: 1001;
    background-color: #333;
}
.Banner ul {
    padding-left: 20px;
    line-height: 55px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    z-index: 1119;
    font-family: proxima-nova;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}
.Banner ul li {
    display: inline;
    margin: 0;
}
.Banner ul li a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
}
.SignInSlideDown a:after {
    content: '\00a0\2022REGISTER';
}
.Banner ul li a:after {
    content: '\00a0\2022';
    color: rgba(255, 255, 255, 0.2);
}
.Banner a:hover {
    color: #fff;
}
.Banner ul li a:hover {
    color: #fff;
}
.Banner ul li a.SignOut {
    font-weight: 700;
    position: absolute;
    top: 0;
}
.Banner ul li a.SignOut:after {
    content: '';
}
.Banner ul li a.SignOut:before {
    content: ' ';
}
.Banner ul li a.SignIn:after {
    content: '';
}
.Banner ul li a.SignInSlideDown:after {
    content: '';
}
.Banner ul li a.HasCount:after {
    content: '\2022';
    padding-right: 5px;
}
.customforumlink {
    color: #fff;
}
#loginPanel .panelContent {
    padding-top: 0px;
    position: relative;
    color: #eee;
    background-color: #38abe3;
}
.LoginPanel form {
    padding: 16px 20px 20px 0;
    margin: 0 0px 0 0;
    line-height: 20px;
    width: 100%;
    right: ;
    right: 10px;
}
.ctrlUnit > dd {
    position: relative;
    padding-top: 4px;
    float: left;
    width: 68%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}
.CreateAccount a,
.CreateAccount a:visited {
    color: black;
}
blockquote,
blockquote.Quote,
blockQuote.UserQuote {
    padding: 10px 10px 5px 10px;
    margin: 1em 0;
    background: #f3f3f3;
    background: rgba(0, 0, 0, 0.02);
    border-left: 4px solid rgba(0, 0, 0, 0.1);
}
code {
    display: block;
    color: #efefef;
    background-color: #777;
    padding: 10px;
}
h1,
h2 {
    margin: 0;
}
/* TEXT COLOURS */
/* Base Link Colours */

.Banner a:active,
a:focus,
a:link,
a:visited {
    color: rgba(255, 255, 255, 0.4);
}
.Banner a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
}
/* Discussion Table Metadata Colours */

.Block {
    padding-left: 0;
}
.Wrap {
    margin: 0 !important;
}
.MItem,
.CommentDate.MItem,
.UserLink.BlockTitle {
    font-size: 13px;
    text-transform: lowercase;
    color: rgba(0, 0, 0, 0.7)
}
.MItem a,
.Author a,
.FilterMenu a,
.PanelInfo.PanelCategories a {
    font-size: 13px;
    color: #333;
}
a.Username {
    top: 80px;
    position: relative;
}
.Message a {
    color: #01518e;
}
.DiscussionName,
.Title a,
a.Title {
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.7);
}
.MItem a:hover,
.Author a:hover {
    color: #fff;
}
td.BigCount {
    color: #bfbfbf;
}
/* Discussion Table Header Colours */

thead,
h2.H a {
    color: #bfbfbf;
}
h2.H {
    font-family: proxima-nova;
}
a.ChangePicture {
    position: absolute;
    background-color: #444;
    color: #fff;
    font-size: 11px;
    width: 200px;
    display: block;
    text-align: center;
    top: 0px;
    right: 100px;
    height: 52px;
    line-height: 52px;
    font-family: proxima-nova;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
/* Site Name Colour */

a.sitename a {
    color: #ed1c24;
}
/* DISCUSSION TABLES */

a.Title {
    font-size: 14px;
}
td.BigCount {
    width: 90px;
    text-align: center;
    font-weight: normal;
}
.PageTitle .Options {
    padding-top: 6px;
}
.OptionsTitle,
.AdminCheck {
    margin-top: 3px;
    margin-left: 7px;
}
.AdminCheck {
    z-index: 109;
    position: relative;
    right: 4px;
    top: 3px;
    line-height: 0px;
}
.PageTitle .OptionsTitle,
.PageTitle .AdminCheck {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 0px;
    top: 0px;
}
.CategoryFilter {
    display: none;
}
.DataTable .BlockColumn-User .LastUser {
    text-align: right;
}
.Message img {
    padding-top: 15px;
}
.MItem.Category,
.MItem.Category a {
    margin-left: 0px;
    color: #bfbfbf;
}
.Item.Read {
    background-color:#eee;
    opacity:1;
}
a.Bookmark,
a.Bookmarked,
a.Bookmarking {
    display: none;
    background: url('images/ui_sprites.png') 0 -2px no-repeat;
    height: 18px;
    width: 18px;
    vertical-align: top;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 1px;
}
li.Item {
    border: none;
    background: #f0f0f0;
    margin-bottom: 2px;
    padding: 10px;
}
.DataList .Item,
.NarrowList .Item {
    background-color: #eee;
    margin: 0;
    padding: 15px 15px 15px 15px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-top: 1px solid white;
    position: relative;
}
.ItemDiscussion,
.Discussion .Item {
    background-color: #eee;
    margin: 0 0 5px 0;
    padding: 15px 15px 15px 15px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-top: 1px solid white;
    position: relative;
}
.DataTable .Title {
    font-weight: normal !important;
}
.DiscussionsTable td.BigCount {
    width: 120px;
}
.Note.Closed.SignInOrRegister {
    display:none;
}
.SphinxSearch .Discussion .Item {
    background-color: #fff;
    margin: 0;
    margin-bottom: 5px;
    padding: 15px 15px 0px 15px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    position: relative;
}
.CategoryBox h2,
.RelatedBox h4,
.Box h4,
.PageTitle h1,
.Discussion .PageTitle h1,
.DataTable thead td {
    background-color: #444;
    color: #bfbfbf;
    text-decoration: none;
    padding: 0px 20px 0px 20px;
    border: 0px solid #ddd;
    font-size: 13px;
    height: 53px;
    line-height: 53px;
    font-weight: bold;
    font-family: proxima-nova;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
}
#loginPanel .panelContent {
    background-color: #555 !important;
    color: #ddd !important;
}
.Box h4 a {
    color: #bfbfbf;
}
.Next, .Previous, .Pager.NumberedPager a {
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #eee;
    color: #888;
    font-size: 13px;
    width: 30px !important;
    height: 30px;
    white-space: nowrap;
    margin: 0px 0px 0px 3px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.Previous {
    margin-right: 0px;
}
.Pager {
    margin: 10px 15px 0px 0px;
}
#Panel input.InputBox,
.AddPeople textarea.MultiComplete {
    margin-bottom: 0px;
}
.CommentForm .Buttons .Back {
    display: none;
}
.Button {
   display: inline-block;
   cursor: pointer;
   margin: 0;
   font-size: 13px;
   line-height: 53px;
   padding: 4px 6px;
   border: 0;
   color: #333;
   text-transform:lowercase;
}
.Pager a,
.Pager span {
    margin: 0;
}
.Pager.NumberedPager a.Highlight {
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #01518e;
    color: #f6f6f6;
    font-size: 13px;
    width: 30px !important;
    height: 30px;
    white-space: nowrap;
    margin: 0px 0px 0px 3px;
    text-align: center;
    line-height: 30px;
}
.Box h4 {
    padding: 0px 0px 0px 10px;
}
.Box.BoxCategories h4 {
    margin-bottom: 10px;
}
.DataTable td {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid #fff;
    vertical-align: top;
    line-height: 23px;
}
.Message img {} .BeforeCommentHeading {
    display: none;
}
/* New Stuff Tags */

.Tag {
    background: #01518e;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFFFFF;
    padding: 3px 6px;
    line-height: 14px;
}
.Count {
    background: #ed1c24;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    padding: 1px .8ex;
}
.MiniPager a,
.MiniPager span {
    margin: 0px 8px 0px 0px;
}
.Alert {
    font-size: 100%;
    background: #ed1c24;
    color: #fff;
    padding: 1px 3px;
    border-radius: .5ex;
    -moz-border-radius: .5ex;
    -webkit-border-radius: .5ex;
    display: none;
}
.HasNew {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #dc3d3d;
    color: #f6f6f6;
    font-size: 12px;
    padding: 3px 6px;
    white-space: nowrap;
    margin: 0px 3px 0px 0px;
}
.MiniPager a {
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #01518e;
    color: #f6f6f6 !important;
    font-size: 12px;
    padding: 3px;
    width: 20px !important;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
    margin-left: -3px;
}
.DataList .Title {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin: 0;
    line-height: 23px;
}
.ControlOptions, .Options {
    float: right;
    padding-top: 15px;
}
.Elipsis {
    letter-spacing: 3px;
}
.Ellipsis {
    margin-left: 10px !important;
    margin-right: 7px !important;
}
ul.PanelInfo.PanelCategories .Count {
    display: none;
}
/* Post Header Block */

.DiscussionHeader {
    height: 161px;
    background-color: #E4E4E4;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-top: 15px;
    padding-left: 15px;
}
.CommentHeader {
    height: 161px;
    background-color: #E4E4E4;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-top: 15px;
    padding-left: 15px;
}
/* Post Header Metadata */

div.Meta.DiscussionMeta,
div.Meta.CommentMeta {
    padding-top: 80px;
    font-size: 14px;
}
.Item.Unread.ItemDiscussion a {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7)
}
div.Item-BodyWrap {
    border-bottom: 20px solid #eee;
    padding-top: 5px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #eee;
}
/* AVATARS */

.ItemDiscussion .ProfilePhotoMedium,
.ProfilePhoto {
    height: 130px;
    width: 130px;
    margin: 0 0px 5px 0;
    border: 1px solid #B2B2B2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.Author .PhotoWrap {
    margin: 0 15px 4px 0;
    float: left;
}
.Item .Author a {
    font-size: 16px;
    font-weight: bold;
    text-transform: lowercase;
}
.PhotoWrap.PhotoWrapSmall {
    display: none;
}
.Form-Header .Author .PhotoWrap {
    display: none;
}
/* REPLY FORM */

select#Form_CategoryID {
    font-family: adelle;
}
.FormTitleWrapper h2.H, .FormTitleWrapper h1.H {
    padding: 0px 20px 0px 20px;
    font-family: adelle;
    font-weight: bold;
    text-transform: lowercase;
    background-color: #444;
    height: 53px;
    line-height: 53px;
    color: #bfbfbf;
    font-family: proxima-nova;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    margin-left: 20px;
    max-width: 300px;
    margin-right: auto;
    display: inline-block;
}
.MessageForm.CommentForm.FormTitleWrapper h2.H, .MessageForm.CommentForm.FormTitleWrapper h1.H {
    background-color: #888;
}

.DiscussionForm.FormTitleWrapper h2.H, .DiscussionForm.FormTitleWrapper h1.H {
    background-color: #444;
    display:block;
    margin-left: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}
    
.MessageForm.CommentForm.FormTitleWrapper {
    margin-top: 15px;
}
.CommentForm .FormWrapper,
.FormWrapper-Condensed,
.FormWrapper,
.Conversations h2.H {
    padding: 0 20px 0 20px;
    background-color: #fff;
}
.CommentForm h2 {
    padding-left: 10px;
}
.InputBox.BigInput {
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    font-family: adelle;
}
.P textarea.TextBox,
.EditCommentForm textarea.TextBox,
.CommentForm textarea.TextBox,
.Profile textarea.TextBox,
.Dashboard.Activity textarea.TextBox,
textarea.MultiComplete {
    min-height: 100px;
    height: 100px;
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    font-family: adelle;
}
.TextBoxWrapper {
    width: auto;
    padding-right: 0px;
    box-sizing: border-box;
}
.UploaderWrapper {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.CommentForm .CommentButton, .CommentForm .DraftButton, .CommentForm .PreviewButton, .NavButton.ProfileButtons {
    cursor: pointer;
    margin: 0px;
    font-size: 13px;
    line-height: 30px;
    padding: 0px 15px;
    /* border: 1px solid #888; */
    color: #444;
    font-family: proxima-nova;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    height: 30px;
    background-color: #fff;
}

#Form_Save,
#Form_Preview,
#Form_PostDiscussion,
#Form_SignIn,
#Form_SaveDraft,
.Button.Cancel,
.MItem.CommentFlag,
.MItem.CommentQuote,
.Thank {
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    border: 1px solid #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    white-space: nowrap;
    border-color: #999;
    color: #333;
    font-family: adelle;
}
#Form_SignIn {
    margin: 0px;
}
.MItem.CommentQuote a,
.MItem.CommentFlag a {
    font-size: 12px;
}
.EditCommentForm .Buttons .Cancel,
.CommentForm .Buttons .Cancel,
.CommentForm .Buttons .Back {
    float: left;
    line-height: 1.5;
}
.CommentForm .Buttons .Back {
    display: none;
}
/* SIDE PANEL */

.SearchForm .InputBox {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 15px 6px 30px;
    margin: 3px;
    background: url('./images/search.png') no-repeat 8px 6px;
}
#Panel {
    width: 100%;
    margin-top: 0px;
    float: none;
    height: 53px;
}
.PanelInfo li:first-child {
    border-top: 0px solid #ddd;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
}
.PanelInfo.PanelCategories {
    font-size: 12px;
}
.BlockColumn {
    text-align: right;
}
#Panel div.SearchBox input.InputBox {
    text-transform: lowercase;
    padding: 0 0 0 20px !important;
    border: 0 !important;
    height: 53px;
    line-height: 53px;
    font-family: adelle;
    z-index: 9999;
}
#Panel div.SearchBox input.Button {
    display: none;
}
div.SearchBox {
    text-transform: lowercase;
    line-height: 53px;
}
.BigButton {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 10px;
    text-transform: lowercase;
}
a.BigButton,
a.BigButton:hover,
a.BigButton:focus {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    margin: 0;
    padding: 0 20px 0 25px;
    border: 0;
    line-height: 55px;
    font-family: proxima-nova;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    background-color: #333;
    letter-spacing: 5px;
    text-align: right;
    height:53px;
    z-index:2000;
}
a.BigButton:hover {
    color: #fff !important;
}
#Panel .BoxFilter {
    margin: 10px 0;
    display: none;
}
input.SmallInput:focus,
input.InputBox:focus,
textarea:focus {
    background: #fff;
}
/* PROFILE PAGE */

.User h1.H, .Profile h2.H, .Conversations.Messages h1.H, .Dashboard.Activity h1.H, .Conversations h2.H {
    padding: 0px 0px 0px 20px;
    font-family: proxima-nova;
    font-weight: bold;
    background-color: #444;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    height: 53px;
    line-height: 53px;
}
.About.P h2.H {
    display: none;
}
.About.P {
    margin: 0px 0px 0px 0px;
    height: 53px;
    line-height: 53px;
    padding: 0 0 0 20px;
    font-family: adelle;
    font-size: 13px;
}
.ProfilePhotoLarge {
    width: 260px;
    height: auto;
    margin-top: 33px;
    padding: 0px 0px 0px 0px;
    background-color: #eee;
    display:none;
}
.ItemContent.Activity {
    font-size: 14px;
}
.ItemContent.Activity .Meta {
    padding-top: 5px;
}
.ItemContent.Conversation .Meta {
    padding-top: 10px;
}
.DataList .Excerpt {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0px;
}
.Message {
    line-height: 140%;
    font-size: 110%;
    word-wrap: break-word;
    margin-top: 5px;
    min-height: 50px;
    background-color: #eee;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    letter-spacing: 0.2px;
}
.ToggleFlyout {
    position: relative;
    z-index: 109;
    right: 2px;
}
.Activities .ActivityComments .Item {
    margin: 10px 0 10px 0px;
}
.Activities .ActivityComments .Author.Photo {
    margin: 10px 0 10px 10px;
}
.Activities .ActivityComments .ItemContent {
    margin: 10px 0 0 60px;
    padding-right: 20px;
}
div.SubTab.Breadcrumbs a {
    color: #fff;
    font-size: 13px;
}
div.Tabs li a span {
    line-height: 1;
    font-size: 80%;
    padding: 0 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: normal;
    background: #E3F4FF;
    color: #70727C;
    margin: 0 0 0 4px;
}
div.DiscussionsTabs div.SubTab {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 0px solid #fff;
    background: #878787;
    color: #fff;
    margin: 0;
    letter-spacing: 3px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 12px;
}
div.HeadingTabs ul {
    margin: 8px 0 0;
}
body.Discussion a.Bookmark {
    margin: 6px 2px;
}
div.Preview {
    border: 1px solid #aaa;
    background: #fff;
    margin: 0 0 8px;
    padding: 8px;
}
.Foot {
    background: none;
    border: none;
}
.MorePager {
    padding: 10px;
    background-color: #666;
}
input.SmallInput,
input.InputBox {
    padding: 0;
}
div.MorePager a,
div.MorePager a:link,
div.MorePager a:visited,
div.MorePager a:active,
div.MorePager a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: none;
    color: #eee;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}
div.MorePager a:hover {
    color: #fff;
}
body.add #Content {
    margin: 0 10px;
}
/* HIDE UNWANTED */

.HomepageTitle {
    display: none;
}
.ChildCategoryList {
    display: none;
}
.PageControls.Top {
    display: none;
}
.CommentHeading {
    display: none;
}
div.Tabs.Headings.CategoryHeadings {
    display: none;
}
.Popup h1 {
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
    font-family: adelle;
    font-weight: normal;
    border-left: 3px solid black;
}
.Popup label {
    font-family: adelle;
    font-weight: normal;
}
.Popup .InputBox {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 5px 6px 5px;
    margin: 0px;
    background: url('./images/search.png') no-repeat 8px 6px;
}
.Dashboard.Entry.register h1 {
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 11px;
    font-family: adelle;
    font-weight: normal;
    border-left: 3px solid black;
    text-align: left;
}
#recaptcha_widget_div {
    margin-top: 10px;
}
.recaptcha_r1_c1 {
    margin-left: auto;
    margin-right: auto;
}
body.Entry #Content {
    float: auto;
    margin: 0px;
    max-width: 97%;
    width: 97%;
}
body.Entry form ul li label {
    font-size: 14px;
    /* color: #474747; */
    
    font-weight: normal;
    padding: 6px 0 0;
    display: block;
    text-align: left;
}
body.Entry text {
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    font-family: adelle;
}
.Gloss {
    text-align: left;
}
body.Entry form ul li.Gender label.RadioLabel,
body.Profile.EditMode ul li.Gender label.RadioLabel,
div.Popup form ul li.Gender label.RadioLabel {
    text-align: left;
    display: block;
    padding-right: 20px;
    margin-left: 0px;
}
li.Gender {
    margin-bottom: 10px;
    margin-top: 10px;
}
/* Panel Boxes */

#Panel div.Box {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    padding: 0;
    display: none;
}
ul.PanelActivity,
ul.PanelInfo {
    border-top: 1px solid #ccc;
}
ul.PanelActivity li,
ul.PanelInfo li,
ul.PanelInfo li.Active {
    background: none;
    border-bottom: 1px solid #ccc;
}
ul.PanelInfo li.Active {} #Status {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #eee;
    color: #000;
    line-height: 1.6;
    padding: 3px 6px;
    margin: 0 0 8px;
    display:none;
}
a.ChangePicture {
    padding: 0;
}
body.Profile ul.PanelInfo {
    border: none;
}
body.Profile ul.PanelInfo li {
    margin: 0;
    padding: 0;
}
body.Profile ul.PanelInfo li a {
    font-size: 11px;
    display: block;
    padding: 0 6px;
}
body.Profile ul.PanelInfo li a:hover {
    background: #D8DFEA;
}
/* SIGN-IN PAGE */

body.Entry #Content {
    text-align: center;
    margin: 0 auto !important;
}
body.Entry #Content div.Box {
    background: #efefef;
    border: 0;
}
div.Methods {
    border-left: 1px solid #ccc;
}
/* MESSAGES */

div.DismissMessage {
    background: #ffd;
    border: 1px solid #ccc;
    padding: 6px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.DismissMessage a.Dismiss:hover {
    color: #000;
}
div.Warning {
    background: #d00;
    border: 1px solid #b00;
    color: #fff;
    text-shadow: 1px 1px 1px #444;
}
div.Warning a.Dismiss {
    color: #fff;
}
#Content div.Box {
    color: #333;
    background: #D3F0FF;
    border: 1px solid #A5D0E7;
}
body#dashboard_entrycontroller_signin div.Box {
    border: none;
}
/* TEMP ROLE TITLES */

.Author a:after {
    z-index: 999;
    position: relative;
    width: 200px;
    font-weight: normal;
    font-size: 13px;
    display: none;
}
.Item.Activity a:after,
.Conversations.Messages a:after {
    display: none;
}
.BoxButtons a::after {
    content: url("http://deadendthrills.com/imagestore/forumicons/newdiscuss.svg");
    opacity: 0.4;
    padding: 11px 0px 0px 10px;
    line-height: 53px;
    height: 53px;
    top: 6px;
    position:relative;

}
/* FLICKR */

.flickr_badge_image {
    text-align: center;
    padding: 0;
    display: block;
}
#flickr_tab {
    max-height: 100%;
    line-height: 8px;
}
#flickr_tab img {
    max-width: 260px;
}
.flickr_owner {
    background-color: #333333;
    color: #ddd;
    padding: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.DateUpdated {
    display: none;
}


/* override styles */

.CountComments, 
.CountViews {
    color: #888;
}

.MItem.Category a {
    color: #888;
}

/* CUSTOM JIM STYLES */

.full-html-guide {
    color: #082f4a; 
}

.full-html-guide br {
    display: none;
}

/* 
    custom line breaks that I can control 
*/

.full-html-guide sup {
    display: block;
}

.full-html-guide hr {
    display: block;
    border: 0;
}

.guide-title {
    font-size: 22px; 
    display: block; 
    border-bottom: 3px solid #fff; 
    font-weight: bold; 
    background-color: #082f4a; 
    color: #fff; 
    padding: 10px;
}

.guide-heading {
    border-bottom: 2px solid #333; 
    font-weight: 
    bold; display: 
    block; padding: 
    3px; font-size: 16px;
}

.guide-section {
    padding: 20px 10px 10px 20px; 
}

.guide-wrapper {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.full-html-guide p a {
    border-bottom: 1px dotted #0e79c4;
}

.full-html-guide .link--large {
    font-weight: 600;
    font-size: 18px;
}

.full-html-guide .bold-text {
    font-weight: 600;
}

.full-html-guide .margin-top--none {
    margin-top: 0;
}

.full-html-guide .margin-bottom--none {
    margin-bottom: 0;
}

.full-html-guide .dotted-border {
    border: 1px dotted rgb(55, 68, 72);
    padding: 0;
}

.full-html-guide .dotted-border img {
    padding: 0;
    max-width: 100% !important;
    display: block;
    border: 1px dotted rgb(55, 68, 72);
}

.full-html-guide .no-space br {
    display: none;
}

.full-html-guide .no-space * {
    margin: 0 !important;
    padding: 0 !important;
}

.full-html-guide .half-width {
    max-width: 50%;
}

.full-html-guide p {
    margin: 0 0 10px 0;
    padding: 0 !important;
    line-height: 20px;
}

.full-html-guide ul {
    margin: 0 0 10px 0;
}

.full-html-guide ul li {
    list-style-type: none !important;
    padding: 0 0 0 15px;
    margin: 0 0 2px 0;
}

.full-html-guide code {
    margin: 0 0 10px 0;
}

.full-html-guide img {
    margin: 0 0 10px 0;
}

/* fix preview window */
div.Popup .Border {
    max-width: 90%;

}

body.Post .Popup a.Close {
    color: #1e79a7;
    top: 10px;
    right: 10px;
    background-color: #fff;
    line-height: 24px;
    font-size: 22px;
}

body.Post .Popup a.Close span {
    font-size: 40px;
    border: 2px solid #333;
    height: 27px;
    width: auto;
    vertical-align: top;
    display: block;
}

/* new global styles */
.code-solar {
    border: 1px dotted #374448;
    width: 495px;
    background-color: #fdf6e3;
    color: #374448;
    height: auto;
    white-space: normal;
    font-family: monospace, monospace;
}

.indent {
    padding-left: 15px;
}

.thread-table {
    overflow:hidden; 
    background-color: #f7f7f7; 
    font-family: Arial, Helvetica, sans-serif; 
    width: 520px;
    border: 1px solid #4E92C2;
    border-top: 3px solid #4E92C2;
    border-radius: 4px; 
}

.thread-table br {
    display:none;
}

.thread-table .thread-row {
    width: 100%; 
    overflow: hidden; 
    border-bottom: 1px dotted #999; 
    line-height: 30px;
}

.thread-table .game-title {
    padding-left: 15px; 
    width: 60%; 
    float: left;
}

.thread-table .alert {
    background-color: #F5DBDA;
}

.thread-table .game-title:nth child(1) {
    padding-top: 4px;
}

.thread-table .guide-link {
    width: 35%; 
    float: left; 
    text-align: center;
}

.thread-table .thread-row:last-of-type {
    border: 0;
}  

.padding-top {
    padding-top: 1em;
}

.padding-top--large {
    padding-top: 2em;
}