* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

html {
    background: #7a6448;
}

body {
    font-family: 'Droid Serif', georgia, 'times new roman', serif;
    color: #7a6448;
    background: transparent url(../images/bg_masthead.png) repeat-x center top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #f9f4e3;
}

h2.twitter {
    margin-left: -10px;
    padding-left: 50px;
    background: url(../images/bg_twitter.png) no-repeat left center; 
}

h3 {
    font-size: 16px;
    color: #9a694e;
}

cite {
    font-family: 'Droid Serif', georgia, 'times new roman', serif;
    font-size: 12px;
}

p, ul {
    font: 13px/18px verdana, arial, sans-serif;
    margin-bottom: 10px;
}

a {
    color: #9a694e;
    text-decoration: none;
}

#masthead_container {
    width: 100%;
    height: 431px;
    background: transparent url(../images/bg_masthead_light.png) no-repeat center top;
}

#header_container {
    width: 100%;
    height: 111px;
    background: transparent url(../images/bg_header.png) repeat-x center top;
}

#header {
    position: relative;
    width: 960px;
    height: 111px;
    margin: 0 auto;
}

#header h1 a {
    position: relative;
    top: 26px;
    left: 0;
    display: block;
    width: 180px;
    height: 46px;
    text-indent: -9999px;
    background: transparent url(../images/bg_header_logo.png) no-repeat center top;
    outline: none;
}

ul#nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 111px;
    list-style: none;
}

ul#nav li {
    float: left;
    display: block;
}

ul#nav li a {
    display: block;
    width: 100px;
    height: 111px;
    line-height: 100px;
    text-transform: lowercase;
    text-align: center;
    font-family: 'Droid Serif', Georgia, 'times new roman', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    outline: none;
}

#nav li a.contact {
    width: 118px;
    background: transparent url(../images/bg_contact.png) no-repeat left top;
}

#nav li a.portfolio {
    width: 118px;
    background: transparent url(../images/bg_nav_portfolio.png) no-repeat left top;
}

#nav li a.about {
    width: 118px;
    background: transparent url(../images/bg_about.png) no-repeat left top;
}

#nav li a:hover {
    background-position: left bottom;
}

#masthead {
    position: relative;
    width: 960px;
    height: 320px;
    margin: 0 auto;
}

#bonzai {
    position: absolute;
    bottom: 0;
    left: -50px;
    display: block;
    width: 450px;
    height: 356px;
    background: transparent url(../images/bg_bonzai.png) no-repeat center top;
    text-indent: -9999px;
    z-index: 999;
}

#masthead .text {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 626px;
}

#masthead .text h2 {
    float: right;
    width: 499px;
    height: 91px;
    margin-bottom: 20px;
    text-indent: -9999px;
    background: transparent url(../images/bg_masthead_h2.png) repeat-x center center;
}

#masthead .text p.preamble {
    float: right;
    width: 626px;
    height: 39px;
    text-indent: -9999px;
    background: transparent url(../images/bg_preamble.png) repeat-x center center;
}

#content_container {
    position: relative;
    width: 100%;
    background: transparent url(../images/bg_content_container.png) repeat center top;    
}

#palette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    background: transparent url(../images/bg_palette.png) repeat-x center top;
    z-index: 5;
}

#content {
    width: 940px;
    margin: 0 auto;
    padding: 40px 0;
    background: transparent url(../images/bg_content.png) repeat-y right top;    
}

.section {
    position: relative;
    margin-bottom: 40px;
}

.content {
    float: left;
    width: 580px;
}

#portrait {
    float: right;
    margin: 0 0 10px 10px;
}

.sidebar {
    float: right;
    width: 278px;
    margin-right: 1px;
    border-top: 1px solid #dcd4b8;
    border-bottom: 1px solid #dcd4b8;
    padding: 10px;
    background: transparent url(../images/bg_white_transparent.png) repeat left top;
}

.sidebar h1 {
    margin-bottom: 8px;
}

.sidebar h3 {
    margin-bottom: 8px;
}


.content ul.margin, .sidebar ul {
    margin-left: 30px;
}

.sidebar ul ul {
    margin-bottom: 0;
}

#slideshow {
    position: relative;
    width: 624px;
    height: 449px;
    margin-left: -22px;
    background: transparent url(../images/bg_portfolio.png) no-repeat left top;
}

#slides {
    position: absolute;
    top: 10px;
    left: 32px;
    width: 560px;
    height: 416px;
}

#slides ul {
    list-style: none;
}

#slides ul li {
    height: 416px;
}

#prevBtn a, #nextBtn a {
    position: absolute;
    top: 192px;
    display: block;
    width: 52px;
    height: 52px;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: none;
}

#prevBtn a {
    left: 0;
    background-image: url(../images/bg_left_arrow.png);
}

#nextBtn a {
    right: 0;
    background-image: url(../images/bg_right_arrow.png);
}

#prevBtn a:hover, #nextBtn a:hover {
    background-position: bottom left;
}

a#to_top {
    position: fixed;
    right: 0;
    bottom: 160px;
    display: block;
    width: 42px;
    height: 46px;
    background: url(../images/bg_to_top.png) no-repeat left top;
    z-index: 999;
    outline: none;
    text-indent: -9999px;
}

a#to_top:hover {
    background-position: left bottom;
}

div.title {
    border-bottom: 1px solid #dcd4b8;
    margin-bottom: 10px;    
    padding-bottom: 10px;
}

div.title h3 {
    margin-top: 8px;
}

#footer_texture {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent url(../images/bg_footer_texture.png) repeat-x center top;
}

#footer_container {
    width: 100%;
}

#footer {
    width: 940px;
    margin: 0 auto;
    padding-top: 20px;
    color: #F9F4E3;
}

#contact_info p {
    clear: both;
    float: left;
}

#footer .sidebar {
    width: 300px;
    background: none;
    border: none;
    padding: 0;
}

.sidebar .twitter_content {
    width: 279px;
    padding: 10px 10px 4px 10px;
    text-align: left;
}

#footer ul {
    list-style: none;
}

#footer .title {
    padding-bottom: 0;
    border-bottom: 1px solid #867054;
}

#footer .title h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #6A5439;
}

#footer .left_column {
    margin-right: 20px;
}

#footer .left_column, #footer .right_column {
    float: left;
    width: 280px;
}

#footer .left_column h2, #footer .right_column h2 {
    color: #b1ba8e;
}

#footer #legal {
    position: absolute;
    right: 0;
    bottom: 0;
}

#footer h1 a {
    display: block;
    width: 180px;
    height: 50px;
    text-indent: -9999px;
    background: url(../images/bg_footer_logo.png) no-repeat center center;
    margin-bottom: 10px;
    outline: none;
}

#footer p.legal {
    clear: both;
    width: 276px;
    height: 33px;
    background: url(../images/bg_legal.png) no-repeat center center;
    text-indent: -9999px;
}

a.social_icon {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin: 10px 10px 10px 0;
    text-indent: -9999px;    
    outline: none;
    cursor: pointer;
}

#design_float {
    background: url(../images/designfloat_32.png) no-repeat left top;
}

#digg {
    background: url(../images/digg_32.png) no-repeat left top;
}

#facebook {
    background: url(../images/facebook_32.png) no-repeat left top;
}

#linkedin {
    background: url(../images/linkedin_32.png) no-repeat left top;
}

#twitter {
    background: url(../images/twitter_32.png) no-repeat left top;
}

#dribbble {
    background: url(../images/dribbble_32.png) no-repeat left top;
}

#design_float:hover, #linkedin:hover, #digg:hover, #facebook:hover, #twitter:hover, #dribbble:hover {
    background-position: left bottom;
}

.phone {
    font-size: 16px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

form ul {
    list-style: none;
}

form li {
    float: left;
    width: 100%;
    padding-bottom: 4px;
}

form li.button {
    padding-top: 10px;
}

label {
    clear: both;
    float: left;
    color: #B1BA8E;
    font-family: Verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
}

input, textarea, div.twitter_content {
    float: left;
    clear: both;
    padding: 7px 5px;
    background: #6a5439 url(../images/bg_input.png) repeat-x left top;
    color: #F9F4E3;
    border-top: none;
    border-left: none;
    border-right: 1px solid #867054;
    border-bottom: 1px solid #867054;
    font-size: 13px;
    font-family: Verdana, arial, sans-serif;
}

textarea.message {
    width: 270px;
    height: 100px;
}

input.submit {
    width: 63px;
    height: 26px;
    border: none;
    margin-left: -1px;
    padding: none;
    text-indent: -9999px;
    background: transparent url(../images/bg_button.png) no-repeat left top;
    cursor: pointer;
}

input.submit:hover {
    background-position: left bottom;
}

#notification {
    margin-top: 10px;
}

.success, .error {
    margin-bottom: 10px;
    width: 269px;
    padding: 5px 5px 9px 5px;
    background: #fff;
    font: 13px/18px verdana, arial, sans-serif;
}

.success {
    border: 1px solid #B1BA8E;
    color: #B1BA8E;    
}

.error {
    border: 1px solid #9A694E;
    color: #9A694E;
}
