/*
Theme Name: Black Portrait
Theme URI: http://www.lighting-essentials.com/websites
Description: A dark background, reverse text and three projects on the home page. Categories and archives and a few other widgets are included. A sidebar is featured in this site design. "New Work" Gallery features 5 images.
Version: 1.0
Author: Don Giannatti and Matthew Pavkov
Author URI: http://www.lighting-essentials.com/websites
Tags: bold image, dark color, gritty, artist, photographer
Template: hybrid
*/

/* Get base CSS */
@import url('18px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');


/************************************************
/* HTML */
html {
	height:100%;
	padding:0;
	margin:0;
}


/* Static front page items */
.simplewhite {
	width:864px;
	margin:0 auto;
}
.simplewhite img {
	padding:0;
	margin:0;
}

/* Static header */
#header table {
	width:auto;
	background:none;
	text-align:right;
	padding:0;
	margin:0;
	border:none;
}
#header tbody {
	background:none;
}
#header tr {
	background:none;
}
#header td {
	background:none;
	text-align:right;
	padding:0;
	margin:0;
	border:none;
}

/* Static header content */
#static-header-content {
	width:583px;
	padding:0 0 0 88px;
	margin:0;
	color:#FFF;
}
#static-header-content img.thumb {
	border:1px solid #8f8e8e;
	padding:0;
	margin:0 7px 0 0;
}
#static-header-content img.last {
	margin:0 0 0 0;
}

#static-header-content div.words {
	width:500px;
	margin-top:20px;
}
#static-sidebar {
	width:153px;
	float:right;
}
h1#title {
	padding:0;
	margin:0 0 15px 0;
	color:#FFF;
	font-size:36px !important;
	line-height:60px;
}
h3 {
	margin:0 0 0px 0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
}
.thumbs-home {
	text-align:right;
}
.thumbs-home img {
	vertical-align:top;
}
.minipost_container {
	padding:0 0 0 88px;
	margin:0;
}
div.minipost {
	width:716px;
	margin:0 0 12px 0;
	padding:4px;
	border:1px solid #7a4f31;
	background:url(images/minipost_background.gif) repeat-y #000;
}
div.minipost img, .minipost-blog img {
	border:0px none;
	float:left;
}
div.minipost-words {
	width:500px;
	padding:20px 0 0 25px;
	float:left;
	font-size:11px;
}
div.minipost-words p {
	margin:0;
}
div.minipost a, div.minipost a:visited, .minipost-blog a, .minipost-blog a:visited {
	color:#7a4f31;
}

div.minipost-blog-container {
	width:671px;
	padding:0;
	margin:0;
}
div.minipost-blog {
	height:115px;
	margin:0 0 12px 0;
	padding:4px;
	border:1px solid #7a4f31;
	background:url(images/minipost_background.gif) repeat-y #000;
	overflow:hidden;
}
div.minipost-blog-words {
	width:460px;
	padding:20px 0 0 25px;
	float:left;
	font-size:11px;
}
div.minipost-blog-first {
	margin:0 0 40px;
}
div.minipost-blog-first h1 {
	margin-bottom:0px;
}
div.minipost-blog-first small {
	display:block;
	padding:0 0 10px 0;
}
div.minipost-blog-first img {
	padding:0 4px 4px 0;
	max-width: 671px;
	height:auto;
}
#view_post {
	color:#7A4F31;
	display:block;
	font-size:22px;
	margin:20px 0;
}


/* Entery content */
.entry-content {
	font-size:13px;
}
.entry-content img {
	padding: 0 4px 4px 0;
}

/* Static sidebar below content area */
.main-widgets-container {
	width:205px;
	padding:0 42px 0 0;
	float:left;
	font-size:11px;
	text-transform:uppercase;
}
.main-widgets-container a, .main-widgets-container a:visited {
	color:#6f6f6f;
}
.main-widgets-container img {
	padding:0;
	margin:0;
}
.main-widgets-container ul {
	padding:10px 0 0 5px;
	margin:0;
	list-style:none;
}
.main-widgets-container li {
	padding:0 0 8px 0;
	margin:0;
}
.last-main-widget {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/* Logo */
.logo {
	padding:0 0 30px 0;
}

/* Search */
.search_custom {
	float:right;
}
.search_custom input.search-text {
	margin-bottom:4px;
}
#search-1 {
	position:relative;
	display:inline;
	float:right;
	margin:5px 0 0 0;
	clear:left;
	width:150px;
	text-align:left;
}

/* Stretch border to bottom of page */
.footer_bottom {
	height:100%;
	font-size:0px;
	clear:both;
}

/* Contact Form */
#contact {
}
#contact input {
	background:#282828 none;
	border:1px solid #7A4F31;
	font-size:13px;
	color:#FFF;
}
#contact input.text {
	width:180px;
}
#contact input#submit {
	padding:3px;
}



/**
* Body
************************************************/
body {
	background: url(images/background.jpg) top center fixed #000 no-repeat;
	color:#6f6f6f;
	font-family:Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	height:100%;
	margin:0;
	padding:0;
	}

/* Body container */
#body-container {
	width: 946px;
	margin:0 auto;
	padding:20px 0 0 0;
	border-left:1px solid #3e3e3e;
	border-right:1px solid #3e3e3e;
	position:relative;
	min-height:100%;
	overflow:hidden;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #FFF;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
a:active, a:focus {
	outline:none;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #FFF;
	}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

/* Lists */
#content ul {
	list-style: none;
	margin:0 0 15px 8px;
	text-transform:uppercase;
	}
#content ul li {
	padding:0;
	margin:0;
	}
#content .sticky ul li {
	padding-left: 9px;
	background: url(images/bullet-light.gif) no-repeat 0 4px;
	}

/* Blockquotes */
blockquote {
	margin:0 30px 18px;
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #fff;
	border-left: 3px solid #7A4F31;
	font-size:13px;
	}
blockquote p {
	margin:15px 0;
}
.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	color:#FF0000;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

/* Tables */
table {
	width: 100%;
	background: #5F97B1;
	border: 1px solid #eee;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #35667c;
	}
tr {
	color: #fff;
	background: #3e7690;
	}
tr.alt, tr.even {
	background: #437f9b;
	}
th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
	}
td a, th a {
	font-weight: bold;
	color: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Easy Contact */
.contact-form .form-input input {
	background: none #282828;
	border:1px solid #7A4F31;
	font-size:13px;
	color:#fff;
}

/* Errors */
.error, .contact-form .form-input input.error {
	padding: 6px 9px;
	background: #333;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 18px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #eee;
	background: #3C738C;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 18px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
img, a img {
	padding: 5px;
	}
.post img {
	max-width: 671px;
	height:auto;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 6px 1px 0 1px;
	background: #f9f9f9;
	background: #3c738c;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 18px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	width: 100px;
	height: 100px;
	margin-right: 18px;
	background: #3c738c;
	border: 1px solid #999;
	}
.author-pic {
	padding:0 10px 0 0;
	float: left;
}

/* Thumbnail */
.thumbnail {
	/*float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	background: #3c738c;*/
	width:172px;
	height:115px;
	}
/* Full size image */
.full {
	width:500px;
	height:auto;
}

/**
* Header
************************************************/
#header {
	display: block;
	margin:0 auto 30px auto;
	width:864px;
	}
#site-title {
	font-size: 48px !important;
	margin:0;
	padding:0;
	height:30px;
	overflow:visible;
	}
#site-title a {
	color: #8f8e8e;
	text-decoration:none;
	}
#site-description {
	font-size: 12px;
	font-style: normal;
	color: #8f8e8e;
	}
#site-title, #site-description {
	font-family: Georgia, Times, "Times New Roman", serif;
	}

/**
* Navigation
************************************************/
#page-nav {
	/*float: left;
	width: 700px;
	margin: 0 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;*/
	}
ul#page-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
ul#page-nav li {
	margin: 0 0 10px 0;
	padding:6px 0 6px 4px;
	text-transform:uppercase;
	background:url(images/nav_background.png) no-repeat;
	}
ul#page-nav li a, ul#page-nav li a:visited {
	color: #7a4f31;
	text-decoration:none;
	}
ul#page-nav li a:hover {
	color: #FFF;
	}
ul#page-nav li.current_page_item a {
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	width: 864px;
	margin:0 auto;
	background:none;
	}

#content {
	margin:0 auto;
	height: 100%;
	width: 864px;
	padding:0px;
	}
.no-widgets #content, .no-default-widgets #content {
	width: 864px;
	margin:0 auto;
	}

/**
* Posts
************************************************/
.post {
	/*clear: both;*/
	overflow: hidden;
	height: 100%;
	margin-bottom: 18px;
	}

.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
h1 {
	margin-bottom: 18px;
	}
h1, .home .post-title, .page-template-blog .post-title {
	font-size: 27px !important;
	line-height: 27px;
	}
.post-title, .single-title {
	font-size: 1.3em;
	margin-bottom: 3px;
	}
.post-title a, .post-title a:visited {
	color:#7A4F31;
}

/* Byline */
.byline {
	font-size: 11px;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	display: none;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #7A4F31;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #666;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	}
.post-meta-data .categories {
	display: block;
	}
.post-meta-data .tags {
	display: block;
	}
.archive .post-meta-data, .search .post-meta-data {
	display: none;
	}
.post-meta-data .separator {
	display: none;
	}
.post-meta-data a {
	color: #7A4F31;
	}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.pages a {
	background: #3C738C;
	border: none;
	}
/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 18px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 18px;
	}

/* Archive templates */
.author-info, .category-info, .date-info, .tag-info, .search-info {
	margin-bottom: 18px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 18px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 18px;
	}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 18px;
	font-size: .85em;
	color: #666;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 270px;
	}
#secondary {
	clear: right;
	float: right;
	width: 270px;
	}

/* Widgets */
.widget {
	margin: 0 0 px 0;
	padding: 18px 15px;
	background:none;
	}
.page-template-widgets #content .widget {
	padding: 0;
	}
.widget-title {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
h3.widget-title {
	color:#6F6F6F;
	border-bottom:3px solid #994D37;
}
.widget-inside {
	font-size:11px;
}
.widget-inside a, .widget-inside a:visited {
	color:#6F6F6F;
	text-transform:uppercase;
}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 4px;
	}
.widget li.current-cat a, .widget li.current_page_item a {
	color: #232c36;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #2f6eb9;
	}

/* Widget search */
.widget-search .search-text {
	width: 90px;
	}
.search-text {
	background:none #FFF;
	border:1px solid #FFF;
	color:#FFF;
	font-size:11px;
	padding:2px;
	background:#7a4f31 none;
	width:100px;
}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/* Widget table (calendar) */
.widget table {
	width: 240px;
	}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 18px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 18px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #FFF;
	background: #282828;
	}
#comments li li, #comments li.author li li {
	color: #FFF;
	margin: 0 9px 9px 18px;
	background: #343434;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #FFF;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #FFF;
	background: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #FFF;
	background: #246F93;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
#comments p {
	margin:0 0 8px 0;
}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #7A4F31;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #7A4F31;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #246F93;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	color:#AAA;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 0px;
	}
.comment-text blockquote {
	margin-bottom: 18px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: #246F93;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font-size:13px;
	color:#FFF;
	background:none #282828;
	border:1px solid #7A4F31;
	font:Arial, Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: 12px;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font-size:13px;
	color:#FFF;
	background:none #282828;
	border:1px solid #7A4F31;
	font:Arial, Helvetica, sans-serif;
	}
.button {
	margin:0;
	padding:2px;
	font-weight: bold;
	font-size:10px;
	color: #FFF;
	background: #1F1F1F;
	border: none;
	border:1px solid #7a4f31;
	font-family:Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	}
li.author .button {
	background: #333C45;
	}
.button:hover {
	cursor: pointer;
	background: #333C45;
	}
.search-form input {
	margin:0 0 4px 0;
	display:block;
	}
.allowed-tags {
	font-size: .8em;
	}

/**
* Footer
************************************************/
#footer-container {
	width:946px;
	margin:0 auto;
	clear: both;
	padding-top:30px;
	overflow:hidden;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
	}
#footer {
	margin:0 auto;
	padding:0 0 0 41px;
	font-style: normal;
	color: #666;
	font-size:12px;
	}
#footer a {
	font-style: normal;
	color: #994d37;
	}
#footer .copyright {
	}

ul.tabs { display: none; }

/**
* Comments popup
************************************************/
.comments-popup #body-container {
	width: 540px;
	margin: 20px auto;
	padding: 20px;
	}
.comments-popup #container {
	width: 520px;
	margin: 0 auto;
	padding: 0;
	}
.comments-popup #content {
	width: 500px;
	padding: 20px;
	}