/* CSS Document - stylesheet for corningbikeworks.com */

/* ------------------- site-wide styles ------------------- */
body {
    margin:0 0 0 0; 
    padding:0 0 0 0; 
    background-color:#55a8cd;
    font-family: Georgia, Palatino, Garamond, serif; 
    font-size: 100%; 
    color:#542333;
    line-height:1.5em;
}

/* ------------------- text styles ------------------- */
h1 {
    font-family: "Helvetica", Arial, "Sans-Serif";
    font-size:2.5em;
    font-weight:normal;
}
.sitetitle {
    color:#55a8cd;  
    padding:15px 30px;
    line-height: 1em;
    margin: 0;
    text-shadow: 3px 3px 6px #0c2837;
}
h2 {
    font-size:2em; 
    font-weight:normal;
    line-height:2em;
    margin:0px;
}
p {
    font-size:1em;
    margin:0 0 1em 0;
    padding:0;
}
ol {
    font-size:1em;
}
ul {
    font-size:1em;
}
dt {
    font-weight: bold;
}
hr {
    color: #fff;
}
/* ------------------ image styles ------------------ */

.imgleft, .imgleft_small {
    margin:6px 15px 0 0;
    float:left;
}
.imgright {
    margin:6px 0 0 15px;
    float:right;
}
.imgshadow {
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    border: 0;
}
.imgborder {
    background-color: #fff;
    padding: 5px;
}
/* ------------------- link styles ------------------- */
a {
    text-decoration: none; 
    color:#cc3333; 
}
a:hover {
    text-decoration:underline; 
    color:#cc3333;
}
/* ------------------- div styles ------------------- */	
#wrap {
    margin:0 auto; 
    padding:0;
    width:750px; 
    max-width: 100%;
    background: url("cbwx_bg.jpg") #0c2837 repeat-x;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
#main_content {
    padding: 15px 30px;
    background-color:#f6f6e0;
}
#items {
    margin: 30px 0px;
    line-height:2.5em;
}
#items li {
    display: inline;
    margin-right: 30px;
    line-height:2.5em;
}
#footer {
    padding: 15px 30px 5px 30px;
}
/* ------------------ table styles ------------------ */
.bikesale {
    width: 650px;
    margin-bottom: 20px;
}
.bikesale tr:nth-child(even) {
    background-color: #f5f5eb;
    border-top: 1px solid white;
    
}
.bikesale tr:nth-child(odd) {
    background-color: #e8e8d3;
    border-bottom: 1px solid #e4dabc;
}
td {
    padding: 5px 10px;
}
.originalprice {
    text-decoration: line-through;
}
th {
    border-top: none;
    text-align: left;
}
.make {
    padding-left: 5px;
}
.saleprice, .year, .make, .model {
    font-weight: bold; 
}
.saleprice, .originalprice, .price {
    padding-right: 5px;
    text-align: right;
}
.sold td {
    color: #999;
    text-decoration: line-through;
}
caption {
    visibility: hidden;
    display: none;
}
sup {
    font-size: .5em;
}
