/* to-do

Text posts
Link posts
...


tagged/mine
like or reblog from index page


http://www.tumblr.com/docs/en/custom_themes


*/



html,body {
    margin: 0;
    min-height: 100%;
}
body{
    font-size: 12px;
    line-height: 160%;
}
.wrap {
	position: relative;
	margin: 50px auto;
}
a img {
	border: none;
}
a,a:link,a:hover,a:active,a:visited {
	color: inherit;
	font-size: inherit;
	line-height: 0 !important;
}
em,em a,a em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
blockquote {
	margin: 0;
	padding: 0 0 0 9px;
	border-left: 1px #CCC dotted;
}
.sidebar {
	position: fixed;
	float: left;
	margin: 5px 730px 0 0;
	text-align: center;
	width: 175px;
}
.sidebar a {
	text-decoration: none;
}
.sidebar img {
	max-width: 100%;
}

.sidebar .inner {
	padding: 15px 10px;
}
.sidebar .title h1 {
	margin: 0 0 15px 0;
	line-height: 100%;
}
.sidebar p {
	margin: 5px 0;
}
.navigation {
	margin: 15px 0;
	font-size: 20px;
}
.posts {
	position: relative;
	float: right;
}
.post {
	float: left;
	position: relative;
	margin: 5px;
  min-height:60px;
  background-color:rgba(42,83,103,0.66);
}

.post .cover {
  display:block;
  position:absolute;
  width:100%; height:100%;
  top:0; left:0;
  background-color:rgb(42,83,103);
  opacity:0;
  z-index:2;
}
.post:hover .cover {
  opacity:0.5;
}

.post h2 {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}
.post h2.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	font-style: italic;
}
.post p,.post li {
	line-height: 175%;
}
.post p {
	margin: 10px 0 5px 0;
}
.post ol,.post ul {
	margin: 3px 0;
	padding: 0;
}
.post li {
	margin: 2px 35px;
}
.post .info_bar {
	width: 100%;
	padding: 1px 0;
	text-align: center;
	position: absolute;
	font-size: 12px;
  height: 20px;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #fff;
	color: #000;
  text-shadow: none;
  z-index: 1;
}
.post .info_bar.lft {
  width:3px;
  left:-3px;
  top:0; height:100%;
}
.post .info_bar.rgt {
  width:3px;
  right:-3px;
  top:0; height:100%;
}
.post .info_bar.top {
  width:244px;
  left: 3px;
  top: -20px;
  box-shadow:0 1px 2px #000;

}
.post .info_bar.btm {
  width:244px;
  left: 3px;
  bottom: -20px;
  box-shadow:0 -1px 2px #000;
}
.post:hover .info_bar {
	opacity: 0.85;
  z-index: 3;
 }
.post:hover .info_bar.top {
  top:0;
 }
.post:hover .info_bar.btm {
  bottom:-2px;
 }
.post:hover .info_bar.lft {
  left:0;
 }
.post:hover .info_bar.rgt {
  right:0;
 }
.post .info_bar a {
	text-decoration: none;
	margin: 0 5px;
}
.post .photo { 
	position: relative;
	padding: 0;
	line-height: 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.post img.main_photo {
	width: 100%;
}
.post img {
	max-width: 100%;
	height: auto;
}
.post .photo img {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0;
	line-height: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.post iframe { background-color:transparent; z-index:5 }
.post p { margin-left:8px; margin-right:4px }
.post h1 { margin-left:8px; margin-right:4px }
.post h2 { margin-left:8px; margin-right:4px }
.post h3 { margin-left:8px; margin-right:4px }
.post blockquote { margin-left:6px }
.post blockquote p { margin-left:2px }
.post .audio_player { 
    margin:20px auto; 
    padding:8px 0 4px;
    background-color: rgba(255,255,255,0.5);
    text-align:center; 
}
.post .player {
	padding: 2px 10px;
	margin: 0;
  z-index: 5;
}
.post .lines {
	margin: 0 0 5px 0;
}
.post .lines .line {
	padding: 10px;
}
.post .lines .odd {
}
.post .lines .even {
    background-color: rgba(0,0,0,0.15);
}
.post .date {
  text-align:center;
  line-height:200%;
  margin:10px auto;
}
.post.notes h2 { 
  text-align:center;
  line-height:200%;
  margin:10px auto;
 }
.post ol.notes {
	padding: 0;
	list-style-type: none;
}
.post ol.notes li.note {
	/*border-bottom: solid 1px #F6F6F6; */
	padding: 2px 10px;
	margin: 0 !important;
}
.post ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}
.post ol.notes li.note span.action {
}
.post ol.notes li.note .answer_content {
	font-weight: normal;
}
.post ol.notes li.note blockquote {
	border-color: #F6F6F6;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}
.post ol.notes li.note blockquote a {
	text-decoration: none;
}
.pagination {
	display: none;
}

ul.tags { list-style:none }
ul.tags li { float:left; width:auto; margin:2px 5px }
ul.tags li a { text-decoration:none; text-shadow:none; color:#999; }
ul.tags li a:before { content:'#'; color:#999; text-shadow:none; }
ul.tags li a:hover { color:#fff }
ul.tags li a:hover:before { color:#fff }


body { text-shadow:0 2px 1px #000 }
.wrap { margin-top:-50px }
.sidebar { text-align:left; opacity:0.80 }
.sidebar * { color:#bbb } 
.sidebar a { color:#ab9; font-weight:bold }
.sidebar a:hover { text-decoration:underline }
.sidebar a.title { text-decoration:none }
#theme_controls { display:none }
#tumblr_controls { margin-right:-106px }
.vivid { display:none }


#infscr-loading { opacity:0 }