/* General */

html {
    background: #fff url('../images/bgs/striped.gif');
    color: #454;
    padding-top: 20px;
}

p {
    padding-bottom: 10px;
    line-height: 150%;
}

#page ul, #page ol {
    margin: 0 0 10px 25px;
}

li p {
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.shadow {
    box-shadow: 0px 1px 2px #858585;
    -moz-box-shadow: 0px 1px 2px #858585;
    -webkit-box-shadow: 0px 1px 2px #858585;
}

.round {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Side Bar */

#side {
    text-align: center;
}

h1#logo {
   margin-bottom: 20px; 
}

h1#logo a {
    background: url('../images/bgs/logo.png') 50% 0 no-repeat;
    text-indent: -9999px;
    display: block;
    width: 100px;
    height: 104px;
}

h1#logo a:hover {
    background-position: 50% -104px;
}

nav#main a {
    color: #858585;
    text-decoration: none;
    display: block;
    width: 100px;
    padding: 5px 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: -1px;
}

body.category-portfolio nav#main li.portfolio a,
body.portfolio nav#main li.portfolio a,
body.blog nav#main li.blog a,
body.about nav#main li.about a,
body.contact nav#main li.contact a,
nav#main a:hover {
    background: #454545;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

/* Content */

#page {
    background: #fff;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

#page h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
}

#page img {
    max-width: 780px;
    margin-bottom: 10px;
}

#page a {
    color: #0084b4;
}

/* Stream */

#stream {
    background: #eee;
    width: 250px;
    padding: 10px;
    float: right;
    margin: 0 0 10px 20px;
    overflow: hidden;
}

#stream img {
    width: 16px;
    float: left;
}

#stream .item {
    border-top: 1px solid #fff;
    padding-top: 5px;
    width: 250px;
    overflow: hidden;
}

#stream h6 {
    padding-left: 24px;
    margin-bottom: 5px;
    font-size: 100%;
}

#stream .stream_meta {
    padding-left: 24px;
    padding-bottom: 5px;
    font-size: 90%;
}

/* Footer */

footer {
    background: #fff;
    color: #959595;
    padding: 12px 20px 0 20px;
    margin-bottom: 20px;
    font-size: 80%;
    overflow: hidden;
}

footer a {
    color: #656565;
}

footer .copy {
    float: left;
}

footer .tools {
    float: right;
}

footer .tools img {
    vertical-align: middle;
    margin-left: 2px;
}

/* Wordpress */

#main .post {
    margin-bottom: 10px;
}

#main .post h2 {
    font-size: 120%;
}

#main .post .entry-title {
    font-size: 150%;
    border: 0;
    margin-bottom: 10px;
}

#page .alignright,
#main .post .alignright {
    float: right;
    margin-left: 10px;
}

#page .alignleft,
#main .post .alignleft {
    float: left;
    margin-right: 10px;
}

#page .wp-caption,
#main .post .wp-caption {
    background: #eee;
    color: #454545;
    font-size: 80%;
    padding: 8px 4px;
    text-align: center;
    margin-bottom: 10px;
}

#page .wp-caption img,
#main .post .wp-caption img {
    margin-bottom: 5px;
}

#page .wp-caption p,
#main .post .wp-caption p {
    margin: 0;
    padding: 0;
}

#main .post .entry-side {
    background: #eee;
    float: left;
    width: 120px;
    padding: 10px 10px 1px 10px;
    text-align: right;
    border-radius-bottomleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

#main .post .entry-side .cat-links,
#main .post .entry-side .tag-links {
    display: none;
}

#main .post .entry-side .author,
#main .post .entry-side .entry-date,
#main .post .entry-side .comments-link,
#main .post .entry-side .edit-link {
    display: block;
    margin-bottom: 2px;
}

#main .post .entry-side a {
    color: #454545;
}

#main .post .entry-side .author {
    font-weight: bold;
    font-size: 130%;
}

#main .post .entry-main {
    margin-bottom: 20px;
    margin-left: 140px;
    padding: 10px 10px 1px 10px;
}

#main .meta-prep,
#main .entry-utility-prep {
    display: none;
}

#main .entry-meta,
#main .entry-utility {
    font-size: 90%;
    margin-bottom: 10px;
}

#main .meta-sep {
    display: none;
}

#main .navigation {
    background: #454545;
    margin-bottom: 10px;
}

#main .navigation .nav-previous {
    float: left;
}

#main .navigation .nav-previous a {
    padding-right: 10px;
    border-radius-bottomleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

#main .navigation .nav-next {
    float: right;
}

#main .navigation .nav-next a {
    padding-left: 10px;
    border-radius-bottomright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#main .navigation a {
    color: #fff;
    padding: 5px;
    display: block;
    text-shadow: 0px 1px 1px #000;
}

#main .navigation a:hover {
   background: #656565;
   text-decoration: none;
}

#main #comments-title,
#main #reply-title {
    font-size: 120%;
}

#main .commentlist li {
    list-style: none;
}

#main .commentlist .comment-author .avatar {
    float: left;
    margin: 0 10px 10px 0;
}

#main .commentlist .comment-meta {
    font-size: 90%;
    margin-bottom: 5px;
}

#main .commentlist .reply {
    margin-bottom: 20px;
    margin-left: 50px;
    font-size: 90%;
}

#main .commentlist li .comment-body {
    margin-bottom: 5px;
    margin-left: 50px;
    background: #eee;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*
#main .commentlist li.bypostauthor .comment-body {
    background: #454545;
    color: #eee;
}

#main .commentlist li.bypostauthor a {
    color: #fff;
}
*/

#main #respond label {
    vertical-align: top;
    float: left;
    width: 100px;
}

#main #respond .required {
    margin-left: -5px;
}

#main #respond input,
#main #respond textarea {
}

#footer {
    background: #454545;
    color: #cdcdcd;
    padding: 15px 0 8px 0;
    margin: 10px 0;
    font-size: 90%;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
#footer .widget-title {
    font-size: 100%;
    text-shadow: 0px 1px 1px #000;
}

#footer ul li {
    list-style: none;
}

#footer ul ul {
    margin-left: 2px;
}

#footer-widget-area #first,
#footer-widget-area #second,
#footer-widget-area #third,
#footer-widget-area #fourth {
    float: left;
    width: 195px;
}

