/*
Theme Name: Angella Dykstra Custom
Theme URI: http://www.seanslinsky.com
Description: Custom PhotoBlog layout for Angella Dykstra
Author: Sean Slinsky
Version: 1.0
Tags: photography, custom
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-size:62.5%;
    font-family: verdana, arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear: both;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img { border: none; }

.clear {
    zoom: 1
}

.clear:after {
    content: ".";
    display: block;
    clear:both;
    line-height:0em;
    visibility:hidden;
}


/*** LAYOUT ***/
#outerContainer {
    width:100%;
    display:block;
    clear:both;
    margin:0;
    padding:0;
    font-size:1.2em;
    text-align: center;
}

#content {
    float:left;
    display: inline;
    width:680px;
    margin-right:20px;
    line-height:1.4em;
    font-size:1.1em;
    color:#666;
}


#content_inner p {
    margin:1.2em 0;
    font-size:1.2em;
}

#content a {
    color:#666;
    text-decoration: underline;
}

.inner {
    width:980px;
    margin:0 auto;
    text-align:left;
}

#sidebar {
    float:left;
    display:inline;
    width:280px;
    margin:23px 0 0;
}

#footer {
    display:block;
    clear:both;
    width:100%;
    padding:15px 0;
    border-top:2px solid #ccc;
}

/*** BANNER ***/

#banner {
    background: url(/images/banner_bg.png) repeat-x 0px 57px;
    margin-bottom:50px;
}

#banner_inner {
    position:relative;
    height:81px;
}

#logo {
    margin-left:-40px;
}

#nav {
    position:absolute;
    bottom:0px;
    right:0px;
    text-align: right;
    height:22px;
    padding:0;
    margin:0;
    
}
    

#nav a:link,
#nav a:visited {
    text-decoration: none;
    height:22px;
    display:inline-block;
    line-height:0em;
    font-size:0em;
    margin:0 0 0 10px;
    padding:0;
    background: url(/images/sprite_nav.png) no-repeat;
    text-indent:-999em;
}

#nav a#portfolio {
    background-position: 0 -8px;
    width:85px;
}

#nav a#portfolio:hover {
    background-position: 0 -38px;
}

#nav a#portfolio.selected {
    background-position: 0 -68px;
}

#nav a#about {
    background-position: -90px -8px;
    width:57px;
}

#nav a#about:hover {
    background-position: -90px -38px;
}

#nav a#about.selected {
    background-position: -90px -68px;
}

#nav a#blog {
    background-position: -240px -8px;
    width:44px;
}

#nav a#blog:hover {
    background-position: -240px -38px;
}

#nav a#blog.selected {
    background-position: -240px -68px;
}

#nav a#contact {
    background-position: -289px -8px;
    width:73px;
}

#nav a#contact:hover {
    background-position: -289px -38px;
}

#nav a#contact.selected {
    background-position: -289px -68px;
}

/**** SIDEBAR ****/
#sidebar {
    text-align:right;
    color:#999;
}
#sidebar h3 {
    text-transform: uppercase;
    color:#666;
    font-weight:normal;
    padding:5px 5px;
    border-bottom:2px solid #ccc;
}

#sidebar ul {
    list-style:none;
    margin:0 0 3em;
    padding:0;
}

#sidebar ul li {
    display:block;
    width:100%;
    border-bottom:1px solid #ccc;
}

#sidebar ul li a {
    color:#999;
    text-decoration: none;
    padding:5px;
    display:block;
}

#sidebar ul li a:hover {
    background: #e5e5e5;
    color:#333;
    text-decoration: none;
}


/*** POSTS ***/
#postTop {
    border-bottom:2px solid #ccc;
    color:#999;
    padding:0 0 5px 0;
}

#postTop h1 {
    font-size:1.8em;
    color:#666;
    margin:0 0 5px 0;
}

#postTop p {
    margin:0;
    font-size:0.9em;
}

#content img {
    padding:5px;
    border:1px solid #ccc;
    max-width: 670px;
    margin:1em auto;
}


/*** COMMENTS ***/

h3#comments-title {
    margin:2em 0;
    padding:5px 0 10px 50px;
    background: url(images/comment-header-icon.png) no-repeat top left;
}

p.comment_cite {
    padding:5px 10px 30px;
    background: #e5e5e5;
    margin:2em 0 -10px!important;

}

p.comment_cite span.date {
    display:inline-block;
    float:right;
    width:150px;
    font-size:0.8em;

}

p.comment_cite a {
    color:#666;
    font-weight:bold;
    text-decoration:none;
}

.comment_text {
    border:1px solid #e5e5e5;
    padding:15px 10px;
    position:relative;
    -moz-box-shadow:0px 2px 2px #666;
    -moz-border-radius:10px;
    -webkit-box-shadow:0px 2px 2px #666;
    -webkit-border-radius:10px;
    box-shadow:0px 2px 2px #666;
    border-radius:10px;
    background: #fff;
}

.comment_text .arrow {
    background: url(images/comment_arrow.png);
    position:absolute;
    top:-20px;
    left:30px;
    width:20px;
    height:20px;
}

#comment_form {
    margin:3em 0;
}

form#commentform {
    position:relative;
    min-height: 210px;
}


#comment_form div input,
#comment_form textarea {
    border:1px solid #999;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:5px;
    display: block;
    clear:both;
    margin-bottom:10px;
}

input#comment_post_ID,
input#comment_parent {
    display: none!important;
}

#comment_form textarea {
    width:380px;
    height:124px;
}

#comment_form input {
    width:250px;
}

#commentform p.comment-notes {
    color:#999;
    font-size:0.9em;
    font-style:italic;
    display: block;
    clear:both;
}

#commentform p.form-submit {
    float: right;
    display: inline;
    position: absolute;
    bottom:0px;
    right:0px;
    margin:0;
}

#commentform label {
    padding:0 5px 5px;
}

#comment_form p.comment-form-author,
#comment_form p.comment-form-email,
#comment_form p.comment-form-website {
    width:240px;
    clear:left;
}

#comment_form p.form-allowed-tags {
    display: none;
}

#comment_form div.comment-form-comment {
    float: right;
    position: absolute;
    right:0px;
    top:0px;
}

#comment_form div.comment-form-comment label {

}

h3#reply-title {
    font-size:1.3em;
    margin: 2em 0;
    padding:0 0 10px;
    border-bottom:3px solid #ccc;
}


/*** HOMEPAGE ***/
#latest {
    position: relative;
}

#latest a:link,
#latest a:visited {
    color:#fff;
    text-decoration: none;
}

#latest a:hover {
    text-decoration: underline;
}

#latest img {
    margin:0;
}

.post_info {
    background: #333;
    color:#fff;
    opacity:0.85;
    position:absolute;
    bottom:5px;
    left:5px;
    width:651px;
    padding:10px;
    border-top:1px solid #ccc;
}

#previously {
    margin:3em 0;
}

#previously h3 {
    font-size:1.2em;
    text-transform: uppercase;
    display:block;
    clear:both;
    margin:0 0 1em;
    border-bottom:1px solid #999;
    color:#999;
    padding-bottom: 5px;
}

#previously ul {
    position:relative;
}

#previously ul li {
    float: left;
    display: inline;
    margin:0 8px 0 7px;
}

#previously ul li img {
    margin:0;
    background: #fff;
}

#previously ul li img:hover {
    -moz-transform:scale(1.1);
    -moz-box-shadow:0px 0px 6px #666;
    -webkit-transform:scale(1.1);
    -webkit-box-shadow:0px 0px 6px #666;
    transform:scale(1.1);
    box-shadow:0px 0px 6px #666;
}

#previously .scrollerMask {
    width:667px;
    overflow-x: hidden;
    overflow-y: visible;
    position:relative;
    padding:15px 8px 15px 7px;
    margin-left:-7px;
}

a.more, a.prev {
    display:inline-block;
    width:100px;
    color:#666;
    text-decoration: none!important;
    text-transform: lowercase;
    font-size:0.95em;
}

a.more {
    float:right;
    text-align: right;
    margin-right:15px;
}

a.prev {
    float:left;
    display: none;
}

/*** ARCHIVE PAGES ***/

.yapb_thumb {
    float: left;
    display:inline;
    margin:0 15px 15px 0;
}

.yapb_thumb img {
    margin:0!important;
}

#content.archive .post {
    margin:1.5em 0;
    border-bottom:1px solid #ccc;
    padding: 0 0 1.5em 0;
}

#content.archive #postTop {
    margin-top:20px;
}

#content.archive #postTop h1 {
    font-size:1.4em;
}

#content.archive .post h2 a {
    text-decoration:none;
}

#content.archive .post .entry-meta {
    font-size:0.9em;
    padding:5px 0;
}

/*** CONTACT FORM ***/

form#contact {
    width:900px;
    font-size:1.2em;
    margin:3em 0;
}

form#contact .field {
    width: 250px;
    display: inline;
    float: left;
}
form#contact .field input {
    width:100%;
}
form#contact .field input,
form#contact .field textarea {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin-bottom:8px;
    border:1px solid #999;
    padding:5px;
}

form#contact .field input,
form#contact .field label {
    display: block;
    clear:both;
    padding:5px;
}

form#contact #wrapper-for-message {
    float: right;
    display: inline;
    width:600px;
}

#wrapper-for-message textarea {
    width:100%;
    height:130px;
}

input#submit {
    clear:both;
    display: block;
    float: right;
    margin:1.5em 0;
    background: #e5e5e5;
    border:2px solid #fff;
    -moz-box-shadow:0px 0px 3px #666;
    -webkit-box-shadow:0px 0px 3px #666;
    box-shadow:0px 0px 3px #666;
    padding:5px 15px;
    color:#999;
    font-size:1.2em;
    text-transform: uppercase;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

}
