/* ============ Start of mediaelementplayer.min.css ============ */
.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(https://images.staticjw.com/soc/8754/bigplay.png) top left no-repeat;
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(https://images.staticjw.com/soc/4629/background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url() center center no-repeat;
}

.mejs-container .mejs-controls {
    position: absolute;
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(https://images.staticjw.com/soc/4629/background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    height: 30px;
    width: 100%;
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
}

.mejs-controls .mejs-button span {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    height: 16px;
    width: 16px;
    background: transparent url(https://images.staticjw.com/soc/7287/controls.png) 0 0 no-repeat;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    padding: auto 4px;
}

.mejs-container .mejs-controls .mejs-time span {
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}

.mejs-controls .mejs-play span {
    background-position: 0 0;
}

.mejs-controls .mejs-pause span {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop span {
    background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    visibility: hidden;
    position: absolute;
    display: block;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail:hover .mejs-time-float {
    visibility: visible;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-controls .mejs-fullscreen-button span {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen span {
    background-position: -32px -16px;
}

.mejs-controls .mejs-mute span {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute span {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(https://images.staticjw.com/soc/4629/background.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
    display: block;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button span {
    background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(https://images.staticjw.com/soc/4629/background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
    visibility: visible;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 45px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(https://images.staticjw.com/soc/4629/background.png);
    background: rgba(20, 20, 20, 0.8);
}

.mejs-clear {
    clear: both;
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

.mejs-controls .mejs-loop-off span {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on span {
    background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off span {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on span {
    background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

/*       FILE ARCHIVED ON 14:51:47 Jan 26, 2012 AND RETRIEVED FROM THE       INTERNET ARCHIVE ON 12:51:43 Dec 05, 2017.       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.       SECTION 108(a)(3)).  */ /* ============ End of mediaelementplayer.min.css ============ */ /* ============ Start of style.css ============ */ /*  Theme Name: Shaken Tumble  Theme URI: https://www.themegarden.com/sawyer-hollenshead/  Author: Sawyer Hollenshead (Shaken and Stirred Web)  Author URI: https://sawyerhollenshead.com/  Version: 1.1.0  License: GNU GENERAL PUBLIC LICENSE  License URI: https://www.gnu.org/licenses/gpl-2.0.txt    ===================================================================    !! DO NOT EDIT THIS FILE !!    If you need to overwrite the CSS styling, place the new styles in   custom.css (which is already included for you). You should also create  a child theme for farther customizations.   (https://codex.wordpress.org/Child_Themes)    =================================================================== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /*padding-top:75px;*/
}

body {
    background: url(https://images.staticjw.com/soc/3385/blue-bokeh.jpg) center center fixed repeat #1c3f4b;
    -moz-background-size: cover;
    background-size: cover;
}

.wrap {
    width: 930px;
    margin: auto;
}

.clearfix {
    clear: both;
}

/* ================================================================================  									Typography  ================================================================================ */ /* Emphasis Color */
.post-header h2, .post-header h2 a, #twitter_update_list span a, a, .testimonial-widget cite, .post-navigation a:hover {
    color: #2d7f94;
}

a:hover {
    text-decoration: none;
}

.link-2 {
    color: #cf5c47;
    text-decoration: underline;
}

.link-2:hover {
    text-decoration: none;
}

/* PT Sans Narrow - Normal Weight */
.pt, h1, h2, h3, h4, .button, #logo, .nav, cite, .button, input[type="submit"], .post-navigation {
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* PT Sans Narrow - Bold */
.post-navigation, h4 {
    font-weight: bold;
}

/* Anti-aliasing */
h1, h2, h3, h4, .button, #logo, .nav {
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.post-header h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
}

h2, h3, h4 {
    margin-bottom: 1em;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

cite {
    color: #797878;
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-bottom: 15px;
}

.format-quote cite {
    margin-top: -20px;
}

cite a {
    text-decoration: none;
}

cite a:hover {
    text-decoration: underline;
}

.article p cite {
    margin-top: -30px;
    padding-right: 40px;
    text-align: right;
}

/* Opposite Color Elements */
#logo a, #logo, .nav a, .button, .button a,
#logo span, #logo, .nav span, .button, .button span
{
    color: #FFF;
    text-decoration: none;
}

hr {
    border-top: 3px solid #ddd;
    margin: 30px 0;
}

/* ================================================================================  									"Logo"  ================================================================================ */
#logo {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

#logo img {
    max-width: 290px;
}

#tagline {
    display: block;
    font-size: 16px;
}

#site-title {
    font-size: 35px; /*font-size:44px;*/
    line-height: 1;
    margin-bottom: 15px;
}

/* ================================================================================  									Navigation  ================================================================================ */
.nav {
    margin: 15px 0 30px;
    padding: 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.nav li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    position: relative;
}

.nav a, .nav span {
    display: block;
    padding: 4px 10px;
}

.nav a:hover, .nav a:focus,
.nav span:hover, .nav span:focus
{
    background: #000;
    background: rgba(0, 0, 0, 0.35);
}

/* Most emphasized background */
.nav li.current-menu-item > a, .nav a:active, .nav li.current_page_item > a,
.nav li.current-menu-item > span, .nav span:active, .nav li.current_page_item > span
{
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.nav li.active > a, .nav a:active, .nav li.active > a,
.nav li.active > span, .nav span:active, .nav li.active > span
{
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

/* Sub-menu */
.nav li:hover > ul {
    display: block;
}

.nav li ul {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: absolute;
    z-index: 100;
}

.nav li ul li {
    display: block;
    width: 120px;
    margin: 0;
}

.nav li ul a, .nav li ul span {
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav li ul li:last-child a, .nav li ul li:last-child span {
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.nav li ul li:first-child a, .nav li ul li:first-child span {
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.nav li ul li:hover ul {
    display: block;
}

.nav li ul li ul {
    display: none;
    left: 120px;
    top: 0;
}

/* ================================================================================  									Blog  ================================================================================ */
#main {
    width: 610px;
    float: right;
    position: relative;
}

.post, div.page, .widget, #comments, #disqus_thread {
    margin-top: 30px;
    background: #FFF;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.post, .widget, div.page {
    overflow: hidden;
}

.post, div.page {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.post-header {
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat #f2f2f2;
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(240, 240, 240)), color-stop(1, rgb(255, 255, 255)));
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat, -moz-linear-gradient(center bottom, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
}

.post-header h2 {
    font-size: 18px;
    font-weight: bold;
    text-shadow: #FFF 1px 1px;
    display: block;
    max-width: 450px;
    margin-bottom: 5px;
    line-height: 1;
}

.wf-active .post-header h2 {
    font-size: 24px;
}

.post-header h2 a {
    text-decoration: none;
}

.post-header h2 a:hover {
    text-decoration: underline;
}

.postmetadata, .postmetadata a, .post-footer, .post-footer a {
    color: #828182;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.article {
    color: #202020;
    font-size: 14px;
    margin: 1px 0 1px;
    padding: 30px 30px 15px;
    border-top: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
}

.article img {
    max-width: 550px;
}

.not-found .article {
    border-bottom: none 0;
}

.format-link .article, div.page .article {
    border-bottom: none 0;
}

.format-audio .article, .format-gallery .article, .attachment .article, .has-thumb {
    border-top: none 0;
}

/* Special .article styles for posts with media */
.has-media.article {
    border-top: none 0;
    margin-top: 0;
    padding-top: 15px;
}

.format-quote .article, blockquote {
    font-size: 20px;
    font-style: italic;
    color: #444;
    border-top: none 0;
    background: url(https://images.staticjw.com/soc/8624/quote-sym.png) 30px 35px no-repeat;
    margin-top: 0;
    padding: 30px 30px 15px 90px;
}

blockquote {
    background: url(https://images.staticjw.com/soc/8624/quote-sym.png) 30px 5px no-repeat;
    margin-top: 0;
    padding: 0 30px 15px 90px;
    font-size: 18px;
}

#comments blockquote {
    background: none;
    padding: 0 60px;
    font-size: 14px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.media-content {
    text-align: center;
    padding: 5px;
    margin-top: 1px;
    border-top: #d3d3d3 1px solid;
}

.no-content .media-content {
    border-bottom: #d3d3d3 1px solid;
}

.media-content p:last-child {
    margin-bottom: 0;
}

.format-quote .media-content {
    border-top: none 0;
    margin-top: 5px;
}

.enlarge {
    display: inline-block;
    position: relative;
    background: #000;
    line-height: 0.8; /* removes the black bar at the bottom */
}

.enlarge-ic {
    background: url(https://images.staticjw.com/soc/8122/enlarge-mini-ic.png) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    display: none;
    z-index: 10;
}

/* Audio Player */
audio {
    height: 30px; /* Minimize the flash of unstyled player */
}

.audio-player {
    width: 400px;
    margin: 15px auto;
}

/* Audio timeline background */
.mep-controls .mep-time-rail .mep-time-loaded {
    background: #333;
}

/* Post Formats */
.post-type a, .format-standard .post-type {
    -webkit-transition: right 200ms ease;
    -moz-transition: right 200ms ease;
    transition: right 200ms ease;
    width: 157px;
    height: 156px;
    display: block;
    position: absolute;
    top: -32px;
    right: -35px;
    background-repeat: no-repeat;
}

.page .post-type {
    top: -40px;
}

.post-type a:hover {
    right: -20px;
}

.format-standard .post-type {
    background-image: url(https://images.staticjw.com/soc/3564/article-type.png);
}

.format-image .post-type a {
    background-image: url(https://images.staticjw.com/soc/8533/image-type.png);
}

.format-video .post-type a {
    background-image: url(https://images.staticjw.com/soc/2280/video-type.png);
}

.format-link .post-type a {
    background-image: url(https://images.staticjw.com/soc/7621/link-type.png);
}

.format-audio .post-type a {
    background-image: url(https://images.staticjw.com/soc/9413/audio-type.png);
}

.format-quote .post-type a {
    background-image: url(https://images.staticjw.com/soc/5033/quote-type.png);
}

.format-gallery .post-type a {
    background-image: url(https://images.staticjw.com/soc/1478/gallery-type.png);
}

#timeline li {
    list-style: none;
    margin: 0 0 7px 0;
}

#timeline a {
    display: block;
    padding: 2px 30px;
}

#timeline .standard {
    background: url(https://images.staticjw.com/soc/9541/standard-type-mini.png) left center no-repeat;
}

#timeline .image {
    background: url(https://images.staticjw.com/soc/2923/image-type-mini.png) left center no-repeat;
}

#timeline .video {
    background: url(https://images.staticjw.com/soc/6851/video-type-mini.png) left center no-repeat;
}

#timeline .link {
    background: url(https://images.staticjw.com/soc/7891/link-type-mini.png) left center no-repeat;
}

#timeline .audio {
    background: url(https://images.staticjw.com/soc/1664/audio-type-mini.png) left center no-repeat;
}

#timeline .quote {
    background: url(https://images.staticjw.com/soc/4880/quote-type-mini.png) left center no-repeat;
}

#timeline .gallery {
    background: url(https://images.staticjw.com/soc/9527/gallery-type-mini.png) left center no-repeat;
}

.read-more {
    display: inline-block;
    padding-left: 5px;
}

.post-footer {
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat #f2f2f2;
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(240, 240, 240)));
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat, -moz-linear-gradient(center bottom, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    padding: 15px 30px;
    overflow: hidden;
}

.post-footer-right {
    float: right;
}

a.shortlink {
    background: url(https://images.staticjw.com/soc/5041/permalink-ic.png) left no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}

.comments a, .comments span {
    background: url(https://images.staticjw.com/soc/4857/comments-ic.png) left no-repeat;
    padding-left: 20px;
}

.tags {
    background: url(https://images.staticjw.com/soc/1432/tags-ic.png) left no-repeat;
    padding-left: 25px;
}

.share-buttons {
    float: left;
    text-align: left;
}

.twitter-share-button {
    display: block;
    float: left;
    margin: -1px 0px 0px;
    width: 100px !important;
}

/* ================================================================================  									Post/Page Navigation  ================================================================================ */
.post-navigation {
    margin-top: 30px;
}

.prev-post {
    float: left;
    margin-right: 30px;
}

.next-post {
    float: right;
}

.post-navigation a {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat #f2f2f2;
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(240, 240, 240)), color-stop(1, rgb(255, 255, 255)));
    background: url(https://images.staticjw.com/soc/9149/header-noise.png) repeat, -moz-linear-gradient(center bottom, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
    display: block;
    width: 213px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.wf-inactive .post-navigation a {
    font-size: 11px;
}

.meta-nav {
    position: absolute;
    width: 47px;
    height: 111px;
    top: 50%;
    margin-top: -57px;
    display: block;
}

.prev-post a {
    padding: 12px 10px 12px 67px;
}

.prev-post .meta-nav {
    background: url(https://images.staticjw.com/soc/5058/prev-post-arrow.png) left center no-repeat;
    left: 0;
}

.prev-post a:hover .meta-nav {
    left: -6px;
}

.next-post a {
    padding: 12px 67px 12px 10px;
    text-align: right;
}

.next-post .meta-nav {
    background: url(https://images.staticjw.com/soc/5552/next-post-arrow.png) right center no-repeat;
    right: 0;
}

.next-post a:hover .meta-nav {
    right: -6px;
}

.attachment-nav a {
    text-align: center;
    padding: 12px 10px;
}

.page-link {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}

.page-link a {
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 0 8px 5px;
    margin: 0 2px;
    background: rgb(240, 240, 240);
    text-decoration: none;
}

/* ================================================================================  								Comment and Form Elements  ================================================================================ */
#comments h3#comments-title {
    font-size: 24px;
}

#comments {
    padding: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #444;
}

.commentlist li {
    list-style: none;
    border-top: #e3e3e3 1px solid;
    margin: 15px 0 0 0;
    padding-top: 15px;
}

.commentlist li li {
    padding-left: 30px;
}

.avatar {
    float: left;
    margin: 0 15px 10px 0;
}

.says, .form-allowed-tags, .comment-notes {
    display: none;
}

.comment-meta {
    margin: 0 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #828182;
}

.comment-meta cite {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: inline;
    clear: right;
}

.comment-info {
    font-size: 11px;
    float: right;
}

.reply a {
    font-style: italic;
    text-decoration: none;
    font-size: 12px;
}

#nav-above {
    margin-bottom: 15px;
}

#nav-below {
    margin-top: 20px;
}

.nav-previous {
    float: left;
    clear: right;
    margin-right: 20px;
}

.nav-next {
    float: right;
    clear: right;
    margin-right: 20px;
}

#comments .nav-next {
    margin-right: 0;
}

input[type="text"], input[type="password"], textarea {
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border-color: #CCC #EFEFEF #EFEFEF #CCC;
    border-style: solid;
    border-width: 1px;
    background: #fafafa;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #FFF;
    color: #222;
    display: block;
}

textarea {
    width: 400px;
    padding: 10px;
}

input[type="text"], input[type="password"] {
    display: block;
    width: 200px;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus {
    background: #f0f0f0;
    outline: none;
}

input[type="submit"] {
    display: inline;
    width: auto;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}

#commentform p {
    margin-bottom: 8px;
}

#respond {
    margin-top: 15px;
    padding-top: 15px;
    border-top: #444 4px solid;
}

#cancel-comment-reply-link {
    display: block;
    margin: 5px 0 10px;
    font-size: 14px;
}

.button, input[type="submit"] {
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #333;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
    margin: 0 2px;
    padding: 4px 15px;
    outline: none;
    cursor: pointer;
}

.button:hover, input[type="submit"]:hover, input[type="submit"]:focus {
    text-decoration: none;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top, #444, #000);
}

.button:active, input[type="submit"]:active {
    position: relative;
    top: 1px;
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top, #000, #444);
}

/* ================================================================================  									Pagination  ================================================================================ */
.shaken_pagination {
    text-align: center;
    margin: 30px 0;
}

.shaken_pagination ol {
    margin: 0;
    padding: 0;
}

.shaken_pagination li {
    display: inline;
    list-style: none;
    margin: 0;
}

.shaken_pagination a, .shaken_pagination span, .shaken_pagination .shaken_page_current {
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background: #FFF;
    padding: 3px 8px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

.shaken_page_current {
    opacity: 0.5;
    color: #777;
}

.shaken_pagination a, .shaken_pagination span {
    color: #111;
}

.shaken_pagination a:hover, .shaken_pagination span:hover {
    opacity: 0.75;
}

/* ================================================================================  								WordPress alignment/media  ================================================================================ */
.wp-caption {
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.12);
    background: #f0f0f0;
    line-height: 1.5;
    font-size: 11px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    padding: 5px;
}

.wp-caption img {
    margin: 5px;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    clear: right;
    margin-left: 20px;
    margin-top: 4px;
}

.aligncenter, img.aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 20px;
}

.wp-smiley {
    margin: 0;
}

.gallery-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888;
    padding: 0 10px;
}

.gallery-icon a, .gallery-icon span {
    position: relative;
    overflow: hidden;
}

.gallery-item {
    margin-bottom: 0;
}

/* ================================================================================  								  Image Slider  ================================================================================ */
.slider-container {
    position: relative;
    width: 600px;
    height: 400px;
    background: #0a0a0a;
}

.slider {
    position: absolute;
    z-index: 100;
}

.slides_container {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.slides_container a, .slides_container span {
    width: 600px;
    height: 400px;
    display: block;
    text-align: center;
}

.slider .next, .slider .prev {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 28px;
    height: 28px;
    z-index: 10;
}

.slider .next:hover, .slider .prev:hover {
    opacity: 0.75;
}

.slider .prev {
    left: 525px;
}

.slider .next {
    left: 557px;
}

/* ================================================================================  									Sidebar  ================================================================================ */
#sidebar {
    width: 290px;
    float: left;
    margin: 10px 30px 0 0;
    color: #555;
}

#social-networks {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 5px 3px;
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

#social-networks img {
    margin: 0 5px;
}

.widget {
    padding: 15px;
    overflow: hidden;
}

#sidebar ul, #sidebar ol {
    margin: 0;
}

#sidebar ul ul {
    margin-left: 15px;
}

#sidebar li {
    list-style: none;
    background: url(https://images.staticjw.com/soc/3157/dotted-border.png) bottom repeat-x;
    padding-bottom: 10px;
    margin: 0 0 10px;
}

#sidebar li:last-child {
    margin: 0;
    padding: 0;
    background: none;
}

#sidebar h3, #comments h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#sidebar cite {
    display: block;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
    margin: 0 15px 0 0;
}

/* ================================================================================  									Twitter Widget  ================================================================================ */
.twitter-profile-image {
    float: left;
    margin: 5px 10px 3px 0;
}

#twitter_update_list li {
    overflow: hidden;
}

#twitter_update_list a {
    color: #666;
}

.twitter-btn {
    background: url(https://images.staticjw.com/soc/9526/twitter-btn.png) 10px 5px no-repeat #333;
    background: url(https://images.staticjw.com/soc/9526/twitter-btn.png) 10px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: url(https://images.staticjw.com/soc/9526/twitter-btn.png) 10px 5px no-repeat, -moz-linear-gradient(top, #666, #000);
    height: 26px;
    padding-left: 46px;
}

.twitter-btn:hover {
    background: url(https://images.staticjw.com/soc/9526/twitter-btn.png) 10px 5px no-repeat #000;
    background: url(https://images.staticjw.com/soc/9526/twitter-btn.png) 10px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: url(https://images.staticjw.com/soc/9526/twitter-btn.png) 10px 5px no-repeat, -moz-linear-gradient(top, #444, #000);
}

/* ================================================================================  									Flickr Widget  ================================================================================ */
.flickr_widget {
    padding: 15px 5px 15px 15px;
}

.flickr_photos {
    overflow: hidden;
}

.flickr_badge_image {
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
    background: #111;
    padding: 2px;
    overflow: hidden;
    height: 75px;
    width: 75px;
}

/* ================================================================================  								Testimonials Widget  ================================================================================ */
#sidebar blockquote {
    background: url(https://images.staticjw.com/soc/6248/quote-small.png) left 4px no-repeat;
    padding: 0 0 0 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    margin-bottom: 1em;
}

/* ================================================================================  								Recent/Related Posts Widget  ================================================================================ */
.post-thumb {
    float: left;
    margin: 0 10px 5px 0;
    width: 75px;
    overflow: hidden;
}

.post-thumb img {
    max-width: 75px;
}

#sidebar .post-info h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: none;
    text-shadow: 0 1px 0 #FFF;
}

.post-info h3 a {
    text-decoration: none;
}

.post-info h3 a:hover {
    text-decoration: underline;
}

.post-info p {
    font-size: 11px;
    margin-bottom: 0;
}

.post-info p a {
    color: #555;
}

/* ================================================================================  								   Ads Widget  ================================================================================ */
.simple-ads img {
    margin: 5px 15px 5px 0;
}

.last, .simple-ads img.last {
    margin-right: 0;
}

/* ================================================================================  								Calendar Widget  ================================================================================ */
#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    font-weight: bold;
    color: #222;
    text-align: left;
    font-size: 14px;
    padding-bottom: 4px;
}

#wp-calendar thead {
    font-size: 11px;
}

#wp-calendar thead th {
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    padding: 3px 0 2px;
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar a {
    font-weight: bold;
    text-decoration: none;
}

/* ================================================================================  							Dribbble Widget  							Sorry for the way this is formatted  ================================================================================ */
.dribbble_widget {
    padding: 30px 0;
}

.dribbble-logo {
    margin: auto;
    display: block;
}

.dribbbles {
    list-style-type: none;
    margin: 0px 0px 1.5em;
}

#sidebar .dribbbles li {
    font-size: 15px;
    position: relative;
    width: 220px;
    padding: 0;
    margin: 0 auto 0.5em;
    background: none;
}

.dribbbles .dribbble {
    font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
    position: relative;
    clear: left;
    overflow: hidden;
    padding: 0 0 10px 0;
    background: url(https://images.staticjw.com/soc/3297/dribbblesprite.png) no-repeat -10px -480px;
}

.dribbbles .dribbble-shot {
    padding: 10px;
    background: url(https://images.staticjw.com/soc/3297/dribbblesprite.png) no-repeat -10px -330px;
}

.dribbbles .dribbble-over {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 180px;
    height: 130px;
    margin: 0 !important;
    padding: 10px;
    font-size: 0.8em;
    line-height: 2em;
    text-decoration: none;
    color: #888;
    background: url(https://images.staticjw.com/soc/3297/dribbblesprite.png) no-repeat -110px -160px;
}

.dribbbles .dribbble-link {
    position: relative;
    z-index: 2;
}

.dribbbles img {
    margin: 0;
    width: 200px;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
}

.dribbbles a:hover img {
    opacity: 0.1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
}

.dribbbles strong {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #ea4c88;
}

.dribbbles .dim {
    font-weight: bold;
    color: #666;
}

.dribbbles em {
    position: absolute;
    bottom: 11px;
    left: 10px;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
}

.dribbbles .dribbble-img {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* ================================================================================  							Tipsy Tooltips jQuery Plugin  ================================================================================ */
.tipsy {
    padding: 5px;
    font-size: 10px;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-image: url(https://images.staticjw.com/soc/8907/tipsy.gif);
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 500px;
    text-align: center;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsy-north {
    background-position: top center;
}

.tipsy-south {
    background-position: bottom center;
}

.tipsy-east {
    background-position: right center;
}

.tipsy-west {
    background-position: left center;
}

/* ================================================================================  								Other Widgets  ================================================================================ */
.rss-date {
    color: #747c82;
    font-size: 11px;
    margin-bottom: 1.25em;
    display: block;
}

#searchform .screen-reader-text {
    display: none;
}

.widget #searchform {
    margin-bottom: 0;
}

#s {
    width: 152px;
    display: inline;
}

.article #s {
    width: 275px;
}

input.inactive {
    color: #828182;
}

.tagcloud {
    text-align: center;
}

/* ================================================================================  								Disqus Comments Plugin  ================================================================================ */
#disqus_thread {
    margin: 30px 0;
    padding: 15px 30px;
}

.dsq-brlink {
    display: none;
}

/* ================================================================================  									Footer  ================================================================================ */
#footer {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    font-size: 11px;
    padding: 5px 10px;
    margin: 30px 0;
}

/* ================================================================================  								Common Styles  ================================================================================ */
#social-networks a:hover, #logo:hover, .dribbble-logo:hover, a.enlarge:hover img {
    opacity: 0.5;
}

.meta-nav {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    transition: all 100ms ease;
}

#social-networks a, .nav a, #logo, #previous-post-scroll, #next-post-scroll, .dribbble-logo, a.enlarge img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Rounded Corners */
#social-networks, .nav a, .nav li ul, .nav li ul li:only-child a, .post, div.page, .widget, #comments, #disqus_thread, .format-link.no-content .post-header, .search .post-header, .post-navigation a, #footer {
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* ================================================================================  								Gravity Forms Support  ================================================================================ */
.gform_wrapper li {
    margin-left: 0;
}

.gform_wrapper input.button {
    color: #FFF !important;
    padding: 4px 15px !important;
}

.gform_wrapper input, .textarea {
    padding: 5px 10px !important;
}

.gfield_error textarea.textarea {
    width: 95% !important;
}

/*       FILE ARCHIVED ON 15:27:35 Jan 26, 2012 AND RETRIEVED FROM THE       INTERNET ARCHIVE ON 12:51:44 Dec 05, 2017.       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.       SECTION 108(a)(3)).  */ /* ============ End of style.css ============ */ /* ============ Start of smokey.css ============ */
body {
    background: url(https://images.staticjw.com/soc/1437/smokey.jpg) center center fixed repeat #635a5a;
    -moz-background-size: cover;
    background-size: cover;
}

/* Emphasis Color */
.post-header h2, .post-header h2 a, #twitter_update_list span a, a, .testimonial-widget cite, .post-navigation a:hover {
    color: #cf5c47;
}

/*       FILE ARCHIVED ON 12:14:36 Jan 26, 2012 AND RETRIEVED FROM THE       INTERNET ARCHIVE ON 12:51:46 Dec 05, 2017.       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.       SECTION 108(a)(3)).  */ /* ============ End of smokey.css ============ */ /* ============ Start of ?shaken-custom-content=css ============ */ /*       FILE ARCHIVED ON 13:50:44 Jan 26, 2012 AND RETRIEVED FROM THE       INTERNET ARCHIVE ON 12:51:48 Dec 05, 2017.       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.       SECTION 108(a)(3)).  */ /* ============ End of ?shaken-custom-content=css ============ */ /* ============ Start of colorbox.css ============ */ /*      ColorBox Core Style:      The following CSS is consistent between example themes and should not be altered.  */
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/*       User Style:      Change the following styles to modify the appearance of ColorBox.  They are      ordered & tabbed in a way that represents the nesting of the generated HTML.  */
#cboxOverlay {
    background: url(https://images.staticjw.com/soc/4438/overlay.png) repeat 0 0;
}

#colorbox {
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -100px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -129px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -100px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -129px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(https://images.staticjw.com/soc/4169/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(https://images.staticjw.com/soc/4169/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious.hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext.hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url(https://images.staticjw.com/soc/1190/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(https://images.staticjw.com/soc/3360/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://images.staticjw.com/soc/5157/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose.hover {
    background-position: -25px -25px;
}

/*    The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill    when an alpha filter (opacity change) is set on the element or ancestor element.  */
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*       FILE ARCHIVED ON 12:25:10 Jan 26, 2012 AND RETRIEVED FROM THE       INTERNET ARCHIVE ON 12:51:50 Dec 05, 2017.       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.       SECTION 108(a)(3)).  */ /* ============ End of colorbox.css ============ */ /* ============ Start of custom.css ============ */ /* Any styles you write here will overwrite those of the original stylesheet */ /*       FILE ARCHIVED ON 12:35:14 Jan 26, 2012 AND RETRIEVED FROM THE       INTERNET ARCHIVE ON 12:51:52 Dec 05, 2017.       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.       SECTION 108(a)(3)).  */ /* ============ End of custom.css ============ */ /* ============ Start of Inline Styles ============ */
.printfriendly {
    margin: 0px 0px 0px 0px;
}

.printfriendly a {
    text-decoration: none;
}

.printfriendly a:hover {
    cursor: pointer;
}

.printfriendly .printfriendly-text {
    margin-left: 3px;
    color: #55750C;
}

.printfriendly a img {
    border: none;
    padding: 0;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.aligncenter {
    text-align: center;
    margin: 5px auto 5px auto;
}

.printfriendly {
    display: none;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: underline;
}

.recentcomments span {
    color: #cf5c47;
    text-decoration: underline;
}

/* ============ End of Inline Styles ============ */