/*
Theme Name: PaldimoMedia Custom Theme
Theme URI: http://paldimomedia.com
Description: The Custom Design for PaldimoMedia.com
Version: 0.7
Author: Bryce K Bertola
Author URI: PaldimoMedia.com
Tags: graphic design, photography
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Toolbox */
.clear {
    clear: both;
    }

/* Color Pallette

763536 - red
cc832e - orange
586059 - green
f2e2cc - tan
b49972 - brown

*/


html, body {
    background: url(/wp-content/themes/pmedia/style/images/background-repeater.jpg) repeat top center;
    height: 100%;
    font-family: Arial, helvetica, sans-serif;
    }

.content-contain {
    width: 970px;
    margin: 0px auto;
    }

#head-wrap {
    margin: 10px 0 0;
    height: 140px;
    background: url(/wp-content/themes/pmedia/style/images/head-repeater.jpg) repeat-x top center;
    padding: 14px 0;
    position: relative;
    }

#sitename {
    height: 39px;
    width: 426px;
    text-indent: -9999px;
    background: url(/wp-content/themes/pmedia/style/images/paldimo-media-name.jpg) no-repeat top left;
    position: absolute;
    top: 8px;
    left: 0;
    }
    #sitename a{
        display: block;
        width: 100%;
        height: 100%;
        }

#site-description {
    height: 57px;
    width: 245px;
    text-indent: -9999px;
    background: url(/wp-content/themes/pmedia/style/images/site-description.jpg) no-repeat top left;
    position: absolute;
    top: 47px;
    left: 0;
    }

#global-nav {
    position: absolute;
    top: 52px;
    left: 264px;
    }
    #global-nav li {
        float: left;
        margin-right: 15px;
        height: 20px;
        overflow: hidden;
        text-indent: -9999px;
        }
    #global-nav li a {
        display: block;
        width: 100%;
        height: 100%;
        }
    #global-nav .page-item-6 {
        width: 57px;
        background: url(/wp-content/themes/pmedia/style/images/list-item-home.jpg) no-repeat top left;
        }
    #global-nav .page-item-13 {
        width: 120px;
        background: url(/wp-content/themes/pmedia/style/images/list-item-web-design.jpg) no-repeat top left;
        }
    #global-nav .page-item-15 {
        width: 140px;
        background: url(/wp-content/themes/pmedia/style/images/list-item-photography.jpg) no-repeat top left;
        }
    #global-nav .page-item-7 {
        width: 95px;
        background: url(/wp-content/themes/pmedia/style/images/list-item-articles.jpg) no-repeat top left;
        }
    #global-nav .page-item-2 {
        width: 118px;
        background: url(/wp-content/themes/pmedia/style/images/list-item-contact.jpg) no-repeat top left;
        }
        #global-nav li {
            background-position: 0px 0px;
            }
        #global-nav li.current_page_item {
            background-position: 0px -40px;
            }
        #global-nav li:hover, #global-nav li:focus {
            background-position: 0px -20px;
            }
        #global-nav li:active {
            background-position: 0px -60px;
            }

#page-wrap {}
    #page-wrap #top-canvas {
        height: 21px !important;
        background: url(/wp-content/themes/pmedia/style/images/canvas-top.jpg) repeat-x top left;
        }
    #page-wrap #bottom-canvas {
        height: 31px !important;
        background: url(/wp-content/themes/pmedia/style/images/canvas-footer.jpg) no-repeat top left;
        }
    #page-wrap .content-contain {
        background: url(/wp-content/themes/pmedia/style/images/canvas-repeater.jpg) repeat top left;
        }
        #page-wrap .content-contain .canvas {
            background: url(/wp-content/themes/pmedia/style/images/canvas-right.jpg) repeat-y top right;
        padding: 0 20px 0 15px;
            }

#main-column {
    float: left;
    width: 700px;
    }
#side-column {
    float: right; 
    width: 220px;
    border-left: 3px double #000;
    padding-left: 6px;
    }

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px; 
    }

#foot-wrap {
    background: url(/wp-content/themes/pmedia/style/images/foot-repeater.jpg) repeat top center;
    color: #b49972;
    height: 150px;
    }
    #foot-top {
        margin-top: 20px;
        height: 13px;
        width: 100%;
        background: url(/wp-content/themes/pmedia/style/images/foot-top-shadow.jpg) repeat-x top center;
        }
    #foot-wrap .content-contain {
        margin: 10px 0 30px;
        text=align: center;
        }
    #foot-wrap a, #foot-wrap a:link {
        color: #cc832e;
        text-decoration: underline;
        }
    #foot-wrap a:visited {
        color: #f2e2cc;
        text-decoration: underline;
        }
    #foot-wrap a:focus, #foot-wrap a:hover {
        color: #fff;
        text-decoration: underline;
        }
    #foot-wrap a:active {
        color: #763536;
        text-decoration: none;
        }
.push {
    height: 150px;
    }

a, a:link {
    color: #cc832e;
    text-decoration: underline;
    }
a:visited {
    color: #586059;
    text-decoration: underline;
    }
a:focus, a:hover {
    color: #763536;
    text-decoration: underline;
    }
a:active {
    color: #586059;
    text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia, serif;
    text-transform: uppercase;
    }

h1 {
    font-size: 24px;
    color: #763536;
    border-bottom: 1px solid #763536;
    padding: 0 4px;
    margin-bottom: 8px;
    }
    h1 a, h1 a:link, h1 a:visited {
        color: #763536;
        text-decoration: none;
        }
    h1 a:focus, h1 a:hover {
        color: #763536;
        text-decoration: underline;
        }
    h1 a:active {
        color: #b49972;
        text-decoration: none;
        }

h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.post .post-meta-data {
    font-size: 11px;
    margin: 5px 0 10px;
    }

.post p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px; 
    }