/*
Theme Name:Jen Sorensen
Theme URI:http://jensorensen.com
Author:Paul Bagosy
Author URI:http://paul.bagosy.com/
Description:Custom Theme for Jen Sorensen
Version:0.99
Copyright:2012 Jen Sorensen
*/

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline; }
:focus {/* remember to define focus styles! */ outline:0; }
body { background:#fff; line-height:1; }
ol, ul { list-style:none; }
table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse:separate; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
b, strong { font-weight:bold; }
i, em {font-style:italic; }
/* =Structure ----------------------------------------------- */

@font-face {
    font-family: 'ClarendonBold';
    src: url('fonts/clarendonbold-webfont.eot');
    src: url('fonts/clarendonbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/clarendonbold-webfont.woff') format('woff'),
    url('fonts/clarendonbold-webfont.ttf') format('truetype'),
    url('fonts/clarendonbold-webfont.svg#clarendonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ClarendonCondensedBold';
    src: url('fonts/clarendoncondensedbold-webfont.eot');
    src: url('fonts/clarendoncondensedbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/clarendoncondensedbold-webfont.woff') format('woff'),
    url('fonts/clarendoncondensedbold-webfont.ttf') format('truetype'),
    url('fonts/clarendoncondensedbold-webfont.svg#clarendon_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PatuaOne';
    src: url('fonts/PatuaOne-Regular-webfont.eot');
    src: url('fonts/PatuaOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/PatuaOne-Regular-webfont.woff') format('woff'),
    url('fonts/PatuaOne-Regular-webfont.ttf') format('truetype'),
    url('fonts/PatuaOne-Regular-webfont.svg#PatuaOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:16px;
    color:#17150E;
	background-color: #ffffff;
    /* background:url(images/sitebg.jpg); */
}
a {
    color:#295ea5
}
a:hover {
    color:#17150E;
    text-decoration:underline;
}
h1, h2, h3 {
    font-family:ClarendonBold, Arial, sans-serif;
}
h1 {
    font-size:22px;
    line-height:20px;
    font-weight:bold;
    width:100%;
    margin:0 auto 10px 0;
    padding-bottom:4px;
}
h1 a {
    color:#17150E;
    text-decoration: none;
}
h1.js_tsm {
    width:602px;
    height:19px;
    background:url(images/sprites.png) 0 -71px no-repeat;
    display:block;
    text-indent:-9009px;
    margin:25px auto 0 auto;
}
h1.js_tsm span {
    color:#444749;
}
h3 {
    font-weight:bold;
    margin-bottom:5px;
}
p {
    margin:15px 0 10px 0;
}
#page {
    width:1000px;
    margin:0 auto;
    background:#ffffff;
	/* SIDEBAR BG - SEE BACKUP */
}
header {
    height:220px;
    background:#ffffff;
}
header #js_header {
    width:955px;
    height:171px;
    margin:0 auto;
}
header #js_header .js_banner {
    float:left;
    width:300px;
    height:171px;
    position:relative;
}
header .js_banner_image {
    width:750px;
    height:173px;
    float:left;
}
.js_social_links {
    width:100%;
    height:75px;
    margin-bottom:10px;
    float:right;
    position:relative;
    border-bottom:solid 1px #CCC
}
.js_social_links a {
    display:block;
    width:25px;
    height:25px;
    position:absolute;
    top:40px;
    text-indent:-9009px;
}
#searchform label {
    position: absolute;
    top:5px;
    width:102px;
    text-align:right;
    font-weight: bold;
    text-transform: uppercase
}
#searchform #s {
    width:104px;
    height:23px;
    background:#FFF;
    border:solid 1px #999;
    position: absolute;
    top:0;
    left:108px;
}
#searchform #searchsubmit {
    width:25px;
    height:23px;
    border:0;
    background:transparent url(images/sprites.png) -100px 0;
    position:absolute;
    top:0;
    left:216px;
    text-indent:-9009px;
    cursor:pointer;
}
.js_bs {
    background: no-repeat center / contain url(images/bluesky.png);
    left:35px;
}
/*.js_fb {
    background-position:-25px 0;
    left:90px;
} */
.js_in {
    background: no-repeat center url(images/instagram.png);
    left:70px;
}
.js_ma  {
    background: no-repeat center url(images/mastodon.png);
    left:105px;
}
.js_tb {
    background: no-repeat center url(images/tumblr.png);
    background-color: #35465c;
    left:140px;
}
.js_rs {
    background: no-repeat center url(images/rss.png);
    background-color: #f26522;
    left:175px;
}
header nav {
    clear:both;
    width:100%;
    height:48px;
    margin:0;
    padding:0;
    background:#ffffff;
}
header nav ul {
    width:100%;
}
header nav ul li {
    font-family: Arial;
    font-size:22px;
    color:#000000;
    float:left;
    padding:17px 0 50px 20px;
}
header nav ul li a {
    color:#000000;
    text-decoration:none;
}
header nav ul li a:active, header nav ul li a:hover {
    color:#999;
    text-decoration:none;
}
footer {
    clear:both;
    width:100%;
    margin-top:10px !important;
    padding-top:10px;
    color:#666;
    border-top:#767676 solid 1px;
}
hr {
    color:#FFF;
    background-color:#FFF;
    width:100%;
    clear:both !important;
    border-width: 0;
    border-top: 1px solid #767676;
}
hr.js_thick {
    border-top:#565656 solid 2px;
}
hr.js_thin {
    border-top:#C6C6C6 solid 1px;
}
.js_home_divider {
    width:716px;
    margin:0 auto 10px auto;
    height:10px;
    border-bottom:#767676 solid 1px;
    clear:both;
}
#js_main {
    width:965px;
    margin:20px auto 0 auto;
    height: 1%;
    overflow: hidden;
}
.js_container {
    width:955px;
    margin:0 auto 20px auto;
}
.js_container:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.js_container {display: inline-block;}

/* Hides from IE-mac \*/
* html .js_container {height: 1%;}
.js_container {display: block;}
/* End hide from IE-mac */

.js_content {
    width:650px;
    float:left;
    padding-right:10px;
}
.js_content_full {
    width:100%;
    clear:both;
}
.js_index_image {
    width:100%;
    height: 1%;
    overflow: hidden;
    clear:both;
}
.js_primary {
    width:625px;
    float:left;
}
.js_buy_print {
    margin:0 auto;
    width:600px;
    height:37px;
}
.js_buy_print a {
    text-indent: -9009px;
    background:url(images/order-a-print.jpg);
    width:153px;
    height:37px;
    display:block;
    float:right;
}
.js_social {
    float:left;
    height:30px;
}
.js_social.end_row {
    clear:right;
}
.js_featured {
    width:100%;
    text-align:center;
    margin-bottom:10px;
}
.js_loop_post {
    padding:25px;
}
.js_loop_post h3 a {
    font-size:18px;
    font-weight:bold;
    color:#17150E;
    text-decoration:none;
    line-height: 120%;
}
.js_loop_date, .js_loop_date a, .js_loop_cats, .js_loop_cats a {
    font-size:12px;
    color:#999;
    clear:both;
    width:100%;
    text-transform:uppercase;
}
.js_archive_featured {
    float:left;
    margin-right:10px;
}
.widget_js_contact_widget {
    margin-top:10px;
}
.js_loop_post .js_loop_date {
    padding-bottom:15px;
}
.js_primary_sidebar .js_order {
    left:0;
}
.js_slider_head {
    width:100%;
    border-bottom:#767676 solid 1px !important;
    text-align:center;
    height:35px;
    margin-bottom:10px;
}
.js_slider_head h2 {
    font-size:18px;
    padding-top:10px;
    font-weight:bold;
    margin-bottom:10px;
    text-transform:uppercase;
}
.js_slider_head h2 a {
    color:#17150E;
    text-decoration:none;
}
.js_slider_image {
    width:100%;
    text-align:center;
    float:left;
    clear:left;
}
.js_slider_image img {
    max-width:600px;
}
.js_order, .js_buy {
    display:none;
}
#js_slider .js_order, #js_slider .js_buy {
    float:left;
    padding-left:5px;
}
.js_single_header {
    height:20px;
    width:100%;
    display:block;
    clear:both;
}
.js_single_header h1, .js_single_header h2 {
    width:100%;
    bottom:0;
    border-bottom: 1px solid #767676;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    margin:0 auto 5px 0;
    padding-bottom:4px;
    text-align:center;
    text-transform:uppercase;
}
.js_single_header_blog {
    width:100%;
    height:64px;
    clear:both;
}
.js_prev_post {
    float:left;
}
.js_prev_post a, .js_next_post a {
    text-decoration:none;
}
.js_next_post {
    text-align:right;
    float:right;
}
.js_prev_page a {
    height:27px;
    display:block;
    float:left;
}
.js_next_page a {
    height:27px;
    display:block;
    float:right;
    clear:right;
}
.bx-prev {
    position:absolute;
    top:0;
    left:0;
    width:74px;
    height:35px;
    text-indent:-9009px;
    display:block;
}
.bx-next {
    position:absolute;
    top:0;
    left:65px;
    width:73px;
    height:35px;
    text-indent:-9009px;
    display:block;
}
.bx-start {
    display:none;
}
.js_sidebar {
    width:275px;
    float:right;
    clear:right;
}
.post {
    width:100%;
    clear:both;
    display:block;
}
.js_cartoon_archive .post {
    float:left;
    clear:none;
    width:200px;
    margin:10px 0 30px 0;
    padding-right:12px;
}
.js_cartoon_archive .post.end_row {
    float:left;
    clear:none;
    width:33%;
    margin:10px 0 30px 0;
    padding-right:0;
}
.js_cartoon_archive .js_archive_title {
    position:relative;
    height:48px;
}
.js_cartoon_archive .js_archive_title h2 {
    padding-bottom:2px;
    position:absolute;
    bottom:0;
}
.js_cartoon_archive .post h2 a {
    font-weight:bold;
    font-size:14px;
    color:#17150E;
    text-decoration: none;
}
.js_cartoon_archive img {
    max-width:200px;
}
.js_cartoon_archive .js_loop_cats {
    margin-bottom:5px;
}
.js_portfolio {
    width:407px;
    margin:0 auto;
    text-align:center;
}
.js_portfolio img {
    margin:0 7px 7px 0;
}
.js_pagination {
    clear:both;
    text-align:right;
}
.clear {
    width:100%;
    clear:both;
}
.widget h2 {
    font-weight:bold;
    font-size:16px;
    margin:10px 0 5px 0;
}
.widget ul li {
    padding-bottom:3px;
}

.shadow {
    height:1em;
    filter:Shadow(Color=#666666, Direction=135, Strength=5);
    line-height:2em;
    white-space:nowrap;
}

.shadow:before {
    display:block;
    margin:0 0 -2.12em 0.15em;
    padding:0;
    color:#666666;
}

#shadow_1:before {
    content:'In shadow';
}
#second_2:before {
    content:'Happy Shadowing!';
}



/*\*/
html*.shadow {
    [
        color:red;
        text-shadow:#666666 5px 5px 5px;
    ]
    color:auto;
}
.dummyend[id]{clear:both;}

html*.shadow:before {
    [
        color:red;
        display:none;
    ]
    color:auto; /* resets color for IE6 */
}
.dummyend[id]{clear:both;}

/* --------------------------------------------------------------
   Basic WordPress Blog Styles
-------------------------------------------------------------- */

/* Images
-------------------------------------------------------------- */
.entry-content img {
    margin:0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    display:inline;
    float:left;
    margin-right:1.5em;
    margin-bottom:10px;
}
.alignright,
img.alignright {
    display:inline;
    float:right;
    margin-left:1.5em;
}
.aligncenter,
img.aligncenter {
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    text-align:center;
    margin-bottom:1.5em;
}
.wp-caption img {
    border:0 none;
    margin:0;
    padding:0;
}
.wp-caption p.wp-caption-text {
    margin:0;
}
.wp-smiley {
    max-height:1em;
    margin:0 !important;
}
.gallery dl {
    margin:0;
}
.gallery-caption {
    margin:-1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote {
    margin-left: 30px;
}
blockquote.left {
    float:left;
    margin-left:0;
    margin-right:20px;
    text-align:right;
    width:33%;
}
blockquote.right {
    float:right;
    margin-left:20px;
    margin-right:0;
    text-align:left;
    width:33%;
}

/* ------- Fluid Columns ------- */
.one_half{ width:48%; border-right:#767676 solid 1px; min-height:150px; }
.one_third{ width:30.66%; border-right:#767676 solid 1px; min-height:150px; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; border-right:#767676 solid 1px; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:2%; float:left; }
.last{ margin-right:0 !important; clear:right; border-right:0; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/*navigation*/
#nav {padding:0;margin:0;}
#nav li {position:relative;display:block;float:left;}
#nav li a {display:block;float:left;height:30px;line-height:30px;padding: 0 20px;}

/*sub navigation*/
#nav ul {position:absolute;top: 30px;left:0;padding:0;} /*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
#nav ul a, #nav ul li {float:none;}
#tabbed-sidebar-widgets h2 {
    display:none;
}
#tabbed-sidebar-widgets h2.widgettitle {
    display:block;
    margin-bottom:0 !important;
}
#tabbed-sidebar-widgets h2 a {
    font-family:Arial, helvetica, sans-serif;
    font-size:10px !important;
    padding:5px !important;
    border-top:1px #999 solid;
    border-left:1px #999 solid;
    border-right:1px #999 solid;
    text-decoration: none;
    margin-right:1px;
}
#tabbed-sidebar-widgets ul.tab-container {
    border-left:#3d566c solid 1px;
    border-right:#3d566c solid 1px;
    border-bottom:#3d566c solid 1px;
    padding:10px !important;
}
h3.related_post_title {
    width:100%;
    clear:both;
    border-top:#CCC solid 1px;
    line-height: 120%;
    margin-top:20px;
    padding:20px;
}
.related_post.wp_rp li {
    width:150px;
    padding-right:10px;
    margin-bottom:20px;
    float:left;
}
.widget_categories ul {
    width:275px;
    margin-bottom:20px;
    overflow:hidden;
}
.widget_categories ul li{
    width:50%;
    line-height:1.5em;
    float:left;
    display:inline;
}
.widget_adrotate_widgets {
    margin:0 auto;
}
#adrotate_widgets-2, #adrotate_widgets-4 {
    width:250px;
    margin:0 auto;
    padding-top:15px;
}
#adrotate_widgets-3, #adrotate_widgets-5 {
    width:160px;
    margin:0 auto;
    padding-top:15px;
}
ul.flexo-list {
    margin-left:20px;
}
ul.flexo-list li {
    list-style-type: circle;
}
