/**
     Copyright (c) 2007-2009 Watermelon Sauce, LLC.
     
     Highlight:         #FFDCD7
     Pink:              #DD7C7C
     Skin:              #E67B66
     Red:               #C82620
     Green:             #277000
     Dark Green:        #143500
**/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,textarea,p,blockquote,table,th,td,a,abbr,acronym,address,caption,cite,code,dfn,em,strong,th,var,hr{margin:0;padding:0;border:0;text-decoration:none;font-style:normal;font-weight:normal;border-collapse:collapse;border-spacing:0;list-style:none;}
input:focus,a:focus,textarea:focus{outline:0;}
sup,sub{vertical-align: baseline;position: relative;top: -0.4em;}sub{top:0.4em;}
html,body,input,select,textarea,legend{font:14px/20px Helvetica,Arial,Verdana,sans-serif;color:#000;}

@font-face {
    font-family: 'Fur';
    src: url(fonts/Fur-ExtraRounded.ttf);
}

html, 
body {
    background: #DDD url(images/background.jpg) center 0 no-repeat fixed;
    text-shadow: 1px 1px 0 #FFF;
    text-align: center;
}
body {
    width: 960px;
    margin: 100px auto;
    background: transparent;
    padding-bottom: 50px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: #277000;
    font-family: 'Fur', Helvetica, Arial, Verdana, sans-serif;
    text-shadow: none;
    line-height: 1em;
}
h2 { font-size: 62px; }
h3 { font-size: 28px; }

dt {
    font: 28px/28px 'Fur', Helvetica, Arial, Verdana, sans-serif;
    color: #277000;
    text-shadow: none;
    text-transform: uppercase;
}

a {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    color: #C82620;
}
    a:hover { color: #DD7C7C; }

.icon {
    padding-left: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 14px;
    display: inline-block;
}
    .icon.twitter { background-image: url(images/twitter.png); }

input, 
textarea {
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 290px;
    color: #888;
}
textarea { height: 80px; }
    input:focus,
    textarea:focus { 
        background: #FFF !important;
        color: #000; 
    }

input#submit {
    background: #DD7C7C;
    color: #FFF;
    float: right;
    width: 140px;
    cursor: pointer;
    margin-top: 10px;
}
    input#submit:hover { background: #E67B66; }
    input#submit:active { background: #DD7C7C; }

label { display: block; }

::selection { 
    background-color: rgba(39,112,0,0.7); 
    text-shadow: none;
}
    ::-moz-selection { 
        background-color: rgba(39,112,0,0.7); 
        text-shadow: none;
    }

form ul {
    width: 620px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
    form ul li {
        float: left;
        width: auto;
        width: 290px;
        margin-bottom: 10px;
    }
    form ul li.message {
        float: right;
        width: 300px;
        padding-left: 20px;
    }

ul.errors {
    width: 600px;
    padding-left: 20px;
    list-style-type: disc;
}
ul.errors li {
    display: block;
    float: none;
    color: #C82620;
    list-style-type: disc;
}

.error { color: #C82620; }
    input.error ,
    textarea.error,
    select.error { background: #FFE5E5; }
    p.error { width: auto; }
        form ul p.error { margin-bottom: 0; }

.success { color: #277000; }

div#content {
    padding: 0 0 50px;
}

p {
    width: 800px;
    margin: 0 auto 20px;
}

h1#logo {
    width: 708px;
    height: 257px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
    h1#logo img { 
        width: 100%; 
        position: relative;
    }
    h1#logo span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 82px;
    }

ul#nav {
    font-family: 'Fur';
    font-size: 28px;
    text-shadow: none;
    width: 800px;
    margin: 0 auto 70px;
    height: 48px;
}
    ul#nav:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        visibility: hidden;
    }
    ul#nav li {
        float: left;
        width: 33%;
        text-align: center;
    }
    ul#nav a {
        padding: 20px 0 10px;
        display: block;
        width: auto;
		color: #277000;
		-webkit-transition: none;
		-moz-transition: none;
    }
        ul#nav a:hover { }

dl.profile {
    float: left;
    width: 480px;
    text-align: right;
    position: relative;
    height: 1%;
}
    dl.profile:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        visibility: hidden;
    }
    dl.profile.paul { text-align: left; }
    dl.profile dt,
    dl.profile dd { margin: 0 140px 0 0; }
        dl.profile.paul dt,
        dl.profile.paul dd { margin: 0 0 0 140px; }
        
        dl.profile dd.portrait {
            position: absolute;
            right: 20px;
            top: 0;
            margin: 0;
        }
            dl.profile.paul dd.portrait {
                right: auto;
                left: 20px;
            }
        dl.profile dd.title {
            font-weight: bold;
            margin-bottom: 5px;
        }

.project {
    padding-left: 480px;
    text-align: left;
    margin: 20px 0;
    min-height: 120px;
    position: relative;
}
    .project img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .project p {
        width: auto;
        margin: 0;
    }

div#footer {
    /*
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    */
    text-align: center;
}
    div#footer p {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        padding: 40px 100px 20px;
        text-align: center;
        font-size: 10px;
        /*
        -webkit-border-radius: 12px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #F5F5F5;
        color: #444;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
        */
    }
    