/*
Theme Name: Emily
Description: minimalistic, flexible three-column blog theme. The theme uses CSS3 media queries for its responsive layout and is therefore optimized for tablet pcs and smart phones (the theme switches to a two-column layout when viewed on a horizontal iPad screen, and to a one-column layout on iPhones).
Author: MODE
Author URI: http://madebymode.com
Version: 1.1.9
*/

/* Google Fonts Import
--------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);

/* Reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#menu-icon {
    display: none; /* hide menu icon initially */
}

::-webkit-input-placeholder { font-weight:bold;color:#575247;font-family: brandon-grotesque; letter-spacing: 0.1em; }
::-moz-placeholder { font-weight:bold;color:#575247; font-family: brandon-grotesque; letter-spacing: 0.1em; } /* firefox 19+ */
:-ms-input-placeholder { font-weight:bold;color:#575247; font-family: brandon-grotesque; letter-spacing: 0.1em; } /* ie */
input:-moz-placeholder { font-weight:bold;color:#575247; font-family: brandon-grotesque; letter-spacing: 0.1em; }

/* General Structure and Styles
--------------------------------------------- */
body {
    font-family: arial, sans-serif;
    color: #4C4C4C;
    background-color:#fff;
}
#wrap {
    max-width: 995px;
    margin: 20px auto 0 auto;
    padding: 0px 30px 0px 30px;
    z-index: 0;
}
#sidebar-primary {
    width:202px;
    margin:0px 0px 10px 0px;
    float:left;
    position: fixed;
}
#main {
    width:75%;
    margin-top:25px;
    float:right;
}
#content {
    width: 71%;
    margin:0px 0px 60px 0px;
    float:left;
    font-size: 14px;
}
#sidebar-secondary {
    float:right;
    margin-top:25px;
}
#footer {
    width:70%;
    float:right;
    padding: 0px 0px 30px 0px;
    clear: both;
    font-size: 12px;
    overflow:hidden;
}
/* Alignment
--------------------------------------------- */
.alignleft {
    display: inline;
    float:left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}
/* Headings
--------------------------------------------- */
#content .post h1 {
    padding:0px 0px 0px 0px;
    font-size: 22px;
    line-height:28px;
}
#content h2 {
    margin-top: -8px;
    padding: 0;
    font-size: 20px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-weight:normal !important;

}
#content h3 {
    padding: 0;
    letter-spacing: 0.1em;
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-weight: 200;
    font-size:14px;
}

#content h4 {
    padding:20px 0px 10px 0px;
    font-size: 15px;
    line-height:21px;
}
#content h5 {
    padding:16px 0px 8px 0px;
    font-size: 14px;
    line-height:20px;
}
#content h6 {
    padding:10px 0px 5px 0px;
    font-size: 13px;
    line-height:19px;
}

#content h7 {
    font-size: 12px;
    line-height: 13px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-weight: bold;
}

/* Links
--------------------------------------------- */
#content h2 a {
    color:#4C4C4C;
}
a, #content h2 a:hover{
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
/* --- Link Colors --- */
a, ul.sidebar li.widget_text a {
    color:#575247;
}

h3 a {
    color: #be9f57 !important;
}
ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link {
    color:#575247;
    font-weight: normal;
    letter-spacing: 0.1em;
}



/* Lists
--------------------------------------------- */
#content #page ul, #content .post ul {
    padding:0px 0px 0px 25px;
}
#content #page ul li, #content .post ul li {
   list-style-image:url('images/list.jpg');
   padding:0px 0px 15px 0px;
   font-size: 12px;

}
#content #page ol, #content .post ol {
    padding:0px 0px 0px 30px;
}
#content #page ol li, #content .post ol li {
    padding:0px 0px 15px 0px;
    list-style-type: decimal-leading-zero;
    font-size: 12px;
}
#content  #page ol ol li, #content .post ol li ol li {
    list-style: upper-alpha !important;
}
#content  #page ol ol ol li, #content .post ol li ol ol li{
    list-style: lower-roman !important;
}

/* Sidebars
--------------------------------------------- */
ul.sidebar {
    font-size: 11px;
    line-height:12px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-weight:bold;
}

ul.sidebar-left{
    text-align:center;
}

ul.sidebar-left a{
    font-weight:bold !important;

}


ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
    margin:0px 0px 20px 0px;
    overflow:hidden;
    line-height:23px;
}

ul.sidebar li.widget_social_links{
     margin:0px 0px 10px 0px !important;

}

ul.sidebar h3.widget-title {
    padding:0px 0px 5px 0px;
    letter-spacing: 0.1em;
}

ul.sidebar img.divider {
    max-width:100%;
    display:block;
    margin:auto;
    padding-bottom: 18px;
    }

ul.sidebar .menu-item a{
    display: block;
    background-color: #f2ecdd;
    margin:3px 5% 0px 5%;
    padding: 10px 0px 10px 0px;
    letter-spacing: 0.1em;

}

ul.sidebar .menuright {
    display: block;
    background-color: #f2ecdd;
    margin: 3px 0;
    padding: 15px 0px 15px 10px;
    line-height: 14px;
}

ul.sidebar .menuright a {
    font-size: 13px;
}


ul.sidebar .menu-item a:hover{
    background-color: #e7dabc;
}

ul.sidebar .current-menu-item a {
    background-color: #e7dabc !important;
}

ul.sidebar .menuright:hover{
    background-color: #e7dabc;
}

/* Sidebar Primary
--------------------------------------------- */
/* --- Theme Logo --- */


#sidebar-primary .logo {
    margin:0px 0px 18px 0px;
    overflow:hidden;
}

#sidebar-primary .logo p.header {
    font-size: 11px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-weight:bold;
    text-align:center;
    padding-top: 10px;
    letter-spacing: 0.1em;
}


#sidebar-primary .subheader {
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-weight: 600;
    font-size:11px;
    text-transform: none !important;
    padding: 0px 5px 0px 3px;
}
#sidebar-primary .logo img {
    max-width:100%;
    display:block;
    margin:auto;

}

#sidebar-primary .logo img.divider {
    max-width:100%;
    display:block;
    margin:auto;
    padding-top: 5px;

}
/* --- Text Widget --- */
ul.sidebar li.widget_text p {
    line-height:1.6 !important;
}
#sidebar-primary ul.sidebar li.widget_text img {
    margin:3px 10px 0px 0px;
    float:left;
}

/* Sidebar Secondary
--------------------------------------------- */
#sidebar-secondary img {
    max-width: 100%;
    display: block;
    margin:0px;
    padding: 0;
}
#sidebar-secondary img.banner {
    max-width: 100%;
    display: block;
    margin:0px 0px 10px 0px;
    padding: 0;
}

#sidebar-secondary span.subheader {
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-size:12px;
    letter-spacing: 0.1em;
    text-transform: none !important;
    text-align: left !important;
    color: #be9f57;
    font-weight: 600;
}

#sidebar-secondary li.widget-container {
    max-width: 198px;
}

#sidebar-secondary span.newsletter-return
{
 float: left;
 padding-left: 1px;
}



#sidebar-secondary span.italic
{
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-weight: 600;
    font-size:12px;
    text-transform: none !important;
    letter-spacing: .1em;
    padding: 0px 3px 0px 2px;
}

/* Sidebar Widgets (can be used for both Sidebars)
--------------------------------------------- */
ul.sidebar li.widget_archive ul li, ul.sidebar li.widget_pages ul li.page_item, ul.sidebar li.widget_categories ul li.cat-item, ul.sidebar li.widget_links ul.blogroll li, ul.sidebar li.widget_nav_menu ul#menu-navigation li.menu-item, ul.sidebar li.widget_meta ul li {
    line-height:23px;
}
/* --- Text Widget --- */
ul.sidebar li.widget_text img {
    margin:3px 10px 0px 0px;
    float:left;
}
/* --- Custom Menu Widget --- */
ul.sub-menu {
    margin: 0px 0px 0px 15px;
}
ul.sidebar li.widget_categories ul li.cat-item ul.children {
    margin:0px 0px 0px 15px;
}
/* --- Pages Widget --- */
ul.sidebar li.widget_pages ul li.page_item ul.children {
    margin:0px 0px 0px 15px;
}
/* --- Search Widget --- */

.widget-search {
    background-color: #f2ecdd;
    float: center;
    position:relative;
    margin: 0px 5% 0px 5%;
}

.widget-search input {
    border:none;
}

.widget-search input.search-input {
    width: 92%;
    padding: 10px 0px 10px 15px;
    text-align:left;
    font-size:11px;
    float:left;
    background-color: #f2ecdd;
}
.widget-search input.search-submit {
    background:url(images/search.png) 0 no-repeat;
    width: 16px;
    height: 16px;
    cursor:pointer;
    position: absolute;
    right: 5%;
    top: 25%;
}
/* --- Newsletter Widget --- */
.newsletter {
    width:100%;
    background-color: #f2ecdd;
    position:relative;
}

.newsletter input {
    width: 92%;
    border:none;
}

.newsletter input.newsletter-input {
    text-align:left;
    font-size:11px;
    float:left;
    padding: 10px 0px 10px 15px;
    background-color: #f2ecdd;
}

.newsletter input.newsletter-submit {
    background:url(images/newsletter.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    cursor:pointer;
    position: absolute;
    right: 2%;
    top: 11px;
    padding: 5px;
}

/* --- Mobile Nav --- */
#mobile-nav-menu {
    display: none;
}
/* --- Recent Post Widget --- */
ul.sidebar li.widget_recent_entries ul li {
    padding: 0px 0px 12px 0px;
    line-height:16px;
}
ul.sidebar li.widget_recent_entries ul li a {
    line-height:16px;
}
/* --- Recent Comments --- */
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments {
    padding: 0px 0px 12px 0px;
    line-height:16px;
}
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments a {
    padding: 0px 0px 12px 0px;
}
/* --- Calendar Widget --- */
table#wp-calendar caption {
    font-family:'Droid Serif',  Times, serif;
    font-size:12px;
    line-height:18px;
    font-style:italic;
    text-align:left;
    padding:0px 0px 3px 0px;
}
table#wp-calendar td {
    padding:3px;
}
/* --- Social Links Custom Widget --- */
ul.sidebar li.widget_sociallinks {
    display:inline;
}

ul.sidebar li.widget_sociallinks a {

    padding:3px 21px 0px 11px;
    line-height:0px;
    text-decoration:none;
}

ul.sidebar li.widget_sociallinks a.facebook {
    margin-left: 15px;
    padding-right: 10px;
    background:url(images/facebook.png) 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.twitter {
    background:url(images/twitter.png) 0 no-repeat;}

ul.sidebar li.widget_sociallinks a.instagram {
    background:url(images/instagram.png) 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.pintrest {
    padding-right: 16px;
    background:url(images/pinterest.png) 0 no-repeat;
}
ul.sidebar li.widget_sociallinks a.rss {
    background:url(images/rss.png) 0 no-repeat;
    padding-right: 15px;
}
ul.sidebar li.widget_sociallinks a.bloglovin {
    background:url(images/bloglovin.png) 0 no-repeat;
}

/* Posts
--------------------------------------------- */
#content img.divider {
    margin:auto;
}

#content .post, #content .page {
    padding:0px 0px 1px 0px;
    margin:5px 0px 30px 0px;

}
#content .post p, #content .page p {
    padding:0px 0px 15px 0px;
    font-size: 12px;
    line-height:20px;
}

#content span.italic {
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-weight: 600;
    font-size: 14px;
}

#content span.brandon {
    font-family: brandon-grotesque;
    font-weight: bold;
    text-transform: uppercase;
}

#content .post p a.more-link {

}

#content a.more-link {
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-weight: 600;
    font-size: 14px;
    color: #be9f57;
    padding: 15px 0px 0px 0px;
}

#content a.more-link:hover {
    color: #d7bd80;
}



#content .post p small {
    font-size:13px;
}
#content blockquote {
    margin:10px 0px 30px 0px;
    padding:0px 0px 0px 16px;
    background:url(images/blockquote-border.jpg) 0 0 repeat-y;
    font-family:'Droid Serif',  Times, serif;
    line-height:21px;
    font-style:italic;
}
#content blockquote p {
    padding:0 !important;
}
#content blockquote p cite {
563    padding:5px 0px 0px 0px;
    font-size:12px;
    font-weight:bold;
}

#content .post p.imagedescription {
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
    line-height: 16px !important;
}

#content .post p.imagedescription strong {
    font-family: brandon-grotesque;
    font-weight: bold;
    text-transform: uppercase;
}

p.imagedescription em {
    font-family: adobe-caslon-pro;
    font-style:italic;
    font-weight: 600;
    padding: 0px 3px 0px 2px;
}

p.imagedescription a:hover {
    color: #be9f57;
}

#content address {
    padding:0px 0px 20px 0px;
    line-height:20px;
}

#content table {
    margin:10px 0px 30px 0px;
}
#content table tr {
    border-bottom:1px solid #4C4C4C;
}
#content table tr th {
    padding: 10px 20px 10px 20px;
    border-top:1px solid #4C4C4C;
    border-left:1px solid #4C4C4C;
    border-right:1px solid #4C4C4C;
}
#content table tr td {
    padding: 10px 20px 10px 20px;
    border-left:1px solid #4C4C4C;
    border-right:1px solid #4C4C4C;
}
#content img {
    max-width: 100%;
    width: auto;
    height: auto;
}
#content img.wp-post-image {
    margin: 5px 15px 5px 0 !important;
    padding: 0;
    float: left;
}
#content img.wp-smiley {
    display: inline;
}
#content img.alignleft {
    margin: 5px 10px 10px 0px;
}
#content img.alignright {
    margin: 5px 0px 5px 10px;
}
#content img.alignnone {
    margin: 0px 0px 10px 0px;
}
#content .wp-caption {
    max-width: 100%;
    display: block;
}
#content p.wp-caption-text {
    font-family:'Droid Serif',  Times, serif;
    font-size:12px;
    font-style:italic;
    line-height:18px;
    padding:7px 0px 10px 0px;
}
#content object,
#content embed,
#content iframe {
    display: block;
    max-width: 100%;
    margin: 3px 0 10px 0;
}
#content .post p.meta, #content .page p.meta {
    margin: 0;
    padding: 0;
    font-size:12px;
    clear:both;
}
#content .post p.meta span, #content .page p.meta span {
    font-size:11px;
    line-height: 17px;
}

#content p.meta span.metatext {
    display: inline-block;
    width: 55px;
    text-align: right;
    line-height: 0px;
    padding-right: 8px;
}



#content .tagsmeta {
    padding-right: 8px;
}

#content .tags .metatext {
}

#content p.meta span.top{
    line-height: 30px;
    }

#content p.meta span.block a{
    background-color: #f2ecdd;
    padding:1px 6px 1px 6px;
    font-family: brandon-grotesque;
    font-weight: bold;
    font-style: normal !important;
}

#content p.meta span.block a:hover{
    background-color: #e7dabc;
}

#content span.left a
{
    font-family: brandon-grotesque;
    font-weight: bold;
    text-transform: uppercase;
}


#content p.meta span.italic
{
    font-family: adobe-caslon-pro !important;
    font-style:italic;
    font-weight: 600;
}


#content p.meta span.right
    {
        float: right;
    }



a.post-edit-link {
    font-family:'Droid Serif',  Times, serif;
    font-size:12px;
    font-style:italic;
}
#content p.previous {
    float:left;
    font-size:12px;
    font-family: brandon-grotesque;
    font-weight: bold;
    text-transform: uppercase;
}
#content p.next {
    float:right;
    font-size:12px;
    font-family: brandon-grotesque;
    font-weight: bold;
    text-transform: uppercase;
}
#content .sticky h3.sticky-label  {
    font-size:10.5px;
    font-weight:normal;
    padding:0;
    text-transform:uppercase;
    letter-spacing:2px;
}
/* Single Post
--------------------------------------------- */
#content .post #author-info {
    margin:20px 0px 30px 0px;
    padding:10px 0px 0px 0px;
    border-top:1px dotted #4C4C4C;
    border-bottom:1px dotted #4C4C4C;
    overflow:hidden;
}
#content .post #author-avatar {
    margin:5px 15px 0px 0px;
    float:left;
}
#content .post #author-description {
    overflow:hidden;
}
#content .post #author-description h2 {
    padding:0px;
    font-family:'Droid Serif',  Times, serif;
    font-size:12px;
    font-weight:normal;
}
#content .post #author-description h2 span {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.1em;
}
#content .post #author-description p, .page-link  {
    font-family:'Droid Serif',  Times, serif;
    font-size:13px;
    line-height:18px;
    font-style:italic;
}

/* --- Comments --- */
.post .comments-content {
    margin:6px 0px 0px 0px;
    border-top:1px dotted #4C4C4C;
}
#content .post #comments-content h3#comments {
    padding:80px 0px 8px 0px;
    font-size:16px;
}
#comments-content .comment-body p {
    font-family:Arial;
    padding:0px 0px 10px 0px;
    font-size:13px;
    line-height:19px;
}

#comments-content .comment-body span.header {
    font-family: brandon-grotesque;
    font-weight: bold;
    font-style: normal !important;
    text-transform: uppercase;
}
#comments-content p.moderation {
    font-family:'Droid Serif',  Times, serif;
    font-size:12px;
    font-style:italic;
    color:#999;
}
#content .post #comments-content ol,
#content #page #comments-content ol {
    padding:0px;
}
#page .comment-meta {
    display: none;
}

#page .permalink {
    display: none;
}

#content .post #comments-content ol li ul.children,
#content #page #comments-content ol li ul.children  {
    padding:0px;
}
#content .post #comments-content ol li.depth-1 {
    padding:25px 0px 10px 0px;
    overflow:hidden;
}

#content .post #comments-content ol li.depth-1:first-child {
    padding:10px 0px 10px 0px;
    overflow:hidden;
}

#comments-content ol li.depth-2,
#content #page #comments-content ol li.depth-2,
#comments-content ol li.depth-3,
#content #page #comments-content ol li.depth-3,
#comments-content ol li.depth-4,
#content #page #comments-content ol li.depth-4,
#comments-content ol li.depth-5,
#content #page #comments-content ol li.depth-5 {
    margin:10px 0px 0px 30px;
    padding:25px 0px 0px 0px;
    border-bottom:none;
    overflow:hidden;
}
.comment-meta {
    font-family: adobe-caslon-pro;
    font-size:12px;
    font-style:italic;
}
.comment-gravatar {
    margin:1px 15px 0px 0px;
    float:left;
}
#comments-content .comment-body {
    padding:0px;
    overflow:hidden;
}
.permalink
{
    font-family: adobe-caslon-pro;
    font-size:12px;
    font-style:italic;

}
.reply {
    margin:10px 0px 0px 0px;
    float:right;
    font-family: brandon-grotesque;
    font-weight: bold;
    font-style: normal !important;
    text-transform: uppercase;
}
span.right {
    float:right;

}
a.comment-reply-link {
    font-size:12px;
    font-weight:bold;
}
p.logged-in-as {
    font-family:'Droid Serif',  Times, serif;
    font-size:12px;
    font-style:italic;
}
#comments-content ol li.post.pingback {
    margin:0px;
    padding: 20px 0px 10px 20px;
    list-style:none;
}
#content #comments-content .comment-body ol {
    padding:6px 0 6px 30px;
    line-height: 1.3;
}
#content #comments-content .comment-body ol li {
    list-style: decimal !important;
}
#content #comments-content .comment-body ol li ol li {
    list-style: upper-alpha !important;
}
#content #comments-content .comment-body ol li ol ol li{
    list-style: lower-roman !important;
}
.bypostauthor {
}
/* --- Comment Reply --- */
a#cancel-comment-reply-link {
    padding:3px 0px 0px 0px;
    float:right;
    font-size:12px;
}
#content .post #comments-content #respond h3#reply-title {
    padding:10px 0px 6px 0px;
    font-size:12px;
    font-style:normal;
    font-family: brandon-grotesque;
    font-weight: 600;
}

h3#reply-title .italic {
    font-style:italic !important;
    font-family: adobe-caslon-pro !important;
}


#content .post form#commentform p {
    font-size:13px;
}
form#commentform p.comment-notes {
    padding:5px 0px 15px 0px;
    font-size:12px;
    font-style:italic;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {

    height:27px;
    background-color: #f2ecdd;
    border: 1px solid #fff;
    padding: 0px 0px 0px 15px;
}

form#commentform input#author, form#commentform input#email {
    width: 245px;
    float: left;
}

form#commentform input#url {
    width: 507px;
    float: left;
}


form#commentform textarea#comment {
    width: 492px;
    padding:10px 15px;
    background-color: #f2ecdd;
    border: 1px solid #fff;
    margin-top: 0px;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
    padding:10px 0px 0px 0px;
}

p.comment-form-author {
    float: left;
}

form#commentform p.comment-form-text {
    padding-bottom: 0;
}

form#commentform p.form-submit input#submit {

    background:#fff;
    border: none;
    font-size:12px;
    color:#4C4C4C;
    cursor:pointer;
    font-style:normal;
    font-family: brandon-grotesque;
    font-weight: 600;
    text-transform:uppercase;
}
/* --- Comments Navigation --- */
.nav-previous {
    float:left;
    margin:20px 0 0 0;
}
.nav-next {
    float:right;
    margin:20px 0 0 0;
}

/* WordPress Image Gallery
--------------------------------------------- */
.gallery {
    margin: auto;
    padding:5px 0px 5px 0px;
}
.gallery .gallery-item {
    float: left;
    margin: 10px 5px 0px 5px;
    text-align: center;
    width: 30%;
    vertical-align: top;
}
.gallery img {
    border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
    padding: 5px 0px 8px 0px;
    font-family:'Droid Serif',  Times, serif;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

/* Footer
--------------------------------------------- */
#footer p {
    line-height:19px;
}

/* Archives
--------------------------------------------- */
h1.archive {
    margin:0px 0px 25px 0px;
    padding: 0px 0px 10px 0px;
    font-size:12px;
    font-family: adobe-caslon-pro;
    font-weight:normal;
    font-style:italic;
    letter-spacing:0.1em;
}
h1.archive strong {
    font-style:normal;
    font-family: brandon-grotesque;
    text-transform:uppercase;
}

/* Pages
--------------------------------------------- */
#page {
    margin-bottom:50px;
    padding:0px 0px 6px 0px;
}

#page h1 {
    padding:0px 3px 20px 2px;
    font-size: 20px;
    line-height:26px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-weight:normal !important;
}
#page h2 {
    font-size: 16px;
    line-height:23px;
}
#page p {
    padding:0px 0px 15px 0px;
    font-size: 14px;
    line-height:23px;
}
#page p small {
    font-size: 13px;
}



/* Responsiveness
--------------------------------------------- */
@media screen and (max-width: 970px) {
#wrap {
    max-width: 970px;
    margin: 25px auto 0 auto;
    padding: 0px 15px 0px 15px;
    overflow:hidden;
}
#sidebar-primary {
    width:202px;
    position: fixed;
}
#main {
    width: 72%;
    float:right;
    overflow:hidden;
}
#content {
    width: 87.2%;
    margin:0px 0px 50px 0px;
    padding:0px 0px 0px 0px;
    float:none;
}

#sidebar-primary ul.sidebar-left {
    display: block;
}

#mobile-nav-menu {
    display: none;
}


#sidebar-secondary {
    width: 87.2%;
    margin:0px 0px 50px 0px;
    padding:50px 0px 0px 0px;
    float:none;
    overflow:hidden;
}
/* --- Secondary Sidebar Widgets --- */
#sidebar-secondary img.banner {
    max-width: 100%;
    display: block;
    margin:0px 10px 10px 0px;
}
#sidebar-secondary ul.sidebar li.widget-container {
    width:100%;
    margin:0px 20px 30px 0px;
    padding:0px 0px 10px 0px;
    overflow:hidden;
}

#sidebar-secondary ul li.widget_sociallinks ul li, #sidebar-secondary ul.sidebar li.widget_pages ul li, #sidebar-secondary ul.sidebar li.widget_archive ul li, #sidebar-secondary ul.sidebar li.widget_categories ul li, #sidebar-secondary ul.sidebar li.widget_links ul li {
    float:left;
    margin:0px 22px 5px 0px;
}
#sidebar-secondary ul .search-input {
    width:50%;
    margin:0px 0px 4px 0px;
    padding:2px 3px 3px 3px;
    border:1px solid #999;
    font-size:12px;
}

/* --- Footer --- */
#footer {
    width: 62.5%;
    float:right;
    overflow:hidden;
}
}

@media screen and (max-width: 770px) {
#wrap {
    max-width: 770px;
    margin: 25px auto 0 auto;
    padding: 0px 15px 0px 15px;
    overflow:hidden;
}
#sidebar-primary {
    width:202px;
    position: fixed;
}
#sidebar-primary ul.sidebar-left {
    display: block;
}

#mobile-nav-menu {
    display: none;
}

#main {
    width: 68.8%;
    float:right;
    overflow:hidden;
}
#content {
    width: 88.5%;
    margin:0px 0px 50px 0px;
    padding:0px 0px 0px 0px;
    float:none;
}
#sidebar-secondary {
    width: 88.5%;
    margin:0px 0px 50px 0px;
    padding:50px 0px 0px 0px;
    float:none;
    overflow:hidden;
}
}

@media screen and (max-width: 650px) {

#wrap {
    max-width: 620px;
    margin: 25px auto 0 auto;
    padding: 0px 10px 0px 10px;
    overflow:hidden;
    position:relative;
}
#sidebar-primary {
    width: auto;
    position:relative;
    float: none;
    clear: both;
}
#sidebar-primary ul li.widget_social_links ul li {
    float:center;
}

#sidebar-primary ul.sidebar-left {
    display: none;
}

#mobile-nav-menu {
    position: relative;
    margin: 5px 5% 10px 5%;
    padding: 5px 15px 15px 15px;
    background: #f2ecdd;
    display: block;
}

#main {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
}
#content {
    width: auto;
    margin:0px 0px 50px 0px;
    padding:0;
    float: none;
    clear: both;
}
#sidebar-secondary {
    width: auto;
    padding:50px 0px 0px 0px;
    margin:0px 0px 50px 0px;
    float: none;
    clear: both;
}
#content img.wp-post-image {
    width: 100px;
    margin: 3px 10px 5px 0 !important;
}
/* --- Secondary Sidebar Widgets --- */
#sidebar-secondary ul.sidebar li.widget-container {
    width:100%;
    margin:0px 20px 30px 0px;
    padding:0px 0px 10px 0px;
}
form#searchform {
    width:99%;
}
#sidebar-secondary ul .search-input {
    width:60%;
    margin:0px 0px 4px 0px;
    padding:2px 3px 3px 3px;
    border:1px solid #999;
    font-size:12px;
}
#content h2 {
    padding:0px 0px 20px 0px;
    font-size: 17px;
    line-height:24px;
}
#content .post p {
    padding:0px 0px 15px 0px;
    font-size: 13px;
    line-height:22px;
}
#content p.previous {
    float:left;
    font-size:13px;
}
#content p.next {
    float:right;
    font-size:13px;
}
/* --- Comments Reply --- */
#content .post #comments-content #respond h3#reply-title {
    padding:80px 0px 3px 0px;
    border-bottom:1px dotted #4C4C4C;
    font-size:16px;
    clear:both;
}
a#cancel-comment-reply-link {
    display:block;
    padding:0;
    float:none;
    font-size:12px;
}
/* --- Footer --- */
#footer {
    width: 100%;
    float:none;
}
}

/* FLOATS CLEARING
--------------------------------------------- */
.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}
.clearfix:after {
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    line-height:0;
    visibility:hidden;
    width:0;
    height:0
}