/*
Theme Name: Tweet Archive
Theme URI: http://planetozh.com/blog/my-projects/ozh-tweet-archive-theme-for-wordpress/
Description: Ozh' Tweet Archive
Version: 2.0
Author: Ozh
Author URI: http://ozh.org/
Tags: twitter, tweets, archive
*/

body {
  background:#fff;
  margin:0;
  padding:0;
  font:16px/22px "Helvetica Neue",Arial,Sans-serif;
  color:#333;
}

/* Links
----------------------------------------------- */
a {
  color:#08b;
  text-decoration:none;
}
a:hover {
  background:#E4F2FD;
  color:#069;
  text-decoration:underline;
}
a img {
  border-width:0;
  background:none;
}

/* Structure, basic, unstyled
----------------------------------------------- */

#header {
    background:transparent url(http://shadownomics.kazonomics.com/wp-content/uploads/2019/04/1500x500.jpg) right -100px no-repeat;
    background-size: 100% auto;
    width:100%;
    height:250px;
}

#container {
  margin:0 auto;
  max-width:1120px;
}

#content {
  background:transparent;
  float:left;
  width:calc(100% - 245px);
  padding:0;
  border-radius:5px;
}

#sidebar {
  float:right;
  width:220px;
  margin-top:-140px;
  margin-right:10px;
}
  
#tweets {
  margin-left: 260px;
  margin-top: 20px;
}

#footer {
  margin-left: 260px;
}

/* Header
----------------------------------------------- */
#header a {
    width:100%;
    height:100%;
    display:block;
}

#header a:hover {
    background:none;
}

/* Stat header
----------------------------------------------- */
#stats-wrap {
  width:100%;
  border-bottom:1px solid #44A340;
  background:#EEF2D6;
  background:rgba(239, 242, 214, 0.55);
  height:45px;
  box-shadow:0 0px 2px rgba(0, 0, 0, 0) inset, 0 0px 1px rgba(0, 0, 0, 0.8) inset;
  overflow:hidden;
}

#stats-header {
  margin:0 auto;
  max-width:860px;
  padding:1px 0 0 260px;
  list-style:none;  
  overflow:hidden;
}

#stats-header li {
    float:left;
    margin-right:60px;
    margin-left:10px;
    text-align:left;
}

#stats-header li span {
    display:block;
}

#stats-header li span.what {
    text-transform:uppercase;
    font-size:11px;
    color:#2f29b6;
    margin-bottom:-3px;
}

#stats-header li span.much {
    text-align:center;
    font-size:16px;
}

#stats-header li span.much a {
    color: inherit;
    padding: 0 3px;
}

/* User
----------------------------------------------- */
#user {
  width:230px;
  margin:-150px 0 0;
  float:left;
  line-height:22px;
  padding:10px 10px;
  border-radius: 10px;
  color:#333;
}

#user a {
  padding: 0;
  background: 0;
  color:inherit;
}

#user-pic {
    background:white;
    border-radius:10px;
    box-shadow:0 1px 1px rgba(136, 153, 166, 0.35);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}
 
#user-pic:hover {
    -webkit-transform:rotate(-4deg);
    -moz-transform:rotate(-4deg);
    -o-transform:rotate(-4deg);
}

#user .avatar {
  width:200px;
  height:200px;
  background-image: url(http://shadownomics.kazonomics.com/wp-content/uploads/2019/04/Rq7BqIXo_400x400.jpg);
  background-size: 100% 100%;
  border-radius:10px;
  margin:8px;
  padding:8px;
  display:block;
}

#user-info {
  padding:8px;
}

#user-info ul {
	margin:0;
	padding:0;
	list-style:none;
}

#user-info i.fa {
    color:#aaa;
    width:20px;
}

#user-info li:hover i.fa {
    color:#aaa;
    width:17px;
    padding-left:3px;
}

.user-realname {
  font-size:24px;
  font-weight:bolder;
  color:#111;
  margin-bottom:10px;
}

/* Tweets
----------------------------------------------- */
#tweets h2 {
  margin:0 0 10px;
  padding-bottom:10px;
  border-bottom:1px solid #44A340;
  font-size:24px;
}
#tweets .post {
  margin:40px 0px;
  padding-bottom:10px;
  border-bottom:1px solid #D6E685;
}
#tweets .post p {
  margin:0;
}
#tweets a {
  font-weight:bold;
}
#tweets .meta a {
  font-weight:normal;
  padding: 0 2px;
}
#tweets .post .meta, #tweets .post .meta a {
  font-size:12px;
  color:#999;
}
.post:hover .meta a {
  text-decoration:underline;
}
#tweets .post .meta a:hover {
  color:#666;
}

#stream_toggle {
  border-bottom:1px solid #D6E685;
  margin-left:260px;
}
#stream_toggle ul {
  margin:0;
  padding:10px 0 0 0;
  list-style:none;
  height:30px;
}
#stream_toggle ul li {
  float:left;
  padding-right:10px;
}

/* Tweet custom styles depending on content
----------------------------------------------- */
.tweet.short.is_no_reply > p {
    font-size:32px;
    line-height:40px;
}
.tweet.medium.is_no_reply > p {
    font-size:26px;
    line-height:32px;
}
.tweet.long.is_no_reply > p {
    font-size:22px;
    line-height:30px;
}
body.single #tweets .tweet {
  font-size:24px;
  line-height:26px;
}
body.single #tweets .post .meta, body.single #tweets .post .meta a {
  font-size:15px;
  line-height:26px;
  padding-top:10px;
}
#tweets span.embed_image_yes {
    border: 1px solid #8CC665;
    border-radius: 5px;
    display: block;
    padding: 3px;
    width: 90%;
    line-height:10px;
}
#tweets span.embed_image_yes a:hover {
    background:none;
}
#tweets span.embed_image_yes img {
    border-radius: 5px;
    width: 100%;
}
#tweets .link_untco_image {
    display:none;
}

/* Searchform
----------------------------------------------- */
#searchform {
  margin:0 0 110px;
  padding:12px 13px;
  border-radius:5px;
  background:white;
  box-shadow:2px 2px 1px rgba(136, 153, 166, 0.85) inset;
}

#searchform .txt {
  float:left;
  width:150px;
  margin:0;
  padding:2px 5px;
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-right-width:0;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  font:15px/22px "Helvetica Neue",Arial,Sans-serif;
  color:#333;
}
#searchform .btn {
  background:#2f29b6 url("img/bg-searchbutton.png") no-repeat 55% 100%;
  width:32px;
  margin:0;
  padding:2px 0;
  border:1px solid #367;
  border-left-width:0;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  font:15px/22px "Helvetica Neue",Arial,Sans-serif;
}

#searchform:hover .btn {
  background-color:#8CC665;
}

/* Nav
----------------------------------------------- */
#nav {
	padding:0 0 20px;
	border-radius:5px;
	font-size:13px;
}
#nav h2 {
	margin:0;
	font-size:15px;
    line-height:29px;
	padding:1px 4px 1px 10px;
	margin:20px 0px 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#fff;
	background:#2f29b6;
    width:210px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#nav li {
	margin:0px;
	padding:0;
}
#nav li a , #nav ul.block li {
	display:block;
	padding:1px 4px 1px 10px;
	border-radius:5px;
	color:#666;
	font-size:13px;
}
#nav ul.block li a {
	padding:0;
}
#nav .wp-tag-cloud li a, #nav .wp-tag-cloud li {
	display:inline; float:left; width:auto;
    padding:0px 3px;
}
#nav li a:hover, #nav li.current a, #nav li.current a:hover, #nav ul.block li.current, #nav ul.block li:hover {
  background:#E4F2FD;
  text-decoration:none;
}
#nav li.current a {
  font-weight:bold;
}
#nav li a:hover {
  background:#D6E685;
}
#nav li .count {
  background:rgba(255,255,255,0.5);
  float:right;
  line-height:14px;
  margin-top:2px;
  padding:2px 5px;
  color:#999;
  font-size:11px;
  border-radius:3px;
}
#nav li.current a {
  color:#333;
}
#nav li.current .count {
  background:rgba(0,0,0,0.6);
  color:#fff;
  font-weight:normal;
}

#bleh li a:hover {
    background:none;
}
/* Archive
----------------------------------------------- */
#archives ol {
	margin:-6px 0 5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#archives ol li {
    display:inline-block;
    float:left;
    width:15px;
    height:30px;
    border:1px solid white;
    margin-left:1px;
    background:#D6E685;
}
#archives ol li.empty {
    background:rgba(246, 248, 231, 0.5);
}
#archives ol li a {
    display:inline-block;
    width:100%;
    height:20px;
    background:none;
    padding:0;
}
#archives ol li a:hover {
    border-radius:0;
    background:inherit;
}
#archives span.bar_wrap {
    width:100%;
    height:100%;
    zbackground:#F6F8E8;
    display:block;
}
#archives span.bar {
    width:100%;
    background:#F6F8E8;
    display:block;
}
#archives ol li.not_empty:hover {
   background:#44A340;
}
#archives span.label {
    display:block;
    width:100%;
    height:10px;
    font-size:10px;
    text-align:center;
    line-height:2px;
    color:transparent;
    padding:2px 0px;
}
#archives ol li.not_empty:hover span.label {
    color:white;
}
#archives .archive_year_label {
    font-size:12px;
    font-weight:bold;
    color:#2f29b6;
    padding-left:2px;
}
#archives .archive_year:hover .archive_year_label {
    color:#333;
}
#archives .archive_year_count {
    display:none;
}
#archives .archive_year:hover .archive_year_count {
    display:inline;
    margin-left:30px;
    color:#8CC665;
}

/* Misc
----------------------------------------------- */
.pagination {
  margin-top:30px;
}
.pagination a {
  color: rgba(0, 125, 203, 0.57);
}
.pagination .older {
  float:left;
  width:45%;
}
.pagination .newer {
  float:right;
  width:45%;
  text-align:right;
}
.reset {
  display:block;
  clear:both;
  height:1px;
  font-size:1px;
  line-height:1px;
}

/* Footer
----------------------------------------------- */
#footer p {
  padding:10px 0;
  color:#999;
  font-size:12px;
}
#footer a {
  color:#666;
}

/* Responsive shit
----------------------------------------------- */

#tiny-name {display:none;}

@media all and (max-width: 1068px) {
  #header { background:url("http://shadownomics.kazonomics.com/wp-content/uploads/2019/04/1500x500.jpg") no-repeat -220px center; }
}

@media all and (max-width: 850px) {
  #user { display:none;}
  #tiny-name {display:block; font-size: 20px; padding: 10px 0 0;}
  #stats-header li {margin-left:0px}
  #searchform {visibility:hidden;}
  #tweets, #footer {margin-left:10px;}
  #stats-header {padding:1px 0 0 10px;}
}

@media all and (max-width: 600px) {
  #sidebar { display:none;}
  #tweets, #footer {margin-right:10px;}
  #content {width:100%}
}
