/*
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 "reset.css";

html, body {
    margin: 0;
    padding: 0;
    font-family: lucida sans, sans-serif;
    font-size: 9pt;
    color: #767160;
}

body {
    background: transparent url(images/umbrella.gif) 50% 60px no-repeat;
    width: 920px;
    margin: 0 auto;
}

#header {
    margin: 60px auto 0 auto;
    border-bottom: 1px solid #83bea7;
}

#logo {
    display: block;
    float: left;
    margin-left: 28px;
}

#navigation {
    float: right;
    margin-top: 80px;
    margin-bottom: 6px;
    text-align: right;
}

#navigation a {
    padding: 6px;
}

#navigation a:hover, #navigation a.youarehere {
    color: #83bea7;
}

#blurb {
    width: 200px;
    float: left;
    color: #83bea7;
    text-align: center;
}

#blurb h3 {
    margin-top: 18px;
    color: #767160;
    font-size: 10pt;
    text-transform: uppercase;
}

#content {
    width: 720px;
    float: right;
    padding-bottom: 120px;
}

#sidebar {
    float: right;
    width: 200px;
}

.nobull {
    list-style: none;
}

#blog-section {
    float: left;
    width: 520px;
}

#blog-section .post {
    display: block;
    clear: both;
    margin-bottom: 48px;
}

#footer {
    border-top: 1px solid #83bea7;
    clear: both;
    padding-left: 200px;
    background: transparent url(images/rainwalk.gif) 140px 6px no-repeat;
    min-height: 140px;
}

#footer p {
    font-size: 8pt;
}

#rainquote {
    margin-top: 60px;
    float: right;
    color: #83bea7;
}

.col {
    float: left;
    width: 175px;
    padding-right: 30px;
    font-size: 8pt;
    line-height: 1.5em;
}

.col ul {
    padding-left: 12px;
}


img {
    border: 0;
}

a {
    text-decoration: none;
    color: #767160;
}

fieldset {
    border: 0;
}

fieldset label {
    margin-top: 12px;
    display: block;
}

.contact-photo {
    padding: 12px;
    float: right;
}

table.portfolio td {
    vertical-align: top;
    padding: 12px;
    font-size: 8pt;
}

table.portfolio a {
    font-weight: bold;
    font-size: 10pt;
}

.subpage-nav {
    margin: 6px 3px;
    float: left;
}

.subpage-nav img {
    width: 42px;
    height: 42px;
}

#subpage-container {
    padding-top: 2px;
    clear: both;
    position: relative;
    height: 500px;
    overflow: auto;
}

.subpage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.subpage img {
    max-height: 360px;
    max-width: 700px;
    margin-right: 6px;
}

#whatsnew {
    clear: both;
    width: 300px;
}

.clear {
    clear: both;
}