/*
Theme Name: Ari
Theme URI: http://www.elmastudio.de/wordpress-themes/ari/
Description: Ari is a 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). You can also choose a dark color scheme and the backgound-, text- and link-colors can be customized in the theme options page.
Author: Elmastudio
Author URI: http://www.elmastudio.de/wordpress-themes/
Version: 1.1.2
Tags: white, dark, three-columns, left-sidebar, right-sidebar, flexible-width, custom-colors, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/
/* Google Fonts Import
--------------------------------------------- */
/* 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
    }
/* General Structure and Styles
--------------------------------------------- */
body {
    font-family: "Open Sans", sans-serif;
    color: #4C4C4C;
    background-image: url(/wp-content/uploads/2011/02/background.png);
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll
    }
#wrap {
    max-width: 960px;
    margin: 20px auto 0 auto;
    padding: 0 30px 0 30px;
    z-index: 0
    }
#sidebar-primary {
    width: 240px;
    margin: 25px 0 60px 0;
    float: left;
    position: fixed
    }
#main {
    width: 75%;
    margin-top: 25px;
    float: right
    }
#content {
    width: 62.5%;
    margin: 0 0 60px 0;
    padding: 0 0 0 60px;
    float: left;
    font-size: 14px
    }
#sidebar-secondary {
    width: 20.8%;
    margin: 10px 0 60px 0;
    float: right
    }
#footer {
    width: 62.5%;
    float: right;
    padding: 20px 0 30px 0;
    clear: both;
    font-size: 12px;
    overflow: hidden
    }
#footerwidgets {
    border-top: 1px #4c4c4c dotted;
    padding-top: 25px
    }
/* Alignment
--------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
    padding-top: 0
    }
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
    padding-top: 0
    }
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
    }
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 10px
    }
/* Headings
--------------------------------------------- */
#content .post h1 {
    font-size: 28px;
    line-height: 40px;
    font-family: "Bitter", serif;
    font-weight: normal;
    text-shadow: 1px 1px #fff
    }
h2 {
    font-family: "Bitter", serif;
    font-weight: normal
    }
#content .post h1 a {
    border-bottom: 0 !important;
    color: #f3ba18
    }
#content .post h1 a:hover {
    border-bottom: 1px #f3ba18 solid !important
    }
#content h2 {
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 26px
    }
#content h3 {
    padding: 20px 0 12px 0;
    font-size: 16px;
    line-height: 24px
    }
#content h4 {
    padding: 20px 0 10px 0;
    font-size: 15px;
    line-height: 21px
    }
#content h5 {
    padding: 16px 0 8px 0;
    font-size: 14px;
    line-height: 20px
    }
#content h6 {
    padding: 10px 0 5px 0;
    font-size: 13px;
    line-height: 19px
    }
/* Links
--------------------------------------------- */
#content h2 a {
    color: #4C4C4C
    }
a, #content h2 a:hover {
    text-decoration: none
    }
#content a, #footer a, #page a {
    text-decoration: none;
    border-bottom: 1px #4c4c4c dotted
    }
#content a:hover, #footer a:hover, #page a:hover {
    text-decoration: none;
    border-bottom: 1px #4c4c4c solid;
    color: #4c4c4c
    }
a:hover {
    text-decoration: none;
    border-bottom: 1px #4c4c4c solid
    }
.see-more a {
    border-bottom: 0 !important;
    font-weight: 600;
    color: #4c4c4c
    }
.see-more a:hover {
    border-bottom: 1px #4c4c4c solid !important;
    color: #4c4c4c !important
    }
.post-thumbnail {
    border-bottom: 0 !important
    }
.post-link a:hover {
    color: #f3ba18
    }
/* --- Link Colors --- */
a, ul.sidebar li.widget_text a {
    color: #4C4C4C
    }
ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link, #footer a {
    color: #4C4C4C
    }
#content h2 a:hover, ul.sidebar a:hover, .comment-meta a:hover, p.logged-in-as a:hover, p.meta a:hover, a.post-edit-link:hover, #footer a:hover {
    color: #4c4c4c
    }
/* Lists
--------------------------------------------- */
#content #page ul, #content .post ul {
    padding: 20px 0 0 25px
    }
#content #page ul li, #content .post ul li {
    padding: 0 0 10px 0
    }
#content #page ol, #content .post ol {
    padding: 20px 0 0 30px
    }
#content #page ol li, #content .post ol li {
    padding: 0 0 20px 0;
    list-style: decimal
    }
#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
    }
#browsecols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    clear: all
    }
#browsecols a {
    color: #4c4c4c
    }
#browsecols a:hover {
    color: #4c4c4c
    }
#browsecols ul {
    list-style: none;
    padding: 0 !important
    }
#browsecols ul ul li {
    list-style: disc !important;
    padding-left: 20px !important
    }
#browsecols li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid
    }
#browsecols3 {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    clear: all
    }
#browsecols3 a {
    color: #4c4c4c
    }
#browsecols3 a:hover {
    color: #4c4c4c
    }
#browsecols3 ul {
    list-style: none;
    padding: 0 !important
    }
#browsecols3 ul ul li {
    list-style: disc !important;
    padding-left: 20px !important
    }
#browsecols3 li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid
    }
/* Sidebars
--------------------------------------------- */
ul.sidebar {
    font-size: 12px;
    line-height: 18px
    }
ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
    border-top: 1px dotted #4C4C4C;
    overflow: hidden;
    line-height: 23px
    }
ul.sidebar h3.widget-title {
    padding: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
    }
/* Sidebar Primary
--------------------------------------------- */
/* --- Theme Logo --- */
#sidebar-primary .logo {
    margin: 0 0 45px 0;
    overflow: hidden
    }
#sidebar-primary .logo h1 {
    padding: 5px 0 0 0;
    font-size: 30px;
    line-height: 35px
    }
#sidebar-primary .logo h1 a:hover {
    text-decoration: none
    }
#sidebar-primary .logo p {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 13px
    }
#sidebar-primary .logo img {
    max-width: 100%;
    margin: 0;
    padding: 0
    }
#sidebar-primary ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
    border-top: 0 !important
    }
/* --- Text Widget --- */
ul.sidebar li.widget_text p {
    line-height: 1.6 !important
    }
#sidebar-primary ul.sidebar li.widget_text img {
    margin: 3px 10px 0 0;
    float: left
    }
/* Sidebar Secondary
--------------------------------------------- */
#sidebar-secondary img {
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0
    }
#sidebar-secondary img.banner {
    max-width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0
    }
/* 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 0 0;
    float: left
    }
/* --- Custom Menu Widget --- */
#menu-navigation {
    font-family: "Bitter", serif;
    font-size: 14px
    }
#menu-navigation a {
    color: #4C4C4C !important
    }
ul.sub-menu {
    margin: 0 0 0 15px
    }
ul.sidebar li.widget_categories ul li.cat-item ul.children {
    margin: 0 0 0 15px
    }
/* --- Pages Widget --- */
ul.sidebar li.widget_pages ul li.page_item ul.children {
    margin: 0 0 0 15px
    }
/* --- Search Widget --- */
.search-input {
    max-width: 90%;
    width: 60%;
    margin: 0;
    line-height: 23px;
    padding: 0 !important;
    font-size: 14px !important;
    float: left;
    background: transparent !important
    }
#menu-navigation input:focus {
    -moz-box-shadow: 0 0 0 #fff !important;
    -webkit-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    border-bottom: 1px solid #9f9f9f
    }
#searchsubmit {
    padding: 8px 14px;
    margin: 0 4px 0 5px;
    float: left;
    border: none;
    line-height: 2px;
    cursor: pointer;
    background: url(/images/search.png) no-repeat right center transparent;
    height: 18px
    }
::-webkit-input-placeholder {
    font-family: "Bitter", serif;
    font-size: 14px !important;
    color: #4C4C4C !important
    }
:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Bitter", serif;
    font-size: 14px;
    color: #4C4C4C !important
    }
::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Bitter", serif;
    font-size: 14px;
    color: #4C4C4C !important
    }
:-ms-input-placeholder {
    font-family: "Bitter", serif;
    font-size: 14px;
    color: #4C4C4C !important
    }
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
    }
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
    }
/* --- Recent Post Widget --- */
ul.sidebar li.widget_recent_entries ul li {
    padding: 0 0 12px 0;
    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: 0 0 12px 0;
    line-height: 16px
    }
ul.sidebar li.widget_recent_comments ul#recentcomments li.recentcomments a {
    padding: 0 0 12px 0
    }
/* --- Calendar Widget --- */
table#wp-calendar caption {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    text-align: left;
    padding: 0 0 3px 0
    }
table#wp-calendar td {
    padding: 3px
    }
/* --- Social Links Custom Widget --- */
ul.sidebar li.widget_sociallinks a {
    padding: 0 20px 0 20px;
    line-height: 23px
    }
ul.sidebar li.widget_sociallinks a.rss {
    background: url(images/rss-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.twitter {
    background: url(images/twitter-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.facebook {
    background: url(images/fb-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.googleplus {
    background: url(images/googleplus-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.flickr {
    background: url(images/flickr-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.vimeo {
    background: url(images/vimeo-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.xing {
    background: url(images/xing-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.linkedin {
    background: url(images/linkedin-icon.png) 0 0 no-repeat
    }
ul.sidebar li.widget_sociallinks a.delicious {
    background: url(images/delicious-icon.png) 0 0 no-repeat
    }
/* Posts
--------------------------------------------- */
#content .post, #content .page {
    padding: 0 0 1px 0;
    margin: 0 0 50px 0;
    border-bottom: 0
    }
#content .post p, #content .page p {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 23px
    }
#content .post p small {
    font-size: 13px
    }
#content blockquote {
    width: 90%;
    margin: 0 auto 2em auto;
    padding: 0 0 0 4em;
    background: url(/images/quoteleft.png) no-repeat top left;
    font-family: "Bitter", serif;
    font-style: italic !important;
    font-style: normal;
    line-height: 21px
    }
#content blockquote p {
    padding: 0 !important
    }
#content blockquote p cite {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-weight: bold
    }
#content address {
    padding: 0 0 20px 0;
    line-height: 20px
    }
#content pre {
    padding: 0 0 20px 0
    }
#content table {
    margin: 10px 0 30px 0
    }
#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: 0 10px 10px 0
    }
#content img.alignright {
    margin: 5px 0 5px 10px
    }
#content img.alignnone {
    margin: 10px 0 0 0
    }
#content .wp-caption {
    max-width: 100%;
    display: block
    }
#content p.wp-caption-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    padding: 7px 0 10px 0
    }
#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 0 0 0;
    padding: 0 0 5px 0;
    font-size: 13px;
    line-height: 19px;
    clear: both
    }
#content .post p.meta span, #content .page p.meta span {
    padding: 0 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 19px
    }
a.post-edit-link {
    font-family: "Open Sans", sans-serif;
    font-size: 12px
    }
#content p.previous {
    float: left;
    font-size: 14px;
    width: 50%
    }
#content p.next {
    float: right;
    font-size: 14px;
    width: 50%
    }
#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 0 30px 0;
    padding: 10px 0 0 0;
    border-top: 1px dotted #4C4C4C;
    border-bottom: 1px dotted #4C4C4C;
    overflow: hidden
    }
#content .post #author-avatar {
    margin: 5px 15px 0 0;
    float: left
    }
#content .post #author-description {
    overflow: hidden
    }
#content .post #author-description h2 {
    padding: 0;
    font-family: "Open Sans", sans-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: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px
    }
/* --- Comments --- */
.post .comments-content {
    margin: 6px 0 0 0;
    border-top: 1px dotted #4C4C4C
    }
#content .post #comments-content h3#comments {
    padding: 80px 0 8px 0;
    border-bottom: 1px dotted #4C4C4C;
    font-size: 16px
    }
#comments-content .comment-body p {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px
    }
#comments-content p.moderation {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #4C4C4C
    }
#content .post #comments-content ol, #content #page #comments-content ol {
    padding: 0
    }
#content .post #comments-content ol li ul.children, #content #page #comments-content ol li ul.children {
    padding: 0
    }
#content .post #comments-content ol li.depth-1 {
    padding: 25px 0 10px 0;
    border-bottom: 1px dotted #4C4C4C;
    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 0 0 30px;
    padding: 25px 0 0 0;
    border-top: 1px dotted #4C4C4C;
    border-bottom: none;
    overflow: hidden
    }
.comment-meta {
    padding: 0 0 10px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal
    }
.comment-meta a {
    color: #f3ba18 !important
    }
.comment-gravatar {
    margin: 1px 15px 0 0;
    float: left
    }
#comments-content .comment-body {
    padding: 0;
    overflow: hidden
    }
.reply {
    margin: 10px 0 0 0;
    float: right
    }
a.comment-reply-link {
    font-size: 12px;
    font-weight: bold
    }
p.logged-in-as {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic
    }
#comments-content ol li.post.pingback {
    margin: 0;
    padding: 20px 0 10px 20px;
    list-style: none;
    border-bottom: 1px dotted #4C4C4C
    }
#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
    }
.avatar {
    float: right;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    -khtml-border-radius: 35px;
    width: 75px !important;
    height: 75px !important;
    border: 0 solid #fff
    }
.comment-author {
    font-size: 18px !important;
    color: #4c4c4c
    }
.comment-author a {
    color: #4c4c4c !important
    }
.comment-author a:hover {
    color: #4c4c4c !important
    }
.comment-date {
    line-height: 8px !important
    }
.comment-date a {
    color: #4C4C4C !important;
    font-size: 12px;
    font-weight: 400;
    border: 0 !important
    }
.comment-date a:hover {
    color: #f3ba18 !important;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px #f3ba18 solid !important
    }
#respond input[type=text] {
    margin: 0 0 4px 0;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #fff;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc
    }
#respond input[type=text]:focus {
    -moz-box-shadow: 1px 1px 1px #999 !important;
    -webkit-box-shadow: 1px 1px 1px #999 !important;
    box-shadow: 1px 1px 1px #999 !important
    }
/* --- Comment Reply --- */
a#cancel-comment-reply-link {
    padding: 3px 0 0 0;
    float: right;
    font-size: 12px
    }
#content .post #comments-content #respond h3#reply-title {
    padding: 80px 0 6px 0;
    border-bottom: 1px dotted #4C4C4C;
    font-size: 16px
    }
#content .post form#commentform p {
    font-size: 13px
    }
form#commentform p.comment-notes {
    padding: 5px 0 15px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic
    }
form#commentform input#author, form#commentform input#email, form#commentform input#url {
    font-family: "Open Sans", sans-serif;
    height: 22px;
    display: block
    }
form#commentform textarea#comment {
    width: 90%;
    padding: 3px;
    font-family: "Open Sans", sans-serif;
    width: 100%
    }
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 0 0 0
    }
form#commentform p.form-submit input#submit {
    margin: 8px 0 10px 1px;
    padding: 6px 8px 6px 8px;
    background: #4C4C4C;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    cursor: pointer
    }
/* --- 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 0 5px 0
    }
.gallery .gallery-item {
    float: left;
    margin: 10px 5px 0 5px;
    text-align: center;
    width: 30%;
    vertical-align: top
    }
.gallery img {
    border: 1px solid #cfcfcf
    }
.gallery .gallery-caption {
    margin-left: 0;
    padding: 5px 0 8px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 18px
    }
/* Footer
--------------------------------------------- */
#footer p {
    line-height: 19px
    }
/* Archives 
--------------------------------------------- */
h1.archive {
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #4C4C4C;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.1em;
    margin-top: -16px
    }
h1.archive strong {
    font-style: normal;
    text-transform: uppercase
    }
/* Pages 
--------------------------------------------- */
#page {
    margin-bottom: 50px;
    padding: 0 0 6px 0;
    border-bottom: 1px dotted #4C4C4C
    }
#page h1 {
    padding: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px
    }
#page h2 {
    font-size: 16px;
    line-height: 23px
    }
#page p {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 23px
    }
#page p small {
    font-size: 13px
    }
/* Plugin Styles
--------------------------------------------- */
/* --- Contact Form 7 --- */
#content .wpcf7 {
    padding: 20px 0 20px 0
    }
#content #page .wpcf7 p {
    padding: 0 0 10px 0;
    font-size: 13px
    }
input.wpcf7-text {
    height: 22px
    }
.wpcf7 textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 14px
    }
input.wpcf7-submit {
    margin: 0;
    padding: 6px 8px 6px 8px;
    background: #4C4C4C;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    cursor: pointer
    }
.wpcf7-response-output, .wpcf7-not-valid-tip {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-style: italic
    }
/* --- jQuery Thickbox --- */
#TB_window img#TB_Image {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    margin: 15px 0 0 15px
    }
#TB_caption {
    height: 30px !important;
    padding: 7px 15px 15px 15px !important
    }
#TB_secondLine {
    padding: 4px 0 0 0
    }
#TB_closeWindow {
    height: 30px !important;
    padding: 11px 15px 10px 0 !important
    }
#TB_window a {
    color: #4C4C4C !important
    }
/* Responsiveness
--------------------------------------------- */
@media screen and (max-width: 480px) {
    #scroll-to-top {
        display: none !important
        }
    blockquote p {
        width: 90%
        }
    #content a.previous {
        line-height: 8px !important
        }
    #post-featured img {
        width: 100% !important
        }
    #content {
        width: 94% !important
        }
    .logo {
        width: 75%;
        float: center;
        margin: 0 auto !important
        }
    #sidebar-secondary ul.sidebar li.widget-container {
        border-bottom: 0 !important
        }
    }
@media screen and (max-width: 870px) {
    #wrap {
        max-width: 870px;
        margin: 25px auto 0 auto;
        padding: 0 15px 0 15px;
        overflow: hidden
        }
    #sidebar-primary {
        width: 240px;
        position: fixed
        }
    #main {
        width: 72%;
        float: right;
        overflow: hidden
        }
    #content {
        width: 87.2%;
        margin: 0 0 50px 0;
        padding: 0 0 0 80px;
        float: none
        }
    #sidebar-secondary {
        width: 87.2%;
        margin: 0 0 50px 0;
        padding: 50px 0 0 80px;
        float: none;
        overflow: hidden
        }
    /* --- Secondary Sidebar Widgets --- */
    #sidebar-secondary img.banner {
        max-width: 100%;
        display: block;
        margin: 0 10px 10px 0
        }
    #sidebar-secondary ul.sidebar li.widget-container {
        width: 100%;
        margin: 0 20px 30px 0;
        padding: 0 0 10px 0;
        float: left;
        border-bottom: 1px dotted #4C4C4C;
        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: 0 22px 5px 0
        }
    #sidebar-secondary ul .search-input {
        width: 50%;
        margin: 0 0 4px 0;
        padding: 2px 3px 3px 3px;
        font-size: 14px
        }
    /* --- 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: 0 15px 0 15px;
        overflow: hidden
        }
    #sidebar-primary {
        width: 240px;
        position: fixed
        }
    #main {
        width: 68.8%;
        float: right;
        overflow: hidden
        }
    #content {
        width: 88.5%;
        margin: 0 0 50px 0;
        padding: 0 0 0 60px;
        float: none
        }
    #sidebar-secondary {
        width: 88.5%;
        margin: 0 0 50px 0;
        padding: 50px 0 0 60px;
        float: none;
        overflow: hidden
        }
    }
@media screen and (max-width: 620px) {
    #wrap {
        max-width: 620px;
        margin: 25px auto 0 auto;
        padding: 0 10px 0 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: left
        }
    #main {
        width: auto;
        margin: 0;
        padding: 0;
        float: none;
        clear: both
        }
    #content {
        width: auto;
        margin: 0 0 50px 0;
        padding: 0;
        float: none;
        clear: both
        }
    #sidebar-secondary {
        width: auto;
        padding: 50px 0 0 0;
        margin: 0 0 50px 0;
        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: 0 20px 30px 0;
        padding: 0 0 10px 0;
        float: left;
        border-bottom: 1px dotted #4C4C4C;
        overflow: hidden
        }
    form#searchform {
        width: 99%
        }
    #sidebar-secondary ul .search-input {
        width: 60%;
        margin: 0 0 4px 0;
        padding: 2px 3px 3px 3px;
        font-size: 14px
        }
    #content h2 {
        padding: 0 0 20px 0;
        font-size: 17px;
        line-height: 24px
        }
    #content .post p {
        padding: 0 0 15px 0;
        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 0 3px 0;
        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
    }
.postpic {
    border: solid 10px #fff;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 3px #bbb;
    -webkit-box-shadow: 1px 3px 1px #bbb;
    box-shadow: 1px 1px 3px #bbb
    }
#post-featured img {
    border: solid 10px #fff;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 3px #bbb;
    -webkit-box-shadow: 1px 3px 1px #bbb;
    box-shadow: 1px 1px 3px #bbb
    }
#post-featured a:hover img {
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999
    }
a:link a:visited a:active img.postpic {
    border: solid 10px #fff;
    -moz-box-shadow: 1px 1px 3px #bbb;
    -webkit-box-shadow: 1px 1px 3px #bbb;
    box-shadow: 1px 1px 3px #bbb
    }
a:hover img.postpic {
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999
    }
#social img.socialicon {
    padding: 6px
    }
::-moz-selection {
    background: #f3ba18;
    color: #fff;
    text-shadow: none !important
    }
::selection {
    background: #f3ba18;
    color: #fff;
    text-shadow: none !important
    }
.browseby {
    padding-top: 25px
    }
.browseby a {
    text-decoration: none !important
    }
.toplink {
    float: right;
    text-align: right;
    padding-bottom: 50px;
    clear: both
    }
#s {
    color: #000;
    border: none;
    padding: 7px
    }
:focus {
    outline: 0;
    outline: none
    }
/* Buy This Beer Button 
--------------------------------------------- */
.buywrapper {
    margin-top: 50px
    }
a.buybutton:link, a.buybutton:visited {
    background-color: #f3ba18;
    padding: 12px;
    text-decoration: none;
    color: #fff !important;
    font-family: "Open Sans", serif;
    font-size: 12px;
    text-transform: uppercase
    }
a.buybutton:hover {
    text-decoration: underline
    }
#prevnext img {
    border: none
    }
#prevnext img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    /* For IE8 and earlier */
    }
#footer .alignright {
    padding-right: 25px
    }
.wp-pagenavi a, .wp-pagenavi span {
    padding-right: 10px !important;
    border: 0 !important
    }
.current {
    font-weight: 600
    }
/* Contact Form 
--------------------------------------------- */
#cntctfrm_contact_form input[type=text], textarea {
    margin: 0 0 4px 0;
    padding: 6px;
    font-size: 12px;
    float: left;
    clear: left;
    border: 1px solid #fff;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc
    }
#cntctfrm_contact_form input[type=file] {
    margin: 0 0 4px 0;
    float: left;
    clear: left
    }
#cntctfrm_contact_form input[type=submit] {
    margin: 25px 0 4px 0 !important;
    padding: 10px;
    font-size: 12px;
    float: left;
    clear: left;
    background-color: #f3ba18;
    color: #fff;
    border: 0;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    text-transform: uppercase;
    letter-spacing: 2px
    }
input[type=submit]:hover {
    filter: alpha(opacity=90);
    opacity: 0.9
    }
#cntctfrm_contact_form label {
    float: left;
    clear: left;
    padding-top: 10px
    }
textarea:focus, input:focus {
    -moz-box-shadow: 1px 1px 1px #999 !important;
    -webkit-box-shadow: 1px 1px 1px #999 !important;
    box-shadow: 1px 1px 1px #999 !important
    }
#cntctfrm_contact_attachment {
    -moz-box-shadow: 0 0 0 #999 !important;
    -webkit-box-shadow: 0 0 0 #999 !important;
    box-shadow: 0 0 0 #999 !important;
    border: 0 !important
    }
#cntctfrm_thanks {
    color: #f3ba18;
    font-size: 24px;
    font-style: italic;
    padding-top: 50px
    }
#cntctfrm_contact_form submit {
    background-color: #f3ba18;
    color: #fff !important;
    border: 0 !important;
    -moz-box-shadow: 1px 1px 1px #999 !important;
    -webkit-box-shadow: 1px 1px 1px #999 !important;
    box-shadow: 1px 1px 1px #999 !important
    }
/* Highlight Author Comments 
--------------------------------------------- */
.bypostauthor {
    background-color: #fff !important;
    padding: 25px !important;
    border: 0 !important
    }
.bypostauthor a {
    border-bottom: 0 !important
    }
/* Footer Widgets 
--------------------------------------------- */
#footerwidgets {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    float: left
    }
#footer-left {
    float: left;
    margin-right: 10px
    }
#footer-middle {
    float: left;
    margin-right: 10px
    }
#footer-right {
    float: left
    }
/* Prev Next Thumbs 
--------------------------------------------- */
.post-thumbnail {
    height: 100px !important;
    width: 100px !important
    }
.previous .post-thumbnail {
    float: left
    }
.next .post-thumbnail {
    float: right
    }
.post-thumbnail img {
    -moz-border-radius: 75px;
    border-radius: 75px;
    border: 5px solid #fff;
    background-color: #fff;
    height: 100px !important
    }
#prevnext a {
    border: 0 !important
    }
.previous .post-link {
    padding-top: 25px;
    float: left;
    clear: left
    }
.next .post-link {
    padding-top: 25px;
    float: right;
    clear: right
    }
.attachment-thumbnail {
    display: none
    }
#scroll-to-top {
    border: 0 !important
    }
#menu-navigation li a:hover {
    border-bottom: 1px #4c4c4c dotted
    }
.copy {
    margin: 10px 15px 10px 0
    }
/* Subscribe Box
--------------------------------------------- */
.jetpack_subscription_widget input[type=text] {
    margin: 0 0 0 0;
    padding: 10px !important;
    font-size: 12px;
    border: 1px solid #fff;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc
    }
.jetpack_subscription_widget input[type=text]:focus {
    -moz-box-shadow: 1px 1px 1px #999 !important;
    -webkit-box-shadow: 1px 1px 1px #999 !important;
    box-shadow: 1px 1px 1px #999 !important
    }
.jetpack_subscription_widget input[type=submit] {
    margin: 0 0 0 0 !important;
    padding: 8px !important;
    font-size: 12px;
    background-color: #f3ba18;
    color: #fff;
    border: 0;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    letter-spacing: 1px;
    text-transform: lowercase
    }
.jetpack_subscription_widget p {
    display: inline-block
    }
.jetpack_subscription_widget input[type="text"] {
    padding: 6px !important;
    width: auto !important
    }
#content p {
    margin-bottom: 10px
    }
.note {
    font-size: 12px;
    padding-top: 15px
    }
.sd-block {
    border-bottom: 1px solid #ccc;
    padding: 25px 0 25px 0 !important;
    margin: 25px 0 25px 0 !important
    }
/* Store
--------------------------------------------- */
.product_image {
    border: solid 10px #fff !important;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 3px #bbb !important;
    -webkit-box-shadow: 1px 3px 1px #bbb !important;
    box-shadow: 1px 1px 3px #bbb !important;
    margin-right: 15px !important;
    margin-left: -5px
    }
.product_image a:hover {
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999
    }
#page h1 {
    font-size: 28px;
    line-height: 40px;
    font-family: "Bitter", serif;
    font-weight: normal;
    text-shadow: 1px 1px #fff;
    color: #f3ba18
    }
.imagecol a {
    border: 0 !important
    }
.imagecol {
    overflow: hidden !important
    }
.product_description, .wpsc_description {
    font-style: italic
    }
#single_product_page_container, #default_products_page_container {
    margin-left: -10px
    }
#default_products_page_container .wpsc_buy_button {
    margin: -40px 0 0 -10px !important
    }
legend {
    font-size: 12px !important
    }
.wpsc_buy_button {
    float: left;
    margin: 0 !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    background-color: #f3ba18;
    color: #fff;
    border: 0;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    letter-spacing: 1px;
    text-transform: lowercase
    }
.default_product_display .wpsc_buy_button submit {
    padding: -200px -200px !important;
    clear: both !important;
    float: left !important
    }
.currentprice {
    color: #f3ba18;
    font-size: 18px;
    font-family: "Bitter", serif;
    line-height: 40px
    }
select {
    color: #4c4c4c;
    font-family: Bitter;
    font-size: 14px;
    border: 0;
    padding: 5px;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    background: url(/wp-content/uploads/2013/08/dropdown-arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 50px
    }
#single_product_page_container {
    width: 475px !important
    }
.checkout_cart, .productcart {
    width: 450px
    }
table, th, td, tr {
    border: 0 !important;
    padding: 0 0 10px 0 !important
    }
.checkout_cart tr, .checkout_cart th, .wpsc_product_quantity th {
    text-align: left !important;
    padding-right: 15px !important
    }
.checkout_cart input[type="text"] {
    text-align: center
    }
#change_country select {
    width: 150px;
    margin-right: 10px
    }
#wpsc_checkout_gravatar {
    display: none
    }
#region_country_form_7 select {
    width: 150px
    }
#checkout_page_container input[type=text] {
    margin: 0 0 4px 0;
    padding: 6px;
    font-size: 12px;
    float: left;
    clear: left;
    border: 1px solid #fff;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc
    }
#checkout_page_container textarea {
    width: 255px
    }
.wpsc_make_purchase {
    float: left !important
    }
.wpsc_email_address {
    padding-bottom: 10px
    }
.wpsc_product_name a {
    line-height: 18px
    }
#checkout_page_container input[type=submit] {
    padding: 7px;
    margin: 0 0 0 5px !important;
    font-size: 12px;
    background-color: #f3ba18;
    color: #fff;
    border: 0;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    text-transform: lowercase
    }
.wpsc_product_image img {
    display: none
    }
.wpsc_product_quantity input[type=text] {
    float: left;
    display: inline-block !important
    }
.wpsc_product_quantity {
    width: 200px !important
    }
.wpsc_product_utility .edit-link {
    display: none
    }
.prodtitle a {
    font-family: "Bitter", serif !important;
    font-size: 18px;
    font-weight: normal
    }
.irw-slider {
    background-color: #fff
    }
.hide {
    display: none
    }
#buy-book {
    width: 100%
    }