
/*========== layout ===============*/

#wrapper {
    margin: 2% auto;
    width: 1024px;
    text-align: left;
}

/*======== general ================*/

html {
    background-image: url(../images/back-body.png);
    background-repeat: repeat-x;
    background-color: #d6d2c6;
}

body {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.clear-both {
    clear: both;
}

p {
    margin-bottom: 15px;
}

ul.spaced li {
    font-size: 1.2em;
    margin-bottom: 10px;
}

/*======== wrapper =================*/

#wrapper {
    background-color: #fff;
    padding: 1%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*========= header ================*/

#header {
    height: 100px;
    background-color: #d23900;
}

#header .images {
    position: relative;
    margin-left: 250px;
}

#header .images .banner img {
    width: 487px;
    height: 100px;
}

#header .images img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#header .brand {
    float: left;
    width: 250px;
    height: 100px;
    background-image: url(../images/back-orange.png);
}

#header .brand h1 {
    text-transform: lowercase;
    letter-spacing: -2px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    font-size: 34px;
    padding: 20px 0 0 20px;
}

#header .brand h1 .extra {
    font-size: 15px;
    letter-spacing: 0px;
}

#header .brand .inner {
    background-image: url(../images/back-cog.png);
    background-repeat: no-repeat;
    background-position: 155px center;
    height: 100px;
}

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

#header .brand .tagline {
    margin-top: 8px;
    font-size: 0.7em;
    margin-left: 20px;
    color: #222;
}

#header img {
    float: left;
    border-left: 5px #a23500 solid;
    border-right: 5px #a23500 solid;
}

/*========= nav-top ===============*/

#nav-top {
    float: right;
    height: 100px;
    background-image: url(../images/back-orange-rev.png);
    background-position: right;
    background-repeat: repeat-y;
    min-width: 250px;
}

#nav-top li {
    float: left;
    margin-top: 77px;
    margin-right: 3px;
}

#nav-top li a {
    border: 1px #f24920 solid;
    border-bottom: none;
    background-color: #f60;
    padding: 5px 8px 3px 8px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

#nav-top li a:hover {
    background-color: #fff;
    color: #f60;
}

/*========= sidebar ==============*/

#sidebar {
    float: left;
    width: 250px;
}

#sidebar .paypal {
    text-align: left;
    margin: 10px 5px 0 10px;
}

/*======== nav-left ===============*/

#nav-left {
    background-image: url(../images/back-orange.png);
    padding-bottom: 15px;
}

#nav-left h2 {
    text-align: right;
    width: 240px;
    padding: 0;
    margin: 10px 0 5px 0;
}

#nav-left li {
    border-bottom: 1px #ff6600 solid;
}

#nav-left li a {
    display: block;
    width: 240px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    padding: 3px 10px 3px 0;
}

#nav-left li a:hover {
    background-color: #f60;
}

/*========= main ==============*/

#main {
    border-top: 2px #f60 solid;
}

/*========= content ===========*/

#content {
    float: left;
    padding: 20px;
    display: block;
    width: 730px;
}

#content h2 {
    color: #5A5544;
    font-size: 1.6em;
    border-bottom: 1px #ddd solid;
    text-align: right;
    margin-bottom: 15px;
}

/*=========== footer =============*/

#footer {
    clear: both;
    text-align: center;
    margin: 20px;
    font-size: 12px;
    color: #aaa;
}

/*============ component ===============*/

.component {
    display: block;
    padding: 10px;
}

.component h3 {
    font-size: 1.4em;
}

.component h3,
.component h3 a {
    border-bottom: 1px #f96 solid;
    color: #333;
    padding: 0 0 5px;
    margin: 0 0 15px;
    text-decoration: none;
}

.component .image {
    float: left;
}

.component .image img {
    margin: 15px;
}

.component .stats {
    margin-bottom: 10px;
}

.component .stats .links {
    float: right;
    padding: 0;
    margin: 5px;
}

.component .desc {
    font-size: 0.9em;
    color: #444;
}

/*========== large component lists ============*/

.component-large .carousel {
    margin: 10px 0 0 10px;
}

.component-large h3 {
    margin-top: 15px;
}

/*======== sidebar components =========*/

#sidebar .component {
    padding: 5px;
    margin: 10px 0 10px 0;
}

#sidebar .component h3 a {
    font-size: 1em;
    margin-bottom: 5px;
    border-bottom: none;
}

#sidebar .component h3 {
    border-bottom: none;
}

#sidebar .component .container {
    padding: 10px;
    border: 1px #faa dashed;
}

#sidebar .component li {
    border-bottom: 1px #ccc solid;
}

#sidebar .component {}

#sidebar .component img {}

#sidebar .component .desc {
    font-size: 0.7em;
    color: #888;
}

#sidebar .component .links {
    text-align: center;
}

/*======= links =================*/

.links {
    padding: 10px 0 10px 0;
}

.links a,
.orange-button {
    font-size: 0.8em;
    background-color: #f60;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px #f30 solid;
}

.links a:hover {
    background-color: #fff;
    color: #f60;
}

.links a.important,
.orange-button {
    font-size: 1.3em;
}

/*========== component type page ===============*/

.component-type h2 {}

.component-type .intro,
.brand .intro {
    font-weight: normal;
    font-size: 0.8em;
    margin-bottom: 10px;
}

/*============ forms ======================*/

form fieldset {
}

form fieldset label {
    float: left;
    width: 150px;
    text-align: right;
    padding: 5px;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
    margin: 5px;
    width: 400px;
    border: 2px #fa6 solid;
    padding: 2px;
}

form fieldset textarea {
    height: 200px;
}

form fieldset.submit input {
    margin-left: 160px;
    background-color: #f60;
    color: #fff;
}

/*======== tables ==============*/

table {
    border: 1px #ccc solid;
    margin: 10px;
    width: 100%;
    border-collapse: separate;
}

table thead tr {
    background-color: #ccc;
}

table th, table td {
    padding: 5px;
}
table th, table tbody td {
    border-bottom: 1px #ccc solid;
}

table tbody tr:hover {
    background-color: #fec;
}

table tfoot td.total {
    background-color: #222;
    color: #fff;
}

/*========= admin ===============*/

.admin .nav li,
.admin .nav .label {
    float: left;
    margin: 5px;
    padding: 5px;
}

.admin .nav .label {
    font-weight: bold;
}

.admin h2,
.admin h3 {
    clear: left;
}

.admin h3 {
    font-size: 1.2em;
    margin: 20px 0 15px 0;
}

.admin ul {
    margin-bottom: 30px;
}

.admin-home li {
    margin: 10px;
}

.admin-home li h3 {
    font-size: 1.2em;
}

.admin-home li p {
    font-style: italic;
}

/*======= admin images ============*/

.admin-images li.image {
    clear: left;
    padding: 15px;
}

.admin-images li.default-image {
    border: 5px #4FA64A solid;
}

.admin-images li.image img {
    float: left;
    width: 230px;
}

.admin-images li.image fieldset {
    float: left;
    padding: 0 0 0 20px;
}

.admin-images li.image fieldset input.delete {
}

.admin-images li.image fieldset input.default {
}

.admin-images li.image fieldset a {
    display: block;
    height: 30px;
    background-image: url(../images/icons/delete.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px 40px 0 0;
}

/*======= messages =============*/

.msg {
    border: 1px #000 solid;
    padding: 10px;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.msg-success {
    background-color: #4fa64a;
    border-color: #2d8428;
    color: #fff;
}

.msg-deleted {
    background-color: #faa;
    border-color: #c33;
    color: #000;
}

/*=========== brands =============*/

.brand .website {
    text-align: right;
    font-size: 0.8em;
    margin-bottom: 10px;
}

/*====== jcarousel ==========*/

.jcarousel-list li,
.jcarousel-item {
    width: 80px;
    height: auto;
    margin: 5px;
    border: 1px #aaa solid;
}

/*======= checkout =============*/

.checkouts form, .checkouts div {
    display: block;
    float: left;
}

.checkouts div {
    padding: 5px 15px 0px 15px;
}

.checkout-terms {
    padding: 15px;
}

.checkout-terms label {
    padding-left: 10px;
}