/*
Theme Name: BikeSmart
Theme URI: http://bikesmart.com
Description: Custom skin for BikeSmart product site, based off of Starkers (http://elliotjaystocks.com/starkers/)
Version: 1.0
Author: James Vreeland
Author URI: http://jamesvreeland.com
Tags: cycling, b2b
*/

body {
    color:          #666666;
    text-align:     center;
    font-family:    Arial,Helvetica,sans-serif;
    font-size:      12px;
    }
    
img {
    border: none;
    }
a {
    color:#666666;
    text-decoration: none;
    }    

.tr {
    text-align: right;
}

.pages {
    margin: 0;
    padding: 0;
}

.pages li {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.alignright {
    float: right;
}
.alignleft {
    float: left;
}


a:hover {
    color:#660000;
    text-decoration: underline;
    }
#wrapper {
    width:          950px;
    margin:         0 auto;
    text-align:     left;
    }

#header {
    text-align: center;
    }

.bar {
    background: url('img/h_fade.gif') repeat-y;
    text-align: right;
    padding: 5px 7px;
    color: #d7d7d7;
    }

.bar a {
    color: #d7d7d7;
    text-decoration: none;
    padding: 0px 4px;
    }

    
#content {
    background: url('img/content_bg.gif') repeat-y;
    }
    
#sidebar {
    width: 200px;
    float: left;
    }

#sidebar ul {
    margin: 20px 0 0;
    padding: 0;
}

#sidebar li {
    margin: 0;
    padding: 5px 0 5px 10px;
    list-style: none;
    }

#sidebar a {
    text-transform: uppercase;
    font-size: 1.25em;
    color: #d7d7d7;
    text-decoration: none;
    padding: 4px 7px;
    }

#sidebar a:hover {
    background: #7e7e7e;
    }
    
#sidebar a:after {
/*    content: " >"; */
    }

#payload {
    width: 750px;
    float: left;
    }

#payload p {
    padding: 0;
    margin: 0 0 10px 0;
}        

.copy {
    padding-left: 10px;
}

#product {
    margin: 30px;
    border-top: 1px solid #666666;
    padding-right: 10px;
}

#photos {
    float: left;
    width: 440px;
}
.post h2,
#product_info .post p  {
    padding-left: 15px;
}

.post h3 {
    font-size: 18px;
    padding: 15px 0 0 15px;
    border-top: 1px solid #666666;
    margin: 15px 0;
    }

#product_info { 
    float: left;
    width: 230px;
    border-left: 1px solid #666666;
}

#product_info p {
    padding-bottom: 15px;
}

#product_info ul {
    border-top: 1px solid #666666;
    margin: 10px 0 0;
    padding: 20px 15px;
    }
#product_info li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.subCat {
    margin-top: 25px;
    background: url("img/dot.gif") repeat-x;
    background-position: 0px 7px;
    color:#cc2229;
    font-weight: normal;
    text-transform: uppercase;
}

.subCat span {
    background: #ffffff;
    padding-right: 5px;
}

.prod {
    float: left;
    width: 30%;
    height: 200px;
    padding-left: 20px;
}

.prod a {
    text-decoration: none;
    color: #6e6e6e;
} 
 
 
.footerLinks {
    padding: 5px 0;
    text-align: right;
    color:#999999;
    font-size: 11px;
}        
.hider { 
    display:        none;
    }

.block {
    display:        block;
    }

.ac:after {
	content:        ".";
	display:        block;
	height:         0;
	clear:          both;
	visibility:     hidden;
    }

.ac { 
    display:        inline-block;
    }

/* Hides from IE-mac \*/
* html .ac { 
    height:         1%;
    }

.ac { 
    display:        block;
    }
/* End hide from IE-mac */