/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    background: #F8F8F8;
    font-size: 12px;
}

.clear {
clear: both;
}

.spacer {
height: 20px;
}

a:link, a:visited {
    color: #406387;
    text-decoration: none;
}

a:hover {
    color: #5085b5;
}


/* Header */

header#header {
    height: 55px;
    width: 100%;
    background: #3C7590;
}

header#header h1.site_title {
    float: left;
    margin: 0;
    font-size: 22px;
    display: block;
    /*width: 240px;*/
    font-weight: normal;
    text-align: left;
    text-indent: 15px;
    line-height: 55px;
    color: #fff;
}

header#header h2.section_title {
    margin: 0;
    font-size: 22px;
    display: block;
    width: auto;
    font-weight: normal;
    line-height: 55px;
    color: #fff;
}

header#header h1.site_title a {
    color: #fff;
    text-decoration: none;
}

header#header h2.section_title {
    text-align: center;
}

.btn_view_site {
    float: right;
    margin-right: 20px;
}

.btn_view_site a {
display: block;
margin-top: 12px;
width: 130px;
height: 27px;
text-align: center;
line-height: 29px;
color: #fff;
text-decoration: none;
}

.btn_view_site a:hover {
background-position: 0 -27px;
}

/* Secondary Header Bar */

section#secondary_bar {
    height: 38px;
    width: auto;
    background: #dddddd;
    min-width: 700px;
}

section#secondary_bar .user {
    float: right;
    height: 38px;
}

.user p {
    margin: 2px 20px 0 15px;
    padding: 0;
    color: #666666;
    font-weight: bold;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
}

.user a {
    text-decoration: none;
    color: #666666;
}

.user a:hover {
    color: #5085b5;
}

.user a.logout_user {
    float: left;
    display: block;
    width: 16px;
    height: 35px;
    text-indent: -5000px;
    background: url(../images/icn_logout.png) center no-repeat;
}

/* Breadcrumbs */

section#secondary_bar .breadcrumbs_container {
    height: 38px;
    float: left;
}

article.breadcrumbs {
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 23px;
    margin: 6px 15px;
    background-color: #e2e2e2;
    width: auto;
}

.breadcrumbs a {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
    color: #9E9E9E;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #406387;
    text-decoration: none;
    font-weight: bold;}

.breadcrumbs a:hover {
    color: #5085b5;
}

.breadcrumb_divider {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(../images/breadcrumb_divider.png) no-repeat;
    float: left;
    margin: 0 5px;
}

/* Sidebar */

aside#sidebar {
    width: 240px;
    background: #eeeeee;
    float: left;
    min-height: 500px;
}

#sidebar hr {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    color: #cccccc;
}


/* Search */

.quick_search {
text-align: center;
padding: 14px 0 10px 0;
}

.quick_search input[type=text] {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #bbb;
height: 26px;
width: 90%;
color: #ccc;
-webkit-box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff;
-moz-box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff;
box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(../images/icn_search.png) no-repeat;
background-position: 10px 6px;
}

.quick_search input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 1px 2px #ddd, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 1px 2px #ddd, 0 0 10px #ADDCE6;
box-shadow: inset 0 1px 2px #ddd, 0 0 10px #ADDCE6;
}

/* Sidebar Menu */

#sidebar h3 {
    color: #000;
    font-size: 13px;
    margin: 10px 0 10px 15px;
    display: block;
    width: auto;
}

.toggleLink {
    text-transform: uppercase;
    color: #406387;
    font-size: 10px;
    text-decoration: none;
    display: block;
    float: right;
    margin-right: 10px;
}

#sidebar .toggleLink:hover {
    color: #5085b5;
    text-decoration: none;
}

#sidebar ul {
    clear: both;
    margin: 0;
    padding: 0;
}

#sidebar li {
    white-space: nowrap;
    list-style: none;
    margin: 0 0 0 25px; padding: 0;
}

#sidebar li a {
    color: #406387;
    padding-left: 10px;
    text-decoration: none;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin: 2px 0;
}
#sidebar li.active a {
    color: #a5731c;
    font-weight: bold;
}

#sidebar li a:hover {
    color: #5085b5;
}

/* Sidebar Icons */

#sidebar li.icn_new_article a {
    background: url(../images/icn_new_article.png) no-repeat center left;
}
#sidebar li.icn_edit_article a {
    background: url(../images/icn_edit_article.png) no-repeat center left;
}
#sidebar li.icn_categories a {
    background: url(../images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_tags a {
    background: url(../images/icn_tags.png) no-repeat center left;
}
#sidebar li.icn_add_user a {
    background: url(../images/icn_add_user.png) no-repeat center left;
}
#sidebar li.icn_view_users a {
    background: url(../images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_profile a {
    background: url(../images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_folder a {
    background: url(../images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_photo a {
    background: url(../images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_audio a {
    background: url(../images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_video a {
    background: url(../images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_settings a {
    background: url(../images/icn_settings.png) no-repeat center left;
}
#sidebar li.icn_security a {
    background: url(../images/icn_security.png) no-repeat center left;
}
#sidebar li.icn_jump_back a {
    background: url(../images/icn_jump_back.png) no-repeat center left;
}

#sidebar p {
    color: #666666;
    padding-left: 15px;
    margin: 10px 0 0 0;
}

#sidebar a {
    color: #406387;
}

#sidebar a:hover {
    color: #5085b5;
}

#sidebar footer {
    margin-top: 20px;
}


/* Main Content */


section#main {
    min-height: 500px;
    width: auto;
    overflow: auto;
}

#main h3 {
    color: #1F1F20;
    font-size: 13px;
    margin: 11px 15px;
}

/* Modules */

.module {
    margin: 20px;
    background: #f3f3f3;
}

#main .module header h3 {
    display: block;
    float: left;
}

.module header {
    height: 38px;
    background: #e2e2e2;
    border-top: 1px solid #ff6000;
}

.module header.no-border {
    border-top: none;
}

.module .pager {
    text-align: center;
}
.module .pager a, .module .pager span {
    padding: 8px;
    display: inline-block;
}
.module .pager a.active {
    color: #A5731C;
    font-weight: bold;
}

.module footer {
    min-height: 32px;
    width: auto;
    border-bottom: 1px solid #ff6000;
    background-color: #e2e2e2;
    overflow: auto;
}

.module_content {
    margin: 15px;
    color: #666666;
}

/* Module Widths */

.width_full {
    width: auto;
}

/* Content Manager */

.tablesorter, .table {
    width: 100%;
    border-collapse: collapse;
}

.tablesorter td, .table td {
margin: 0;
padding: 0;
border-bottom: 1px dotted #ccc;
}

.tablesorter thead tr, .table thead tr {
height: 34px;
background: url(../images/table_sorter_header.png) repeat-x;
text-align: left;
text-indent: 10px;
cursor: pointer;
}

.tablesorter td, .table td {
padding: 5px 10px;
}

.tablesorter input[type=image], .table input[type=image] {
margin-right: 10px;}

ul.tabs {
margin: 3px 10px 0 0;
padding: 0;
float: right;
list-style: none;
height: 24px; /*--Set height of tabs--*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
border: 1px solid #ccc;
font-weight: bold;
}
ul.tabs li {
float: left;
margin: 0;
padding: 0;
line-height: 24px;
}
ul.tabs li a {
text-decoration: none;
color: #999;
display: block;
padding: 0 10px;
height: 24px;
}

ul.tabs li a:hover {
color: #44474F;
}

html ul.tabs li.active a  {
color: #44474F;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #F1F2F4;
-webkit-box-shadow: inset 0 2px 3px #818181;
-moz-box-shadow: inset 0 2px 3px #818181;
box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
display: block;
width: 60%;
float: left;
}

/* Messages */

.message {
border-bottom: 1px dotted #cccccc;
}

input[type=submit], input[type=button], button[type=submit] {
    background-color: #406387;
    border: 1px solid #5bafea;
    color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover, button[type=submit]:hover {
    color: #d7f1ff;
}

input[type=submit].alt_btn, input[type=button].alt_btn {
    background-color: #5bafea;
    border: 1px solid #406387;
}
input[type=submit].alt_btn:hover, input[type=button].alt_btn:hover {
    color: #d7f1ff;
}

input[type=submit].delete, input[type=button].delete {
    background-color: #F3D9D9;
    border: 1px solid #D20009;
    color: #d36c6e;
}
input[type=submit].delete:hover, input[type=button].delete:hover {
    color: #D20009;
}

td.actions a {
    margin-right: 10px;
}
a.delete {
    color: #D20009;
}


/* New/Edit Article Module */

fieldset {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px 0;
}

fieldset div.field_row {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 5px;
}
fieldset div.field_row .image {
}
fieldset div.field_row img {
    max-width: 300px;
    margin-top: 10px;
    margin-left: 10px;
}
fieldset div.field_row .field {
    clear: left;
}
fieldset div.field_row.full_width {
    width: 100%;
}
fieldset div.field_row.full_width label {
    text-align: left;
    width: auto;
}

fieldset label {
    display: block;
    float: left;
    width: 170px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 10px;
    margin: 0 0 5px 0;
    text-align: right;
}
    fieldset label.checkbox {
        display: inline;
        padding-left: 0;
        margin: 0;
        float: none;
    }
    fieldset label.long {
        width: 250px;
    }

fieldset.image_container {
    padding: 10px;
}
fieldset.image_container>a {
    float: left;
}

fieldset div.image_row {
    float: left;
    margin: 0 10px 15px 0;
    min-width: 600px;
}
fieldset div.image_row div.image {
    float: right;
}
fieldset div.image_row div.controls {
    float: left;
}
fieldset div.image_row div.controls input[type=button] {
    margin-left: 10px;
}
fieldset div.fieldset h3 {
    text-align: center;
}
fieldset div.fieldset {
    clear: both;
    background-color: #e2e2e2;
    border: 1px solid #bbb;
    padding-bottom: 30px;
}

input[type=text],
input[type=password],
input[type=email]
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    height: 20px;
    color: #666666;
    padding-left: 10px;
    display: block;
    float: left;
    width: 320px;
    margin: 0 10px;
}
input[type=text].short,
input[type=password].short,
input[type=email].short
{
    width: 150px;
}
.filter input[type=text] {
    display: inline-block;
    float: none;
}

input[disabled=disabled],
textarea[disabled=disabled]
{
    background-color: #e5e5e5;
}

input[type=file] {
    height: 20px;
    color: #666666;
    display: block;
    float: left;
    width: 320px;
    margin: 0 10px;
}

input[type=text]:focus,
textarea:focus
{
    outline: none;
    border: 1px solid #5085b5;
    -webkit-box-shadow: inset 0 1px 2px #ddd, 0 0 10px #98d8f8;
    -moz-box-shadow: inset 0 1px 2px #ddd, 0 0 10px #98d8f8;
    box-shadow: inset 0 1px 2px #ddd, 0 0 10px #98d8f8;
}

select {
    width: 320px;
    margin: 0 10px;
    border: 1px solid #bbb;
    height: 20px;
    color: #666666;
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    color: #666666;
    padding-left: 10px;
    display: block;
    float: left;
    width: 320px;
    margin: 0 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

span.field_error {
    position: absolute;
    margin-top: 4px;
    color: #D20009;
}

.back_link {
    float: left;
    margin-left: 15px;
    padding: 8px 0;
}

.submit_link {
    float: right;
    margin-right: 15px;
    padding: 4px 0;
}
.right_link {
    float: right;
    margin-right: 15px;
    padding: 8px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

/* Alerts */

#main h4.alert_info,
#main h4.alert_warning,
#main h4.alert_error,
#main h4.alert_success
{
    display: block;
    width: auto;
    margin: 20px;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}

#main h4.alert_info {
    background-color: #98d8f8;
    border-top: 1px solid #5085b5;
    border-bottom: 1px solid #5085b5;
    color: #082B33;
}

#main h4.alert_warning {
    background-color: #f5d1ad;
    border-top: 1px solid #ffac7c;
    border-bottom: 1px solid #ffac7c;
    color: #796616;
}

#main h4.alert_error {
    background-color: #F3D9D9;
    border-top: 1px solid #D20009;
    border-bottom: 1px solid #D20009;
    color: #7B040F;
}

#main h4.alert_success {
    background-color: #E2F6C5;
    border-top: 1px solid #79C20D;
    border-bottom: 1px solid #79C20D;
    color: #32510F;
}

span.saved {
    color: #79C20D;
    margin-left: 10px;
}

.hidden {
    display: none;
}

div.center {
    text-align: center;
}

td.notice {
    background-color: #E2F6C5;
}
td.warning {
    background-color: #f5d1ad;
}
td.error {
    background-color: #D20009;
    color: #fff;
}
