/*
Theme Name: The Freethinker
Description: Custom WordPress theme for The Freethinker
Version: 1.0
Author: Kyle Duncan
Author URI: http://www.thisisforge.com/
*/

* {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { 
    display: block;
}

.wp-caption-text {font-family: sans-serif;
font-weight:400;
font-size: 16px;
text-align:center;
}



html, body {
	font-family: ff-tisa-web-pro-n4, ff-tisa-web-pro, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

body {
    background: #d6d6d6 url(images/page-bg.png) center top repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
}

p {
	line-height: 1.4em;
	padding: 0 0 1em;
}

a {
	color: #0479a9;
	outline: none;
    text-decoration: none;
}

a:hover {
    color: #ff7901;
}

a img {
	border: 0;
}

/* 
img {
    display: block;
}
 */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

form img {
    display: inline;
}

ul, ol, li {
	list-style: none;
}

input.input-text, textarea, select {
	font-family: ff-tisa-web-pro-n4, ff-tisa-web-pro, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#container {
    margin: auto;
	padding: 15px 20px 40px;
    width: 960px;
}

header#header {
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

#headerTop {
    height: 130px;
}

#logo {
	background: url(images/logo.png) no-repeat;
    float: left;
    height: 72px;
    margin: 56px 0 0;
    text-indent: -9999em;
    width: 631px;
}

#logo a {
    display: block;
	height: 100%;
	width: 100%;
}

#headerTopRight {
    float: right;
    padding-top: 25px;
    width: 310px;
}

#headerFeature {
    background-position: left 1px;
    background-repeat: no-repeat;
    border-top: 1px solid #0479a9;
    height: 104px;
    overflow: hidden;
    padding: 0 0 0 100px;
    width: 210px;
}

#headerFeature h2 {
    color: #333;
    font-size: 20px;
    line-height: 0.9em;
    padding: 0 0 0.2em;
}

#headerFeature h2 a {
    color: #333;
}

#headerFeature h3 {
    color: #0479a9;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 0.9em;
    text-transform: lowercase;
}

#headerFeature h3 strong {
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

nav {
    border-bottom: 1px solid #ff7901;
    border-top: 1px solid #ff7901;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 650px;
}

nav li {
    background: url(images/separator-icon.png) right 14px no-repeat;
    display: block;
	float: left;
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 0 25px 0 5px;
    text-transform: lowercase;
}

nav li#menu-item-33433 {
    padding-left: 0;
}

nav li#menu-item-33434,
nav li#menu-item-33438 {
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

nav li#menu-item-33438 {
    background: url(images/down-arrow.png) right 11px no-repeat;
    position: relative;
}

nav li.current-menu-item a, nav li.current-post-ancestor a {
    color: #ff7901;
}

nav li ul {
    background: #FFF;
    border: 1px solid #ff7901;
    border-top: 0;
    box-shadow: 3px 3px 3px -3px #000;
    display: none;
    font-size: 0;
    left: 0;
    line-height: 16px;
    padding: 10px 10px 5px;
    position: absolute;
    top: 35px;
    width: 390px;
    z-index: 1;
}

nav li ul li {
    background: none;
    display: inline-block;
    float: none;
    font-size: 14px;
    padding: 0 0 5px;
    text-transform: uppercase;
    width: 130px;
}

nav li ul li a {
    color: #ff7901;
}

nav li ul li a:hover, nav li ul li.current-menu-item a {
    color: #0479a9;
}

#secondaryNavWrapper {
    border-bottom: 1px dashed #ff7901;
    border-top: 1px dashed #ff7901;
    float: right;
    height: 35px;
    position: relative;
    width: 310px;
}

#secondaryNav li {
    background: url(images/separator-icon.png) right 14px no-repeat;
    display: block;
	float: left;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    line-height: 35px;
    padding: 0 25px 0 5px;
    text-transform: lowercase;
}

#secondaryNav li#menu-item-33449 {
    padding-left: 0;
}

#secondaryNav li#menu-item-33448 {
    background: none;
    padding-right: 0;
}

#secondaryNav li a {
    color: #ff7901;
}

#secondaryNav li a:hover {
    color: #0479a9;
}

#headerSearch {
    position: absolute;
    right: 0;
    top: 5px;
    width: 148px;
    clear: both;
}

#headerSearch input {
    float: left;
    border: 1px solid #ff7901;
    border-radius: 0;
    box-shadow: none;
    color: #ff7901;
    display: block;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 17px;
    padding: 3px 2px;
    width: 120px;
    -webkit-appearance: none;
}

#searchIcon {
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
}

#main {
    margin: 0 0 40px;
}

#mainColumn {
    float: left;
    width: 630px;
}

#sidebar {
    float: right;
    width: 310px;
}

.cmsContent h2 {
	font-family: ff-tisa-web-pro-n7, ff-tisa-web-pro, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0 0 0.6em;
}

.cmsContent ul {
	list-style: disc;
    padding: 0 0 1em 1.4em;
}

.cmsContent ul li {
    line-height: 1.3em;
	list-style: disc;
}

.cmsContent ol {
	list-style: decimal;
    padding: 0 0 1em 1.8em;
}

.cmsContent ol li {
    line-height: 1.3em;
	list-style: decimal;
}

.cmsContent blockquote {
    padding: 0 0 0 1em;
}

footer {
    background: #333 url(images/logo-footer.png) 10px 10px no-repeat;
    color: #FFF;
    font-size: 14px;
    padding: 10px 10px 10px;
}

#footerLeft {
    float: left;
    padding: 6px 0 0;
    width: 620px;
}

#socialIcons {
    height: 30px;
    padding: 0 0 10px;
}

#socialIcons a {
    background: url(images/social-icons.png) no-repeat;
    display: block;
    float: left;
    height: 30px;
    margin: 0 5px 0 0;
    text-indent: -9999em;
    width: 30px;
}

a#twitterIcon {
    background-position: 0 -30px;
}

a#googleIcon {
    background-position: 0 -60px;
}

a#rssIcon {
    background-position: 0 -90px;
}

#footerLeft a {
    color: #FFF;
}

#footerLeft a:hover {
    color: #ff7901;
}

#footerRight {
    float: right;
    font-size: 18px;
    width: 300px;
}

#footerRight h3 {
    color: #ff7901;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 0.9em;
    padding: 0 0 0.1em;
}

#footerRight p {
    line-height: 1.1em;
    padding: 0 0 0.5em;
}

#footerRight form {
    height: 25px;
    position: relative;
}

#footerRight form input {
    border: 1px solid #ff7901;
    border-radius: 0;
    box-shadow: none;
    color: #ff7901;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 17px;
    left: 0;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 142px;
    -webkit-appearance: none;
}

#footerRight form a.buttonFT {
    left: 155px;
    position: absolute;
    top: 0;
}

#mce-error-response, #mce-success-response, div.mce_inline_error {
	bottom: 0;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    left: -258px;
    line-height: 17px;
    padding: 3px;
    position: absolute;
    width: 240px;
}

#mce-error-response, div.mce_inline_error {
    background: #fdf2f0;
    border: 1px dashed #F33;
    color: #F33;
}

#mce-success-response {
    background: #FFF;
    border: 1px dashed #693;
    color: #693;
}

/* Article sitewide styling */

.metaWrapper {
    color: #0479a9;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
}

.metaWrapper strong {
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.articleCategory {
    float: left;
    padding-right: 5px;
}

.articleAuthor {
    background-position: 0 1px;
    background-repeat: no-repeat;
    float: left;
    padding-left: 30px;
}

.articleMeta {
    float: right;
}

.articleMeta span,
.articleMeta a {
    color: #ff7901;
}

.articleMeta a:hover {
    color: #0479a9;
}

.articleTopic {
    background: url(images/tag-icon.png) right 4px no-repeat;
    padding-right: 15px;
}

.commentCount {
    background: url(images/comment-icon.png) right 4px no-repeat;
    padding-right: 15px;
}

.imageMargin {
    margin: 0 0 10px;
}

h1.articleTitle, h2.articleTitle {
    color: #333;
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 0.88em;
    padding: 0 0 0.2em;
}

h1.articleTitle a, h2.articleTitle a {
    color: #333;
}

h1.articleTitle a:hover, h2.articleTitle a:hover {
    color: #0479a9;
}

.articleListing {
    border-bottom: 1px solid #4bc2f1;
    padding: 10px 0;
}

.articleListing .articleImage {
    background: #CCC;
    float: left;
    height: 70px;
    width: 70px;
}

.articleListing .articleDetails {
    float: right;
    width: 230px;
}

.articleDetails h4 {
    color: #0479a9;
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 1.1em;
    line-height: 1.1em;
    padding: 0 0 6px;
    text-transform: uppercase;
}

.articleDetails h4 span {
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.articleDetails h4 .orange a {
    color: #ff7901;
}

.articleDetails h4 .orange a:hover {
    color: #0479a9;
}

.articleDetails h3 {
    color: #333;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1em;
}

.articleDetails h3 a {
    color: #333;
}

.articleDetails h3 a:hover {
    color: #0479a9;
}

/* Homepage */

.featureImage {
    float: left;
    width: 140px;
}

.featureDetails {
    float: right;
    width: 460px;
}

.featureDetails h2 {
    color: #333;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 0.85em;
    padding: 0 0 0.2em;
}

.featureDetails h2 a {
    color: #333;
}

.featureDetails h2 a:hover {
    color: #0479a9;
}

.featureDetails .metaWrapper {
    margin-top: -10px;
}

.featureDetails p {
    padding: 0;   
}

#firstOpinionArticle {
    background: #f3fbfe;
    margin: 0 0 10px;
    padding: 10px 10px 10px 0;
}

#opinionLatest {
    border-bottom: 1px solid #4bc2f1;
    border-top: 1px solid #4bc2f1;
    margin: 0 0 10px;
}

#opinionLatest .articleListing {
    border-bottom: 0;
    float: left;
    margin-right: 10px;
    width: 310px;
}

#archiveFeatured {
    background: #ebeaea;
    border-bottom: 1px solid #4bc2f1;
    padding: 10px 10px 10px 0;
}

#homeNews {
    margin: 0 0 10px;
}

#mostPopular {
    margin: 10px 0;
}

#mostPopular h3 {
    color: #333;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1em;
    padding: 0 0 0.6em;
}

#mostPopular h3 a {
    color: #333;
}

#mostPopular h3 a:hover {
    color: #0479a9;
}

#homeDonate {
    background: #333;
    color: #FFF;
    padding: 40px 10px 0;
}

#homeDonate h3 {
    color: #ff7901;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 0.9em;
    padding: 0 0 0.1em;
}

#homeDonate p {
    line-height: 1.1em;
    padding: 0 0 0.5em;
}

/* Article Index */

article {
    padding: 10px 0;
}

article h2 {
    color: #333;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 0.85em;
    padding: 0 0 0.2em;
}

article h2 a {
    color: #333;
}

article h2 a:hover {
    color: #0479a9;
}

.archiveMenu p.archiveDropdown {
    padding: 10px 0 20px;
}

p.archiveDropdown select {
    border: 1px solid #0479a9;
    color: #ff7901;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 3px 2px;
    width: 90%;
}

#postNavigation {
    border-bottom: 1px solid #4bc2f1;
    border-top: 1px solid #4bc2f1;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

/* Articles */

#sharingIcons {
    border-bottom: 1px solid #4bc2f1;
    margin: 0 0 20px;
    padding: 15px 0;
}

/* Donate */

#paypalForm {
    margin: 0 0 1em;
}

/* WooCommerce */

.woocommerceLeftColumn {
    float: left;
    width: 630px;
}

#breadcrumb, h1.page-title {
    margin: 0 0 10px;
}

div.woocommerce h2, div.woocommerce h3 {
	font-family: ff-tisa-web-pro-n7, ff-tisa-web-pro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0 0 0.4em;
}

dl {
    padding-bottom: 1em;
}

p.order-info {
    display: none;
}

/* Products */

#main .woocommerce ul.products li.product a h3, #sidebarFeatured h3 {
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
    text-transform: uppercase;
}

#main .woocommerce ul.products li.product a .price, #sidebarFeatured p.price {
    font-size: 16px;
    margin: 0;
    padding: 0 0 0.4em;
}

.quantity {
    margin-left: 0 !important;
}

/* WooCommerce Quick Links */

ul.quickLinks {
    font-size: 0;
    height: 25px;
}

ul.quickLinks li {
    background: url(images/quick-link-icons.png) no-repeat;
    color: #ff7901;
    display: inline-block;
    float: left;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding: 0 0 5px 20px;
    text-transform: uppercase;
}

ul.quickLinks li.cartIcon {
    background-position: 0 -20px;
    float: right;
    margin-right: 0;
}

ul.quickLinks li.checkoutIcon {
    background-position: 0 -40px;
}

ul.quickLinks li a {
    color: #ff7901;
}

ul.quickLinks li a:hover {
    color: #0479a9;
}

#sidebar ul.quickLinks {
    height: auto;
    padding: 10px 0;
}

#sidebar ul.quickLinks li {
    display: block;
    float: none;
}

#sidebarFeatured {
    padding: 10px 0;
}

#sidebarFeatured img {
    float: left;
    height: 140px;
    margin: 0 18px 0 0;
    width: 140px;
}

#sidebarFeatured .buttonFT {
    margin: 10px 0 0;
}

/* Cart/Checkout */

td.actions input {
    vertical-align: top !important;
}

.cart_totals p {
    text-align: left;
}

.cart_totals h2 {
    display: none;
}

.cart-collaterals h2 {
    text-align: left !important;
}

/* WooCommerce Buttons */

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    color: #0479a9 !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    font-family: Arial, Helvetica, sans-serif;
}

/* WooCommerce Tables */

table.shop_table {
    border-radius: 0 !important;
    border-spacing: 0;
    border-collapse: collapse;
}

table.shop_table thead th, table.shop_table tfoot th,
table.shop_table thead td, table.shop_table tfoot td {
    background: #f6f6f6;
}

.cart_totals th, .cart_totals td,
table.shop_table th, table.shop_table td {
    font-size: 16px;
    text-align: left;
}

.cart_totals th, .cart_totals td {
    white-space: nowrap;
}

.cart_totals table {
    width: 100%;
}

/* WooCommerce Forms */

.woocommerce form.register,
.woocommerce form.login {
    border-radius: 0 !important;
    margin-top: 0 !important;
}

ul.payment_methods input,
.woocommerce select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: none;
    border-radius: 0;
    padding: 2px 4px;   
}

ul.payment_methods input:focus,
.woocommerce select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    background: #f6f6f6; 
}

form label {
    font-size: 14px;
}

.form-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#payment .form-row {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

/* Misc. */

.advertisementWrapper {
    margin: 0 0 10px;
}

.advertisementWrapper span {
    color: #ff7901;
    display: block;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.advertisement {
    background: #CCC;
}

h1.page-title, h2.blueBar, h2.widgettitle {
    background: #e3e3e3;
    border-bottom: 1px solid #4bc2f1;
    border-top: 1px solid #4bc2f1;
    color: #0479a9;
    font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
}

h2.blueBar span.light {
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

a.buttonFT {
    background: #ff7901;
    box-shadow: -2px -2px 2px #333 inset;
    color: #FFF;
    display: inline-block;
    font-family: franklin-gothic-urw-n4, franklin-gothic-urw, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    text-transform: uppercase;
}

a.buttonFT:hover {
    box-shadow: 1px 1px 1px #333 inset;
    color: #FFF;
}

.separator {
    background: url(images/separator-icon.png) no-repeat;
    display: inline-block;
    height: 9px;
    margin: 0 5px;
    vertical-align: middle;
    width: 19px;
}

.orange {
    color: #ff7901 !important;
}

.topPadding {
    padding-top: 10px !important;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noRightMargin {
    margin-right: 0 !important;
}

.hidden {
	display: none;
}

.clearFix:after {
	clear: both;
	content: ".";
    display: block;
	font-size: 0;
    height: 0;
	line-height: 0;
}

@media screen and (max-width: 600px) {
    body {
        background: none;
    }

    #container {
        margin: 0;
        min-width: 320px;
        padding: 10px 0 0;
        width: auto;
    }
    
    #headerTop {
        height: auto;
    }
    
    #logo {
        background-size: contain;
        float: none;
        height: 37px;
        margin: 0 auto 2px;
        width: 320px;
    }
    
    #headerTopRight {
        display: none;
    }

    a#showHideMenu {
        background: url(images/down-arrow.png) right center no-repeat;
        display: inline-block !important;
        font-family: franklin-gothic-urw-n7, franklin-gothic-urw, Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 700;
        padding: 0 25px 0 10px;
        text-transform: lowercase;
    }
    
    nav {
        float: none;
        position: relative;
        width: auto;
    }

    nav ul {
        background: #FFF;
        display: none;
        left: 0;
        position: absolute;
        top: 36px;
        width: 100%;
        z-index: 1;
    }
    
    nav li {
        background: none !important;
        border-bottom: 1px dashed #ff7901;
        float: none;
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px !important;
    }

    nav li:last-child {
        border-bottom: 1px solid #ff7901;
    }

    nav li a {
        display: block;
    }
    
    nav li ul {
        background: none;
        border: 0;
        box-shadow: none;
        display: block !important;
        left: auto;
        padding: 0 0 5px;
        position: static;
        top: auto;
        width: auto;
    }
    
    nav li ul li {
        border: 0 !important;
        display: block;
        line-height: 20px;
        padding: 0;
        width: auto;
    }
    
    #secondaryNavWrapper {
        border: 0;
        float: none;
        height: 25px;
        line-height: normal;
        position: absolute;
        right: 10px;
        top: 45px;
        width: 158px;
    }

    #secondaryNav {
        display: none;
    }
    
    #headerSearch {
        position: absolute;
        right: 0px;
        top: auto;
    }
    
    #headerSearch input {
        width: 120px;
    }

    #main {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    #mainColumn {
        float: none;
        width: auto;
    }
    
    #sidebar {
        float: none;
        width: auto;
    }
    
    footer {
        padding: 60px 10px 20px;
    }
    
    #footerLeft {
        float: none;
        padding: 0 0 10px;
        width: auto;
    }
    
    #footerRight {
        float: none;
        width: auto;
    }

    #footerRight form {
        height: auto;
        padding: 30px 0 0;
    }
    
    #mce-error-response, #mce-success-response, div.mce_inline_error {
        bottom: auto;
        left: auto;
        position: static;
        width: auto;
    }
    
    /* Article sitewide styling */
    
    .metaWrapper {
        height: auto;
    }
    
    .articleCategory {
        display: inline-block;
        float: none;
    }
    
    .articleAuthor {
        display: inline-block;
        float: none;
    }
    
    .articleMeta {
        display: block;
        float: none;
        line-height: 16px;
        margin-top: -4px;
        padding: 0 0 6px;
    }

    .imageMargin img {
        height: auto;
        width: 100%;
    }

    h1.articleTitle, h2.articleTitle {
        font-size: 45px;
    }
    
    .articleListing {
        border-bottom: 0;
    }
    
    .articleListing .articleImage {
        display: none;
    }
    
    .articleListing .articleDetails {
        float: none;
        width: auto;
    }
    
    /* Homepage */
    
    .featureImage {
        display: none;
    }
    
    .featureDetails {
        float: none;
        width: auto;
    }
    
    .featureDetails .metaWrapper {
        margin-top: 0;
    }

    .featureDetails h2 {
        font-size: 34px;
    }
    
    #firstOpinionArticle {
        background: none;
        border: 0;
        padding: 0 0 10px;
    }
    
    #opinionLatest {
        border: 0;
    }
    
    #opinionLatest .articleListing {
        float: none;
        margin-right: 0;
        width: auto;
    }

    #archiveFeatured {
        margin: 0 -10px 20px;
        padding: 10px;
    }
    
    #homeDonate {
        margin: 0 -10px;
        padding: 10px;
    }
    
    .home .articleDetails h4 span {
        float: none !important;
    }

    /* Article Index */
    
    article {
        padding: 10px 0 0;
    }
    
    article h2 {
        font-size: 34px;
    }
    
    #postNavigation {
        margin: 10px -10px 20px;
        padding: 0 10px;
    }

    /* Articles */

    #sharingIcons {
        border: 0;
        margin: 0;
    }

    /* WooCommerce */

    .woocommerceLeftColumn {
        float: none;
        width: auto;
    }
    
    /* WooCommerce Quick Links */
    
    #sidebar ul.quickLinks {
        border-bottom: 0;
        margin: 0;
    }
    
    #sidebarFeatured {
        border-bottom: 0;
        margin: 0;
    }
    
    #sidebarFeatured img {
        display: none;
    }

    /* WooCommerce Buttons */
    
    .actions .button {
        margin: 2px 0 !important;
        width: 100% !important;
    }

    /* WooCommerce Tables */

    .cart_totals th, .cart_totals td {
        white-space: normal;
    }

    .shop_table .product-price,
    .shop_table .product-quantity,
    .shop_table .order-status,
    .shop_table .order-total {
        display: none;
    }

    /* Misc. */

    .advertisementWrapper {
        margin: 10px 0 20px;
    }
    
    .advertisement img {
        height: auto;
        width: 100%;
    }

    h1.page-title, h2.blueBar, h2.widgettitle {
        height: auto;
        line-height: 24px;
        margin: 0 -10px;
        padding: 3px 10px;
    }

    h1.page-title {
        margin-bottom: 10px;
    }
}