/*
Theme Name: Ghostwriter
Theme URI: http://ghoststate.com
Description: A stripped down, super simple theme created for the GhostState web gallery.
Author: Jonathan Niesen
Author URI: http://heresjonnie.com
Version: 1
*/


/*
 * CSS Reset by Eric Meyer
 * http://meyerweb.com/eric/tools/css/reset/
 */
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * End CSS Reset
 */




/* Typography
 * -font-family
 * -font-size
 * -font-weight
 * -color
 * -text-transform
 * -text-decoration
 * -letter-spacing
 * -word-spacing
 * -line-height
 * -text-align
 * -vertical-align
 * -direction
 */

body {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
}

#banner {
    text-align: center;
}

#posts-container .post .post-header,
#posts-container .post .post-footer {
    color: #333333;
}

#posts-container .post .post-header a,
#posts-container .post .post-footer a {
    color: #003366;
}

#posts-container .post .post-header h2 {
    font-size: 14px;
    line-height: 40px;
    vertical-align: bottom;
}

#posts-container .post .post-header .post-author {
    line-height: 40px;
    text-align: right;
    vertical-align: baseline;
}

#posts-container .post .post-footer .post-date {
    line-height: 40px;
    vertical-align: top;
}

#posts-container .post .post-footer .post-comments {
    line-height: 40px;
    text-align: right;
    vertical-align: top;
}

#posts-container .post #comments-container #comments .commentlist li {
    color: #FFF;
}

#posts-container .post #comments-container #comments .commentlist li .comment-body .comment-meta {
    text-align: right;
}

#posts-container .post #comments-container #comments .commentlist li .comment-body .comment-meta a {
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}

#posts-container .post .post-footer .viewing {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

#posts-container .post .post-footer .viewing .loader {
    vertical-align: middle;
}

#posts-container .post #comments-container #comments h3.section-title {
    color: #FFF;
}

#posts-container .post #comments-container #comments #respond {
    color: #FFF;
}
/*
 * End Typography
 */




/* Layout
 * -width
 * -height
 * -top
 * -right
 * -bottom
 * -left
 * -margin-top
 * -margin-right
 * -margin-bottom
 * -margin-left
 * -padding-top
 * -padding-right
 * -padding-bottom
 * -padding-left
 * -border-top-width
 * -border-right-width
 * -border-bottom-width
 * -border-left-width
 * -position
 * -display
 * -visibility
 * -z-index
 * -overflow-x
 * -overflow-y
 * -white-space
 * -clip
 * -float
 * -clear
 */

#page-wrapper {
    top: 0; right: 0; bottom: 0; left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}

#banner {
    width: 700px;
    height: 120px;
    bottom: 0;
    position: absolute;
    z-index: 300;
}

#banner h1 {
    width: 98px;
    height: 102px;
    margin: 10px auto 0 auto;
}

#banner h1 a {
    width: 274px;
    height: 102px;
    display: block;
}

#banner h1 a .optional-text {
    display: none;
}

#banner #nav {
    width: 700px;
    height: 55px;
    top: 33px;
    left: 0;
    position: absolute;
}

#banner #nav #previous,
#banner #nav #next {
    width: 350px;
    height: 55px;
    float: left;
}

#banner #nav #previous a {
    width: 60px;
    height: 55px;
    margin-left: 77px;
    display: block;
}

#banner #nav #next a {
    width: 60px;
    height: 55px;
    margin-right: 77px;
    display: block;
    float: right;
}

#banner #nav #previous a .optional-text,
#banner #nav #next a .optional-text {
    display: none;
}

#posts-container {
    width: 2700px;
    top: 0; bottom: 0; left: 0;
    position: absolute;
    z-index: 200;
}

#posts-container .post {
    width: 700px;
    height: 480px;
    margin: 0 50px;
    position: relative;
    float: left;
}

#posts-container .post #comments-container {
    width: 700px;
    height: 420px;
    top: 40px; right: 0; bottom: 40px; left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 250;
}

#posts-container .post #comments-container #comments {
    width: auto;
    height: 420px;
    top: 420px; right: 0; left: 0;
    padding-top: 10px;
    position: absolute;
    overflow: hidden;
}

#posts-container .post #comments-container #comments h3.section-title {
    padding: 0 10px 5px 10px;
    border-bottom-width: 2px;
}

#posts-container .post #comments-container #comments .commentlist {
    width: auto;
    height: 200px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#posts-container .post #comments-container #comments .commentlist li {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom-width: 1px;
}

#posts-container .post #comments-container #comments .commentlist li .comment-body .comment-author {
    width: 50%;
    margin-bottom: 5px;
    float: left;
}

#posts-container .post #comments-container #comments .commentlist li .comment-body .comment-meta {
    width: 50%;
    margin-bottom: 5px;
    float: left;
}

#posts-container .post #comments-container #comments #respond {
    width: 680px;
    height: 200px;
    padding: 0 10px;
}

#posts-container .post #comments-container #comments #respond h3 {
}

#posts-container .post #comments-container #comments #respond #commentform .commenter-info {
    width: 190px;
    float: left;
}

#posts-container .post #comments-container #comments #respond #commentform .commenter-info .commenter-name {
    width: 190px;
    margin-bottom: 10px;
}

#posts-container .post #comments-container #comments #respond #commentform .commenter-info .commenter-email {
    width: 190px;
    margin-bottom: 10px;
}

#posts-container .post #comments-container #comments #respond #commentform .commenter-info .commenter-url {
    width: 190px;
    margin-bottom: 10px;
}

#posts-container .post #comments-container #comments #respond #commentform .commenter-text {
    width: 490px;
    float: left;
}

#posts-container .post #comments-container #comments #respond #commentform .commenter-text #comment {
    width: 484px;
    margin-bottom: 10px;
    padding: 2px;
    height: 75px;
}

#posts-container .post .post-header {
    width: 700px;
    height: 40px;
}

#posts-container .post .post-header h2,
#posts-container .post .post-header .post-author {
    width: 330px;
    height: 40px;
    padding: 0 10px;
    float: left;
}

#posts-container .post .post-footer {
    width: 700px;
    height: 40px;
}

#posts-container .post .post-footer .post-date {
    width: 330px;
    height: 40px;
    padding: 0 10px;
    float: left;
}

#posts-container .post .post-footer .post-comments {
    width: auto;
    height: 40px;
    padding: 0 10px;
    float: right;
}

#posts-container .post .post-footer .viewing .loader {
    padding-right: 5px;
}

#portfolio-link {
	width: 108px;
	height: 108px;
	bottom: 10px; left: 10px;
	position: absolute;
	display: block;
	z-index: 50000000;
}

#portfolio-link .optional-text {
	display: none;
}
/*
 * End Layout
 */




/* Visuals
 * -background-color
 * -background-image
 * -background-repeat
 * -background-position
 * -background-attachment
 * -opacity
 * -border-top-color
 * -border-right-color
 * -border-bottom-color
 * -border-left-color
 * -border-top-style
 * -border-right-style
 * -border-bottom-style
 * -border-left-style
 * -cursor
 * -list-style-image
 * -list-style-position
 * -list-style-type
 * -marker-offset
 */

body {
    background-color: #FFF;
}

#banner {
    background-image: url('images/bg-nav-panel.png');
    background-repeat: no-repeat;
}

#banner h1 a {
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#banner #nav #previous a {
    background-image: url('images/btn-previous.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#banner #nav #next a {
    background-image: url('images/btn-next.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#banner #nav #previous a:hover,
#banner #nav #next a:hover {
    background-position: 0 -55px;
}

#posts-container .post #comments-container #comments {
    background-image: url('images/bg-comment-panel.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#posts-container .post #comments-container #comments h3.section-title {
    border-bottom-color: #FFF;
    border-bottom-style: solid;
}

#posts-container .post .post-footer .viewing {
    background-color: #000;
}

#posts-container .post #comments-container #comments .commentlist li {
    border-bottom-color: #FFF;
    border-bottom-style: solid;
}

#posts-container .post #comments-container #comments #respond {
    background-color: black;
}

#portfolio-link {
	background-image: url('images/icon-work.png');
	background-repeat: no-repeat;
}