/* ---------------------------------------
   CSS RESET
   --------------------------------------- */

body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* ---------------------------------------
   GLOBALS
   --------------------------------------- */

html {
    background: url(../images/background.jpg) top left repeat;
    height: 100%;
}

body {
    color: #4a4a4a;
    font-family: 'Francois One', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding-top: 80px;
}

p {
    margin-bottom: 18px;
}

a {
    color: #115bb5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    margin-top: -1px;
}

/* ---------------------------------------
   HEADER
   --------------------------------------- */

#header {
    background: url(../images/header-back.jpg) top left repeat-x;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    display: block;
    height: 49px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

h2#logo {
    background: url(../images/ff-logo.gif) 6px 4px no-repeat;
    color: #ffffff;
    display: block;
    font-size: 22px;
    height: 33px;
    left: 4px;
    padding: 7px 0px 10px 50px;
    position: absolute;
    text-shadow: 0px -1px #61500b;
    text-transform: uppercase;
    top: 4px;
    width: 300px;
}

#log-info {
    display: block;
    width: 350px;
    position: absolute;
    right: 0px;
    top: 0px;
}

a#sign-out, a#sign-in {
    background: #ae9841;
    display: block;
    float: right;
    font-size: 16px;
    margin-left: 15px;
    color: #61500b;
    padding: 13px 15px 14px 15px;
    text-shadow: 0px 1px #c5b67c;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

a#sign-out:hover, a#sign-in:hover {
    background: #a48d39;
    color: #665308;
    text-shadow: 0px 1px #b8a86c;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

#log-info  p {
    text-align: right;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 13px 0px;
    text-shadow: 0px -1px #918335;
}

/* ---------------------------------------
   NOTICES
   --------------------------------------- */

div.field, div.actions {
    margin-bottom: 10px;
}

#notice {
    color: green;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
}

#error_explanation ul li {
    font-size: 12px;
    list-style: square;
}
/* ---------------------------------------
   CONTENT
   --------------------------------------- */

#container {
    margin-left: 240px;
    height: 100%;
}

#content {
    background: #ffffff url(../images/content-back.jpg) top left no-repeat;
    box-shadow: 0 0 10px 0 rgba(94, 94, 94, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(94, 94, 94, 0.5);
    width: 100%;
    height: 100%;
    float: left;
}

#wrapper {
    width: 830px;
}

.post {
    float: left;
    padding: 30px 20px 30px 30px;
}
#client_managed {
    float: left;
    padding: 10px 20px 0px 30px;
    font-size: 14px;
    clear: left;
}
#client_managed ul li {
    float: left;
    padding-left: 22px;
}
.frame {
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(210, 210, 210, 0.4);
    -webkit-box-shadow: 0 0 6px 0 rgba(210, 210, 210, 0.4);
    border: 1px solid #d8d8d8;
    width: 540px;
    margin: 10px 0px 50px 0px;
    padding: 25px;
}
.post ul {
    margin-bottom: 18px;
}

.post ul li {
    /* background: url(../images/bullet.jpg) 3px 4px no-repeat; */
    padding-left: 22px;
    margin-bottom: 5px;
}

.post h2 {
    color: #ae9641;
    font-size: 18px;
    text-transform: uppercase;
}

#additional {
    display: block;
    float: left;
    width: 180px;
    margin-top: 32px;
}

#additional h3 {
    font-size: 17px;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 7px;
}

#additional ul {
    background: url(../images/additional-back.jpg) top left no-repeat;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

#additional ul li {
    background: url(../images/add-li-back.jpg) left bottom no-repeat;
}

#additional ul li a {
    background: url(../images/drop-link.gif) 15px 14px no-repeat;
    color: #ffffff;
    cursor: move;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 40px;
    line-height: 14px;
    text-decoration: none;
    transition: background-color 200ms ease-in;
    -webkit-transition: background-color 200ms ease-in;
    -moz-transition: background-color 200ms ease-in;
}

#additional ul li a:hover {
    background-color: #515151;
    transition: background-color 300ms ease-in;
    -webkit-transition: background-color 300ms ease-in;
    -moz-transition: background-color 300ms ease-in;
}

.manage_options {
    float: right;
    margin: 0;
    padding: 0;
}
.manage_options li {
    padding-bottom: 4px;

}

/* ---------------------------------------
   FORMS
   --------------------------------------- */

form {
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(210, 210, 210, 0.4);
    -webkit-box-shadow: 0 0 6px 0 rgba(210, 210, 210, 0.4);
    border: 1px solid #d8d8d8;
    width: 540px;
    margin: 10px 0px 50px 0px;
    padding: 25px;
}

form ul li {
    display: block;
    clear: left;
    margin-top: 20px;
}

label {
    color: #343434;
    display: block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    width: 160px;
    margin-top: 5px;
}

select #source {
    clear: none;
}

input[type=text], input[type=password] {
    background: #ffffff;
    border: 1px solid #c1c1c1;
    width: 250px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 0 3px rgba(240, 240, 240, 0.8);
    -webkit-box-shadow: 0 0 0 3px rgba(240, 240, 240, 0.8);
}

input.small_text {
    width: 50px;
}

textarea {
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #c1c1c1;
    width: 320px;
    height: 110px;
    padding: 6px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 0 3px rgba(240, 240, 240, 0.8);
    -webkit-box-shadow: 0 0 0 3px rgba(240, 240, 240, 0.8);
}

input[type=submit] {
    background: url(../images/submit-btn.gif) 0px 0px repeat-x;
    border: 1px solid #6f6634;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 27px;
    margin-left: 180px;
    text-align: center;
    padding: 0px 25px;
    font-family: 'Francois One', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-shadow: 0px -1px #83733c;
    color: #ffffff;
}

input[type=submit]:hover {
    background: url(../images/submit-btn.gif) 0px -27px repeat-x;
    box-shadow: 0 0 4px 2px rgba(234, 225, 198, 0.8);
    -webkit-box-shadow: 0 0 4px 2px rgba(234, 225, 198, 0.8);
}

input.number_field {
    width: 40px;
}

/* ---------------------------------------
   SELECT
   --------------------------------------- */

.dropdown dd, .dropdown dt, .dropdown ul {
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    margin-left: 160px;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover {
    color: #5d4617;
    border: 1px solid #c1c1c1;
}

.dropdown dt a {
    background: #ffffff url(../images/drop-arrow.gif) no-repeat scroll right center;
    display: block;
    padding-right: 0px;
    border: 1px solid #c1c1c1;
    width: 250px;
    padding: 5px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 0 3px rgba(240, 240, 240, 0.8);
    -webkit-box-shadow: 0 0 0 3px rgba(240, 240, 240, 0.8);
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
}

.dropdown dd ul {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #C5C0B0;
    display: none;
    font-family: Arial, sans-serif;
    left: 0px;
    padding: 0px;
    position: absolute;
    top: 4px;
    width: auto;
    min-width: 260px;
    list-style: none;
    margin: 0px;
}

.dropdown dd ul li {
    padding: 0px;
    margin: 0px;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 0px;
    display: block;
    padding: 5px;
}

.dropdown dd ul li a:hover {
    background-color: #d0c9af;
}

.dropdown_value {
    display: none;
}


/* ---------------------------------------
   SIDEBAR
   --------------------------------------- */

#sidebar {
    background: url(../images/sidebar-back.jpg) top left no-repeat;
    box-shadow: 4px 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 0 0 2px rgba(0, 0, 0, 0.5);
    float: left;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 210px;
    margin-right: 40px;
}

ul#side-nav {
    padding-top: 70px;
}

#side-nav li {
    background: url(../images/list-back.jpg) bottom left no-repeat;
}

#side-nav li a {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 1px;
    padding: 10px 10px 15px 46px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 200ms ease-in;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color 200ms ease-in;
}

#side-nav li a.first {
    background: url(../images/gear-icon.gif) 20px 10px no-repeat;
}

#side-nav li a.second {
    background: url(../images/heart-icon.gif) 20px 10px no-repeat;
}

#side-nav li a.third {
    background: url(../images/food-icon.gif) 20px 10px no-repeat;
}

#side-nav li a.fourth {
    background: url(../images/time-icon.gif) 20px 10px no-repeat;
}

#side-nav li a.fifth {
    background: url(../images/comment-icon.gif) 20px 10px no-repeat;
}

#side-nav li ul li {
    background: none;
}

#side-nav li ul a {
    color: #9c9c9c;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 5px 0px 5px 46px;
    text-transform: none;
}

#side-nav li ul {
    padding-bottom: 20px;
}

#side-nav li a:hover {
    color: #c3b36e;
    transition: color 300ms ease-in 100ms;
    -webkit-transition: color 300ms ease-in 100ms;
    -moz-transition: color 300ms ease-in 100ms;
}

#tiles {
    display: block;
    margin-top: 30px;
    margin-left: -10px;
    width: 200px;
}

#tiles img {
    display: block;
    margin-bottom: 7px;
}

/* ---------------------------------------
   FOOTER
   --------------------------------------- */

#footer {
    clear: both;
    height: 120px;
    margin: 0px auto;
    padding: 30px 0px;
    width: 1060px;
}

h4#foot-logo a {
    background: url(../images/footer-logo.gif) top left no-repeat;
    display: block;
    float: right;
    height: 36px;
    text-indent: -9000px;
    width: 130px;
}

ul#footer-nav {
    display: block;
    height: 20px;
    width: 700px;
}

ul#footer-nav li {
    display: block;
    float: left;
    margin-right: 25px;
}

ul#footer-nav li a {
    color: #96938b;
}

#footer p {
    color: #96938b;
    padding-top: 20px;
}

/* ---------------------------------------
   TABLES
   --------------------------------------- */

table.std_format_table {
    width: 100%;
}

table.std_format_table thead {
    border-bottom: 1px solid #000;
}

table.std_format_table th {
    padding-bottom: 8px;
    text-transform: uppercase;
}

table.std_format_table td {
    padding: 8px 0 8px 0px;
    border-bottom: 1px solid #ccc;
}

table.plan_spec {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

table.plan_spec label {
    width: auto;
    
}
table.plan_spec td {
    width: 120px;
    padding: 6px;
}


.active {
    background-color: #F5EBCC;
}