/*
    Basic 2 Template
    101 Design Pty Ltd
    http://www.101design.com.au
*/

/* Pagination */

.pagination ul {
    margin: 0 0 1em 0; padding: 0;
}

.pagination ul li {
    display: inline-block; *display: inline; *zoom: 1;
    margin: 0; padding: 0;
    list-style: none outside;
}

.pagination li span,
.pagination li a {
    display: block;
    margin: 0 0.5em 0 0; padding: 0.2em 0.5em;
    list-style: none outside;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 0.5em;
    font-size: 1em; line-height: 1;
    color: #666;
}

.pagination li a:hover {
    background: #09c;
    border-color: #09c;
    color: #fff;
    text-decoration: none;
}

.pagination li.active span {
    font-weight: bold;
    background: #ccc;
    border-color: #ccc;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    float: none;
}


/* Messages */

.success-box,
.error-box,
.notice-box {
    position: relative; overflow: hidden;
    margin: 0 auto 1em auto; padding: 0.5em;
    border: none; border-left: 5px solid #ccc;
    background-color: #fff;
    -moz-box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.1);
    -webkit-box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.1);
    font-size: 1em; line-height: 1.2;
    text-align: center; color: #333;
}

.success-box.fadein,
.error-box.fadein,
.notice-box.fadein {
    display: none;
}

.success-box p,
.error-box p,
.notice-box p {
    margin-bottom: 0.2em;
}

.success-box > *:last-child,
.error-box > *:last-child,
.notice-box > *:last-child {
    margin: 0;
}

.success-box > ul,
.error-box > ul,
.notice-box > ul {
    list-style: outside none;
}

.success-box > ul > li,
.error-box > ul > li,
.notice-box > ul > li {
    margin-left: 0;
}

.success-box {
    border-color: #46b450;
}

.error-box {
    border-color: #c43c35;
}

.notice-box {
    border-color: #ffb900;
}

/* Button Links */

a.button,
a.button:focus {
    position: relative; display: inline-block; *display: inline; *zoom: 1;
    overflow: visible;
    width: auto;
    margin: 0; padding: 0.4em 0.75em;
    outline: medium none;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background: #9b9b9b; /* Top, Bottom */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f1f1f1');
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f1f1f1);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 80%);
    font: bold 1em/1 Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
}

a.button:hover,
a.button:active {
    border: 1px solid #d4d4d4;
    box-shadow: none;
    background: #f2f2f2; /* Top, Bottom */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
    background: -moz-linear-gradient(top,  #f2f2f2,  #ffffff);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 80%);
    color: #333;
    text-decoration: none;
}

.button.small,
.button.small:focus,
.button.small:hover,
.button.small:active {
    padding: 0.3em 0.5em;
    font-size: 0.9em; line-height: 1; font-weight: normal;
}

/* Interface Font */

.button.small,
.button.small:focus,
.button.small:hover,
.button.small:active,
form.formtools button,
form.formtools input[type="reset"],
form.formtools input[type="button"],
form.formtools input[type="submit"],
a.button,
.ui-tabs .ui-tabs-nav li {
	font-family: 'source_sans_pro', Arial, Helvetica, sans-serif; font-weight: 500;
}

/* Doc Links */

ul.doc-links {
    padding-left: 0;
}

li.link-pdf {
    padding: 0 0 0 25px;
    list-style: none outside;
    background: transparent url('../img/icons/pdf/pdf_16x16.png') 0 0 no-repeat;
}

/* Pyro Admin Toolbar */

#pyro_admin_toolbar {
    box-sizing: border-box;
    font-size: 12px; line-height: 1;
    position: fixed; top: 0px; left: 0; z-index: 9999;
    display: inline-block; *display: inline; *zoom: 1;
    height: 32px;
    padding: 4px 4px;
    backface-visibility: hidden;
    background-color: #444;
    background-image: url('../../../../../system/cms/themes/pyrocms/img/nav-grain.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #333333));
    background-image: url('../../../../../system/cms/themes/pyrocms/img/nav-grain.png'), -webkit-linear-gradient(top, #555555, #333333);
    background-image: url('../../../../../system/cms/themes/pyrocms/img/nav-grain.png'), -moz-linear-gradient(top, #555555, #333333);
    background-image: url('../../../../../system/cms/themes/pyrocms/img/nav-grain.png'), -ms-linear-gradient(top, #555555, #333333);
    background-image: url('../../../../../system/cms/themes/pyrocms/img/nav-grain.png'), -o-linear-gradient(top, #555555, #333333);
    background-image: url('../../../../../system/cms/themes/pyrocms/img/nav-grain.png'), linear-gradient(top, #555555, #333333);
    background-repeat: repeat-x;
    border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #6e6e6e;
    border-radius: 0 0 0.5em 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
       -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
    font-family: 'open_sans', Helvetica,Arial,sans-serif;
    font-size: 12px; line-height: 1;
    color: #999; text-shadow: 0 1px 0 #111;
    outline: 0 !important;
}

#pyro_admin_toolbar * {
    outline: 0 !important;
    box-sizing: border-box;
}

#pyro_admin_toolbar > * {
    display: inline-block; margin: 0 0.2em;
    line-height: 20px;
}

#pyro_admin_toolbar .dashboard {
    width: 20px; height: 20px;
    margin: 0; padding: 4px;
    background-image: url('../../../../../system/cms/themes/pyrocms/img/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 95%;
    text-indent: -9999px;
    display: none;
}

#pyro_admin_toolbar .edit a {
    color: #bfbfbf;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background: none repeat scroll 0 0 padding-box rgba(0, 0, 0, 0.2);
    border: 1px solid #222;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #666 inset, 0 1px 2px 0 #555 inset, 0 1px 1px 0 #555;
    color: #bbb;
    padding: 0.4em 0.75em;
    -webkit-transition: 200ms linear all;
     -moz-transition: 200ms linear all;
       -o-transition: 200ms linear all;
          transition: 200ms linear all;
}

#pyro_admin_toolbar .edit a:hover {
    background: none repeat scroll 0 0 rgba(82, 73, 73, 0.3);
    box-shadow: 0 2px 4px 0 #111 inset, 0 1px 2px 0 #555 inset, 0 1px 1px 0 #555;
    color: #fff;
    text-decoration: none;
}

.admin-edit a {
    padding: 0.2em 0.8em;
    border-radius: 5px;
    background: #eee;
    text-decoration: none;
    font-size: 0.8em; line-height: 1;
    color: #666;
}

.admin-edit a:hover {
    background: #999;
    color: #fff;
}

#pyro_admin_toolbar .user {
    margin: 0;
    font-weight: bold; font-style: italic;
}

#pyro_admin_toolbar a {
    color: #fff;
}

#pyro_admin_toolbar:hover {
    opacity: 1;
}

@media only screen and (max-width: 979px) /* Tablet/Mobile */ {
    #pyro_admin_toolbar {
        display: none !important;
    }
}

/* Module: Users */

form.register-form,
form.users-form {
    width: 30.75em;
    padding: 1em;
    border: 1px solid #ccc;
}

form.users-form .form_buttons,
form.register-form .form_buttons,
form.users-form .reset_pass {
    margin-left: 12em;
}

form.users-form .reset_pass a {
    font-size: 0.9em;
}

#register-form-captcha {
    width: 7em !important;
}

#user_header_menu {
    position: absolute; top: 1em; right: 1em;
}

#user_profile_container {
    padding: 1em;
    border: 1px solid #ccc;
}

table.user-details {
    width: 100%;
    margin: 0 0 1em 0;
}

table.user-details th,
table.user-details td {
    padding: 0 1em 0.1em 0;
}

table.user-details th {
    width: 10em;
    text-align: left;
}

#user_edit li {
    clear: both;
    margin: 0 0 5px 0;
    list-style: none;
}

#user_edit legend {
    font-weight: bold;
}

#user_edit input[type="text"],
#user_edit input[type="password"],
#user_edit textarea {
  width: 400px;
}

#user_edit select[name=dob_month] {
    width: 100px !important;
}

#user_edit select[name=dob_day] {
    width: 50px !important;
}

#user_edit select[name=dob_year] {
    width: 50px !important;
}

#user_edit select[name=gender] {
    width: 100px !important;
}

form.register-form .recaptcha-panel {
    display: block; float: left;
    width: 250px;
}

/* Module: Blog & Comments */

.blog #content > div > aside h3 {
    margin: 0 0 0.5em 0;
    font-weight: normal;
    font-family: 'open_sans',Arial,Helvetica,sans-serif;
}

.blog #content > div > aside li {
    margin: 0 0 0.5em 0.5em;
    font-size: 0.8em; line-height: 1.1;
}

.blog article {
    margin: 0 0 1em 0;
}

.blog article.post header.meta {
    background: #fcfcfc;
    margin: 0 0 1em 0; padding: 0.5em 0;
    font-size: 0.9em;
}

.blog article.post.summary .meta {
    background: #fcfcfc;
    margin: 0 0 1em 0; padding: 0.5em 0;
    font-size: 0.8em; line-height: 1;
}

.blog article h2,
.blog article h3 {
    margin-bottom: 0.5em;
}

.blog article header .meta,
.blog main .date,
.blog main .author {
    font-size: 0.9em; color: #666;
}

.blog main .posts .post {
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

.blog main .posts .post:first-child {
    padding-top: 0;
    border: none;
}

.blog article.post.summary h1 {
    font-size: 1em;
}

.blog article.post.summary .body {
    margin: 0 0 1em 0;
}

.blog article.post footer {
    margin-top: -1em;
    text-align: right;
}

.blog article .readmore {
    display: block; float: right;
    font-size: 0.9em;
}

.comment-messages > div {
    margin: 0 0 1em 0; padding: 1em;
    border: 1px solid #ccc;
}

.comment-messages > div > p {
    color: #000;
}

.comment-messages .success {
    background-color: #d1eed1;
    border-color: #bfe7bf;
}

.comment-messages .error {
    background-color: #fddfde;
    border-color: #fbc7c6;
}

.blog #create-comment .recaptcha-panel {
    display: block; float: left;
    width: 250px;
}

/* Widgets */

.widgets {
	margin: 0 0 1em 0;
}

.widget header h1 {
	font-size: 1em;
	margin: 0 0 1em 0;
}

/* Cycle2 Plugin */

.cycle-slideshow {
    z-index: 0;
}

.cycle-slideshow .cycle-slide,
.cycle-slideshow .cycle-slide > a,
.cycle-slideshow .cycle-slide > img,
.cycle-slideshow .cycle-slide > a > img {
    display: block;
    width: 100%; height: auto;
}

.cycle-slideshow .cycle-slide  {
    display: none; position: relative;
}

.cycle-slideshow .cycle-slide:first-child {
    display: block;
}

.cycle-slideshow .cycle-caption {
    position: absolute; left: 0; bottom: 0;
    width: 100%;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.5); color: #fff;
}

/* jQuery UI */

.ui-widget,
.ui-helper-reset {
    font-size: inherit;
}

.ui-widget-content {
    background: transparent;
}

.ui-accordion .ui-accordion-header {
    border: none; border-radius: 0;
    background: transparent;
    font-size: 1.2rem;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #000;
}

.ui-accordion-header-icon::after {
    color: #000;
}

.ui-accordion .ui-widget-content {
    border: none;
}

.ui-accordion .ui-accordion-content {
    padding: 0 1em;
}

.ui-widget.ui-widget-content {
    padding: 0;
    border: none; border-radius: 0;
}

.ui-tabs .ui-tabs-nav {
    border: none; border-bottom: 1px solid #ccc; border-radius: 0;
    background: transparent;
}

.ui-tabs.ui-state-default,
.ui-tabs.ui-widget-content .ui-state-default,
.ui-tabs.ui-widget-header .ui-state-default {
    background: transparent;
    border-color: #eee;
}

.ui-tabs .ui-tabs-nav li {
    position: relative; top: 1px;
    border-bottom: 1px solid #ccc;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    position: relative; top: 0px;
    border-bottom: 1px solid #ccc;
}
