/*
Theme Name: Demon Online Help Centre
Theme URI: http://help.demon.net
Description: WordPress theme for Demon Online Help Centre (based on Starkers theme)
Version: 1.0
Author: Weboo
Author URI: http://weboo.biz
Tags: starkers, naked, clean, basic
*/

@import "assets/css/reset.css";
@import "assets/css/typography.css";
@import "assets/css/layout.css";

/***************************/
/*         Resets          */
/***************************/
/* We need to reset some of the 'resets' */

/* * { -webkit-font-smoothing: antialiased; } */
img { -ms-interpolation-mode: bicubic; }

/***************************/
/*       Typography        */
/***************************/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #59595a;
    margin: 0;
}

a, a:link {
    outline: none;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    color: #af001f;
    font-weight: normal;
}

a:hover, a:active {
    color: #781f21;
}

a img {
    border: none;
    outline: none;
}

h1 {
    color: #af001f;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 1.45em 0;
}

h2 {
    color: #af001f;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.375;
    margin: 20px 0;
}

h3 {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.44;
    font-weight: bold;
}

p, ul, ol {
    margin: 1.4285714286em 0;
}

ul, ol {
    padding-left: 2.5714285714em;
    list-style-position: outside;
}

ul li, ol ul li {
    list-style-type: disc;
}

ol li, ul ol li {
    list-style-type: decimal;
}

ul ul, ul ol,
ol ul, ol ol {
    margin: 0.7142857143em 0;
}

blockquote {
    margin: 1.4285714286em;
    padding: 1.1428571429em;
    background: #fbfbfb;
    border: 1px solid #cccccc;
    font-style: italic;
}

blockquote p,
blockquote ul,
blockquote ol {
    margin: 0.7142857143em 0;
}

blockquote>*:first-child {
    margin-top: 0;
}

strong, b {
    font-weight: bold;
    color: #333333;
}

em, i {
    font-style: italic;
}

dl dt {
    font-weight: bold;
    margin: 0.7142857143em 0;
}

dl dd {
    padding-left: 2.5714285714em;
    margin: 0.7142857143em 0;
}

/***************************/
/*         Tables          */
/***************************/

table { -moz-border-radius: 3px; -webkit-border-radius: 3px; -mz-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd;  }

table thead tr th,
table tbody tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { line-height: 1.5; text-align: left; }
table thead tr th,
table tbody tr th,
table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; }
table thead tr th:first-child, table tbody tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tbody tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr td { padding: 9px 10px; vertical-align: top; border: none; }

/***************************/
/*         Layout          */
/***************************/

html, body { width: 100%; height: 100%; }

html {
    background: url('assets/images/dohc-bg.jpg') repeat;
}

body {
    background: url('assets/images/dohc-bg-top-gradient.jpg') center top repeat-x;
}
body.header-fixed {
    padding-top: 128px !important;
}

.content {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}

.page-template-default #main-content>*:first-child,
.page-template-dohc-page-no-title-php #main-content>*:first-child {
    margin-top: 13px !important;
}

#content {
    font-size: 13px;
    line-height: 18px;
    border-top: 1px solid #FFF;
    position: relative;
    background: url(assets/images/dohc-content-bg.png) center top repeat-y;
}

.no-content-bg #content {
    background: none;
}

.header-fixed #content {
    margin-top: 11px;
}

#content-main, #content-sub {
    display: inline-block;
    vertical-align: top;
}

#content-main>h1:first-child {
    margin-top: 0;
}

* html #content-main, * html #content-sub {
    zoom: 1;
    display: inline;
}

*+html #content-main, *+html #content-sub {
    zoom: 1;
    display: inline;
}

#content-main {
    width: 580px;
}

#content-sub {
    width: 280px;
    margin-left: 75px;
}

/* Content alignments */

.alignleft {
    float: left;
    margin: 0em 1.5em 0.5em 0em;
    border: 1px solid #dedede;
}

.alignright {
    float: right;
    margin: 0em 0 0.5em 1.5em;
    border: 1px solid #dedede;
}

.aligncenter {
    padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
}

.wp-caption {
    background: #fff;
    padding: 10px;
}

.wp-caption-text {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    margin-top: 0;
    margin-bottom: 0;
}

/* Pages list */

ul.pages-list {
    padding-left: 0;
    border-top: 1px solid #c4c4c4;
}

ul.pages-list li.page-overview {
    border-bottom: 1px solid #c4c4c4;
    list-style: none;
    position: relative;
}

ul.pages-list li.page-overview a {
    padding: 15px 80px 15px 220px;
    display: block;
    position: relative;
    background: url(assets/images/page-list-icon.png) 605px center no-repeat;
}

ul.pages-list li.page-overview a:hover {
    background: url(assets/images/page-list-icon-highlight.png) right center no-repeat;
    color: #af001f;
}

ul.pages-list li.page-overview:hover a:hover {
    color: #af001f;
}

ul.pages-list li.page-overview .page-title {
    position: absolute;
    left: 0;
    width: 220px;
    margin-top: -2px;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

ul.pages-list li.page-overview .page-summary {
    font-size: 14px;
    line-height: 22px;
    color: #59595a;
    display: block;
}

ul.pages-list li.page-overview .page-summary small {
    color: #999;
    line-height: 16px;
}

.js ul.pages-list li.page-overview a,
.js ul.pages-list li.page-overview a:hover {
    background: none;
}

.js ul.pages-list li.page-overview .page-action-icon {
    background: url(assets/images/page-list-icon.png) center center no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -16px;
    -webkit-transition: right 0.2s cubic-bezier(0,0,0.5,1);
    -moz-transition: right 0.2s cubic-bezier(0,0,0.5,1);
    -ms-transition: right 0.2s cubic-bezier(0,0,0.5,1);
    transition: right 0.2s cubic-bezier(0,0,0.5,1);
}

.js ul.pages-list li.page-overview a:hover .page-action-icon {
    background: url(assets/images/page-list-icon-highlight.png) center center no-repeat;
    right: 0;
}

/***************************/
/*     Global element      */
/***************************/

.figure img {
    max-width: 100%;
}

* html .figure img {
    width: 100%;
}

*+html .figure img {
    width: 100%;
}

/* Form elements */

label {
    font-weight: bold;
    color: #666;
}

label.label-radio,
label.label-checkbox {
    font-weight: normal;
    color: #59595a;
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type=text]
input.input-text, textarea {
    -webkit-appearance: none;
    padding: 8px;
    width: 302px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
}
select{
    height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 185px;
    margin-bottom: 10px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"],
input.button, input.submit {
    width: auto;
}

input[type="checkbox"],
input.checkbox {
    -webkit-appearance: checkbox;
    width: auto;
    margin-right: 4px;
}

input[type="radio"],
input.radio {
    -webkit-appearance: radio;
    width: auto;
    margin-right: 4px;
}

/* Buttons and calls to action */

input[type=submit][disabled], button[disabled]{
    color: #808080;
}

.button-primary, input[type="submit"], input[type="button"], input.submit, input.button, button {
    color: #FFF !important;
    -webkit-appearance: none;
    outline: none;
    border: none;
    padding: 8px 16px;
    background: #af001f; /* Old browsers */
    background: -moz-linear-gradient(top,  #af001f 0%, #781f21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af001f), color-stop(100%,#781f21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #af001f 0%,#781f21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #af001f 0%,#781f21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #af001f 0%,#781f21 100%); /* IE10+ */
    background: linear-gradient(top,  #af001f 0%,#781f21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af001f', endColorstr='#781f21',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
}

input[type="submit"] { margin-top: -2px; }

.button-primary:hover, input[type="submit"]:hover, input[type="button"]:hover, input.submit:hover, input.button:hover, button:hover,
.button-primary:focus, input[type="submit"]:focus, input[type="button"]:focus, input.submit:focus, input.button:focus, button:focus {
    color: #FFF !important;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.33);
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.33);
}

.action-primary {
    padding: 0.7142857143em 0.5em;
    background: #f7941d;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    overflow: visible;
    font-size: 14px;
    line-height: 1.2857142857;
}

* html action-primary {
    zoom: 1;
    display: inline;
}

*+html action-primary {
    zoom: 1;
    display: inline;
}

.action-primary:hover {
    background: #fea527; /* Old browsers */
    background: -moz-linear-gradient(top, #fea527 0%, #f27019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea527), color-stop(100%,#f27019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea527 0%,#f27019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea527 0%,#f27019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea527 0%,#f27019 100%); /* IE10+ */
    background: linear-gradient(top, #fea527 0%,#f27019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea527', endColorstr='#f27019',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -ms-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);

    -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -ms-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

/* Steps */

.step-orange,
.step-grey,
.step-red,
.step-i-sign{
    position: relative;
    left: -2px;
    background-repeat: no-repeat;
    width: 49px;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    float: left;
    padding-left: 13px;
    padding-bottom: 2px;
    display:block;
    clear: left;
}

.step-orange{
    background-image: url('assets/images/orange-arrow.png');
}
.step-grey{
    background-image: url('assets/images/grey-arrow.png');
}
.step-red{
    background-image: url('assets/images/red-arrow.png');
}
.step-desc-orange{
    color:#f7941d;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    font-size: 16px;
    float: left;
    display:block;
}
.step-desc-grey{
    color:#999999;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    font-size: 16px;
    float: left;
    display:block;
}



/* Dashboard widgets */

.dashboard-widget-container {
    margin-bottom: 20px;
    background: #999999;
    color: #FFF;
}

.dashboard-widget-container h2 {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 10px 11px 55px;
    background: #781f21 url(assets/images/dohc-icon-sprite.png) left top no-repeat;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.dashboard-widget-container.widget-icon-link h2    { background-position: 0 0; }
.dashboard-widget-container.widget-icon-speech h2  { background-position: 0 -45px; }
.dashboard-widget-container.widget-icon-archive h2 { background-position: 0 -90px; }

.dashboard-widget-container p,
.dashboard-widget-container ul,
.dashboard-widget-container ol,
.dashboard-widget-container blockquote {
    color: #fff;
}

.dashboard-widget-container .dashboard-widget-content {
    padding: 1px 20px; /* The elements should have top/bottom margin already. The padding of 1px is a fix. It's technically 0px. */
}

.dashboard-widget-container .dashboard-widget-content h3 {
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.125;
}

.dashboard-widget-container .dashboard-widget-content h3 a {
    color: #fff;
}

.dashboard-widget-container p.dashboard-widget-more {
    margin-top: 10px;
    margin-bottom: -20px;
    text-align: right;
}
.widget-container p.dashboard-widget-more {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: right;

}

/* Dashboard widgets - Tools */

.dashboard-tools table.link-grid {
    background: #f7941d;
    border: none;
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.dashboard-tools table.link-grid td {
    width: 50%;
    background: #f7941d;
    border-left: 1px solid #db7a12;
    border-top: 1px solid #db7a12;
    vertical-align: middle;
    padding: 0;
    text-align: center;
}

.dashboard-tools table.link-grid td:first-child {
    border-left: none;
}

.dashboard-tools table.link-grid tr:first-child td {
    border-top: none;
}

.dashboard-tools table.link-grid a {
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 24px 6px 24px 63px;
    position: relative;
    cursor: pointer;
    min-height: 36px;
}

.dashboard-tools table.link-grid a:hover {
    background: #fea527; /* Old browsers */
    background: -moz-linear-gradient(top, #fea527 0%, #f27019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea527), color-stop(100%,#f27019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea527 0%,#f27019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea527 0%,#f27019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea527 0%,#f27019 100%); /* IE10+ */
    background: linear-gradient(top, #fea527 0%,#f27019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea527', endColorstr='#f27019',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -ms-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -ms-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.dashboard-tools table.link-grid a span {
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    top: 50%;
    left: 12px;
    margin-top: -22px;
    background-image: url(assets/images/dohc-icon-sprite.png);
    background-repeat: no-repeat;
}

.dashboard-tools table.link-grid td.tools-timer a span     { background-position: 0px -270px; }
.dashboard-tools table.link-grid td.tools-inbox a span     { background-position: 0px -315px; }
.dashboard-tools table.link-grid td.tools-cart a span      { background-position: 0px -360px; }
.dashboard-tools table.link-grid td.tools-lock a span      { background-position: 0px -405px; }
.dashboard-tools table.link-grid td.tools-clipboard a span { background-position: 0px -450px; }
.dashboard-tools table.link-grid td.tools-piechart a span  { background-position: 0px -495px; }
.dashboard-tools table.link-grid td.tools-users a span     { background-position: 0px -540px; }
.dashboard-tools table.link-grid td.tools-billstack a span { background-position: 0px -585px; }

/* Dashboard widgets - Top content */

.dashboard-top-content {
    background: #af001f;
}

.dashboard-top-content a {
    color: #fff;
}

.dashboard-top-content ul {
    padding-left: 0;
}

.dashboard-top-content ul li {
    list-style: none !important;
    line-height: 1.8571428571;
}

.dashboard-top-content ul li ul li {
    list-style: outside disc;
}

.dashboard-top-content li a {
    display: block;
}

.dashboard-top-content li a:hover {
    color: #f7941d;
}

/* Widgets */

ul.xoxo {
    padding-left: 0;
}

ul.xoxo li {
    list-style: none;
}

ul.xoxo ul li,
ul.xoxo ol ul li {
    list-style: outside disc;
}

ul.xoxo ol li,
ul.xoxo ul ol li {
    list-style: outside decimal;
}

.widget-container .widget-content {
    padding: 20px 20px 1px;
}

.widget-container.widget_search .widget-content {
    padding-bottom: 20px;
}

/* RSS Widget */

.widget-container.widget_rss h3 a {
    color: #FFF;
    font-weight: bold;
}

.widget-container.widget_rss h3 a img {
    display: none;
}

.widget-container.widget_rss ul li {
    list-style: none;
    margin-bottom: 1em;
}

.widget-container.widget_rss ul li a.rsswidget {
    /*display: none;*/
}

.widget-container.widget_rss ul li .rss-date {
    font-weight: bold;
    color: #151114;
}

.widget-container.widget_rss ul li .rssSummary {
    margin-top: 1em;
}

.widget-container ul#broadband-issues li {
    list-style: none;
    margin-bottom: 1em;
}

.widget-container ul#broadband-issues li a {
    color: #59595a;
}

/***************************/
/*         Header          */
/***************************/

#header {
    width: 100%;
    height: 135px;
    background: #84051c url('assets/images/dohc-header-bg.jpg') center top repeat-x;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.header-fixed #header {
    position: fixed;
    top: -98px;
    left: 0;
    z-index: 99999;
}

.header-fixed.admin-bar #header {
    top: -70px;
}

.header-fixed #header h1 {
    display: none;
}

.boxshadow .header-fixed #header {
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.36);
    -ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.36);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.36);
}

.no-boxshadow .header-fixed #header {
    border-bottom-color: #ffffff;
}

#header .content {
    position: relative;
    height: 100%;
}

#header h1 {
    position: absolute;
    top: 22px;
    left: 10px;
    margin: 0;
}

#header h1, #header h1 a {
    background: url('assets/images/demon-logo.png') left top no-repeat;
    display: block;
    width: 219px;
    height: 56px;
}

#header h1 a {
    text-indent: -99999px;
}

#header a {
    color: #fff;
}

#header a:hover {
    text-decoration: underline;
}

#header ul#menu-main-menu {
    padding-left: 0;
    margin: 0;
    position: absolute;
    bottom: 1px;
    left: 10px;
    height: 30px;
    width: 940px;
}

#header ul#menu-main-menu li {
    margin-right: 3px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    float: left;
}

#header ul#menu-main-menu li a {
    padding: 0 15px;
    display: block;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #781f21;
    border-bottom: none;
    background: #781f21; /* Old browsers */
    background: -moz-linear-gradient(top,  #781f21 0%, #6b1818 72%, #450f10 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#781f21), color-stop(72%,#6b1818), color-stop(100%,#450f10)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #781f21 0%,#6b1818 72%,#450f10 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #781f21 0%,#6b1818 72%,#450f10 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #781f21 0%,#6b1818 72%,#450f10 100%); /* IE10+ */
    background: linear-gradient(top,  #781f21 0%,#6b1818 72%,#450f10 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781f21', endColorstr='#450f10',GradientType=0 ); /* IE6-9 */
}

#header ul#menu-main-menu li.current-menu-item a,
#header ul#menu-main-menu li.current_page_parent a {
    background: #fff;
    filter: none;
    color: #af001f;
}

#header ul#menu-main-menu li.nav-contact {
    float: right;
    margin-right: 0;
    margin-left: 3px;
}

#header ul#menu-main-menu li.nav-contact a {
    position: relative;
    background: #fda824; /* Old browsers */
    background: -moz-linear-gradient(top,  #fda824 0%, #d96a10 72%, #b0510d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda824), color-stop(72%,#d96a10), color-stop(100%,#b0510d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fda824 0%,#d96a10 72%,#b0510d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fda824 0%,#d96a10 72%,#b0510d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fda824 0%,#d96a10 72%,#b0510d 100%); /* IE10+ */
    background: linear-gradient(top,  #fda824 0%,#d96a10 72%,#b0510d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda824', endColorstr='#b0510d',GradientType=0 ); /* IE6-9 */
}
*+html #header ul#menu-main-menu li.nav-contact a {
    position: static;
}

#header ul#menu-main-menu li.nav-contact.current-menu-item a {
    color: #f7941d;
    background: #fff;
    filter: none;
    border-color: #d96a10;
}

.generatedcontent #header ul#menu-main-menu li.nav-contact a {
    padding-left: 37px;
}

.generatedcontent #header ul#menu-main-menu li.nav-contact a:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(assets/images/nav-contact-icon.png) center top no-repeat;
    position: absolute;
    left: 5px;
    top: -1px;
}

.generatedcontent #header ul#menu-main-menu li.nav-contact.current-menu-item a:before {
    background: url(assets/images/nav-contact-icon.png) center bottom no-repeat;
}

#skip-header {
    visibility: hidden;
    display: none;
}

.js.cssgradients #header {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#500b18), color-stop(1,#ae001f));
    background-image: -moz-linear-gradient(0% 0% 270deg,#500b18, #ae001f)
}
#main-content {
    width: 660px;
    float: right;
    padding-top: 26px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFF;
    font-size: 14px;
    line-height: 22px;
}
.no-content-bg #main-content {
    background: none;
    width: 700px;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}
#sidebar{
    float: left;
    width: 220px;
    padding-top: 26px;
}

/***************************/
/*         Footer          */
/***************************/

#footer {
    clear: both;
    color: #999999;
    font-size: 11px;
    line-height: 18px;
    border-top: 2px solid #af001f;
    padding-top: 20px;
    background-color: #151114;
}
#footer p{
    text-align: center;
}
#footer a, #footer a:link {
    font-weight:bold;
    color:#999;
    text-decoration:underline;
}

/***************************/
/*        Homepage         */
/***************************/

#dohc-slider {
    height: 323px;
    background: url(assets/images/dohc-slider-bg.jpg) center top no-repeat;
}

.dohc-promo-top p {
    margin: 0;
}

/* Dashboard */

#home-dashboard ul.xoxo {
    width: 340px;
    margin-left: 20px;
    float: left;
}

#home-dashboard ul.xoxo:first-child {
    margin-left: 0;
}

/* Footer */

#home-footer {
    font-size: 13px;
    line-height: 18px;
    background: #151114 url(assets/images/dohc-footer-bg.jpg) left top no-repeat;
    padding: 20px 0;
    color: #fff;
    float: left; /* Clear fix */
    position: relative;
}

#home-footer h2,
#home-footer h3 {
    color: #fff;
}

#home-footer h2 {
    font-weight: bold;
}

#home-footer h2.footer-blog-title,
#home-footer h2.footer-twitter-title,
#home-footer h2.footer-network-status-title {
    background-image: url('assets/images/dohc-icon-sprite.png');
    background-repeat: no-repeat;
    padding-left: 35px;
}

#home-footer h2.footer-blog-title { background-position: -7px -777px; }
#home-footer h2.footer-twitter-title { background-position: -7px -822px; }
/*#home-footer li.footer-twitter h2.widget-title { background-position: -7px -822px; }*/
#home-footer h2.footer-network-status-title { background-position: -7px -867px; }
#home-footer ul#tweets, #home-footer ul.post-list {
    padding-left: 0px;
}

#home-footer a {
    color: #fff;
}

#home-footer a:hover {
    color: #f7941d;
}

#home-footer a.more, #home-footer .rstw_link_user a {
    color: #f7941d;
}

#home-footer a.more:hover {
    text-decoration: underline;
}

#home-footer ul.xoxo {
    margin: 0;
}

#home-footer ul.xoxo li {
    list-style: none;
    padding: 0 20px;
    margin-left: 20px;
    width: 180px;
    display: block;
    float: left;
}

#home-footer ul.xoxo li ul {
    margin: 1.4285714286em 0;
}

#home-footer ul.xoxo li li {
    padding: 0;
    margin-left: 0;
}

#home-footer ul.xoxo li:first-child {
    margin-left: 0;
}

ul.articles {
    padding-left: 0;
}

ul.articles li, ul.post-list li {
    margin-bottom: 16px;
    line-height: 18px;
}

ul.articles li a {
    display: block;
}

table.status-table {
    margin: 1em 0 0;
    border: none;
    border-top: 1px solid #59595a;
    background: none;
    width: 100%;
}

table.status-table tr {
    border-bottom: 1px solid #4b4b4c;
}

table.status-table tr:nth-child(even) { background: none; }

table.status-table th {
    width: 27px;
    background: url('assets/images/dohc-icon-sprite.png') 0 -720px no-repeat;
}
table.status-table th.rag-red { background-position: 0 -630px; }
table.status-table th.rag-amber { background-position: 0 -675px; }
table.status-table th.rag-green { background-position: 0 -720px; }

table.status-table td {
    padding: 13px 0 12px;
    color: #fff;
}

/***************************/
/*        E-billing        */
/***************************/

/* Sidebars */

#e-billing-sidebars ul.xoxo {
    width: 340px;
    margin-left: 20px;
    float: left;
}

#e-billing-sidebars ul.xoxo:first-child {
    margin-left: 0;
}

.e-billing-faq {
    background: #af001f;
}

.e-billing-faq a {
    color: #fff;
}

.e-billing-faq ul {
    padding-left: 0;
}

.e-billing-faq ul li {
    list-style: none !important;
    line-height: 1.8571428571;
}

.e-billing-faq li a {
    display: block;
}

.e-billing-faq li a:hover {
    color: #f7941d;
}

.e-billing-quick-signup {
    background: #f7941d;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.e-billing-quick-signup .dashboard-widget-content {
    padding: 1px 20px;
}

.e-billing-quick-signup ol {
    padding-left: 0;
}

.e-billing-quick-signup ol li {
    list-style: none !important;
    margin-top: 15px;
    margin-bottom: 15px;
    position: 0;
    min-height: 36px;
    height: 36px;
    height: auto !important;
    clear: both;
}

.e-billing-quick-signup ol ul li {
    list-style: outside disc !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50px;
    min-height: 0;
    height: 0;
    height: auto !important;
}

.e-billing-quick-signup ol li .step-red {
    margin-top: -4px;
    margin-bottom: 0;
}

/***************************/
/*     Help and Support    */
/***************************/

#main-content p.top-info{
    color: #151114;
    font-size: 16px;
    font-weight: bold;
    margin: 13px 0px 25px;
}
ul#help_support_menu {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 30px;
    clear: both;
    height: 50px;
}
ul#help_support_menu  li{
    list-style-type: none;
    position: relative;
    display: inline;
    float: left;
    width: 150px;
    height: 50px;
    margin-left: 20px;
    text-align: center;
}
ul#help_support_menu  li:first-child{
    margin-left: 0px;
}
ul#help_support_menu  li a{
    padding: 0.7142857143em;
    background: #f7941d;
    color: #FFF;
    font-weight: bold;
    display: block;
    overflow: visible;
    font-size: 13px;
    line-height: 15px;
}
ul#help_support_menu  li a:hover{
    background: #fea527; /* Old browsers */
    background: -moz-linear-gradient(top, #fea527 0%, #f27019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea527), color-stop(100%,#f27019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea527 0%,#f27019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea527 0%,#f27019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea527 0%,#f27019 100%); /* IE10+ */
    background: linear-gradient(top, #fea527 0%,#f27019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea527', endColorstr='#f27019',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -ms-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);

    -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -ms-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

#main-content .article{
    margin-bottom: 45px;
}

#main-content .article h2, #main-content .single-article h1{
    margin-bottom: 11px;
    margin-top: 12px;
}
#main-content .article h2 a{
    color: #af001f;
    font-size: 16px;
    line-height: 18px;
}
#main-content .article div.post-info{
    position: relative;
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 9px;
}
#main-content .article span.post-date,
#main-content .single-article span.post-date{
    float: left;
    color: #999999;
    font-size: 12px;
    margin-right: 10px;
}
#main-content .article span.post-in-category{
    float: right;
}
#main-content .article span.post-in-category a,
#main-content .single-article span.post-in-category a{
    background-color: #ccc;
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
}
#main-content .article span.post-in-category a:hover,
#main-content .single-article span.post-in-category a:hover {
    background-color: #af001f;
}

span:first-child span.stButton {
    margin-left: 0 !important;
}

.horizontal-line{
    height: 1px;
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
}
.pagination {
    clear:both;
    padding: 0px 0px 23px 70px;
    position:relative;
    font-size:14px;
    line-height:18px;
    background-image: url('assets/images/page-arrow.png');
    background-position: 0%;
    background-repeat: no-repeat;
}
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 3px 17px 3px 0;
    text-decoration:none;
    width:auto;
    color:#59595a;
}
.pagination a:hover{
    color:#af001f;
}
.pagination .current{
    color:#af001f;
}

/***************************/
/*       Get in touch      */
/***************************/

.page-template-dohc-get-in-touch-page-php .top-info a {
    color: #f7941d;
}

ul#enquiry-types {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 30px;
    clear: both;
    height: 50px;
}
ul#enquiry-types li{
    list-style-type: none;
    position: relative;
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    z-index: 1;
}
ul#enquiry-types li:first-child{
    margin-left: 0px;
}
ul#enquiry-types li a{
    padding: 17px 2px 16px;
    background: #f7941d;
    color: #FFF;
    font-weight: bold;
    display: block;
    overflow: visible;
    font-size: 13px;
    line-height: 15px;
}
ul#enquiry-types li a:hover,
ul#enquiry-types li a.hover {
    background: #fea527; /* Old browsers */
    background: -moz-linear-gradient(top, #fea527 0%, #f27019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea527), color-stop(100%,#f27019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea527 0%,#f27019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea527 0%,#f27019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea527 0%,#f27019 100%); /* IE10+ */
    background: linear-gradient(top, #fea527 0%,#f27019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea527', endColorstr='#f27019',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    -ms-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.22), 0px 1px 3px rgba(0,0,0,0.33);

    -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -ms-text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

ul#enquiry-types ul.sub-menu {
    padding-left: 0;
    display: none;
    margin: 0;
}

ul#enquiry-types li:hover ul.sub-menu {
    display: block;
}

ul#enquiry-types ul.sub-menu li {
    background: #FFF;
    color: #e07a14;
    margin-left: 0;
    margin-top: -1px;
    z-index: -1;
}

ul#enquiry-types ul.sub-menu li:fist-child {
    margin-top: 0;
}

ul#enquiry-types ul.sub-menu li a {
    background: #FFF;
    color: #f7941d;
    border: 1px solid #f7941d;
    border-top-width: 0;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

ul#enquiry-types ul.sub-menu li a:hover {
    color: #FFF;
    background: #f7941d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
}

#sidebar ul{
    margin: 0px;
    padding: 0px;
}
.widget-list {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-list li.widget-container {
    list-style: none;
    margin-bottom: 20px;
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    background: #FFF;
    border: 1px solid #cccccc;
}

.widget-list li.widget-container:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
}

.widget-container h3.widget-title{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #af001f;
    padding-left: 20px;
    margin: 0px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-transform: uppercase;
}
.searchform h3{
    margin: 0 0 1em;
    color: #59595a;
}
.searchform h3 label{
    font-size: 13px;
    font-weight: normal;
}
.searchform p{
    margin: 0px;
    /*display: none;*/
}
#sidebar .widget-container p{
    font-size: 13px;
}
.widget-container .textwidget p {
    margin: 1em 0;
}
#sidebar input[type="text"], #sidebar input[type="password"], #sidebar input[type="search"], #sidebar input[type="email"], #sidebar input[type="url"]
#sidebar input.input-text{
    width: 163px;
    margin-bottom: 13px;
}
/*get in touch*/
#enquiry-form-about{
    display: none;
    clear: both;
    margin-top: 20px;
}
select#enquiry-about{
    margin-top: 20px;
}
div.technical-support{
    margin-top: 20px;
}
select#enquiry-about-hosting{
    display: none;
}

#topics-section{
}

#topics-section div{
    display: none;
}
#topics-section label {
    width: 205px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
#topics-section div{
    clear: both;
}
#topics-section div#topics-section-desc{
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

#ajax-section{
    display: none;
    /*     margin: 25px 0px 0px; */
    margin: 0;
    clear: both;
    width:100%;
}
#ajax-section div#form-section{
    float: left;
    width: 49%;
    clear: left;
}
#ajax-section div#related-section{
    float: right;
    width: 49%
}
#ajax-section img.loading-img{
    margin-top: 20px;
}
#ajax-section div#related-section span.step-i-sign{
    background-image: url('assets/images/i-sign.png');
    position: relative;
    float: left;
    width: 46px;
    height: 41px;
}

#ajax-section div#related-section span.step-desc-grey{
    color:#999999;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    font-size: 16px;
    float: left;
    display:block;
}

#ajax-section div#related-section h3 {
    font-size: 16px;
    line-height: 22px;
}
#ajax-section div#related-section ul{
    padding-left: 0px;
    margin-top: 1em;
}
#ajax-section div#related-section ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
#ajax-section div#related-section ul li a{
    color : #999999;
}
#ajax-section div#related-section ul li a:hover{
    color: #cccccc;
}
#ajax-section img{
    display: block;
    position:relative;
    margin: 20px auto;
    clear: both;
}
#ajax-section img.size-full{
    display: block;
}
span.item-change{
    background-image: url('assets/images/pencil.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 16px;
    display: block;
    float: left;
    line-height: 45px;
    vertical-align: middle;
    color : #f7941d;
    display: none;
    margin-left: 10px;
    cursor: pointer;
}
span#query-type-value, span#query-about-value{
    /*     height: 45px; */
    line-height: 29px;
    padding-top: 8px;
    vertical-align: middle;
    font-size: 16px;
    color: #59595a;
    float: left;
    margin-left: 13px;
    display:block;
    border-bottom: 1px dotted #59595a;
}

div#first-step span:first-child{
    margin-bottom: 0px;
}
/*forms*/

#ajax-section div.ajax-form form label{
    font-size: 14px;
    color: #59595a;
    margin: 20px 0px 10px 0px;
    display: block;
}
#ajax-section div.ajax-form #case-contact{
    margin: 0px;
    display: block;
    clear: both;
}
#ajax-section div.ajax-form #case-contact div#contact-boxes label{
    margin: 0px;
    display: inline;
    float: left;
    margin-right: 20px;
}
#ajax-section div.ajax-form #case-contact div#contact-boxes{
    clear: both;
    float: left;
    width: 100%;
}
#ajax-section div.ajax-form #case-contact label:first-child{
    margin: 20px 0 10px;
    display: block;
    float: left;
    clear: both;
}

#ajax-section div.ajax-form #case-contact p{
    margin: 0px;
}

#ajax-section div#forth-step span:first-child{
    margin-bottom: 0px;
}

#ajax-section div.ajax-form form input[type="submit"]{
    margin-top: 15px;
}
#ajax-section div.ajax-form form .alert{
    color : #af001f;
    background-color: transparent;
}
#ajax-section div.ajax-form form p.alert{
    margin: 0px;
}
/*login*/

#login-info{
    display: none;
    color: #AF001F
}

/* = Foundation Tables
-------------------------------------------------*/

/* Tables ---------------------- */
table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; }

table thead, table tfoot { background: #f5f5f5; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { font-size: 14px; line-height: 18px; text-align: left; }

table thead tr th, table tfoot tr td { padding: 8px 10px 9px; font-size: 16px; font-weight: bold; color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }

table tbody tr:nth-child(even) { background: #f9f9f9; }

table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }