#corner-image {
    background: url("../images/corner.png") top left no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 467px;
    height: 366px;
    z-index: -1;
    opacity: 0.2;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

.content {
    background: url(../images/body.jpg) repeat;
    /* background-color: #007096; */
    padding-top: 10px;
    padding-bottom: 0px;
}

.boxed {
    padding-top: 20px;
    background: url(../images/bottom.jpg) no-repeat;
}
#footer p {
    border-top: 1px dotted #8a8571;
    padding: 10px 0;
    color: #b3b496;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

h1.site-logo a {
    border: 0px;
    height: 0 !important;
    overflow:hidden !important;
    padding-top: 94px;
    margin: 0 auto 10px auto; 
}

#tab-container {
    margin: 20px;
}
.tab-pane {
    margin: 20px;
}
/*#theTabs h1, #theTabs h2, #theTabs h3 {
    text-align:center;
    color: #a2ccd0;
}*/

/*#theTabs h2 {
    font-size: 22px;
}

#theTabs h3 {
    font-size: 16px;
}*/

/*#settings input, #settings textarea {
    width: 98%;
}*/

#settings .little-label {
    font-size: 0.65em;
    vertical-align: super;
}

#settings .row div {
    padding: 4px 0px;
}

.logo {
    text-align: center;
    /* margin-left: -111px; */
}

.logo img {
    max-width: 100%;
}

.brent {
    position: absolute;
    margin: -9px 0px 0px -21px;
}

ul {
    font-family: Georgia, Palatino, serif;
    color: #e8d4af;
}

iframe { 
    border: 6px solid #454439;
}

.hideMessage {
    font-family: arial;
    size: 1.3em;
    color: red;
    font-weight: bold;
    text-align: center;
}

.alert-success a:link {text-decoration: none; color: blue;}
.alert-success a:visited {text-decoration: none; color: blue;}
.alert-success a:active {text-decoration: none; color: blue;}
.alert-success a:hover {text-decoration: underline;}

.alert-error a:link {text-decoration: none; color: blue;}
.alert-error a:visited {text-decoration: none; color: blue;}
.alert-error a:active {text-decoration: none; color: blue;}
.alert-error a:hover {text-decoration: underline;}

.error > input, .error > textarea, .error > select {
    border: 1px solid red;
}
.error > .checkbox {
    border: 1px dotted red;
}

.success > input, .success > textarea, .success > select {
    border: 1px solid green;
}
.success > .checkbox {
    border: 1px dotted green;
}

.table-shirts tbody tr:nth-child(odd) td, .table-shirts tbody tr:nth-child(odd) th {
  background-color: #CCCCCC;
}
.table-shirts tbody tr:nth-child(even) td, .table-shirts tbody tr:nth-child(even) th {
  background-color: #999;
}

/* Navigation ==============================    */

#navigation {
    background: url(../images/navigation.jpg) no-repeat top center;
    height: 9px;
    padding: 23px 0px;
    margin-top: -22px;
}

#navigation li {
    float: left;
    margin-right: 5px;
}

#navigation a {
    color: #e8d4af;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    height: 19px;
    width: 140px;
    display: block;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}  

#navigation a:hover,
#navigation a.active { background: url(../images/navigation-hover.png);}                  
