/** Custom styles from tmblr template **/
body {
margin: 0;
padding: 20px;
background: #FFFFFF;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 0.75em;
color: #111111;
}

a {
color: #111111;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

a:active,
a:focus {
outline: 0;
}

a img { border-width: 0px; }

.clear {
clear: both;
}

#container {
width: 770px;
position: relative;
}

#left {
float: left;
width: 200px;
border: 1px solid green;
display: none;
}

#left a.h2 {
text-transform: uppercase;
font-size: 2em;
line-height: 1em;
color: #111111;
text-decoration: none;
}

#left a.h2:hover {
color: #111111;
background: none;
text-decoration: none;
}

#left .space {
width: 100%;
height: 20px;
}

#left .space.small {
width: 100%;
height: 10px;
}

#right {
width: 500px;
float: right;
display: none;
}

#right .post {
margin: 0 0 50px 0;
}

img {
max-width: 100%;
}

#right .post h3 {
font-weight: normal;
font-size: 1.5em;
margin: 0;
}

#right .post a.h3 {
color: #111111;
text-decoration: none;
font-size: 1.5em;
margin: 0;
}

#right .post a.h3:hover {
    background: none;
}

#right .post a.h3.link {
text-decoration: underline;
}

#right .post a.h3.link:hover {
    color: #FFFFFF;
    background: #D00000;
}

#right .post blockquote {
border-left: 2px solid #111111;
padding: 0 0 0 15px;
margin-left: 0px;
}

/* this is for chat */
#right .post table {
margin: 10px 0 0 0;
border-collapse: collapse;
}

#right .post table tr {
    margin: 1px 0;
}

#right .post table tr td {
    padding: auto;
    vertical-align: top;
}

#right .post table tr td.name {
    text-align: right;
    padding: 1px 15px;
}

#right .post table tr td.words {
    width: 100%;
    text-align: left;
    padding: 1px;
}
/* that was for chat */

ol.notes {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}

ol.notes img {
display: none;
}

#right #footer {
position: relative;
right: 0px;
text-align: right;
}

#right #footer .credit {
color: #9C9C9C;
margin: 50px 0 0 0;
}

#right #footer .credit a {color: #9C9C9C;}
#right #footer .credit a:hover {color: #111111; background: none; }


a.install {
width: 96px;
height: 20px;
background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
display: block;
position: absolute;
top: 26px;
right: 3px;
}



/** Modified theme styles **/
body{
	margin: 0;
	padding: 0;
}

header{
	display: block;
	height: 140px;
	width: 994px;
        margin: auto;
}

a#yojenks-header{
	float: left;
	margin: 20px 0 0 0;
	width: 273px;
	height: 66px;
	display: block;
	background: url('../images/yo-jenks-title.png') 0 0 no-repeat;
}

#nav{
    list-style-type: none;
    padding: 106px 0 0 20px;
    margin: 0;
    display: block;
    position: absolute;
    right: 4px;
}

#nav li{
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
}

#nav li a:hover, header #nav li a.active{
    border-bottom: 5px solid #0d8fdb;
    text-decoration: none;
}


#nav a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
        color: #000;
}

#nav a:hover, header #nav a:active{
	background: none;
	color: #000;
}

#container{
	margin: 0 auto;
	width: 1008px;
	font-family: Arial, sans-serif;
	line-height: 1.6em;
}

#left{
	width: 240px;
	margin-right: 25px;
	padding: 25px 0 0 0;
	border: none;
	border-top: 5px solid #000;
}

#right{
	border-top: 5px solid #000;
	width: 740px;
	padding-top: 25px;
}

.post{
	width: 560px;
	float: left;
}

#right .post a.h3{
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 25px;
	float: left;
        line-height: 100%;
}

#right .post p{
	clear: both;
}

.post-meta{
	float: left;
	width: 130px;
	margin-left: 50px;
}

.post-date{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.time-ago{
	font-size: 13px;
	color: #9d9d9d;
	font-weight: bold;
	display: block;
	padding-top: 6px;
}

.post-meta h6{
	color: #9d9d9d;
	font-size: 12px;
	margin: 24px 0 0 0;
}

.post-meta .tags{
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0;
}

.post-meta .tags li{
	padding: 0;
	margin: 0 0 0 0;
	line-height: 1.3em;
}

.post-meta .tags li a{
	text-decoration: none;
	color: #0478d2;
}

.post-meta .tags li a:hover, .post-meta .tags li a:active{
	text-decoration: underline;
	background: none;
}

#right #footer{
	margin: 0 0 40px 0;
	clear: both;
	text-align: left;
}

#visualization{
    width: 1008px;
    margin: auto;
    height: 900px;
    border: none;
    display: none;
}

.search-query{
    width: 95%;
    border: 2px solid #AAA;
    padding: 3px;
}
.search-button{
    display: none;
}


/**
* Carousel with a single image per view
**/
#carousel-single-image {
        width: 994px;
        height: 300px;
        margin: 0 auto 55px auto;
        background: transparent;
        visibility: hidden;
}
#carousel-single-image .touchcarousel-container {
        height: 100%;
}
#carousel-single-image .touchcarousel-item {
        width: 994px;
        height: 300px;
        background: #0e90db;
        position: relative;
}
#carousel-single-image img {
        float:left;
        position: relative;
        display: block;
        padding: 0;
        background: #000;
        border: 0;
        min-height: 300px;

        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
        box-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
#carousel-single-image .video_tmb{
    height: 300px;
}
#carousel-single-image p{
    position: absolute;
    right: 35px;
    top: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    width: 777px;
    text-align: right;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px #333;
    font-family: "Helvetica Black", "Arial Black", Arial, Helvetica, sans-serif;
}
#carousel-single-image p .subhead{
    font-size: 30px;
    line-height: 110%;
    font-weight: bold;
    width: 100%;
    margin-top: 8px;
    display: block;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
}
#carousel-single-image p .readmore{
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 7px 0 0 0;
    display: block;
    font-weight: normal;
    font-family: arial, helvtica, san;
    position: relative;
    z-index: 100;
}
#carousel-single-image .date{
    top: auto;
    bottom: 10px;
    left: 8px;
    background: black;
    font-size: 14px;
    padding: 5px 36px 5px 6px;
    text-transform: uppercase;
}
#carousel-single-image .date .icon{
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    background: url(../images/icon_instagram_dark.png) no-repeat;
}
#carousel-single-image .tc-paging-container {
        margin-top: -29px;
}
.touchcarousel .arrow-holder{
    background: transparent url(../images/trans.png);  /* fix for IE blech */
}
.touchcarousel .arrow-icon.right{
    background: url(../images/sprite_carousel.png) top right;
    width: 46px;
    height: 90px;
    right: -66px;
    opacity: .88;
}
.touchcarousel .arrow-icon.left{
    background: url(../images/sprite_carousel.png) top left;
    width: 46px;
    height: 90px;
    left: -66px;
    opacity: .88;
}

.touchcarousel .tc-paging-item{
    background: url(../images/sprite_carousel.png) -80px -20px;
    width: 11px;
    height: 11px;
    margin-right: 4px;
}
.touchcarousel .tc-paging-item:hover, .touchcarousel .tc-paging-item.current{
    background-position: -80px -40px;
}
#carousel-single-image .tc-paging-container{
    margin-top: 20px;
}
.touchcarousel-item a:link, .touchcarousel-item a:visited, .touchcarousel-item a:active, .touchcarousel-item a:hover{
    text-decoration: none;
    color: #000;
}

#container .share{
    position: absolute;
    top: 30px;
    right: -17px;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    z-index: 10;
}

#container .share li{
    float: left;
    margin-right: 15px;
}

#container .share .instagram{
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/icon_instagram.png) no-repeat;
    margin-top: -2px;
}
#container .share .youtube{
    width: 57px;
    height: 25px;
    display: block;
    background: url(../images/icon_youtube.png) no-repeat;
    margin-top: -2px;
}
#container .share .fb-like{
    width: 50px;
    overflow: hidden;
}
#container .share .caa{
    margin-top: -3px;
}
#container .share .caa img{
    height: 25px;
}

.touchcarousel-item .vid_embed, .touchcarousel-item > iframe, .touchcarousel-item > embed, .touchcarousel-item > object{
    display: none;
}

#carousel-single-image .touchcarousel-item .play_btn{
    position: absolute;
    top: 118px;
    left: 20%;
    background: url(../images/btn_play.png) no-repeat;
    width: 91px;
    height: 65px;
    z-index: 2;
}
#carousel-single-image .touchcarousel-item .play_btn:hover{
    background: url(../images/btn_play_over.png) no-repeat;
}

#simplemodal-overlay{
    background: black;
}

#carousel-single-image .touchcarousel-item .play_btn{
    position: absolute;
    top: 118px;
    left: 20%;
    background: url(../images/btn_play.png) no-repeat;
    width: 91px;
    height: 65px;
    z-index: 2;
}
#carousel-single-image .touchcarousel-item .play_btn:hover{
    background: url(../images/btn_play_over.png) no-repeat;
}

#simplemodal-overlay{
    background: black;
}

/** Talk to Jenks **/
#talktojenks{
    position: absolute;
    top: 72px;
    z-index: 30;
}
#talktojenks .carat{
    display: block;
    margin-left: 59px;
    background: #0e90db url(../images/bg_tri.png) no-repeat;
    width: 13px;
    height: 18px;
}
#talktojenks .talkbubble{
    width: 239px;
    height: 16px;
    padding: 8px 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0e90db;
    cursor: pointer;
}
#talktojenks:hover .carat, #talktojenks.active .carat, #talktojenks:hover .talkbubble, #talktojenks.active .talkbubble{
    background-color: #d6d6d6;
}
#talktojenks:hover .cold, #talktojenks.active .cold{
    display: none;
}
#talktojenks:hover .hot, #talktojenks.active .hot{
    display: block;
}
#talktojenks .hot, #talktojenks .hot{
    display: none;
}
#talktojenks ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#talktojenks ul li{
    float: left;
    margin: 0 0 8px 44px;
}
#talktojenks ul li a{
    color: #fff;
    text-transform: uppercase;
    font-family: "UniversLT", "Univers", arial, helvetica, sans-serif;
    text-decoration: none;
}
#talktojenks ul li a:hover, #talktojenks ul li .active{
    color: #0e90db;
    text-decoration: none;
}
#talktojenks .hot .words{
    display: none;
    text-align: center;
}
#talktojenks .words textarea{
    display: block;
    width: 90%;
    height: 120px;
    margin: 10px auto 5px;
    background: #ededed;
    padding: 8px;
    font-size: 12px;
}
#talktojenks.active .hot .words{
    display: block;
}
#talktojenks.active .talkbubble{
    height: auto;
}
#talktojenks a{
    color: #0e90db;
    text-transform: uppercase;
    font-family: "UniversLT", "Univers", arial, helvetica, sans-serif;
    text-decoration: none;
}
#talktojenks a:hover{
    color: #fff;
}
