/*
Theme Name: Mike Lamp
Theme URI: http://mikelamp.com
Version: 1.0
Author: Mike Lamp
Author URI: http://mikelamp.com
*/

/******************************************************************
 * GLOBAL RESET
 ******************************************************************/
* {
    margin: 0;
    padding: 0;
}

/******************************************************************
 * GLOBAL LINKS
 ******************************************************************/
a {
    color: #F9C39F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/******************************************************************
 * BODY / BASE STYLES
 ******************************************************************/
body {
    font-family: Verdana, sans-serif;
    background-color: #050505;
}

ul, ol {
    list-style-type: none;
}

blockquote,
#content ul,
#content ol,
p,
pre {
    margin: 0 0 0.5em 0;
}

/******************************************************************
 * PAGE CONTAINER
 ******************************************************************/
#page {
    width: 1004px;
    margin: 0 auto;
}

/******************************************************************
 * HEADER CONTAINER
 ******************************************************************/
#header {
    position: relative;
}

/******************************************************************
 * MAIN WRAPPER
 ******************************************************************/
#wrapper {
    clear: both;
    margin-top: -10px;
    position: relative;
    width: 1004px;
}

/******************************************************************
 * MAIN CONTENT COLUMN
 ******************************************************************/
#main {
    float: left;
    width: 789px;
    padding-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

/******************************************************************
 * CONTENT AREA
 ******************************************************************/
#content {
    float: left;
    width: 570px;
    padding: 0;
}

/******************************************************************
 * SIDEBAR BASE (SINGLE SIDEBAR)
 ******************************************************************/
.sidebar {
    float: left;
    width: 195px;
    margin-left: 10px;
    display: block;
}

/******************************************************************
 * DISABLED LEGACY SIDEBAR POSITIONS
 ******************************************************************/
.side-left,
.side-right {
    float: none;
    margin: 0;
    padding: 0;
}

/******************************************************************
 * ENABLE ACTIVE SIDEBAR FLOAT
 ******************************************************************/
.sidebar.side-left {
    float: left;
}

/******************************************************************
 * HEADER IMAGE
 ******************************************************************/
#headerimg {
    height: 345px;
    background: url(images/header.jpg) no-repeat center;
}

/******************************************************************
 * HEADER TITLE (SITE NAME)
 ******************************************************************/
#headerimg h1 {
    text-align: left;
    padding-left: 60px;
    padding-top: 150px;
    font-family: gramond, 'times new roman';
    font-size: 42px;
    color: #ffffff;
}

#headerimg h1 a {
    color: #ffffff;
}

/******************************************************************
 * HEADER LINK COLOR
 ******************************************************************/
#headerimg a {
    color: #ECD7C1;
}

/******************************************************************
 * HEADER DESCRIPTION / TAGLINE
 ******************************************************************/
.description {
    text-align: left;
    color: #ffffff;
    padding-left: 120px;
    font-size: 24px;
    line-height: 1.4;
}

/******************************************************************
 * SIDEBAR TYPOGRAPHY
 ******************************************************************/
.sidebar ul {
    font-size: 12px;
}

/******************************************************************
 * SIDEBAR HEADINGS
 ******************************************************************/
.sidebar ul h2 {
    font-weight: normal;
    font: 14pt gramond, 'times new roman';
    color: #ffffff;
    background: url(images/topbar.gif) no-repeat;
    width: 195px;
    padding: 10px 0 18px 10px;
}

/******************************************************************
 * SIDEBAR LIST ITEMS
 ******************************************************************/
.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 15px;
    padding-left: 10px;
    width: 190px;
}

/******************************************************************
 * POST DATE CALENDAR ICON
 ******************************************************************/
#date {
    width: 66px;
    height: 57px;
    background: url(images/calendar.gif) no-repeat;
}

/******************************************************************
 * POST DATE TEXT STYLING
 ******************************************************************/
#date {
    text-align: center;
    font-weight: bold;
}

#date .day {
    font-size: 22px;
    line-height: 26px;
}

#date .month {
    font-size: 14px;
    line-height: 16px;
}

/******************************************************************
 * POST TOP IMAGE
 ******************************************************************/
.posttop {
    background: url(images/posttop.gif) no-repeat center;
    width: 785px;
    height: 42px;
}

/******************************************************************
 * POST BOTTOM IMAGE
 ******************************************************************/
.postbottom {
    background: url(images/postbottom.gif) no-repeat top center;
    width: 785px;
    height: 42px;
}

/******************************************************************
 * POST BODY
 ******************************************************************/
.post {
    color: #C7B7A1;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0px 10px 0;
    width: 784px;
    background: url(images/contentbg.gif) repeat-y left;
}

/******************************************************************
 * POST TITLE LINKS
 ******************************************************************/
.post h2 {
    margin-left: 25px;
    padding-bottom: 4px;
    line-height: 1.2;
}

.post h2 a {
    color: #EBEFB1;
    font: 24px gramond, 'times new roman';
}

.postmetadata {
    margin-left: 75px;
}


/******************************************************************
 * POST ENTRY CONTENT
 ******************************************************************/
.entry {
    padding: 15px 30px 20px 30px;
    width: 694px;
    text-align: left;
    clear: both;
}

/******************************************************************
 * POST CONTENT HORIZONTAL ALIGNMENT FIX
 ******************************************************************/
.entry {
    padding-left: 45px;
    padding-right: 15px;
}

/******************************************************************
 * ENTRY IMAGES
 ******************************************************************/
.entry img {
    display: block;
    margin: 20px 0;
    height: auto;
}

/* WordPress image alignment support */
.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-top: 20px;
}


/******************************************************************
 * WORDPRESS IMAGE CAPTIONS (CENTER FIX)
 ******************************************************************/
.wp-caption {
    margin: 20px auto;
    text-align: center;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: 12px;
    color: #C7B7A1;
    margin-top: 6px;
}

/******************************************************************
 * COMMENTS LAYOUT ALIGNMENT
 ******************************************************************/
h3#comments,
h3#respond,
.commentlist,
#commentform {
    padding-left: 30px;
    padding-right: 30px;
}

/******************************************************************
 * SEARCH RESULTS TEXT COLOR
 ******************************************************************/
.search-results,
.search-results h1,
.search-results h2,
.search-results .page-title,
#content h2.center {
    color: #EBEFB1;
}

/******************************************************************
 * SEARCH FORM (GENERAL)
 ******************************************************************/
#searchform {
    text-align: right;
    width: 260px;
    height: 33px;
    margin-left: 10px;
}

#searchform #s {
    width: 240px;
}

/******************************************************************
 * SEARCH SUBMIT BUTTON
 ******************************************************************/
#searchsubmit {
    width: 50px;
    height: 20px;
    border: 1px solid #989898;
    background-color: #eaeaea;
    font-size: 12px;
}

/******************************************************************
 * HEADER SEARCH BOX POSITIONING
 ******************************************************************/
#menu_search_box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #222177;
    font-size: 12px;
    float: right;
    padding-top: 23px;
    padding-right: 75px;
    font-variant: small-caps;
}

#menu_search_box input.s {
    width: 150px;
    font-size: 12px;
    color: #222177;
    border: 0;
    background: none;
}

/******************************************************************
 * FOOTER
 ******************************************************************/
#footer {
    font-size: 11px;
    width: 100%;
    text-align: center;
    clear: both;
    color: #945B4A;
}

#footer a {
    color: #C7B7A1;
}

/******************************************************************
 * UTILITIES
 ******************************************************************/
.clear {
    clear: both;
}

/* ==================================================
   COMMENTS
   ================================================== */

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li {
    margin: 0 0 15px 0;
    padding: 0;
}

.commentlist li ul.children {
    margin: 0;
    padding: 0;
}

.commentlist li ul.children li {
    margin: 15px 0 0 0;
    padding: 0;
}

/* Comment body */
.comment-body {
    padding: 10px 0;
}

/* Avatar */
.entry .comment-avatar img {
    display: block;
    margin: 0 10px 0 0;
    float: left;
}

/* Comment text */
.comment-content {
    clear: both;
}

/* Comment metadata */
.comment-meta {
    font-size: 11px;
    color: #C7B7A1;
}


/******************************************************************
 * POST NAVIGATION (PREV / NEXT LINKS — SAME LINE, SAME CONTENT AREA)
 ******************************************************************/
.post-navigation,
.navigation,
.nav-links {
    width: 784px;
    background: url(images/contentbg.gif) repeat-y left;
    padding: 10px 45px 10px 45px;
    color: #C7B7A1;
    box-sizing: border-box;
    clear: both;
}

.post-navigation a,
.navigation a,
.nav-links a {
    color: #EBEFB1;
    font-size: 13px;
}

.post-navigation .nav-previous,
.navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next,
.navigation .nav-next {
    float: right;
}

.post-navigation::after,
.navigation::after {
    content: "";
    display: block;
    clear: both;
}

/******************************************************************
 * BLOG INDEX / ARCHIVE — SHOW EXCERPT ONLY (NOT FULL POST)
 ******************************************************************/
.home .entry,
.archive .entry,
.search-results .entry {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

/* Optional fade at bottom so cutoff looks intentional */
.home .entry::after,
.archive .entry::after,
.search-results .entry::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(5,5,5,0), #050505);
}

/******************************************************************
 * SINGLE POST — SHOW FULL CONTENT
 ******************************************************************/
.single .entry {
    max-height: none;
    overflow: visible;
}

.single .entry::after {
    display: none;
}

/******************************************************************
 * MEMBERS / LOGGED-IN BLOG INDEX — FORCE EXCERPT ONLY
 ******************************************************************/
.logged-in .home .entry,
.logged-in .archive .entry {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

.logged-in .home .entry::after,
.logged-in .archive .entry::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(5,5,5,0), #050505);
}

/******************************************************************
 * SINGLE POST (LOGGED IN) — FULL CONTENT
 ******************************************************************/
.logged-in.single .entry {
    max-height: none;
    overflow: visible;
}

.logged-in.single .entry::after {
    display: none;
}

/******************************************************************
 * HISTORICAL NOTE BLOCKQUOTE STYLE
 ******************************************************************/

.post .entry blockquote {
    position: relative;
    margin: 1.6em 3em !important;
    padding: 1.4em 1.4em 1.2em 1.4em;
    border-left: 5px solid #C7B7A1;
    background: rgba(255,255,255,0.035);
    font-style: normal;
    font-size: 12.5px;
    line-height: 1.5;
    color: #D8CBB8;
}

/* Label */
.post .entry blockquote::before {
    content: "Historical Note";
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F9C39F;
    margin-bottom: 0.4em;
}

/* Tighten spacing inside */
.post .entry blockquote p {
    margin-bottom: 0.4em;
}
