




/*
     FILE ARCHIVED ON 17:07:05 Jun 7, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 5:05:35 Feb 17, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: Boukman
Author: Position Studios
Author URI: http://positionstudios.com
Description: A theme for the Jacobin Magazine and Blog website at https://www.jacobinmag.com.
Version: 0.1
License: All Rights Reserved
*/

/* General styling, not class/id specific */
@import url(/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/css/layout.css);
@import url(/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/css/standard.css);
@import url(/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/css/magazine.css);
@import url(/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/css/side.css);
@import url(/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/css/about.css);
@import url(/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/css/auth.css);

body {
    margin: 0;
    /* default font site wide */
    font-family: "proxima-nova-alt", sans-serif;
    font-size: 14px;
}

p {
    font-family: "chaparral-pro", serif;
    font-size: 17px;
    line-height: 1.6em;
    color: #333;
}

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

a:hover {
    text-decoration: underline;
}

h1, h1 a, h2 a, h2, h3 a, h3, h4 a, h5 {
    color: #E04034;
    font-weight: 300;
}
h1 a {
    font-size: 23px;
}

h2 a {
    font-size: 22px
}

h3 a {
    font-size: 18px;
}

h4 a {
    font-size: 16px;
}

h5 {
    text-transform: uppercase;
}

.aligncenter {
    text-align: center;
}


.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.dropcap {
    display: inline;
}

/* 404 */
.fourohfour {
    text-align: center;
    margin: 50px 0px;
    margin-left: 250px;
}


/* Structural Formatting for Home */
#current-issue {
    min-height: 350px;
}

#current-issue .top {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/layout/hp_current_issue_top.png");
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 10px;
    margin-left: 3px;
}

#current-issue .bottom {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/layout/hp_current_issue_bottom.png");
    background-repeat: no-repeat;
    margin: 20px 0;
    height: 10px;
    margin-left: 3px;
}



#blogs {
    width: 530px;
    height: 290px;
    background-color: #F6F6F6;
    margin: 15px 0;
    margin-top: 50px;
    padding: 0 25px;
    padding-top: 1px;
    position: relative;
}

#blogs .left, #blogs .right {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
}

#blogs .left {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/left_arrow_disabled.png");
    left: 0;
}

#blogs .left.active {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/left_arrow.png");
}
#blogs .left.active:hover {
    cursor: pointer;
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/left_arrow_hov.png");
}

#blogs .right {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/right_arrow_disabled.png");
    right: 0;
}
#blogs .right.active {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/right_arrow.png");
}
#blogs .right.active:hover {
    cursor: pointer;
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/right_arrow_hov.png");
}

#blogs h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

#blogs h2 a {
    color: #333;
}

#blogs .blog-link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 15px;
    width: 143px;
}

#blogs .blog-link a {
    color: #333;
}


/* Post Formatting for Home */
.home #top-main {
    margin-bottom: 50px;
}
.home.post.featured {
    min-height: 285px;
}
.home.post.featured img {
    float: left;
    padding-right: 25px;
}

.home.post.secondary {
    width: 170px;
    margin-top: 20px;
    padding-top: 5px;
    border-right: 1px dotted #333;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    height: 250px;
}

.home.post.secondary.last {
    border: 0;
}

.pagination {
    text-align: center;
}
.pagination a {
    padding: 20px;
}   

/* Formatting for Single page */
.single #top-main, .page #top-main, .category-online-exclusives #top-main, .post-type-archive-issue #top-main {
    background-color: #fff;
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/layout/header_bottom_w.png");
    background-repeat: repeat-x;
    background-position: top;
    margin-top: -55px;
}

.single-post #top-side {
    margin-top: 80px;
}

.single h2.entry-title {
    margin-top: 13px;
    margin-left: 10px;
}
.single h2.entry-title a {
    color: #333;
    font-weight: normal;
}

.single-post .entry-info {
    margin-left: 600px;
    margin-right: -200px;
}

.single-post .bar {
    height: 3px;
    margin-left: 290px;
    margin-right: -325px;
    padding-top: 5px;
    border-bottom: 2px solid #D0D1D2;
    margin-bottom: 30px;
}

.single-post .entry-author {
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/dot_article.png");
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-bottom: 40px;
    font-size: 16px;
}

.single .entry-author-bio p {
    margin-bottom: 40px;
    font-size: 16px;
}

.single .entry-related {
    margin-left: 600px;
    margin-right: -200px;
}

.single .entry-content {
    /*margin-top: -30px;*/
    margin-right: 30px;
    margin-left: 10px;
}

/* try to actually center the images that ask to be */
.wp-caption.aligncenter {
    margin: 0 auto;
}

.single .wp-caption-text {
    text-align: left;
    font-family: "proxima-nova-alt", sans-serif;
    font-size: 14px;
    margin-top: -3px;
    color: gray;
}

.single .entry-content img {
    padding-bottom: 5px;
}

.single .entry-content blockquote {
    border-left: 1px solid #D0D1D2;
    padding-left: 20px;
    margin-left: 30px;
}

.single .entry-content h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.single .entry-content h4 {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 28px;
}
.single .entry-content h4, .single .entry-content h4 strong, .single .entry-content h4 a {
    font-family: "proxima-nova-alt", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.single .entry-content hr {
    border: none;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/web/20140607170705/https://www.jacobinmag.com/wp-content/themes/boukman/images/misc/section_break.png");
}

.single .entry-content li {
    font-family: "chaparral-pro", serif;
    font-size: 17px;
    line-height: 1.6em;
    color: #333;
}
/* Special stuff for bookmarx */
.archive .post.category-bookmarx .entry-side {
    top: 20px;
}


.author .bio {
    width: 210px;
    margin-left: 50px;
}

.author .bio h1 {
    text-align: center;
}


/* Formatting for blogs */
.category #blogs-box h2 {
    color: #333;
    border-bottom: 2px solid #333;
}
.category #blogs-box .blog-link {
    display: inline-block;
    width: 140px;
    height: 190px;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.category #blogs-box .blog-link a {
    color: #333;
}

.category-blogs .post .entry-side {
    top: 70px;
}

.category #top-side img {
    display: block;
    margin: 0 auto;
}

.category #top-side h2.title {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    width: 200px;
    margin: 0 auto;
}


/* Search page */
.search .query {
    padding: 20px;
    font-size: 20px;
    font-family: "proxima-nova-alt", sans-serif;
    font-weight: 300;
}
