body {
    background-color: rgb(230,229,224);
}

a {
    color: rgb(0,142,163);
}

a.item_action:hover {
    color: rgb(4,68,77);
}

table.layout {
    border: 0;
    border-collapse: collapse;
}

table.layout td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#head {
    width: 100%;
    background-color: rgb(56,62,64);
    border-bottom: 3px solid rgb(0,177,204);
}

#head .container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 20px 10px 0 10px; /* leave room above for topnav (if user has long email address) */
}

#sitename {
    width: 1000px;
    font-size: 140%;
    font-family: Trebuchet MS, Arial;
    font-weight: bold;
    padding-top: 10px;
}

#sitename a {
    text-decoration: none;
    color: rgb(255,255,255);
}

#tagline {
    font-size: 90%;
    color: rgb(255,255,255);
}

#logo {
    float:left;
    margin-right:30px;
    margin-bottom:10px;
    border: 0;
}

#topnav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-family: Trebuchet MS;
    background-color: rgb(230,229,224);
    color: rgb(104,106,86);
    font-size: 80%;
    font-weight: bold;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

#topnav a {
    color: rgb(104,106,86);
}

#topnav a:hover {
    color: rgb(46,47,39);
    text-decoration: none;
}

#tabs { 
    width: 1000px;
    margin: 10px auto 0 auto;
    clear: both;
}

#tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 4px 0;
}

#tabs li {
    display: inline;
}

#tabs li.spacer {
    padding-left: 30px;
}

#tabs ul li.right {
    float:right;
}

#tabs a {
    text-decoration: none;
    color: White;
    background-color: rgb(0,177,204);
    padding: 5px 10px 4px 10px;
    border-bottom: 3px solid rgb(0,177,204);
}

#tabs a:hover {
    background-color: rgb(1,119,137);
}

#tabs a.active {
    font-weight: bold;
    padding-top: 8px;
    background-color: rgb(255,255,255);
    color: rgb(1,119,137);
    border: 1px solid rgb(0,177,204);
    border-bottom: 0 none ! important;
    padding-bottom: 7px;
}

/* admin style override */
#head.admin {
    border-bottom-color: rgb(110,140,150);
}

#tabs li.admin.first {
    margin-left: 40px;
}

#tabs li.admin a {
    background-color: rgb(110,140,150);
}

#head.admin li a {
    border-bottom-color: rgb(110,140,150);
}

#tabs li.admin a:hover {
    background-color: rgb(62,80,86);
    color: rgb(255,255,255);
}

#tabs li.admin a.active {
    background-color: rgb(255,255,255);
    border-color: rgb(110,140,150);
    color: rgb(62,80,86);
}

#middle {
    background-color: rgb(255,255,255);
}

#main-layout {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 0;
}

#content {
    padding: 10px 10px 100px 10px;
    vertical-align: top;
    width: 780px;
}

#sidebar {
    vertical-align: top;
    width: 200px;
    font-family: Trebuchet MS;
    font-size: 90%;
    color: rgb(120,120,120);
    padding-bottom: 100px;
}

#sidebar h4 {
    padding-bottom: 2px;
    border-bottom: 1px solid rgb(180,180,180);
    margin-bottom: 4px;
}

#sidebar hr {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgb(180,180,180);
}

#sidebar .inner {
    padding: 10px;
    margin-top: 40px;
}

#footer {
    text-align: center;
    border-top: 3px solid rgb(180,180,177);
    background-repeat: repeat-x;
    color: rgb(107,108,96);
    font-size: 80%;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
}

#footer .container {
    width: 1000px;
    margin: 0 auto;
}

#footer a {
    color: rgb(151,152,144);
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
    background: rgb(151,152,144);
    color: rgb(255,255,255);
}


/* forms */
input.big {
    font-size: 130%;
}

input.nice, select.nice, textarea.nice {
    font-family: Trebuchet MS;
    width: 260px;
    padding: 3px;
    border: 1px solid #ccc;
}

input.widest {
    width: 80%;
}

label {
    font-family: Trebuchet MS;
    font-weight:bold;
    color: rgb(80,80,80);
    display: inline-block;
    margin: 3px 0;
}

label.optional {
    color: rgb(160,160,160);
}

input.button, button {
    padding: 5px 10px;
    font-family: Trebuchet MS;
    font-weight: bold;
}

.field-note {
    font-size: 75%;
    color: rgb(120,120,120);
}

.field-info {
    padding: 10px;
    font-size: 90%;
    background-color: rgb(255,245,190);
}

input.bg-image {
    padding-left: 18px;
}

input.nice.bg-image {
    width:244px;
}

input.bg-image {
    background-repeat: no-repeat;
    background-position: 2px 4px;
}

input.bg-image.money {
    background-image: url(/Content/Images/field-bg-money.gif);
}

/* validation */
/* (for server-side validation errors) */
.validation-summary-errors {
    color: #c00;
}

.field-validation-error {
    display: block;
    color: rgb(200,0,0);
    margin-top: 3px;
    padding-left: 20px;
    background-image: url(/Content/Images/validation-warn.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

/* client-side validation errors */
.invalid {
    display: block;
    color: rgb(200,0,0);
    margin-top: 3px;
}

.invalid.inline-icon {
    padding-left: 20px;
    background-image: url(/Content/Images/validation-warn.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

label.label-invalid {
    background-image: url(/Content/Images/validation-warn.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    color: rgb(200,0,0);
}

label.label-valid {
    background-image: url(/Content/Images/validation-success.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

label.validation-icon-before {
    background-position: left !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

/* search results */
.results .count {
    padding: 0 10px;
    font-weight: bold;
    color: rgb(140,140,140);
}

.results a {
    font-weight: bold;
}

.results a:visited, .list a:visited {
    color: rgb(4,68,77);
}

table.results td {
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}

.results .info {
    padding-left: 10px;
}

.results .summary {
}

.pages {
    border-top: 1px solid rgb(220,220,220);
    padding-top: 10px;
    margin: 15px 0;
    font-weight: bold;
    color: rgb(80,80,80);
}

.pages .page {
}

/* home page */
#home-search {
    font-size: 120%;
    padding: 10px 0;
    font-family: Trebuchet MS;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    background-color: rgb(230,229,224);
    color: rgb(56,62,64);
}

#home-search label {
    color: inherit;
}

#search-under.inactive {
    color: rgb(133,144,147);
}

.home-box {
    padding: 20px 0;
}

.home-box h2 {
    margin-top: 0;
}

/* faq */
#faq {
    padding-bottom: 200px;
}

#faq_quicklinks {
    padding: 10px;
    font-size: 90%;
}

#faq_quicklinks h3 {
    margin: 0;
}

#faq_quicklinks ul {
    margin: 0;
    padding: 10px;
    list-style-position: inside;
    line-height: 24px;
}

#faq_answers h3 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 28px;
    color: rgb(133,144,147);
}

#faq_answers h4 {
    margin-top: 30px;
    font-size: 120%;
    color: rgb(0,177,204);
}

#faq_answers p {
    margin-top: 0;
}

.back-to-top {
    font-size: 11px;
    margin-left: 5px;
}

/* listing view count */
#listing_views {
    padding: 5px;
    background-color: rgb(230,229,224);
    color: rgb(133,144,147);
}


