/***************************************
 *  PX to EM conversion                *
 *  Referenced from http://pxtoem.com/ *
 *                                     *
 *  Base font size: 0.75em / 12px      *
 *                                     *
 *   8px  0.667em                      *
 *   9px   0.75em                      *
 *  10px  0.833em                      *
 *  11px  0.917em                      *
 *  12px      1em <<<                  *
 *  13px  1.083em                      *
 *  14px  1.167em                      *
 *  15px   1.25em                      *
 *  16px  1.333em                      *
 *  17px  1.417em                      *
 *  18px    1.5em                      *
 *  19px  1.583em                      *
 *  20px  1.667em                      *
 *  21px   1.75em                      *
 *  22px  1.833em                      *
 *  23px  1.917em                      *
 *  24px      2em                      *
 ***************************************/

/*****************************************************************************
 *  Eric Meyer's reset reloaded
 *  Modified version for XHTML 1.0 Strict, removed depreciated elements.
 *****************************************************************************/
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, del,
dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins,
kbd, label, legend, li, object, ol, p, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    background: white;
    color: black;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
blockquote, q {
    quotes: none;
}

/*****************************************************************************
 *  HTML elements
 *****************************************************************************/
:focus {
    outline: none;
}
body {
    background: #f4f3eb;
    color: #444;
    font: 0.75em/160% Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 120%;
    margin: 5px 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.667em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.333em;
}
h5 {
    font-size: 1.167em;
}
h6 {
    font-size: 1.083em;
}
hr {
    border: 1px solid #d9d7c3;
}
blockquote, fieldset, p, pre, table {
    margin: 10px 0;
}
blockquote {
    font-style: italic;
    padding: 0 20px;
}
.codeblock, pre {
    line-height: 140%;
}
a:link, a:visited {
    color: #319bd8;
    text-decoration: none;
}
a:active, a:hover {
    color: #690;
    text-decoration: none;
}
abbr, acronym, cite {
    border-bottom: 1px dotted #d9d7c3;
}
address, dfn, em, var {
    font-style: italic;
}
big {
    font-size: 120%;
}
.codeblock, code, kbd, pre, samp, tt {
    font: 1em "Courier New", Courier, monospace;
}
del {
    text-decoration: line-through;
}
ins {
    text-decoration: underline;
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
small {
    font-size: 80%;
}
label, legend, strong {
    font-weight: bold;
}
sub, sup {
    font-size: xx-small;
}
sub {
    vertical-align: bottom;
}
sup {
    vertical-align: top;
}
dd {
    margin: 0 0 10px 10px;
}
ol, ul {
    margin-left: 24px;
}
ol li {
    list-style-type: decimal;
}
ul li {
    list-style-type: disc;
}
fieldset {
    background: transparent;
    border: 1px solid #ccc;
    padding: 10px;
}
table {
    width: 100%;
}
thead th {
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
th {
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
    font-weight: bold;
}
td, th {
    vertical-align: top;
    padding: 3px;
}

/*****************************************************************************
 *  Layout styles
 *****************************************************************************/
.clear-block {
    clear: both;
}
#bg {
    background: url(images/bg.png) repeat-x top left;
}
#bg-t {
    background: url(images/bg-t.png) repeat-x top left;
}
#page {
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}
body.fixed-width #page {
    width: 940px;
}
body.liquid-width #page {
    max-width: 1280px;
    min-width: 940px;
}
#header {
    border-bottom: 1px solid #d9d7c3;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    padding: 40px 0 19px 0;
}
#site-title {
    float: left;
    margin-right: -488px;
    width: 100%;
}
#logo {
    float: left;
    margin-right: 15px;
}
#logo,
#logo a,
#logo img {
    line-height: 0;
}
#site-name-and-slogan {
    float: left;
}
#site-name {
    font-size: 2.333em;
}
#site-name,
#site-name a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
#site-slogan {
    color: #666;
    font-size: 1.25em;
}
#header-region {
    float: right;
    height: 60px;
    width: 468px;
}
#primary-and-search {
    padding-top: 12px;
}
body.search-box #primary {
    margin-right: 220px;
}
ul.primary-links,
ul.primary-links li,
ul.primary-links li a {
    line-height: 0;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.primary-links li {
    background: #fd822f url(images/primary-l.png) no-repeat 0 0;
    float: left;
    margin: 0 3px 3px 0;
}
ul.primary-links li.last {
    margin: 0;
}
ul.primary-links li a {
    background: url(images/primary-r.png) no-repeat 100% 0;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 1.083em;
    font-weight: bold;
    line-height: 1;
    text-transform: lowercase;
    padding: 3px 9px 4px 9px;
}
ul.primary-links li:active,
ul.primary-links li:hover,
ul.primary-links li.active,
ul.primary-links li.active-trail {
    background: #becf2d url(images/primary-l.png) no-repeat bottom left;
}
ul.primary-links li a:active,
ul.primary-links li a:hover,
ul.primary-links li.active a,
ul.primary-links li.active-trail a {
    background: url(images/primary-r.png) no-repeat bottom right;
}
#search-box {
    float: right;
    width: 200px;
}
#search-box .form-item {
    margin: 0;
}
#search-box .form-text {
    float: left;
    width: 120px;
}
#search-box .form-submit {
    float: right;
}
#wrapper {
    padding: 18px 0;
}
body.fervens-a-sidebar-left-and-right #sidebar-left-and-main {
    float: left;
    width: 70%;
}
body.fervens-a-sidebar-left-and-right #sidebar-left {
    float: left;
    width: 25%;
}
body.fervens-a-sidebar-left-and-right #main {
    float: right;
    width: 74.9%;
}
body.fervens-a-sidebar-left-and-right #main-inner {
    padding: 0 10px;
}
body.fervens-a-sidebar-left-and-right #sidebar-right {
    float: right;
    width: 30%;
}
body.fervens-a-sidebar-left #sidebar-left {
    float: left;
    width: 25%;
}
body.fervens-a-sidebar-left #main {
    float: right;
    width: 74.9%;
}
body.fervens-a-sidebar-left #main-inner {
    padding-left: 10px;
}
body.fervens-a-sidebar-right #sidebar-left-and-main {
    float: left;
    width: 70%;
}
body.fervens-a-sidebar-right #main-inner {
    padding-right: 10px;
}
body.fervens-a-sidebar-right #sidebar-right {
    float: right;
    width: 30%;
}
body.fervens-b-sidebar-left-and-right #sidebar-left-and-right {
    float: left;
    width: 50%;
}
body.fervens-b-sidebar-left-and-right #sidebar-left {
    float: left;
    width: 35%;
}
body.fervens-b-sidebar-left-and-right #sidebar-left-inner {
    padding-right: 10px;
}
body.fervens-b-sidebar-left-and-right #sidebar-right {
    float: right;
    width: 64.9%;
}
body.fervens-b-sidebar-left-and-right #main {
    float: right;
    width: 50%;
}
body.fervens-b-sidebar-left-and-right #main-inner {
    padding-left: 10px;
}
body.fervens-b-sidebar-left #sidebar-left-and-right {
    float: left;
    width: 25%;
}
body.fervens-b-sidebar-left #main {
    float: right;
    width: 74.9%;
}
body.fervens-b-sidebar-left #main-inner {
    padding-left: 10px;
}
body.fervens-b-sidebar-right #sidebar-left-and-right {
    float: left;
    width: 30%;
}
body.fervens-b-sidebar-right #main {
    float: right;
    width: 69.9%;
}
body.fervens-b-sidebar-right #main-inner {
    padding-left: 10px;
}
body.fervens-c-sidebar-left-and-right #main-and-sidebar-right {
    float: left;
    width: 85%;
}
body.fervens-c-sidebar-left-and-right #main {
    float: left;
    width: 69.9%;
}
body.fervens-c-sidebar-left-and-right #main-inner {
    padding-right: 10px;
}
body.fervens-c-sidebar-left-and-right #sidebar-right {
    float: right;
    width: 30%;
}
body.fervens-c-sidebar-left-and-right #sidebar-left {
    float: right;
    width: 15%;
}
body.fervens-c-sidebar-left-and-right #sidebar-left-inner {
    padding-left: 10px;
}
body.fervens-c-sidebar-left #main-and-sidebar-right {
    float: left;
    width: 85%;
}
body.fervens-c-sidebar-left #main {
    padding-right: 10px;
}
body.fervens-c-sidebar-left #sidebar-left {
    float: right;
    width: 15%;
}
body.fervens-c-sidebar-right #main {
    float: left;
    width: 74.9%;
}
body.fervens-c-sidebar-right #main-inner {
    padding-right: 10px;
}
body.fervens-c-sidebar-right #sidebar-right {
    float: right;
    width: 25%;
}
#main-inner-tl {
    background: #fff url(images/content-tl.png) no-repeat top left;
}
#main-inner-tr {
    background: url(images/content-tr.png) no-repeat top right;
}
#main-inner-br {
    background: url(images/content-br.png) no-repeat bottom right;
}
#main-inner-bl {
    background: url(images/content-bl.png) no-repeat bottom left;
}
#main-inner-content {
    padding: 20px;
}
#breadcrumb {
    color: #999;
    font-size: 0.833em;
}
#breadcrumb a {
    color: #666;
    font-weight: bold;
}
#mission {
    background: #f3f2e8;
    margin-bottom: 15px;
    padding: 10px 15px;
}
#content {
    margin-bottom: 10px;
}
#footer {
    border-top: 1px solid #d9d7c3;
    padding: 20px 0;
}
#footer-message,
#credits {
    color: #6e6c5a;
    font-size: 0.833em;
}
#footer a,
#credits a {
    color: #6e6c5a;
    text-decoration: underline;
}
#i-love-sm {
    float: right;
    margin: 0 0 0 20px;
}
#secondary,
#footer-message {
    margin-bottom: 15px;
}

/*****************************************************************************
 *  Agregator module
 *****************************************************************************/
#aggregator .feed-source .feed-icon {
    float: right;
    display: block;
    margin: 0 0 10px 15px;
}
#aggregator .feed-description {
    margin: 10px 0;
}
#aggregator .feed-source,
#aggregator .feed-item {
    margin-bottom: 20px;
}
#aggregator .feed-item-title {
    border-bottom: 1px solid #d9d7c3;
    font-size: 1.667em;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
#aggregator .feed-item-meta {
    margin-bottom: 5px;
}
#aggregator .feed-item-meta,
#aggregator .feed-item-categories {
    color: #ab9885;
    font-size: 0.833em;
}
#aggregator td {
    vertical-align: top;
}

/*****************************************************************************
 *  Block module
 *****************************************************************************/
#blocks td.region {
    background: #e4e4e4;
    border-bottom: 1px solid #ccc;
}
.block-region {
    background: #ffefb6;
    border: 2px solid #fcaf3e;
    color: #444;
    margin: 5px 0 20px 0;
    padding: 3px;
    position: relative;
    text-align: center;
}
#content .block-region,
#sidebar-left .block-region,
#sidebar-right .block-region {
    margin-top: 20px;
}
#wrapper-bottom .block-region {
    margin-top: 20px;
}
#wrapper-bottom .block-last {
    margin-bottom: 0;
}
div.block {
    margin-bottom: 20px;
}
#sidebar-left .block {
    margin-bottom: 10px;
}
#sidebar-right .block {
    margin-bottom: 0;
}
div.block p {
    margin-top: 0;
}
.block-subject h2 {
    font-size: 1.167em;
    font-weight: bold;
}
#sidebar-left .block-subject h2,
#sidebar-right .block-subject h2 {
    text-transform: lowercase;
}
#header-region .block-subject {
    display: none;
}
#sidebar-left .block {
    background: #dddcd2;
    position: relative;
}
#sidebar-left .block-tl {
    background: url(images/silver-tl.png) no-repeat top left;
}
#sidebar-left .block-tr {
    background: url(images/silver-tr.png) no-repeat top right;
}
#sidebar-left .block-br {
    background: url(images/silver-br.png) no-repeat bottom right;
}
#sidebar-left .block-bl {
    background: url(images/silver-bl.png) no-repeat bottom left;
}
#sidebar-left .block-subject-content {
    padding: 5px 10px 0 10px;
}
#sidebar-left .block-subject h2 {
    margin-bottom: 0;
}
#sidebar-left .block-subject,
#sidebar-left .block-subject a,
#sidebar-left .block-subject h2,
#sidebar-left .block-subject h2 a {
    color: #273a44;
}
#sidebar-left .block-content-content {
    color: #443e36;
    padding: 10px;
}
#sidebar-left .block-content-content a {
    color: #58534b;
    text-decoration: underline;
}
#sidebar-left .block-1 {
    background: #585e62;
}
#sidebar-left .block-1 .block-tl {
    background: url(images/grey-tl.png) no-repeat top left;
}
#sidebar-left .block-1 .block-tr {
    background: url(images/grey-tr.png) no-repeat top right;
}
#sidebar-left .block-1 .block-br {
    background: url(images/grey-br.png) no-repeat bottom right;
}
#sidebar-left .block-1 .block-bl {
    background: url(images/grey-bl.png) no-repeat bottom left;
}
#sidebar-left .block-1 .block-subject {
    background: #363c3f;
}
#sidebar-left .block-1 .block-subject-tl {
    background: url(images/grey-subject-tl.png) no-repeat top left;
}
#sidebar-left .block-1 .block-subject-tr {
    background: url(images/grey-subject-tr.png) no-repeat top right;
}
#sidebar-left .block-1 .block-subject-br {
    background: url(images/grey-subject-br.png) no-repeat bottom right;
}
#sidebar-left .block-1 .block-subject-bl {
    background: url(images/grey-subject-bl.png) no-repeat bottom left;
}
#sidebar-left .block-1 .block-subject-content {
    padding: 1px 10px;
}
#sidebar-left .block-1 .block-subject h2 {
    margin-bottom: 5px;
}
#sidebar-left .block-1 .block-subject,
#sidebar-left .block-1 .block-subject a,
#sidebar-left .block-1 .block-subject h2,
#sidebar-left .block-1 .block-subject h2 a {
    color: #fff7e6;
}
#sidebar-left .block-1 .block-content-content {
    color: #f5e5c2;
    padding: 10px;
}
#sidebar-left .block-1 .block-content-content a {
    color: #f8eed8;
}
#sidebar-right .block {
    background: #e5eac0;
}
#sidebar-right .block .block-tl {
    background: url(images/green-4-tl.png) no-repeat top left;
}
#sidebar-right .block .block-tr {
    background: url(images/green-4-tr.png) no-repeat top right;
}
#sidebar-right .block-last .block-br {
    background: url(images/green-4-br.png) no-repeat bottom right;
}
#sidebar-right .block-last .block-bl {
    background: url(images/green-4-bl.png) no-repeat bottom left;
}
#sidebar-right .block .block-subject {
    background: #d5e07b;
}
#sidebar-right .block .block-subject-tl {
    background: url(images/green-5-subject-tl.png) no-repeat top left;
}
#sidebar-right .block .block-subject-tr {
    background: url(images/green-5-subject-tr.png) no-repeat top right;
}
#sidebar-right .block-4 .block-subject-tl {
    background: url(images/green-4-subject-tl.png) no-repeat top left;
}
#sidebar-right .block-4 .block-subject-tr {
    background: url(images/green-4-subject-tr.png) no-repeat top right;
}
#sidebar-right .block .block-subject-br {
    background: url(images/green-4-subject-br.png) no-repeat bottom right;
}
#sidebar-right .block .block-subject-bl {
    background: url(images/green-4-subject-bl.png) no-repeat bottom left;
}
#sidebar-right .block .block-subject-content {
    padding: 1px 10px;
}
#sidebar-right .block .block-subject,
#sidebar-right .block .block-subject a,
#sidebar-right .block .block-subject h2,
#sidebar-right .block .block-subject h2 a {
    color: #333;
}
#sidebar-right .block .block-content-content {
    color: #646444;
    padding: 10px;
}
#sidebar-right .block .block-content-content a {
    color: #7a7a5b;
    text-decoration: underline;
}
#sidebar-right .block-1 {
    background: #4a7e00;
}
#sidebar-right .block-1 .block-tl {
    background: url(images/green-1-tl.png) no-repeat top left;
}
#sidebar-right .block-1 .block-tr {
    background: url(images/green-1-tr.png) no-repeat top right;
}
#sidebar-right .block-1-last .block-br {
    background: url(images/green-1-br.png) no-repeat bottom right;
}
#sidebar-right .block-1-last .block-bl {
    background: url(images/green-1-bl.png) no-repeat bottom left;
}
#sidebar-right .block-1 .block-subject {
    background: #360;
}
#sidebar-right .block-1 .block-subject-tl {
    background: url(images/green-1-subject-tl.png) no-repeat top left;
}
#sidebar-right .block-1 .block-subject-tr {
    background: url(images/green-1-subject-tr.png) no-repeat top right;
}
#sidebar-right .block-1 .block-subject-br {
    background: url(images/green-1-subject-br.png) no-repeat bottom right;
}
#sidebar-right .block-1 .block-subject-bl {
    background: url(images/green-1-subject-bl.png) no-repeat bottom left;
}
#sidebar-right .block-1 .block-subject-content {
    padding: 1px 10px;
}
#sidebar-right .block-1 .block-subject,
#sidebar-right .block-1 .block-subject a,
#sidebar-right .block-1 .block-subject h2,
#sidebar-right .block-1 .block-subject h2 a {
    color: #f4f3eb;
}
#sidebar-right .block-1 .block-content-content {
    color: #d4dcc9;
    padding: 10px;
}
#sidebar-right .block-1 .block-content-content a {
    color: #ecf1e4;
    text-decoration: underline;
}
#sidebar-right .block-2 {
    background: #9bac0d;
}
#sidebar-right .block-2 .block-tl {
    background: url(images/green-2-tl.png) no-repeat top left;
}
#sidebar-right .block-2 .block-tr {
    background: url(images/green-2-tr.png) no-repeat top right;
}
#sidebar-right .block-2-last .block-br {
    background: url(images/green-2-br.png) no-repeat bottom right;
}
#sidebar-right .block-2-last .block-bl {
    background: url(images/green-2-bl.png) no-repeat bottom left;
}
#sidebar-right .block-2 .block-subject {
    background: #799908;
}
#sidebar-right .block-2 .block-subject-tl {
    background: url(images/green-2-subject-tl.png) no-repeat top left;
}
#sidebar-right .block-2 .block-subject-tr {
    background: url(images/green-2-subject-tr.png) no-repeat top right;
}
#sidebar-right .block-2 .block-subject-br {
    background: url(images/green-2-subject-br.png) no-repeat bottom right;
}
#sidebar-right .block-2 .block-subject-bl {
    background: url(images/green-2-subject-bl.png) no-repeat bottom left;
}
#sidebar-right .block-2 .block-subject-content {
    padding: 1px 10px;
}
#sidebar-right .block-2 .block-subject,
#sidebar-right .block-2 .block-subject a,
#sidebar-right .block-2 .block-subject h2,
#sidebar-right .block-2 .block-subject h2 a {
    color: #f4f3eb;
}
#sidebar-right .block-2 .block-content-content {
    color: #fffbde;
    padding: 10px;
}
#sidebar-right .block-2 .block-content-content a {
    color: #fffef2;
    text-decoration: underline;
}
#sidebar-right .block-3 {
    background: #becf2d;
}
#sidebar-right .block-3 .block-tl {
    background: url(images/green-3-tl.png) no-repeat top left;
}
#sidebar-right .block-3 .block-tr {
    background: url(images/green-3-tr.png) no-repeat top right;
}
#sidebar-right .block-3-last .block-br {
    background: url(images/green-3-br.png) no-repeat bottom right;
}
#sidebar-right .block-3-last .block-bl {
    background: url(images/green-3-bl.png) no-repeat bottom left;
}
#sidebar-right .block-3 .block-subject {
    background: #abbd15;
}
#sidebar-right .block-3 .block-subject-tl {
    background: url(images/green-3-subject-tl.png) no-repeat top left;
}
#sidebar-right .block-3 .block-subject-tr {
    background: url(images/green-3-subject-tr.png) no-repeat top right;
}
#sidebar-right .block-3 .block-subject-br {
    background: url(images/green-3-subject-br.png) no-repeat bottom right;
}
#sidebar-right .block-3 .block-subject-bl {
    background: url(images/green-3-subject-bl.png) no-repeat bottom left;
}
#sidebar-right .block-3 .block-subject-content {
    padding: 1px 10px;
}
#sidebar-right .block-3 .block-subject,
#sidebar-right .block-3 .block-subject a,
#sidebar-right .block-3 .block-subject h2,
#sidebar-right .block-3 .block-subject h2 a {
    color: #f4f3eb;
}
#sidebar-right .block-3 .block-content-content {
    color: #fffbde;
    padding: 10px;
}
#sidebar-right .block-3 .block-content-content a {
    color: #fffef2;
    text-decoration: underline;
}
#wrapper-bottom .block-1 {
    margin-top: 15px;
}
#content-top .block,
#content div.block,
#content-bottom .block {
    background: #e5e3d4;
    padding: 15px;
}

/*****************************************************************************
 *  Book module
 *****************************************************************************/
.book-navigation {
    border-top: 1px solid #d9d7c3;
    float: left;
    margin: 10px 0;
    width: 100%;
}
.book-navigation ul.menu {
    border-top: 0;
    padding: 3px 0 5px 0;
}
.book-navigation .page-links {
    border-bottom: 2px solid #d9d7c3;
    border-top: 1px solid #d9d7c3;
    padding: 5px 0;
}
#book-outline {
    min-width: 100%;
    width: auto !important;
    width: 100%;
}

/*****************************************************************************
 *  Comment module
 *****************************************************************************/
.indented {
    margin-left: 25px;
}
.preview .comment {
    background: #ffffea;
}
.comment {
    background: #fff;
    margin-bottom: 15px;
}
.comment-unpublished {
    background: #fff4f4;
}
.comment-t {
    background: url(images/comment-t-b.png) repeat-x top left;
}
.comment-r {
    background: url(images/comment-l-r.png) repeat-y top right;
}
.comment-b {
    background: url(images/comment-t-b.png) repeat-x bottom left;
}
.comment-l {
    background: url(images/comment-l-r.png) repeat-y top left;
}
.comment-tl {
    background: url(images/comment-tl.png) no-repeat top left;
}
.comment-tr {
    background: url(images/comment-tr.png) no-repeat top right;
}
.comment-br {
    background: url(images/comment-br.png) no-repeat bottom right;
}
.comment-bl {
    background: url(images/comment-bl.png) no-repeat bottom left;
}
.comment-unpublished .comment-tl {
    background: url(images/comment-unpublished-tl.png) no-repeat top left;
}
.comment-unpublished .comment-tr {
    background: url(images/comment-unpublished-tr.png) no-repeat top right;
}
.comment-unpublished .comment-br {
    background: url(images/comment-unpublished-br.png) no-repeat bottom right;
}
.comment-unpublished .comment-bl {
    background: url(images/comment-unpublished-bl.png) no-repeat bottom left;
}
.comment-content {
    padding: 15px;
}
.comment .new {
    color: #ffa219;
    float: right;
    font-size: 0.833em;
    font-weight: bold;
}
.comment .picture {
    float: right;
    margin: 0 0 10px 15px;
}
.comment-title {
    font-size: 1.167em;
    font-weight: bold;
}
.comment-title,
.comment-title a {
    color: #444;
    text-decoration: none;
}
.comment .submitted,
.comment-links {
    color: #999;
    font-size: 0.833em;
}
.comment-links {
    font-weight: bold;
    text-align: right;
}
.comment .user-signature {
    border-top: 1px solid #ddd;
    font-size: 0.917em;
    margin-top: 5px;
    padding-top: 3px;
}
.comments-title {
    margin-bottom: 10px;
}
.box {
    background: #f8f8f2;
    margin-bottom: 15px;
}
.box-tl {
    background: url(images/comment-reply-tl.png) no-repeat top left;
}
.box-tr {
    background: url(images/comment-reply-tr.png) no-repeat top right;
}
.box-br {
    background: url(images/comment-reply-br.png) no-repeat bottom right;
}
.box-bl {
    background: url(images/comment-reply-bl.png) no-repeat bottom left;
}
.box-content {
    padding: 15px;
}
.box h2 {
    border-bottom: 1px solid #e6e3db;
    font-size: 1.5em;
    padding-bottom: 3px;
}
.box fieldset {
    background: transparent;
}

/*****************************************************************************
 *  Database Logging module
 *****************************************************************************/
#admin-dblog tr.dblog-warning.even td {
    background-color: #fbfbda;
}
#admin-dblog tr.dblog-warning.odd td {
    background-color: #fefeeb;
}
#admin-dblog tr.dblog-warning.even td.active {
    background-color: #f3f3b7;
}
#admin-dblog tr.dblog-warning.odd td.active {
    background-color: #f6f6c7;
}
#admin-dblog tr.dblog-error.even td {
    background-color: #fbdada;
}
#admin-dblog tr.dblog-error.odd td {
    background-color: #fce2e2;
}
#admin-dblog tr.dblog-error.even td.active {
    background-color: #f2c6c6;
}
#admin-dblog tr.dblog-error.odd td.active {
    background-color: #f3cfcf;
}

/*****************************************************************************
 *  Forum module
 *****************************************************************************/
#forum .description {
    color: #999;
    font-size: 0.833em;
    margin: 5px;
}
#forum div.indent {
    margin-left: 20px;
}
.forum-topic-navigation {
    border-bottom: 1px solid #d9d7c3;
    border-top: 1px solid #d9d7c3;
    float: left;
    margin: 10px 0;
    padding: 3px 0;
    width: 100%;
}
.forum-topic-navigation .topic-previous {
    text-align: left;
}
.forum-topic-navigation .topic-next {
    text-align: right;
}

/*****************************************************************************
 *  Node module
 *****************************************************************************/
#node-admin-filter ul li {
    list-style-type: none;
}
td.revision-current {
    background: #ffc;
}
.node {
    margin-bottom: 20px;
}
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
.node-title {
    border-bottom: 1px solid #d9d7c3;
    padding-bottom: 3px;
}
.node .submitted {
    color: #ab9885;
    font-size: 0.833em;
}
.node-links {
    background: #fbfbf8;
    border-bottom: 1px solid #f0efe3;
    border-top: 1px solid #f0efe3;
    font-size: 0.833em;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 8px 10px;
}
.node-links,
.node-links a {
    color: #fd8a3c;
}
.node-links ul.links,
.node-links ul.links li,
.node-links ul.links li a {
    line-height: 1;
    margin: 0;
    padding: 0;
}
.node-links ul.links li {
    float: left;
    margin-right: 15px;
}
.node-links ul.links li a {
    display: block;
    float: left;
}
.node-links ul.links li a:active,
.node-links ul.links li a:hover {
    color: #690;
}
.node-links ul.links li.last {
    margin-right: 0;
}
.node-links ul.links li.comment_add a,
.node-links ul.links li.comment_comments a {
    background: url(images/icon-comment.png) no-repeat 0 0;
    padding-left: 16px;
}
.terms {
    background: url(images/icon-terms.png) no-repeat 12px 4px;
    float: left;
    margin: 3px 0 0 0;
    width: 100%;
}
.terms-inner {
    font-size: 0.833em;
    padding: 0 0 0 26px;
}
.terms,
.terms a {
    color: #ab9885;
}
.terms a:active,
.terms a:hover {
    text-decoration: underline;
}
.terms li:after {
    content: ",";
}
.terms li.last:after {
    content: "";
}

/*****************************************************************************
 *  Poll module
 *****************************************************************************/
.poll .bar {
    background: #f1f4d9;
}
.poll .bar .foreground {
    background-color: #d5e07b;
}
#header-region .poll .bar,
#wrapper-top .poll .bar,
#wrapper-bottom .poll .bar,
#footer-region .poll .bar {
    background: #fcfcf9;
}
#header-region .poll .bar .foreground,
#wrapper-top .poll .bar .foreground,
#wrapper-bottom .poll .bar .foreground,
#footer-region .poll .bar .foreground {
    background-color: #c2c0b0;
}
#content .block .poll .bar,
#content-top .poll .bar,
#content-bottom .poll .bar {
    background: #f4f3ea;
}
#content .block .poll .bar .foreground,
#content-top .poll .bar .foreground,
#content-bottom .poll .bar .foreground {
    background-color: #b1ae9a;
}
#sidebar-left .poll .bar {
    background: #c7c5b6;
}
#sidebar-left .poll .bar .foreground {
    background-color: #767566;
}
#sidebar-left .block-1 .poll .bar {
    background: #8d9398;
}
#sidebar-left .block-1 .poll .bar .foreground {
    background-color: #34393c;
}
#sidebar-right .block .poll .bar {
    background: #f5f6eb;
}
#sidebar-right .block .poll .bar .foreground {
    background-color: #d5e07b;
}
#sidebar-right .block-1 .poll .bar {
    background: #8faf61;
}
#sidebar-right .block-1 .poll .bar .foreground {
    background-color: #360;
}
#sidebar-right .block-2 .poll .bar {
    background: #d2d8a4;
}
#sidebar-right .block-2 .poll .bar .foreground {
    background-color: #7f8e06;
}
#sidebar-right .block-3 .poll .bar {
    background: #e0e7a7;
}
#sidebar-right .block-3 .poll .bar .foreground {
    background-color: #abbd15;
}
.poll .vote-form {
    text-align: left;
}
.poll .vote-form .choices {
    margin: 0;
}
.poll .title {
    font-weight: bold;
}

/*****************************************************************************
 *  Profile module
 *****************************************************************************/
.profile {
    clear: both;
    margin: 10px 0;
}
.profile h3 {
    border-bottom: 0;
}
.picture {
    float: right;
    margin: 0 0 1em 1em;
}

/*****************************************************************************
 *  Search module
 *****************************************************************************/
.search-results p {
    margin-top: 0;
}
.search-results dt {
    border-bottom: 1px solid #d9d7c3;
    font-size: 1.333em;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.search-results dd {
    margin-bottom: 10px;
}
.search-results .search-info {
    color: #999;
    font-size: 0.833em;
}

/*****************************************************************************
 *  System module
 *****************************************************************************/
tr.odd {
    background-color: #f4f4f4;
}
tr.even {
    background-color: #fafafa;
}
tr.drag {
    background-color: #fffdee;
}
tr.drag-previous {
    background-color: #fffbd6;
}
tr.odd td.active {
    background-color: #e9e9e9;
}
tr.even td.active {
    background-color: #f1f1f1;
}

div.admin-panel {
    margin: 0 0 15px 0;
    padding: 10px;
    background: #f6f6f6;
}
div.admin .left {
    width: 49%;
    margin-left: 0;
    clear: none;
}
div.admin .right {
    width: 49%;
    margin-right: 0;
    clear: none;
}
table.package .description {
    color: #666;
    font-size: 0.833em;
}

table.system-status-report tr.info td,
table.system-status-report tr.info th {
    background: #eee;
}
table.system-status-report tr.ok td,
table.system-status-report tr.ok th {
    background-color: #dbffca;
}
table.system-status-report tr.warning td,
table.system-status-report tr.warning th {
    background-color: #fffdca;
}
table.system-status-report tr.error td,
table.system-status-report tr.error th {
    background-color: #ffcaca;
}
table.system-status-report td {
    padding: 6px;
}

div.messages,
div.warning {
    padding: 5px 10px;
    margin: 5px 0 10px 0;
    border: 0;
    color: #444;
}
div.messages.status,
div.ok {
    background: #dcf6c3;
    color: #3d6e0d;
}
div.warning {
    background: #ffefb6;
    color: #cc5d00;
}
div.error {
    background: #ffdbdb;
    color: #cc2a2a;
}

.item-list ul {
    margin: 0 0 0 24px;
}
.item-list ul li {
    margin-left: 0;
}
.block .item-list ul {
    margin-left: 12px;
}

.form-file,
.form-select,
.form-submit,
.form-text,
.form-textarea,
.teaser-button {
    font: 1em Verdana, Geneva, sans-serif;
}
.form-file,
.form-select,
.form-text,
.form-textarea {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #bebebe;
    color: #666;
    margin: 0;
    padding: 4px 3px;
    width: 90%;
}
.form-submit,
.teaser-button {
    background: #eee;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #e1e1e1;
    color: #666;
    cursor: pointer;
    font: 1em Verdana, Geneva, sans-serif;
    height: 24px;
    margin: 0;
    overflow: visible;
    padding: 0 5px;
}
.form-submit:hover,
.form-submit:focus,
.teaser-button:hover,
.teaser-button:focus {
    background: #f5f5f5;
}
.form-submit:active,
.teaser-button:active {
    border-top-color: #ccc;
    border-right-color: #e1e1e1;
    border-bottom-color: #e1e1e1;
    border-left-color: #ccc;
}
.form-item input.error,
.form-item select.error,
.form-item textarea.error {
    background-color: #fef5f5;
    border-top: 1px solid #f2c0c0;
    border-right: 1px solid #f7dddd;
    border-bottom: 1px solid #f7dddd;
    border-left: 1px solid #f2c0c0;
}
.form-item .description,
.tips {
    color: #999;
    font-size: 0.833em;
}
.form-required,
.marker {
    color: #ff9000;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 5px;
}
.item-list .pager li a:active,
.item-list .pager li a:hover {
    text-decoration: underline;
}
.pager-current {
    color: #690;
    font-weight: bold;
}

ul.primary,
ul.secondary {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
ul.primary li,
ul.secondary li {
    border: 0;
    float: left;
    margin: 0 0 5px 5px;
    padding: 0;
}
ul.primary li a,
ul.secondary li a {
    background: #ddd;
    border: 0;
    display: block;
    margin: 0;
    padding: 4px 10px;
}
ul.primary li a:hover,
ul.secondary li a:hover,
ul.primary li.active a,
ul.secondary li.active a {
    background: #eaeaea;
    border: 0;
}
ul.secondary {
    margin-top: 0;
}
ul.secondary li a {
    padding: 2px 8px;
}

html.js input.form-autocomplete {
    background-position: 100% 4px;
}
html.js input.throbbing {
    background-position: 100% -16px;
}

tr.selected td {
    background: #ffc;
}
table.sticky-header {
    background: #fff;
    z-index: 999;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {
    list-style-image: url(images/bullet-1.png);
}
#sidebar-left ul.menu li.collapsed,
#sidebar-left ul.menu li.expanded,
#sidebar-left ul.menu li.leaf,
#sidebar-right ul.menu li.collapsed,
#sidebar-right ul.menu li.expanded,
#sidebar-right ul.menu li.leaf {
    list-style-image: url(images/bullet-2.png);
}
li a.active {
    color: #690;
}

/*****************************************************************************
 *  Update module
 *****************************************************************************/
.update .project {
    font-size: 110%;
    font-weight: bold;
    height: 22px;
    padding-left: 0.25em;
}
.update .version-status {
    float: right;
    font-size: 110%;
    height: 20px;
    padding-right: 10px;
}
.update .version-status .icon {
    padding-left: 0.5em;
}
.update .info {
    margin: 0;
    padding: 1em 1em 0.25em 1em;
}
.update tr td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.update tr.error {
    background: #fcc;
}
.update tr.error .version-recommended {
    background: #fdd;
}
.update tr.ok {
    background: #dfd;
}
.update tr.warning {
    background: #ffd;
}
.update tr.warning .version-recommended {
    background: #ffe;
}
.update table.version td,
.update table.version tr {
    border: none;
    line-height: 0.9em;
    margin: 0;
    padding: 0;
}
.update table.version .version-title {
    padding-left: 1em;
    width: 14em;
}
.update table.version .version-details {
    padding-right: 0.5em;
}
.update table.version .version-links {
    padding-right: 1em;
    text-align: right;
}
.update table.version-security .version-title {
    color: #970f00;
}
.update table.version-recommended-strong .version-title {
    font-weight: bold;
}
.update .security-error {
    color: #970f00;
    font-weight: bold;
}
.update .check-manually {
    padding-left: 1em;
}

/*****************************************************************************
 *  User module
 *****************************************************************************/
#permissions td.module {
    background: #cfcfcf;
    border-bottom: 1px solid #ccc;
}
#user-login-form {
    text-align: center;
}
#user-admin-filter ul li {
    list-style-type: none;
}
#user-admin-settings fieldset .description {
    color: #999;
    font-size: 0.833em;
    padding-bottom: 5px;
}

/*****************************************************************************
 *  Administration menu
 *****************************************************************************/
#admin-menu {
    font: 1em Arial, Helvetica, sans-serif;
}
#admin-menu,
#admin-menu ul {
    line-height: 160%;
}
body.admin-menu {
    margin-top: 27px !important;
}

/*****************************************************************************
 *  Views
 *****************************************************************************/
.views-tabset .views-display {
    clear: none;
}