/*
Theme Name: JamesHowePhotography
Description: Theme for James Howe Photography
Author: James Howe
Version: 1.0.1
Tags: custom

Started from the Whiteboard them by Brian Purkiss - brianpurkiss.com
*/

/*
** Color Palette
**
** Dark - #40403C
** Light - #FFFEF1
** Dark Gray - #7F7F78
** Light Gray - #BFBFB5
** Light Gray 2 - #E5E5D9
**
**
*/

/* Undo browser defaults
------------------------------------------------------------ */
:link, :visited {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, p {
    font-size: 1em;
    font-weight: normal;
}

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

a img, :link img, :visited img {
    border: none;
}

address {
    font-style: normal;
}

/* Defaults */

* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
/* font-family: "legendum-1","legendum-2",sans-serif; */
    font-family: arial, helvetica, sans-serif; /* font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; */
    font-weight: bold;
    font-variant: small-caps !important;
    letter-spacing: 0;
}

hr {
    color: #333;
    border: 1px solid #000000;
}

pre {
    height: auto;
    overflow-x: scroll;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

dd {
    padding-left: 15px;
}

p {
    font-size: 9pt;
}

a {
/* color: #6598b8; */
    color: #40403C;
    text-decoration: none;
}

a:hover {
/* color: #222; */
    color: #CCCCCC;
    text-decoration: underline;
}

a img {
    border: none;
}

blockquote {
    background: #070707;
    border: 1px solid #060606;
    padding: 5px 15px;
    margin: 10px 10px 5px 15px;
    font-style: italic;
    color: #FFFEF1;
}

code {
    color: #3366cc;
    font-style: italic;
}

strong {
    font-size: 110%;
}

body {
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0; /* font-family: "legendum-1","legendum-2",sans-serif; */
    font-family: arial, helvetica, sans-serif; /* background: #000 url(images/bgbody2.png) top center no-repeat; */
}

/*
Blog Post Layout
*/

/* Header and wrapper */

#wrapper {
    margin-left: auto;
    margin-right: auto; /*  padding-left: 80px; */
    width: 1022px;
    text-align: left;
}

#header {
    padding: 0;
    margin: 0;
    height: 80px;
}

#header #topright {
    text-align: right;
    float: right;
    width: 1024px;
    margin: 3px 0 0 0;
}

#header #topright ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header #topright li {
    display: inline;
}

#header #topright li a {
    color: #FFFEF1;
    font-size: 9pt;
    padding: 0 0 0 25px;
    text-transform: lowercase;
}

#header #topright li a:hover {
    color: #000;
    text-decoration: none;
}

#header #logo {
    margin: 0;
    padding: 0;
}

#header h1 {
    padding: 0;
    margin: 0;
    font-weight: normal !important;
    font-variant: small-caps !important;
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 0;
}

#header h1 a {
    color: #FFFEF1;
    font-size: 20pt;
    text-decoration: none;
}

#header h1 a:hover {
    color: #eee;
    text-decoration: none;
}

#header span {
    padding: 0;
    color: #000000;
    font-size: 10pt;
}

/* Menu */

#catnav {
    margin: 20px 0 0 0;
    padding: 0;
    clear: both;
    height: 44px;
    width: 1084px;
}

#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
}

#nav a {
    display: block;
    line-height: 44px;
    margin: 0;
    padding: 0 20px 0 15px;
    font-size: 10pt;
    color: #fff;
    letter-spacing: -1px;
}

#nav li a:hover {
    color: #6598b8;
    text-decoration: none;
    display: block;
}

#nav li ul {
    list-style: none;
    position: absolute;
    width: 150px;
    left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav li li {
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
}

#nav li li a {
    width: 150px;
    height: 24px;
    line-height: 24px;
    color: #FFFEF1;
    border-top: 1px solid #131f27;
    background: #000000;
    margin: 0;
    padding: 5px 20px 5px 15px;
}

#nav li li a:hover {
    border-top: 1px solid #131f27;
    background: #000;
    padding: 5px 20px 5px 15px;
}

#nav li:hover, #nav li.sfhover {
/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
    position: static;
}

#toprss {
    float: right;
    margin: 10px 15px 0 0;
    display: inline;
    width: 105px;
    line-height: 41px;
}

/* Top Content */

.topContent p {
    width: 615px;
}

/* Page Layout */

#main {
    margin: 5px 0 0 0;
    clear: both;
    width: 1022px;
    padding-bottom: 5px;
}

#contentwrapper {
    float: right;
    width: 657px;
    margin: 0 0 10px 0;
    padding: 0;
}

#contentwrapper2 {
    float: left;
    width: 1022px;
    margin: 0 0 15px 0;
    padding: 0;
}

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
    margin: 10px 0 10px 0;
    font-size: 14pt;
    letter-spacing: -1px;
    color: #40403C;
    font-weight: normal;
    background: url(resources/images/bg-trans.png) repeat; 
/* padding: 5px; */
}

/* Top Post Styles */

.topPost {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 9pt;
}

.topPost h2.topTitle a {
    font-size: 15pt;
    font-weight: normal; /* color: #fff; */
    color: #40403C;
    letter-spacing: -1px;
}

.topPost h2.topTitle a:hover {
    text-decoration: none; /* color: #abd1ea; */
    color: #999;
}

.topPost p.topMeta {
    padding: 0;
    margin: -10px 0 0 0;
    font-size: 9pt; /* color: #cdcdcd; */
    color: #777777;
}

.topPost p.topMeta a {
    text-decoration: underline; /* color: #fff; */
    color: #40403C;
}

.topPost p.topMeta a:hover {
    color: #7F7F78;
}

.topPost div.topContent {
    font-size: 9pt;
    color: #222;
    margin: 8px 0;
}

.topPost div.topContent a {
    text-decoration: underline; /* color: #fff; */
    color: #40403C;
}

.topPost div.topContent a:hover {
    text-decoration: underline; /* color: #ff9933; */
    color: #999;
}

.topPost div.topContent ul, .topPost div.topContent ol {
    padding: 0 0 0 30px;
}

.topPost div.topContent ul li, .topPost div.topContent ol li {
    color: #eee;
}

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
    font-size: 9pt;
    font-style: italic; /* background: url(resources/images/bg-trans.png) repeat; */
    padding: 8px 10px;
    margin-right: 5px;
    line-height: 27pt;
    color: #000000;
    border: 1px solid #000000;
}

.topPost span.linkpages {
    font-size: 9pt;
    font-style: italic;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.topPost span.linkpages a:hover {
    color: #CCCCCC;
}

.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
    background: #EEEEEE;
}

.topPost span.topComments a {
    color: #000000;
    background: url(resources/images/comments.gif) left no-repeat;
    padding-left: 20px;
    line-height: 27pt;
    vertical-align: middle;
}

.topPost span.topMore a {
    color: #000000;
    background: url(resources/images/more.gif) left no-repeat;
    padding-left: 20px;
    line-height: 27pt;
    vertical-align: middle;
}

.topPost span.topTags em {
    background: url(resources/images/tags.gif) left no-repeat;
    padding-left: 20px;
    line-height: 27pt;
    vertical-align: middle;
    color: #000000;
}

.topPost span.topTags a {
    color: #000000;
    line-height: 27pt;
    vertical-align: middle;
}

.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
    color: #000000;
    text-decoration: underline;
}

#nextprevious {
    margin: 10px 0 5px 0;
}

#nextprevious a {
    color: #000000;
    text-transform: lowercase;
    border: 1px solid #000000;
    padding: 5px 8px;
    font-size: 10pt;
    line-height: 1.4em;
}

#nextprevious a:hover {
    color: #000000;
    text-decoration: underline;
}

/* Comments */

#commentsSection {
    margin-bottom: 10px;
    margin-top: 15px;
    background: #000000;
    width: 600px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
    border: 1px solid #000000;
    padding: 0px 15px 10px 15px;
    color: #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#commentsSection h4 {
    font-size: 10pt;
    font-weight: bold; /* use with the black background */
    color: #EEEEEE;
    margin: 15px 0;
    padding: 0;
}

#commentsSection p a {
/* color: #6598b8; */
    color: #EEAA88;
}

#commentsSection p a:hover {
    color: #EEEEEE;
}

#commentsSection p {
    font-weight: bold; /* use with dark background */
    padding: 0;
    margin: 7px 0;
}

#commentsSection code {
    color: #333333;
    font-style: italic;
}

#comments_list li, #comments li.standard {
    background-color: #556655;
    margin-top: 8px;
    padding: 10px 5px 10px 5px;
    -moz-border-radius: 5px;
}

#comments_list li.author {
    background-color: #556677;
}

#singlecomments li {
    position: relative;
    margin-top: 8px;
    padding: 10px 5px 10px 75px;
    -moz-border-radius: 5px;
}

#singlecomments li.even {
    background-color: #556655;
}

#singlecomments li.odd {
    background-color: #777777;
}

ul.commentlist li div.vcard {
    margin-bottom: 8px;
}

ul.commentlist li div.vcard cite.fn {
    font-style: normal;
}

ul.commentlist li div.vcard span.says {
    font-style: italic;
}

ul.commentlist li div.vcard img.avatar {
    border: 2px solid #CCCCCC;
    left: 10px;
    position: absolute;
    top: 10px;
}

ul.commentlist li div.comment-meta {
    position: absolute;
    right: 11px;
    text-align: right;
    top: 14px;
    font-size: 11px;
}

ul.commentlist li div.reply {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #69829D;
    width: 56px;
    margin-left: 460px;
}

ul.commentlist li div.reply:hover {
    background: none repeat scroll 0 0 #DFA641;
    cursor: pointer;
}

ul.commentlist li div.reply a {
    color: #EEEEEE;
    display: block;
    font: bold 9px helvetica, arial, sans-serif;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/* Style comment content */

ul.commentlist em {
    font-weight: bold;
    color: #993333;
    font-size: larger;
}

ul.commentlist blockquote {
    color: #333333;
    background-color: transparent;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: smaller;
    margin: 1em 3em;
}

ul.commentlist blockquote p:before {
    content: '"';
}

ul.commentlist blockquote p:after {
    content: '"';
}

#cancel-comment-reply {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #69829D;
    width: 200px;
    margin-bottom: 10px;
}

#cancel-comment-reply a {
    color: #EEEEEE;
    display: block;
    font: bold 9px helvetica, arial, sans-serif;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#cancel-comment-reply:hover {
    background: none repeat scroll 0 0 #DFA641;
    cursor: pointer;
}

#cancel-comment-reply-form {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    /* border: 2px solid #CCCCCC; */
    padding: 4px 4px 4px 6px;
}

#commentform label {
    text-transform: uppercase;
}

#commentform textarea {
    background: #EEEEEE;
    color: #000000;
    padding: 10px;
    width: 95%;
}

#commentform input#submit {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-style: solid;
    background-color: #EEEEEE;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
    height: 28px;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

#commentform input#submit:hover {
    background-color: #CCCCCC;
}

.comments_meta p {
    margin: 0 !important;
    padding: 0 !important;
}

ul.comments_list, ul.trackback {
    list-style-type: none;
    margin: 10px 0;
    font-size: 9pt;
}

.trackback li {
    margin: 10px 0 15px 0;
    padding: 10px;
    background: #080808;
    border: 1px solid #000000;
    list-style-type: none;
}

#comments_list li.alt {
    background: #777777;
    border: 1px solid #020202;
    border: none;
    margin-top: 8px;
}

#comments_list li.cleared {
    background: transparent;
    border: none;
}

#comments_list a:hover {
    color: #eee;
}

#comments_list a.gravatar {
    float: left;
    margin: 0 15px 10px 0;
    width: 60px;
}

#comments_list .comment_text {
    margin: 0;
    padding: 0;
}

#comments_list .comment_text p a {
    text-decoration: underline;
}

#comments_list cite {
    font-size: 10pt;
    font-style: normal;
    color: #CCCCCC;
}

#comments_list small.commentmetadata a {
    color: #777777;
}

#comments_list p {
    color: #dedede;
}

#respond {
    clear: both;
    margin-top: 15px;
    margin-bottom: 5px;
}

#comments #submit {
    margin: 0;
}

#extrastuff {
    width: 630px; /* same width as comments box + padding + margin - 5px */
}

#extrastuff a {
    color: #222;
    font-size: 0.8em;
}

#extrastuff a:hover {
    color: #6598b8;
    text-decoration: none;
}

#extrastuff #rssleft {
    float: left;
    width: 250px;
}

#extrastuff #trackright {
    float: right;
    width: 180px;
    text-align: right;
}

/* Welcome section */

#main #welcome {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0; /*  background: url(resources/images/bg-trans.png) repeat; */
}

#main #welcome h2 {
    font-size: 14pt; /*  font-weight: normal; */
    font-weight: bold; /* with black background */
    color: #000;

    letter-spacing: 0; /* margin: 0 10px; */
    padding: 10px 0 3px 0;
}

#main #welcome p {
    font-size: 9pt;
    color: #000; /* margin: 0 10px; */
    padding: 6px 0;
}

#main #welcome a {
    text-decoration: underline;
    border: none;
    display: inline;
    padding: 0;
    background: none;
    color: #BF7265;
}

#main #welcome a:hover {
    color: #6598b8;
}

#main #welcome form {
    margin: -5px 0 0 0;
    background: transparent; /* required for IE */
}

#main #welcome #feedbox {
    border: 1px solid #CCCCCC;
    padding: 2px 1px;
    width: 180px;
}

.submitbutton {
    margin: -5px 0 0 5px;
    background: #010101;
    color: #fff;
    font-size: 8pt;
    padding: 3px 6px;
    vertical-align: middle;
    border: 1px solid #000000;
}

.submitbutton:hover {
    cursor: pointer;
    background: #000000;
}

/* Sidebars */
#sidebars {
    margin: 13px 0px 0 0;
    float: left;
    width: 346px;
    color: #000;
    background: #fff;
    /* font-weight: bold !important; */ /* needed for black background */
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    border-right: 2px double #930000;
}

#sidebars .sidebarbox {
/*  background: url(resources/images/bg-trans.png) repeat; */
    padding-bottom: 15px;
}

#sidebar_full {
    padding: 4px;
    margin: 0;
}

#sidebar_left {
    float: left;
    width: 160px;
    padding-left: 4px;
}

#sidebar_right {
    float: right;
    width: 160px;
    padding-right: 4px;
}

#sidebars h2 {
    margin: 0;
    padding: 0 0 8px 0; /* font-weight: normal; */
    /* font-weight: bold; */ /* use with black background */
    font-weight: normal;
    font-family: Georgia;
    color: #930000;
    font-size: 11pt;
    font-variant: normal !important;
}

#sidebars table {
    width: 130px;
}

#sidebarsx ul {
    margin: 0;
    padding: 0 0 5px 0;
}

#sidebarsx li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 9pt;
}

#sidebarsx li ul {
    padding: 0;
}

#sidebarsx ul ul li {
    margin: 0;
    padding: 2px 2px 2px 16px;
    color: #eee;
    background: url(resources/images/bullet.gif) left 8px no-repeat; /* background: url(resources/images/list-item.gif) left 8px no-repeat; */
    line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebarsx a {
    display: inline;
    color: #eee;
}

#sidebarsx a:hover {
    color: #6598b8;
    text-decoration: underline;
}

#sidebars p {
    padding: 2px 0;
    font-size: 9pt;
    color: #eee;
}

#tag_cloud a {
    display: inline;
}

#sidebars ul.children li {
    border-bottom: none;
}

#sidebars ul.children {
    margin-bottom: 0;
}

#sidebars title {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee;
}

#sidebars .item {
    margin: 0 0 4em 0
}

#sidebars ul {
    list-style: none;
    margin: 0 15px 1.6em 0;
    font-size: .85em;
}

#sidebars ul li a, ul.txt li {
    color: #222;
    height: 1%;
    background: url(images/li.png) no-repeat 0;
    line-height: 1.2em;
    border-bottom: 1px solid #930000;
    display: block;
    padding: 6px 0 6px 8px;
}

#sidebars ul li a:hover, ul.txt li:hover {
    color: #000;
    background-position: 1px 0.8em;
    background: #DCC url(images/li-white.png) no-repeat 3px 10px;
}

#sidebars ul li a span, ul.txt li, h4 a span {
    color: #FF3706;
}

#sidebars ul li.active a {
    cursor: default;
    color: white;
}

#sidebars ul ul {
    margin: 0;
    list-style: none;
}

/* Misc */

.highlight {
    color: #222;
    font-weight: bold;
}

.cleared {
    margin: 0;
    padding: 0;
    clear: both;
}

.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

.aligncenter, div.aligncenter {
    margin: 10px auto;
    text-align: center;
    display: block;
}

img.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 10px auto;
    text-align: center;
    display: block;
}

.wp-caption {
    border: 1px solid #CCCCCC;
    text-align: center;
    background-color: #EEEEEE;

    padding-top: 4px; /* optional rounded corners for browsers that support it */

    -moz-border-radius: 3px;

    -khtml-border-radius: 3px;

    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    color: #000000;
}

p.exif {
    margin-top: 10px;
    font-style: italic;
}