/*
Theme Name: Jeriko 33.2
Theme URI: http://www.jeriko.de
Description: Jeriko Default-Theme, HTML5
Version: 0.1
Author: Christoph Boecken
Author URI: http://www.jeriko.de
*/

/* GENERIC RULES */
html { -webkit-font-smoothing: subpixel-antialiased; }
* { margin: 0; padding: 0; }
body { background: #E9E9E2; font-family: Arial, Helvetica, sans-serif; }
header, footer, nav, article, section, aside { display: block; }
a { text-decoration: none; }
a img { border: none; }
hr { margin-bottom: 15px; border: 1px solid #CCC; border-width: 0 0 1px;  }

#wrap { background: #FFF; margin: 15px auto; padding: 0 30px; width: 1010px; position: relative; z-index: 3; }
.headline { clear: both; background: url(./_img/headline.png) repeat-y left; padding: 10px 20px; margin: 20px 0; font-size: 14px; font-weight: normal; overflow: hidden; }
.headline h2 { font-size: 1em; font-weight: normal;  }

/* HEADER */
#header { padding: 50px 0; overflow: hidden; }
#logo { position: relative; float: left; }
#logo a { position: absolute; top: 0; left: 0; width: 162px; height: 35px; z-index: 1; background: url(./_img/logo.png) no-repeat; font-size: 1em; }

/* HEADER: SEARCHFORM */
.searchform { float: right; }
.searchform fieldset { border: none; }
.s { font-size: 13px; width: 220px; height: 18px; padding: 7px; background-image: -moz-linear-gradient(100% 100% 90deg, #FFF, #EFEFEF); background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFF)); border: 1px solid #CCC; border-right-width: 0; float: left; display: block; }
.searchsubmit { height: 34px; padding: 9px 10px; background: #111; background-image: -moz-linear-gradient(top, #343434, #222, #000); background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#000), color-stop(0.5, #222)); border: 0; font: bold 10px Arial, Helvetica, sans-serif; color: #FFF; float: left; text-shadow: #666 0 0 2px; }
.searchsubmit:active { background: #000; }

/* HEADER: NAVIGATION */
nav { background: #000; font-size: 11px; overflow: hidden; height: 1%; margin-bottom: 50px; }
nav ul { list-style: none; float: left; }
nav ul:last-child { float: right; }
nav ul:last-child li { border-right: 0; border-left: 1px solid #333; }
nav li { float: left; border-right: 1px solid #333; }
nav li.current-cat { background: #333; }
nav li a { display: block; padding: 0 20px; color: #FFF; line-height: 45px; color: #CCC; -webkit-transition: all 0.2s linear; }
nav li .current-cat a { color: #FFF; }
nav li a:hover { background: #222; color: #FFF; }
nav li.current-cat a:hover { background: #333; }
nav li.guestpost { background: #333; }
nav li.guestpost a { color: #FFF; font-weight: bold; }

#maincontent { float: left; width: 680px; }

#featured { margin-top: -30px; position: relative; }
#featured img { -webkit-transition: 0.2s linear all }
#featured .entry-teaser { position: absolute; left: 0; bottom: 20px; background: rgba( 0, 0, 0, 0.8 ); color: #BBB; font-size: 12px; line-height: 1.5; padding: 20px; width: 600px;  }
#featured .entry-teaser .entry-title{ font-size: 24px; color: #FFF; font-weight: normal; }
#featured .entry-teaser .entry-title:hover { color: #B81D34; }
#featured .commentlink { position: absolute; right: 20px; top: 20px; padding: 5px 10px; color: #FFF; background: #B81D34; line-height: 1; font-size: 16px; font-weight: bold; }
#featured .commentlink:after { content:"\00a0"; display: block; position: absolute; left: -8px; top: 0; width: 0; height: 0; border-width: 7px 0 20px 8px; border-style: solid; border-color: #B81D34 transparent transparent; }
#featured .commentlink:hover { background: #000; }
#featured .commentlink:hover:after { border-color: #000 transparent transparent; }
#featured:hover img { opacity: 0.8; }

/* FEATURED ARTICLE ON FRONT PAGE */
/*#featured article { background: #000; height: 390px; }
#featured a { color: #FFF; }
#featured a:hover { color: #B81D34; }
#featured .entry-title { font: bold 16px Arial, Helvetica, sans-serif; line-height: 1; padding: 10px 20px 10px; }
#featured .entry-content { color: #999; padding: 0 20px; font-size: 11px; line-height: 1.5; }
*/

/* ENTRIES: ARCHIVED VIEW */
.hentry.archive { background: #F4F5F2; margin-bottom: 30px; border: 1px solid #E9E9E2; padding: 15px 20px 15px 340px; position: relative; height: 118px; }
.hentry.archive .teaserimg { position: absolute; top: -1px; left: -1px; }
.hentry.archive .entry-title { margin-right: 20px; font: bold 14px Arial, Helvetica, sans-serif;}
.hentry.archive .entry-title a { color: #333; }
.hentry.archive .entry-title a:hover { color: #B81D34; }
.hentry.archive .entry-meta { font-size: 10px; line-height: 3; color: #999; }
.hentry.archive .entry-meta a { color: #666; }
.hentry.archive .entry-meta a:hover { color: #B81D34; }
.hentry.archive .entry-content { font-size: 12px; color: #3F403D; line-height: 1.4; }
.hentry.archive .entry-meta .commentlink { position: absolute; right: 0px; top: 0px; padding: 5px 10px; color: #333; background: #D5D5D5; line-height: 1; font-size: 11px; font-weight: bold; }
.hentry.archive .entry-meta .commentlink:after { content:"\00a0"; display: block; position: absolute; left: -8px; top: 0; width: 0; height: 0; border-width: 7px 0 20px 8px; border-style: solid; border-color: #D5D5D5 transparent transparent; }
.hentry.archive .entry-meta .commentlink:hover { background: #B81D34; color: #FFF; }
.hentry.archive .entry-meta .commentlink:hover:after { border-color: #B81D34 transparent transparent; }

/* PAGE NAVIGATION */
.pagebar { padding: 0; overflow: hidden; }
.pagebar a.previouspage, .pagebar a.nextpage { background: #B81D34; color: #FFF; float: left; }
.pagebar a.previouspage:hover, .pagebar a.nextpage:hover { background: #000; }
#pagebar { text-align: right; margin-left: 100px; }
.pagebar a, #pagebar * { display: inline-block; padding: 0 15px; line-height: 36px; background: #EFEFEF; border-left: 1px solid #FFF; color: #666; font-weight: bold; font-size: 12px; }
#pagebar a:hover { background: #DDD; color: #B81D45;  }
#pagebar .break { color: #999; background: transparent; }
#pagebar a.nextpage, #pagebar a.previouspage { display: none; }
#pagebar .this-page { background: #000; color: #FFF; }

/* SINGLE ENTRY */
#single_image { background: #EEE; margin-top: 20px; padding: 10px 20px; height: 500px; }
#inner_single_image { background: #0F0F0F; height: 500px; text-align: center; display: table-cell; width: 970px; vertical-align: middle; }
#inner_single_image img { max-width: 900px; max-height: 480px; border: 1px solid #333;}
.hentry.single { margin: 20px 20px 0 0; }
.hentry.single .entry-title { font-size: 28px; font-weight: normal; }
.hentry.single .entry-title a { color: #000; }
.hentry.single .entry-meta { font-size: 10px; line-height: 3; color: #999; }
.hentry.single .entry-meta a { color: #777; }
.hentry.single .entry-meta a:hover { color: #B81D34; }
.hentry.single .entry-content { font-size: 14px; line-height: 1.6; color: #3F403D; }
.hentry.single .entry-content p { margin-bottom: 1em; }
.hentry.single .entry-content a { color: #B81D34; }
.hentry.single .entry-content a:hover { color: #000; }
.hentry.single .entry-content img { max-width: 660px; }
.hentry.single .entry-content blockquote {  margin-left: 50px; position: relative; font-size: 1.2em; font-style: italic; color: #666; }
.hentry.single .entry-content blockquote:before { content: ',,'; position: absolute; top: -35px; left: -25px; font: normal 3em Georgia; color: #CCC; letter-spacing: -5px; }
.hentry.single .entry-content h2 { font-size: 1.5em; line-height: 1.2; font-weight: normal; color: #000; margin: 25px 0 5px; }
.hentry.single .entry-content ul, .hentry.single .entry-content ol { margin: 0 0 1.5em 20px; }
.hentry.single .entry-content li { margin-bottom: 1.5em; }
.hentry.single .entry-submeta { margin-top: 30px; font-size: 16px; padding-top: 10px; border-top: 1px solid #DDD; overflow: hidden; }
.hentry.single .entry-submeta .tweetthislink { font-weight: bold; color: #BBB; float: right; margin-right: 20px; line-height: 30px; padding-left: 40px; background: url(./_img/tweetthis.png) no-repeat left top; }
.hentry.single .entry-submeta .post-ratings { height: 50px; font-weight: bold; color: #BBB; line-height: 30px; margin-left: 350px; }
.hentry.single .entry-submeta .post-ratings img { float: left; margin: 5px 5px 0 0; }
.hentry.single .entry-submeta a:hover { color: #B81D34; }
.hentry.single .entry-submeta .tweetthislink:hover { background-position: 0 -30px; }
.hentry.single .entry-submeta .twitter-share-button { float: right; }
.hentry.single .entry-submeta .facebook { float: left; width: 450px; margin-bottom: 10px; }
.hentry.single .vcard { margin: 0 auto 25px;}
.hentry.single .vcard th { padding-right: 25px; text-align: right; vertical-align: top;  }

.hentry.single.wide { margin-top: 50px; }
.hentry.single.wide .entry-meta { margin-bottom: 15px; }
.hentry.single.wide img { max-width: 1010px; margin-left: -165px; }
.hentry.single.wide p { width: 660px; margin: 0 auto 30px; }
.hentry.single.wide .entry-submeta { width: 660px; margin: 30px auto; }

#upnext { position: fixed; bottom: 0; right: -220px; width: 220px; height: 300px; background: #F9F9F9; border: 1px solid #DDD; -moz-border-radius: 5px 0 0 0; border-width: 1px 0 0 1px; -moz-box-shadow: #666 0px 0px 4px; }

/* SINGLE ENTRY SPECIFIC: CONTACT FORM */
.hentry.single .wpcf7 p { clear: both;  }
.hentry.single .wpcf7 label { float: left; width: 150px; font-size: 12px; color: #444; line-height: 2.5; }
.hentry.single .wpcf7 input { font-size: 14px; padding: 4px 5px; float: left; margin-bottom: 10px; border: 1px solid #CCC; }
.hentry.single #your-name, #your-email, #your-subject { width: 400px; }
.hentry.single .wpcf7 textarea { font: normal 14px/1.5 Arial, Helvetica, sans-serif; width: 400px; padding: 5px; border: 1px solid #CCC; }
.hentry.single .Quiz span { float: left; width: 350px; margin-right: 10px; font-size: 12px; color: #444; }
.hentry.single .Quiz input { width: 190px; }
.hentry.single .wpcf7 .contactformsubmit input { padding: 9px 10px; background: #111; background-image: -moz-linear-gradient(top, #343434, #222, #000); background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#000), color-stop(0.5, #222)); border: 0; font: bold 10px Arial, Helvetica, sans-serif; color: #FFF; float: left; text-shadow: #666 0 0 2px; }
.hentry.single .wpcf7 .contactformsubmit input:active { background: #000; }

/* SINGLE ENTRY SPECIFIC: AUSDRUCK DOWNLOAD */
.hentry.single .entry-content .downloadlink { margin: 25px 0 50px; text-align: center; }
.hentry.single .entry-content .downloadlink a { padding: 10px 25px; background: #B81D34; color: #FFF; font: bold 14px Arial, Helvetica, sans-serif; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.hentry.single .entry-content .downloadlink a span { font: normal 11px Arial, Helvetica, sans-serif; color: #D37280; }
.hentry.single .entry-content .downloadlink a:hover { background: #000; }
.hentry.single .entry-content .downloadlink a:hover span { font: normal 11px Arial, Helvetica, sans-serif; color: #666; }

/* SINGLE ENTRY: RELATED POSTS */
#relatedposts { list-style: none; overflow: hidden; margin-left: -15px; }
#relatedposts li { float: left; margin-left: 15px; }
#relatedposts a { display: block; width: 200px; height: 93px; padding: 4px; background: #F4F5F2; border: 1px solid #E9E9E2; position: relative; }
#relatedposts img { width: 200px; height: 93px; }
#relatedposts span { position: absolute; top: 4px; left: 4px; width: 180px; height: 73px; background: rgba(0,0,0,0.8); padding: 10px; display: none; }
#relatedposts span strong { font-size: 11px; font-weight: bold; color: #FFF; }
#relatedposts span small { position: absolute; bottom: 5px; left: 10px; font-size: 11px; color: #666; display: block;  }
#relatedposts a:hover span, #relatedposts span:hover { display: block; }

/* SINGLE ENTRY SPECIFIC: 404 PAGE */
#searcherror .searchform, #notfounderror .searchform { margin:40px 200px 100px 0; }
#searcherror .s, #notfounderror .searchform { font-size: 13px; }
#notfounderror h1 { font: normal 28px Arial, Helvetica, sans-serif; margin: 20px 0 20px 20px; }
#notfounderror img { display: block; margin: 25px auto; }
#notfounderror p { margin-left: 20px; font-size: 14px; line-height: 1.5em; }
#notfounderror a { color: #B81D34; }

/* SINGLE ENTRY SPECIFIC: ARCHIV */
#catarchives { margin-left: 0; width: 600px; }
#catarchives li { list-style: none; text-align: right; clear: both; color: #666; font-size: 18px; }
#catarchives li a { font-size: 18px; color: #666; float: left; }
#catarchives ul { margin: 0 0 10px 25px; }
#catarchives ul a { font-size: 14px; color: #999; }
#catarchives ul li { font-size: 14px; color: #999; }
#catarchives a:hover { color: #B81D34; }
#datearchives { width: 660px; list-style: none; margin: 0 0 50px -50px; overflow: hidden; }
#datearchives li { float: left; width: 167px; margin-left: 50px;  line-height: 2.5; text-align: right; color: #999; }
#datearchives a{ color: #666; float: left; }
#datearchives a:hover { color: #B81D34; }


/* COMMENTS: TRACKBACKLIST */
#trackbacklist { list-style: none; font-size: 11px; color: #999; margin-left: 20px; }
#trackbacklist a { color: #666; text-decoration: underline; }
#trackbacklist a:hover { color: #B81D34; }

/* COMMENTS: COMMENTLIST */
#comments { float: left; }
.addcommentlink, .rsscommentlink { float: right; border: 1px solid #CCC; padding: 4px 5px 4px 25px; margin: -4px 0 -4px 10px; font-size: 10px; text-transform: uppercase; color: #666; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.addcommentlink:hover, .rsscommentlink:hover { border-color: #999; }
.addcommentlink { background: #FFF url(./_img/icon_comment_add.png) no-repeat 8px center;  }
.rsscommentlink { background: #FFF url(./_img/icon_comment_rss.png) no-repeat 8px center;  }
/*#commentlist { list-style: none; }
#commentlist li { font-size: 12px; color: #3F403D; margin-bottom: 25px; margin-left: 20px; }
#commentlist li a { color: #B81D34; }
#commentlist li a:hover { color: #000; }
#commentlist .avatar { float: left; margin-right: 25px; }
#commentlist .comment-content { float: left; width: 560px; position: relative; }
#commentlist .comment-content:after { content:"\00a0"; display: block; position: absolute; top: 0; left: -15px; width: 0; height: 0; border-width: 10px 0 20px 15px; border-style: solid; border-color: #F5F5F5 transparent transparent; }
#commentlist header { font-weight: bold; padding: 10px; background: #F5F5F5; }
#commentlist .comment-text { line-height: 1.5; padding: 0 10px 1px; background: #F5F5F5; margin-bottom: 5px; }
#commentlist .comment-text p { margin-bottom: 1em; }
#commentlist .comment-text .atr_link:hover { background: #F5F5F5; }
#commentlist footer { clear: both; margin-right: 10px;  text-align: right; font-size: 11px; color: #999; }
#commentlist footer img { display: none; }
#commentlist footer .atr_reply { color: #B81D34; cursor: pointer; }*/
#commentlist { list-style: none; margin-bottom: 80px; }
#commentlist li { position: relative; }
#commentlist a { color: #B81D34; }
#commentlist a:hover { color: #000; }
#commentlist header { border-top: 1px solid #DDD; }
#commentlist header img { position: absolute; top: 0; right: 0; border-bottom: 1px solid #DDD; }
#commentlist header .comment_counter { position: absolute; top: 50px; left: 0; width: 70px; text-align: center; font: bold 48px/1 Arial, Helvetica, sans-serif; color: #EEE; letter-spacing: -0.1em; -webkit-transition: all 0.2s linear; }
#commentlist li.bypostauthor .comment_counter { color: #999; }
#commentlist header .comment_counter:hover { color: #B81D34; }
#commentlist header .comment_author { margin: 0 120px 0 90px; font: bold 16px/32px Arial, Helvetica, sans-serif; color: #666; }
#commentlist header .comment_author a:hover { color: #000; }
#commentlist .comment-text { margin: 18px 30px 55px 90px; font: normal 12px/1.5 Arial, Helvetica, sans-serif; color: #333; }
#commentlist .comment-text p { margin-bottom: 1.5em; }
#commentlist .comment-text blockquote { margin-left: 50px; position: relative; font-size: 1.2em; font-style: italic; color: #666; }
#commentlist .comment-text blockquote:before { content: ',,'; position: absolute; top: -30px; left: -25px; font: normal 3em Georgia; color: #CCC; letter-spacing: -5px; }
#commentlist footer time { position: absolute; top: 0; right: 32px; width: 120px; border: 1px solid #DDD; border-top: 1px solid #FFF; border-right: 1px solid #FFF; text-align: center; height: 31px; font: bold 12px/32px Arial, Helvetica, sans-serif; color: #CCC; }
#commentlist .atr_reply { position: absolute; top: 0; left: 0; font: bold 10px/15px Arial, Helvetica, sans-serif; color: #666; padding: 2px 5px; border: 1px dotted #CCC; border-top: 0; cursor: pointer; -webkit-transition: all 0.2s linear; }
#commentlist .atr_reply:hover { background: #B81D34; color: #FFF; border-color: #B81D34; }
#commentlist .atr_reply img { display: none; }
div#atr_tt { color:#666; background:#EEE; position:absolute; max-width:400px; border: 1px 2px 2px 1px; font-size: 1em; margin:0; 	max-height:150px; overflow:hidden; padding:0 10px; z-index:9999; font-style: italic; border: 1px solid #666; }
div#atr_tt .edit-comment-admin-links, div#atr_tt .atr_reply { display:none; width:0; height:0; padding:0; margin:0; position:absolute; border:0; }
div#atr_tt p { margin: 1em 0; }


/* COMMENTS: COMMENT FORM */
.comment_description { font-size: 11px; color: #999; margin: 0 20px 1.5em; }
.comment_description a { color: #000; text-decoration: underline; }
#commentform { margin: 0 0 25px 20px; }
#commentform label small { font-size: 11px; color: #666; }
#commentform p { font-size: 11px; margin-bottom: 1em; color: #666; }
#commentform p strong { color: #333; }
#commentform p.subscribe-to-comments { margin-bottom: 20px; color: #666; }
#commentform a { color: #B81D34; }
#commentform a:hover { color: #000; }
#credentials { position: relative; }
#credentials span { position: absolute; top: 59px; left: 360px; font: bold 16px Arial; color: #BBB;  }
#twc_connect { position: absolute; top: 45px; right: 0; }
#author, #email, #url { padding: 6px 7px 7px; border: 1px solid #CCC; font-size: 14px; background-image: -moz-linear-gradient(top, #EFEFEF, #FFF 50px); background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFF), color-stop(0.5, #FFF)); margin: 0 10px 5px 0; }
#comment { width: 628px; border: 1px solid #CCC; padding: 5px; font: normal 12px Arial, Helvetica, sans-serif; line-height: 1.5; background-image: -moz-linear-gradient(top,#EFEFEF, #FFF 50px); background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFF), color-stop(0.2,#FFF)); }
#author:focus, #email:focus, #url:focus, #comment:focus { background-image: -moz-linear-gradient(top, #F5F5F5, #FFF 50px); background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF), color-stop(0.5, #FFF));  border: 1px solid #B81D34; }
#commentform .jerikolocktross { display: none; }
#submit {  background: #111; background-image: -moz-linear-gradient(top, #343434, #222, #000); background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#000), color-stop(0.5, #222)); display: inline-block; padding: 5px 10px 6px; color: #FFF; font: bold 10px Arial, Helvetica, sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 2px 4px #999; -webkit-box-shadow: 0 2px 4px #999; text-shadow: 0 -1px 1px #111; border: 0; position: relative; }
#submit:active { top: 1px; outline: none; }

/* SIDEBAR */
#sidebar { float: right; width: 300px; margin-bottom: 25px; }
#sidebar ul { list-style: none; margin-left: 20px; overflow: hidden; }
#subscribe li { float: left; width: 50%; text-align: center; font-weight: bold; }
#subscribe li a { color: #000; font-size: 14px; }
#subscribe li a span { color: #666; display: block; font-size: 11px; font-weight: normal; }
#subscribe li a:hover { color: #B81D34; }
#subscribe li img { display: block; margin: 0 auto 5px; }
#advertising { font-size: 12px; line-height: 1.4; }
#advertising a { color: #666; }
#advertising a:hover { color: #B81D34; }
#flickr { overflow: hidden; }
#flickr li { float: left; margin: 0 5px 2px 0; }
#flickr img { padding: 2px; border: 1px solid #CCC; background: #F5F5F5; -webkit-transition: all 0.2s linear; }
#flickr a:hover img { background: #B81D34; border-color: #B81D34; }
#flickr a:hover img:hover { background: #B81D34; border-color: #B81D34; }

/* SIDEBAR: ENTRIES ON DARK */
.hentry.sidebar.dark { background: #000; height: 60px; padding: 15px 10px 15px 145px; margin-bottom: 10px; position: relative; font-size: 11px; color: #666; }
.hentry.sidebar.dark .entry-title { font-size: 14px; font-weight: normal;  }
.hentry.sidebar.dark .entry-title a { color: #FFF; }
.hentry.sidebar.dark .entry-title a:hover { color: #B81D34; }
.hentry.sidebar.dark .entry-meta { margin-top: 10px; }
.hentry.sidebar.dark .entry-meta a { color: #999; line-height: 2;}
.hentry.sidebar.dark time { display: block; }
.hentry.sidebar.dark .teaserimg { position: absolute; top: 0; left: 0; }

/* SIDEBAR ENTRIES ON LIGHT */
#newestposts { overflow: hidden; margin-bottom: 10px; }
.hentry.sidebar.light { width: 130px; padding: 4px; float: left; height: 130px; margin: 0 0 10px 10px; border: 1px solid #CCC; position: relative; }
.hentry.sidebar.light:nth-child(2n) { margin-left: 5px; ; }
.hentry.sidebar.light .entry-title { font-size: 11px; }
.hentry.sidebar.light a { color: #333; }
.hentry.sidebar.light a:hover { color: #B81D34; }
.hentry.sidebar.light .entry-meta a { position: absolute; top: 0; right: 0; }
.hentry.sidebar.light img { margin-bottom: 5px; }
.hentry.sidebar.light .entry-meta a { position: absolute; right: 0px; top: 0px; padding: 5px 10px; color: #FFF; background: rgba(0,0,0,0.8); line-height: 1; font-size: 11px; font-weight: bold; }
.hentry.sidebar.light .entry-meta a:after { content:"\00a0"; display: block; position: absolute; left: -8px; top: 0; width: 0; height: 0; border-width: 7px 0 20px 8px; border-style: solid; border-color: rgba(0,0,0,0.8) transparent transparent; }
.hentry.sidebar.light .entry-meta a:hover { background: #B81D34; color: #FFF; }
.hentry.sidebar.light .entry-meta a:hover:after { border-color: #B81D34 transparent transparent; }


/* FOOTER */
#footer { clear: both; background: #000; margin: 0 -30px; }
#footer p { color: #999; font-size: 10px;  text-align: center; line-height: 200px; }
.legal { margin-left: 10px; font-size: 10px; line-height: 2.5;  color: #666; }
.legal a { color: #999; text-decoration: underline; }
.legal a:hover { color: #FFF; }

div canvas { position: fixed; top: 0; cursor: crosshair; z-index: 2; }
