/*   
Theme Name: Noble
Description: A clean and elegant personal blog theme from ThemeJam.
Author: ThemeJam
Author URI: http://themejam.com
Version: 1.4.6
Tags: two-columns, right-sidebar, fixed-layout, full-width-template, theme-options, threaded-comments, black, blue, green, red
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Noble WordPress theme, Copyright (C) 2015 ThemeJam
Noble WordPress theme is licensed under the GPL.

This theme is a derivative (in part) of the TwentyThirteen theme, http://wordpress.org/themes/twentythirteen, which is licensed under the GNU General Public License v2.0, http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('styles/reset.css');

body {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #150f13;
}

/* clearfix 
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */

/* IE6 PNG fix */
img, div, a
 { behavior: url(js/iepngfix.htc) }


/* General styles 
=================================*/

a {
	text-decoration: none;
	color: #ee3838;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1.5em 0;
}

textarea, input {
	font-size: 13px;
	font-family: arial, sans-serif;
}

/* Layout 
=================================*/

#wrap {
	width: 940px;
	margin: 0 auto;
}

#header .wrap {
	width: 940px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 540px;
	padding: 50px 0 30px 0;
	margin: 0 100px 0 0;
}

#sidebar {
	float: left;
	width: 300px;
	padding: 86px 0 0 0;
	margin: 0 0 30px 0;
}

#footer {
	clear: both;
}

#main.full-width {
	width: 100%;
}


/* Header 
=================================*/

#header-top {
	background: #000;
}

#header-bottom {
	background: #F1F1F1;
	border-bottom: 1px solid #BFB5B6;
}

#branding {
	margin: 0;
	padding: 57px 0 10px 0;
	float: left;
	color: #fff;
	font-size: 40px;
	font-style: italic;
	font-family: 'hoefler text', 'Cambria', 'Georgia', serif;
	width:240px;
	word-wrap:break-word;
}

#branding a {
	color: #fff;
}

#branding a:hover {
	text-decoration: none;
}

/* Navigation Dropdown Menu 
.................................*/
#primary-nav {
	width:600px;
	float:right;
}
#primary-nav ul {
	margin: 0;
	padding: 63px 0 0 0;
	list-style:	none;
	float: right;
	line-height: 1.0;
}

#primary-nav ul li {
	display: block; 
	position: relative;
	float: left;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 15px;
}

#primary-nav ul a {
	display: block; 
	padding: 8px 0 3px 0; 
	text-align: center;
	text-decoration: none;
	position: relative;
	color: #faf8f9;
	text-shadow: 1px 1px 1px #000;
}

#primary-nav ul a:hover {
	color: #ebcbd0;
}

#primary-nav ul ul {
	position: absolute;
	top: -999em;
	width: 10em; 
	z-index: 10;
	background: #150f13;
	padding: 5px 0;
	border: 1px solid #8e777d;
	border-bottom: 4px solid #8e777d;
}

#primary-nav ul ul ul {
	z-index: 15;
	background: #362a32;
	border: none;
	padding: 0;
}

#primary-nav ul ul li {
	width: 150px;
	float: left;
	margin: 0;
	font-size: 14px;
}

#primary-nav ul li:hover {
	visibility: inherit;
}

#primary-nav ul ul li a {
	display: block;  
	padding: 8px 12px;
	text-align: left;
	background: #150f13;
	color: #ebcbd0;
	text-transform: none;
}

#primary-nav ul ul li ul li a {
	background: #362a32;
}

#primary-nav ul ul li a:hover {
	border: none;
	color: #fff;
}

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: 0;
	top: 25px;
}

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul {
	top: -999em;
}

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul {
	left: 30px;
	top: 30px;
}

#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul {
	top: -999em;
}

#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul {
	left: 20px;
	top: 25px;
}

#primary-nav ul li:hover a.sf-with-ul {
	color: #ebcbd0;
}

#primary-nav ul li:hover ul li a.sf-with-ul {
	color: #ebcbd0;
}


/* Header Bottom
.................................*/

#header-bottom {
	clear: both;
	padding: 0;
}

#header-bottom #blog-description {
	float: left;
	text-transform: uppercase;
	font-family: "hoefler text", georgia, times, serif;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 26px 0 0 0;
	width:840px;
	word-wrap:break-word;
}

#header-bottom #subscribe {
	float: right;
	background: url(images/bg-subscribe-box.jpg) top left repeat-x #f8f8f8;
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-bottom: 6px solid #B7B7B7;
	padding: 7px 14px 6px 14px;
}

#header-bottom #subscribe li {
	padding: 6px 0 2px 0;
}

#header-bottom #subscribe li a {
	display: block;
	padding: 2px 0 2px 24px;
	color: #000;
}

#header-bottom #subscribe li.rss a {
	background: url(images/icon-rss.gif) top left no-repeat;
}

#header-bottom #subscribe li.email a {
	background: url(images/icon-email.gif) top left no-repeat;
}

/* Errors
=================================*/

.alert, .alert h4 {
    color: #C09853;
}
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
}

/* Entries
=================================*/

.home .post,
.archive .post,
.search-results .post,
.search-results .page {
	margin: 0 0 4em 0;
}

.entry-title {
	border-bottom: 1px dotted #000;
	width: 100%;
	margin: 0 0 2em 0;
}

.entry-title h1,
.entry-title h2 {
	font-family: "hoefler text", georgia, times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin: 0;
	float: left;
	width: 445px;
	border-right: 1px dotted #000;
	word-wrap:break-word;
}

.entry-title.no-comments h1, 
.entry-title.no-comments h2 {
	border-right: none;
}

.sticky {}

.sticky .entry-title {
	background: #f2f2f2;
	padding: 10px;
}

.sticky .entry-title h2 {
	padding-bottom: 0;
	border: none;
}

h1.page-title {
	font-family: "hoefler text", georgia, times, serif;
	font-size: 24px;
	margin: 0 0 1em 0;
}

.entry-title a {
	color: #150f13;
}

.entry-title h1 a:hover,
.entry-title h2 a:hover {
	color: #ee3838;
	text-decoration: none;
}

.entry-title .discussion-toggle {
	float: right;
}

.entry-title .discussion-toggle button,
.entry-title .discussion-toggle a {
	display: block;
	width: 90px;
	height: 26px;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: none;
	cursor: pointer;
	color: #ee3838;
	font-size: 11px;
}

.entry-title .discussion-toggle a {
	padding: 10px 0 0 0;
}

.entry-title .discussion-toggle {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.entry-meta-before {
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	color: #959595;
	margin: 0 0 5px 0;
}

.entry-meta-before a {
	font-style: normal;
	text-transform: uppercase;
}

button.btn-discussion-2 {
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	border: none;
	background: none;
	cursor: pointer;
	float: right;
	color: #ee3838;
}

.entry-content .image,
.comment-text .image {
	float: left;
	margin: 5px 15px 10px 0;
}

.entry-content img,
.comment-text img {
	max-width: 100% !important;
}

.entry-content p,
.comment-text p {
	line-height: 2em;
	word-wrap:break-word;
}

.entry-content iframe, 
.entry-content object, 
.entry-content embed {
    max-width: 540px !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
	margin: 0 0 1.5em 0;
	padding: 1em 0 0 0;
	font-family: "hoefler text", georgia, times, serif;
	text-transform: uppercase;
}

.entry-content h1 {
	font-size: 1.5em;
}

.entry-content h2 {
	font-size: 1.3em;
}

.entry-content h3 {
	font-size: 1.2em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1em;
}

.entry-content table,
.comment-text table {
	width: 100%;
}

.entry-content table td,
.entry-content table th,
.comment-text table td,
.comment-text table th {
	padding: 5px;
}

.entry-content dt,
.comment-text dt {
	padding-top: 10px;
	font-weight: bold;
}

.entry-content ul,
.comment-text ul {
	list-style: disc;
	margin: 0 0 1.5em 2.5em;
}

.entry-content ul ul,
.comment-text ul ul {
	margin-bottom: 0;
	margin-top:10px;
}

.entry-content ol,
.comment-text ol {
	list-style: decimal;
	margin: 0 0 1.5em 2.5em;
}

.entry-content ol ol,
.comment-text ol ol {
	margin-bottom: 0;
	margin-top:10px;
}

.entry-content li,
.comment-text li {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

.entry-content .alignleft,
.comment-text .alignleft {
	float: left;
	margin: 6px 20px 10px 0;
}

.entry-content .alignright,
.comment-text .alignright {
	float: right;
	margin: 6px 0 10px 20px;
}

.entry-content .aligncenter,
.entry-content .center,
.comment-text .aligncenter,
.comment-text .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.entry-content blockquote,
.comment-text blockquote {
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 0 20px;
}

.entry-content cite,
.comment-text cite {
	padding: 0 20px;
}

p.wp-caption-text,
.gallery-caption {
	margin: 0;
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
}

.gallery-caption .previous-entry a,
.gallery-caption .next-entry a {
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
}

.bypostauthor {}

.previous-entry {
	float: left;
}

.next-entry {
	float: right;
}

p.tags {
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	color: #959595;
}

p.tags a {
	text-transform: uppercase;
	font-style: normal;
}

#author-box {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 10px 0;
	margin: 0 0 2em 0;
}

.archive #author-box {
	border-bottom: 2px solid #B7B7B7;
	border-top: none;
}

#author-box .author-avatar {
	float: left;
	margin: 0 20px 0 0;
	padding: 3px 0 0 0;
}

#author-box .author-about {
	float: left;
	width: 460px;
	line-height: 1.5em;
}

#author-box p {
	margin: 0;
}

#author-box p.author-name {
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	color: #959595;
}

#author-box p.author-name a {
	font-style: normal;
	text-transform: uppercase;
}

.archive #author-box p.author-name {
	font-style: normal;
	text-transform: uppercase;
	color: #000;
}

.archive h1,
.search-results h1 {
	text-align: center;
	font-family: "hoefler text", georgia, times, serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #b7b7b7;
	margin: 0 0 3em 0;
}

.comment-reply #article {
	display: none;
}

.comment-reply #discussion {
	display: block;
}
.entry-meta {
	margin:10px 0;
}
pre {
    background: #F5F5F5;
    color: #666;
    font-family: monospace;
    font-size: 13px;
    margin: 20px 0;
    overflow: auto;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Sidebar
=================================*/

#sidebar p {
	line-height: 2em;
	margin: 0 0 1em 0;
}
#sidebar .widget iframe, 
#sidebar .widget object, 
#sidebar .widget embed {
    max-width: 274px !important;
	height:100% !important;
}

#sidebar .widget {
	background: url(images/bg-widget.jpg) top center no-repeat #fff;
	border: 1px solid #b7b7b7;
	border-bottom: 6px solid #b7b7b7;
	padding: 12px;
	margin: 0 0 2em 0;
	word-wrap:break-word;
	overflow: hidden;
}

#sidebar .widget h4 {
	text-align: center;
	border-bottom: 1px dotted #000;
	color: #000;
	font-family: "hoefler text", georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 0 8px 0;
	margin: 0 0 1.5em 0;
}

#sidebar .widget img {
	max-width: 100%;
    height:auto;
}

#sidebar .widget li a {
	display: block;
	background: url(images/arrow-sidebar.png) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 1em 0;
}

#sidebar .widget.widget_recent_comments li a {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}

#sidebar .widget.widget_recent_comments li {
	background: url(images/arrow-sidebar.png) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 1em 0;
}

#sidebar .widget.widget_calendar table {
	width: 100%;
}

#sidebar .widget.widget_calendar table caption {
	font-weight: bold;
}

#sidebar .widget.widget_calendar td,
#sidebar .widget.widget_calendar th {
	padding: 8px;
	text-align: center;
}

#sidebar .widget.widget_calendar th {
	font-weight: bold;
}

#sidebar .widget ul.children {
	padding: 0 0 0 20px;
}

.widget.about img.alignleft {
	float: left;
	margin: 3px 10px 0 0;
	border: 3px solid #d8d8d8;
}

.widget p.action-link {
	text-align: center;
	font-size: 1.5em;
	margin: 0;
}

.widget p.action-link a {
	font-family: "hoefler text", georgia, times, serif;
	font-weight: bold;
	font-style: italic;
}

#sidebar .widget.widget_search input {
	width: 262px;
	border: none;
	background: #ebebeb;
	padding: 6px;
	margin: 0 10px 5px 0;
}
#sidebar input, 
#sidebar select, 
#sidebar textarea {
	max-width:262px;
}

#sidebar .widget.widget_search input#search-submit {
	background: none;
	font-family: "hoefler text", georgia, times, serif;
	font-style: italic;
	font-weight: bold;
	color: #ee3838;
	cursor: pointer;
	font-size: 1.3em;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar table td,
.widget_calendar table th {
	padding: 5px;
}

.widget_calendar table caption {
	font-weight: bold;
}



/* Comments
=================================*/

#discussion h3 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 15px;
}

.commentlist li {
	margin: 0;
}

.commentlist ul.children {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.comment-body {
	margin: 0 0 3em;
}

.comment-avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-avatar img {
	border: 2px solid #c5c5c5;
}

.comment-content {
	float: left;
	width: 470px;
	line-height: 1.5em;
	border-bottom: 1px dotted #000;
	padding: 0;
	position: relative;
}

.children .comment-content { width: 450px; }
.children .children .comment-content { width: 430px; }
.children .children .children .comment-content { width: 410px; }
.children .children .children .children .comment-content { width: 390px; }
.children .children .children .children .children .comment-content { width: 370px; }

.comment-author a {
	text-transform: uppercase;
	font-family: "hoefler text", georgia, times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

.comment-author .comment-date a {
	font-size: 1em;
	text-transform: none;
	color: #959595;
	font-style: italic;
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "hoefler text", georgia, times, serif;
	font-weight: bold;
	font-style: italic;
}

#commentform input,
#commentform textarea {
	width: 220px;
	border: 1px solid #898989;
	padding: 6px;
	margin: 0 8px 0 0;
}

#commentform textarea {
	width: 540px;
	margin: 0;
}

#commentform input#submit {
	background: none;
	border: none;
	font-family: "hoefler text", georgia, times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	padding: 0;
	width: auto;
	cursor: pointer;
	color: #150f13;
}

#commentform label {
	font-family: "hoefler text", georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #959595;
	display: block;
	margin: 0 0 5px;
}

#commentform label span {
	letter-spacing: 0;
	text-transform: none;
	font-style: italic;
}

.bypostauthor .comment-author { 
	background:#efefef;
}
.navigation {
	overflow:hidden;
}
.navigation .nav-previous {
	margin:10px 0;
	float:left;
}
.navigation .nav-next {
	margin:10px 0;
	float:right;
}

/* Footer
=================================*/

#footer {
	background: #54474a;
	line-height: 1.3em;
	padding: 0 0 2em 0;
}

#footer #widgets-wrap {
	background: url(images/bg-footer.jpg) top left repeat-x;
}

#footer #widgets {
	width: 960px;
	margin: 0 auto;
	padding: 3em 0 0 0;
	background: url(images/bg-footer-highlight.jpg) top center no-repeat;
}

#footer .widget {
	width: 220px;
	float: left;
	margin: 0 10px 3em 0;
	padding: 0 0 0 10px;
}

#footer .widget h4 {
	text-align: center;
	font-family: "hoefler text", georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 0 8px 0;
	margin: 0 0 1.5em 0;
	background: url(images/footer-widget-line.png) bottom left repeat-x;
	color: #150f13;
}

#footer .widget li {
	color: #fff;
}

#footer .widget li a {
	display: block;
	background: url(images/footer-widget-bullet.png) top left no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 12px;
	color: #fff;
}

#footer .widget li {
	margin: 0 0 1em 0;
}

#footer .widget.about,
#footer .widget.about a {
	color: #fff;
	line-height: 1.5em;
}

#footer .widget.widget_recent_comments li a {
	background: none;
	padding: 0;
}

#footer .widget.widget_recent_comments li {
	background: url(images/footer-widget-bullet.png) top left no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 12px;
}

#footer #footer-bottom {
	border-top: 1px solid #000;
	color: #fff;
	padding: 0 0 3em 0;
}

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

#footer #footer-bottom a:hover {
	text-decoration: none;
}

#footer #footer-bottom img {
	vertical-align: middle;
}

#footer #footer-bottom #footer-bottom-container {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#footer #footer-bottom #copyright {
	padding: 20px 0 0 0;
}