/*
Theme Name: Starters
Theme URI: http://pdxws.com
Description: The fresh start to a PDXWS Wordpress theme.
Version: 1.0
Author: Samuel Hulick
Author URI: http://pdxws.com
Tags: portland web studio
*/

@import "style/reset.css";

html {
    background-color: #333;
}

body {
    margin: 60px auto 0 auto;
    width: 890px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10pt;
}

#body {
    padding-right: 40px;
    border: 20px solid #595959;
    background-color: #fff;
    color: #444;
}

#logo {
    float: left;
    border: none;
}

#main-nav {
    float: right;
    width: 600px;
    padding-top: 80px;
    text-align: right;
}

#main-nav a {
    color: #333;
    border-bottom: 1px solid transparent;
    padding: 0 12px;
    font-size: 1.1em;
}

#main-nav a:hover, #main-nav .youarehere {
    text-decoration: underline;
}

#hr {
    clear: both;
    border-top: 1px solid #dcdcdc;
    padding: 1px;
    border-bottom: 1px solid #dcdcdc;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #69c;
    border-bottom: 1px solid #69c;
}

#sidebar {
    background-color: #f3f3f3;
    float: left;
    width: 180px;
    padding: 20px;
}

#sidebar h3 {
    font-size: 1.4em;
    padding-bottom: 6px;
}

#sidebar h4, #sidebar h5 {
    color: #cd3301;
}

#sidebar h4 {
    padding: 6px 0;
    font-size: 1.1em;
}

#locations {
    
}

#locations a {
    display: block;
    margin-top: 6px;
    padding: 4px 2px;
    color: #444;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdcd6;
}

#locations a:hover {
    background-color: #7d7e83;
    color: #ffffec;
}

.sidebarbucket {
    margin-top: 24px;
    border-top: 2px dotted #dfdcd6;
    padding-top: 12px;
}

.sidebarbucket p {
    padding: 6px 0;
    font-size: .9em;
}

.sidebarbucket a, .arrowy {
    padding-right: 12px;
    background: transparent url(images/blarrow.gif) 100% 50% no-repeat;
    border-bottom: none;
    font-size: .8em;
}

#designerlink {
    background: transparent url(images/designer_btn.png) 0 50% no-repeat;
    padding: 10px 0 10px 52px;
}

#twitterlink {
    background: transparent url(images/twitter_btn.jpg) 0 50% no-repeat;
    padding: 8px 0 8px 38px;
}

#facebooklink {
    background: transparent url(images/facebook_btn.jpg) 0 50% no-repeat;
    padding: 8px 0 8px 38px;
}

.post {
    float: left;
    width: 560px;
    padding: 0 0 30px 30px;
}

h2 {
    font-size: 1.8em;
    color: #cd3301;
    margin: 12px 0;
}

#intro-slideshows {
    border: 12px solid #575757;
    width: 550px;
}

#intro-slideshows td {
    width: 50%;
    height: 162px;
    border: 6px solid #575757;
}

.post p {
    margin: 6px 0 12px 0;
    line-height: 1.8em;
}

.post h5 {
    color: #cd3301;
    margin-top: 24px;
}

.homebucket {
    float: left;
    width: 160px;
    margin-top: 24px;
}

.homebucket h5 {
    margin: 12px 0 6px 0;
}

.homebucket a {
    font-size: .8em;
}


#phone-slug {
    display: block;
    padding: 6px;
    text-align: right;
    color: #cd3301;
}

.imagebucket {
    width: auto;
    border: 1px solid #c7c7c7;
    margin-top: 6px;
    padding: 3px;
    text-align: center;
}

.imagebucket p {
    margin: 0;
    border: 1px solid #c7c7c7;
    background-color: #e3e3e3;
    padding: 3px 0;
    font-size: .7em;
}

.imageleft {
    float: left;
    margin-right: 12px;
}

.imageright {
    float: right;
    margin-left: 12px;
}

.large {
    font-size: 1.2em;
}

#showcase {
    border: 3px solid #e4e4e4;
}

#showcase td {
    border: 2px solid #e4e4e4;
}

#showcase a {
    display: block;
    width: 185px;
    text-align: center;
    padding-top: 140px;
    border-bottom: 0;
    padding-bottom: 6px;
    background: transparent url(images/default.png) 50% 12px no-repeat;
}

#showcase a:hover {
    background-color: #f3f3f3;
}

#showcontainer {
    position: relative;
}

.product {
    border: 2px solid #e4e4e4;
    width: 365px;
    height: 450px;
    background-color: #fff;
    padding-top: 48px;
}

.product img {
    display: block;
    margin: 12px auto;
}

.product h3 {
    font-weight: bold;
    font-size: 12pt;
}

.product h3, .product p {
    padding: 2px 12px;
}

#iconcontainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 196px;
    height: 502px;
    overflow: auto;
    margin-right: -12px;
}

#iconcontainer a {
    display: block;
    border: 2px solid #e4e4e4;
    float: left;
    width: 80px;
    height: 73px;
    margin: 5px 5px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#iconcontainer a.notop {
    margin-top: 0;
}

#iconcontainer a.selected {
    border: 2px solid #a3c1e1;
}

#iconcontainer a img {
    display: block;
    margin: 12px auto;
}

#gallery-head {
    border: 1px solid #ccc;
    margin: 0 auto 6px auto;
    width: 425px;
    font-size: .9em;
}

#gallery-prv {
    float: left;
    width: 140px;
    display: block;
    background: transparent url(images/prev.gif) 0 50% no-repeat;
    padding: 3px 0 2px 28px;
}

#gallery-nxt {
    float: right;
    width: 140px;
    display: block;
    text-align: right;
    background: transparent url(images/next.gif) 100% 50% no-repeat;
    padding: 3px 28px 2px 0;
}

#gallery-show {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 500px;
}

#gallery-show div {
    margin: 0 auto;
    width: 500px;
    height: 600px;
    background-color: #fff;
}

#gallery-show div img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 500px;
    max-height: 580px;
}

.stack {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hidden {
    display: none;
}

#intro-slideshow {
    display: block;
    position: relative;
    height: 400px;
}

#intro-slideshow img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}



#subfooter {
    clear: both;
    margin-right: -40px;
    border-top: 1px solid #dcdcdc;
    padding-bottom: 24px;
}

#subfooter a {
    display: block;
    border-bottom: none;
}

#preslug {
    float: left;
    margin: 24px 48px;
}

#slug {
    float: right;
    padding: 12px;
    border-left: 1px solid #dcdcdc;
}

#signature {
    padding-top: 24px;
    color: #fff;
    font-size: .8em;
}

#signature a {
    color: #fff;
    border-bottom: 1px solid transparent;
}

/* Related Products */
.related-products h4 { font-weight: normal; font-size: 12px; margin: 0 0 7px 10px; }
.related-products li { float: left; width: 100px; height: 150px; text-align: left; font-size: 11px; line-height: 14px; margin: 10px 5px 0 10px; }
.related-products li img { margin: 0 0 5px 0; }
