/**
 *
 * PUBLISHING POWER
 *
 */
 
 /* v1.0 | 20080212 */

/* Eric Meyer Reset */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-size: 100%;
    	vertical-align: baseline;
    	background: transparent;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    
    /* remember to define focus styles! */
    :focus {
    	outline: 0;
    }
    
    /* remember to highlight inserts somehow! */
    ins {
    	text-decoration: none;
    }
    del {
    	text-decoration: line-through;
    }
    
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }

/* END Eric Meyer Reset */

body {
    color: #404040;
    background-color: #f2f2f2;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", arial, sans-serif; /* Windows doesn't come with grande */
    font-size: 14px;
    text-align: center;
}

h1,h2,h3,h4,h5,h6 {
    color: #00ADEE;
    font-family: "Rockwell", Georgia, serif;
}

h1 {
}

h2 {
    color: #00ADEE;
    font-size: 16px;
    margin-bottom: 10px;
}

h4 {
    font-size: 11px;
}

p {
    line-height: 1.3;
    margin-bottom: 1em;
}

a {
    color: #2065A7;
}

strong {
    font-weight: 700;
}

table {
    margin-bottom: 2em;
}

th,
td {
    padding: 3px 5px;
    border: 1px solid #333;
    text-align: center;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

dl {
    margin-bottom: 1.5em;
}

dt {
    margin-top: 1em;
}

blockquote {
    font-weight: 700;
    margin-bottom: 10px;
}

    blockquote p {
        margin-bottom: 5px;
    }

    blockquote .byline {
        display: block;
        font-weight: normal;
        margin-left: 145px;
    }

p.error,
label.error {
    color: red;
}

input.error,
textarea.error {
    border-color: red;
}

.page {
    border-top: 3px solid #B0B0B0;
    background-color: #fff;
    width: 948px;
    padding: 0 36px 20px;
    margin: 15px auto 0;
    text-align: left;
    overflow: hidden;
    position: relative;
}

    * html .page {
        height: 1%; /* IE6, RIP */
    }

.header {
    position: absolute;
    top: 27px;
    left: 36px;
    z-index: 10;
}

    h1 a {
        width: 244px;
        height: 33px;
        text-indent: -9999px;
        display: block;
        background: transparent url(../images/publishingpower.png) no-repeat 0 0;
    }
    
    p.tagline {
        width: 265px;
        height: 16px;
        text-indent: -9999px;
        margin-left: 10px;
        margin-top: 7px;
        background: transparent url(../images/publishingpower.png) no-repeat 0 -34px;
    }
    
.navigation {
    border-bottom: 1px solid #b0b0b0;
    padding: 0 15px 10px;
    height: 50px;
    position: relative;
}

    .navigation ul {
        position: absolute;
        bottom: -5px;
        right: 15px;
        text-align: right;
    }
    
    .navigation li {
        display: inline;
        font-family: "Rockwell", Georgia, serif;
        margin-left: 30px;
        float: left;
    }
    
    .navigation a {
        color: #333;
        font-size: 15px;
        text-decoration: none;
        display: block;
        float: left;
        height: 30px;
        font-weight: 400;
    }
    
    .about .about a,
    .services .services a,
    .portfolio .portfolio a,
    .contact .contact a,
    .navigation a:hover {
        color: #00ADEE;
        background: transparent url(../images/active.png) no-repeat 50% 20px;
    }
    
.content {
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    height: 1%;
}

    .content ul li {
        list-style: disc;
        margin-left: 15px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

.section {
    width: 550px;
    margin: 0 20px;
}

.section a:hover {
    text-decoration: underline;
}

.section-header h2 {
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: capitalize;
}

.footer {
    float: right;
    width: 256px;
    border-left: 1px dotted #999;
    margin-top: 20px;
    padding-left: 59px;
    background: transparent url(../images/publishingpower.png) no-repeat 26px -53px;
    line-height: 1.3;
    font-size: 12px;
}

.footer h2 {
    font-size: 12px;
    margin-top: 2px;
}

/* Side labels for sub pages */
.page {
    background-position: 954px 75px;
    background-repeat: no-repeat;
}

.about .page {
    background-image: url(../images/about.png);
}

.services .page {
    background-image: url(../images/services.png);
}

.portfolio .page {
    background-image: url(../images/portfolio.gif);
}

/* CLIENTLIST */
    
    body.clientlist {
        text-align: left;
        padding: 10px;
    }
    
    .clientlist h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .clientlist ul li {
        line-height: 1.2;
    }
    
/* END CLIENTLIST */

/* HOMEPAGE */

    .splash {
        background-color: #3a3635;
        position: relative;
        margin-bottom: 15px;
        height: 325px;
    }
    
        .splash ul li {
            margin: 0;
        }
        
        .splash ul {
            margin: 0;
        }
        
        ul.controls {
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 10;
            background: rgba(255,255,255,.5);
            padding: 3px 5px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }
    
        ul.controls li {
            float: left;
            list-style: none;
        }
        
        ul.controls li a {
            color: #333;
            display: block;
            font-weight: 400;
            padding: 3px 4px;
            line-height: 1;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            text-decoration: none;
        }
        
        ul.controls li a.active {
            background-color: #fff;
        }
    
    .home .section {
        width: 316px;
        float: left;
        margin: 0;
        font-size: 14px;
    }
    
    .home .section a {
        padding-left: 25px;
        display: block;
        color: #404040;
        font-weight: 400;
        text-decoration: none;
        background: transparent url(../images/linkarrow.png) no-repeat 0 3px;
    }
    
        .home .section a:hover {
            text-decoration: underline;
        }
    
    .home .section ul li {
        list-style: none;
        margin-left: 10px;
    }
    
    .home .section-body,
    .home .section-header {
        padding: 0 20px;
    }
    
    .home .section-body {
        height: 120px;
        padding-top: 10px;
    }
    
    .home .first {
        padding-left: 0;
    }
    
        .home .first .section-body {
            border-right: 1px dotted #999;
        }
    
    .home .last {
        padding-right: 0;
    }
    
        .home .last .section-body {
            border-left: 1px dotted #999;
            padding-right: 0;
        }

/* END HOMEPAGE */

/* PORTFOLIO */

    .portfolio .section {
        width: 710px;
        margin-left: 0;
        float: right;
    }
    
    /* Sub navigation */
        .portfolio .sub {
            float: left;
            width: 200px;
        }
    
        .sub ul li {
            margin-left: 0;
            margin-bottom: 20px;
            list-style-type: none;
        }
    
        .sub a {
            color: #333;
            text-decoration: none;
        }
        
        .sub .active a {
            color: #00ADEE;
        }
        
    .portfolio ul.clients li {
        width: 230px;
        float: left;
        list-style: none;
        margin: 0 40px 20px 0;
    }
    
    .portfolio ul.clients li a {
        display: block;
        padding-top: 143px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 12px;
        line-height: 1.2;
        text-decoration: none;
        color: #333;
    }
    
    .portfolio ul.clients li a .title {
        font-weight: 700;
        display: block;
    }
    
    .portfolio ul.clients li a .company {
        
    }
    
    /* CUSTOMER CASE */
    
        .case .page {
            background-image: none;
        }
    
        .case .section {
            float: left;
            width: 320px;
            padding: 0 10px;
            margin-right: 0;
        }
        
        .case .sub {
            width: 590px;
            float: right;
        }
        
        .case h2,
        .case h3 {
            font-size: 14px;
            font-weight: bold;
            font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", arial, sans-serif; /* Windows doesn't come with grande */
            color: #404040;
        }
        
        .case h2 {
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }
        
        .case h3 {
            margin-top: 20px;
            line-height: 1.5;
        }
        
        .case .section ul {
            margin-top: 20px;
        }
        
        /* Image and pun nav */
        .case .sub img {
            display: block;
        }
        
        .case .sub .pun-nav {
            margin-top: 20px;
        }
        
        .case .sub .pun-nav li a {
            color: #404040;
        }
        
        .case .sub .pun-nav li.prev {
            float: left;
            padding-left: 15px;
            background: transparent url(../images/pun-prev.gif) no-repeat 0 50%;
        }
        
        .case .sub .pun-nav li.next {
            float: right;
            padding-right: 15px;
            background: transparent url(../images/pun-next.gif) no-repeat 100% 50%;
        }
    
    /* END CUSTOMER CASE */

/* END PORTFOLIO */

/* CONTACT */

    #contact-wrapper div {
        margin-bottom: 15px;
    }
    
    #contact-wrapper label {
        display: block;
        margin-bottom: 2px;
    }
    
        #contact-wrapper label.error {
            margin-left: 0;
        }

/* END CONTACT */

/* END PUBLISHING POWER */
