/*
Theme Name: Pro Ski Service Seattle
Theme URI: http://www.proskiseattle.com
Description: Custom theme for proskiseattle.com
Tags: light
Version: 1.0.0
Author: Corey McKrill
Author URI: http://www.jupiterwise.com
*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/*****Basic Elements*****/
body {
    background: #000314 url('images/blue-bg.jpg') repeat-x;
    color: #000;
    font: 13px/1.5 Verdana, Arial, sans-serif;
}

/*****Generic Classes*****/
p {
    font: 13px/1.5 Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

a { color: #dd8b27; }
a:hover { color: #ce6d28; }

a.dark { color: #000; }
a.dark:hover { color: #fff; }

a.light { color: #fff; }
a.light:hover { color: #000; }

/*****Basic Layout*****/
#container {
    background: #fff url('images/map47.jpg') repeat-y 0 200px;
}

#header {
    background: #354b85;
    height: 180px;
    padding: 10px 0 10px 10px;
    position: relative;
        left: -10px;
    width: 950px;
}

#left-column, #right-column {
   padding: 10px 0; 
}

#footer {
    background: url('images/bg-b-trans-20.png');
    font: bold 10px/15px Verdana, Arial, sans-serif;
    padding: 5px;
    position: relative;
        left: -10px;
    text-align: center;
    width: 950px;
}

/*****Header*****/
#header h1 {
    background: url('images/proskiseattle-logo.png') no-repeat;
    float: left;
    height: 180px;
    width: 258px;
}

#header h1 a {
    display: block;
    font: 0/0 sans-serif;
    height: 100%;
    text-decoration: none;
    width: 100%;
    /* IE Hack */
    text-indent: -9999px;
    text-transform: capitalize;
}

#header-description {
    display: none;
    float: left;
    padding: 0 10px;
}

#header-credit {
    background: url('images/bg-b-trans-50.png');
    color: #fff;
    float: right;
    font: bold 10px/15px Verdana, Arial, sans-serif;
    margin-top: 165px;
    padding: 5px;
    text-align: right;
}

/*****Navigation Bar*****/
#navbar {
    background: url('images/navski.png') no-repeat;
    float: left;
    list-style: none;
    height: 48px;
    margin-bottom: 10px;
    padding: 0 50px;
    width: 520px;
}

#navbar li {
    float: left;
    font: bold 18px/20px Verdana, Arial, sans-serif;
    margin: 0;
    padding: 11px 0 17px 0;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
}

#navbar li ul {
    display: none;
    list-style: none;
    margin: 0;
}

#navbar li ul li {
    background: url('images/bg-b-trans-75.png');
    font: bold 16px/20px Verdana, Arial, sans-serif;
    padding: 5px 0;
    position: relative;
    width: 130px;
}

#navbar a {
    color: #fff;
    text-decoration: none;
}

#navbar a:hover { color: #ffcd6a; }

/*****Content*****/
#content {}
.left-content { margin-bottom: 10px; }
.left-content h2 { font-weight: normal; }
.left-content h4 { color: #ce6d28; margin-bottom: 5px; }
.left-content h2 a { color: #000; }
.left-content h2 a, .left-content h4 a { text-decoration: none; }

.left-content-header, .left-content-body, .left-content-footer {
    float: left;
    padding: 0 10px;
    width: 600px;
}

.left-content-header {
    background: url('images/l-content-h-bg.png') no-repeat;
    height: 41px;
    overflow: hidden;
    padding-top: 4px;
}

.left-blurb-header {
    background: url('images/l-blurb-h-bg.png') no-repeat;
    height: 10px;
}

.left-content-body {
    background: url('images/l-b-bg.png') repeat-y;
    padding-top: 5px;
}

.left-content-footer {
    background: url('images/l-f-bg.png') no-repeat;
    height: 15px;
}

.content-info {
    border-bottom: 1px solid #bbb;
    font: 14px/1.5 Verdana, Arial, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.content-meta {
    border-top: 1px solid #bbb;
    font: 14px/1.5 Verdana, Arial, sans-serif;
    margin: 20px 0 0;
    padding-top: 5px;
}

.read-more {
    font: bold 14px/1.5 Verdana, Arial, sans-serif;
    margin-left: 25px;
}

.shoprate-box {
    width: 100%;
}

.shoprate-row {
    border-bottom: 1px dotted #333;
    clear: both;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.shoprate-row-l {
    float: left;
    font-size: 14px;
    width: 60%;
}

.shoprate-row-r {
    float: left;
    font-size: 14px;
    text-align: right;
    width: 40%;
}

.shoprate-row-l span {
    font-size: 11px;
    font-style: italic;
}

/*****Comments*****/
.comment-info {
    border-top: 1px solid #bbb;
    font: bold 14px/1.5 Verdana, Arial, sans-serif;
    margin: 8px 0 10px;
    padding-top: 20px;
}

.comment-list {
    border-top: 1px solid #bbb;
    list-style: decimal;
    margin: 10px 0 0;
}

.commentlist li {
    border-top: 1px solid #bbb;
    color: #dd8b27;
    font: bold 20px/20px Verdana, Arial, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
}
.commentlist li:first-child { border-top: none; }

.commentlist p { color: #000; font: 13px/1.5 Verdana, Arial, sans-serif; }
.commentlist em { color: #000; font: italic bold 13px/1.5 Verdana, Arial, sans-serif; }

.comment-author, .comment-meta {
    color: #000;
    font: 14px/20px Verdana, Arial, sans-serif;
    padding-bottom: 10px;
}
.comment-author { height: 38px; }
.comment-author img { position: relative; top: 6px; }

#commentform textarea {
    height: 120px;
    margin-left: 25px;
    width: 570px;
}

#commentform input[type=submit], #commentform input[type=text] { margin-left: 25px; }

/*****Sidebar*****/
.right-content { margin-bottom: 10px; }
.right-content h4 { font-weight: normal; }

.right-content-header, .right-content-body, .right-content-footer {
    float: left;
    padding: 0 10px;
    width: 280px;
}

.right-content-header {
    background: url('images/r-content-h-bg.png') no-repeat;
    height: 38px;
    overflow: hidden;
    padding-top: 7px;
}

.right-content-body {
    background: url('images/r-b-bg.png') repeat-y;
    padding-top: 5px;
}

.right-content-footer {
    background: url('images/r-f-bg.png') no-repeat;
    height: 15px;
}

/*****Footer*****/


/*****Preload images*****/
.preload { background: url('images/header-scottschell-1.jpg'); }
.preload { background: url('images/header-scottschell-2.jpg'); }
.preload { background: url('images/header-scottschell-3.jpg'); }
.preload { background: url('images/header-scottschell-4.jpg'); }
.preload { background: url('images/header-scottschell-5.jpg'); }
.preload { background: url('images/header-scottschell-6.jpg'); }
.preload { background: url('images/header-scottschell-7.jpg'); }
.preload { background: url('images/header-scottschell-8.jpg'); }

/*****WordPress Generated Classes*****/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

