body {
	background: #f2f2f2;
	color: #898989;
	font-size: 15px;
	line-height: 23px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
}

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a img, a.visited img {
	border: 0px;
}

strong {
	font-weight: bold !important;
}

a {
	text-decoration: none;
	color: #64BFE3;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #666 !important;
}

.spolier {
	color: #64BFE3;
	background: #64BFE3;
}

.blue, .heart {
	color: #64BFE3;
}

.heart {
    font-size:1.5em;
}

.tiny {
	font-size: 11px;
	font-weight: 600;
	text-transform:uppercase;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hide{
	display:none;
}

/* ------------------ clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ------------------ layout */

#container {
	margin: 0px auto;
	width: 100%;
}

#content {
	width: 530px;
	min-height:275px;
	margin: 140px 0 0 70px;
	z-index: 1;
	text-align: left;
	position:relative;
	padding-right:43px;
	background:transparent url(http://static.latherrinserepeat.org/tumblr/images/kittybottom.png) no-repeat right -29px;

}

#side{
	width:200px;
	left:690px;
	top:0;
	position:fixed;
}

#content .meta {
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase !important;
	color: #bababa;
	font-size: 11px;
	font-weight: 600;
	width: 100%;
}

h1, h1 a {
	font-weight: 200;
	font-size: 35px;
	color: #bababa;
	margin-bottom: 6px;
	line-height: 38px;
}

h2, h2 a, h3 {
	font-weight: 200;
	font-size: 26px;
	color: #666;
	margin-top: 15px;
	line-height: 30px;
}

h4 {
	font-weight: 300;
	font-size: 26px;
	color: #bababa;
	margin-top: 10px;
	line-height: 30px;
}

h3 a {
	font-weight: 400;
	color: #bababa;
}

.post {
	margin: 0px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 5px 15px;
	text-align: left;
	position:relative;
}

.post .pimg {
	text-align: center;
	display: block;
}

.post .pimg img, .photo img {
	max-width: 500px;
	margin: 5px auto !important;
}

.post .pmg img, .post .photo img {
	text-align: center !important;
	display: block !important;
}

.post p {
	text-align: left;
	margin: 10px 0;
	line-height:20px;
}

.post ul {
	margin: 10px 0 5px 12px;
}

.post ul li{
    margin-right:15px;
}

.post blockquote{
	margin:5px 10px 15px 10px;
	background:#f2f2f2;
	padding:0 8px;
}

.post .tags {
	margin: 10px 0 0 0;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.post .tags li {
	float: left;
	padding-right: 8px;
}

.post .tags a {
	color: #bababa;
	font-weight: 500 !important;
	padding: 0 2px
}

.post .tags a:hover {
	background: #eee;
	font-weight: 500 !important;
	padding: 0 2px;
}

.post div.quote div.quoteactual, .post div.quote span.quoteactual a, .post div.answer div.question, .post h4 {
	color: #bababa;
	font-size: 28px;
	font-weight: 200;
	line-height: 33px;
	text-align:left !important;
}

.post div.quote div.quoteactual p{
	
}

.post div.question, .post div.link{
    overflow:hidden;
    padding-bottom:5px;
}

.post div.quote .source, .post div.answer div.asker {
	color: #777A7E;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}

.post div.quote .source a, .post div.answer div.asker a {
	color: #888;
}

.post .link a.link {
	font-size: 28px;
	font-weight: 300;
	color: #bababa;
	line-height: 28px;
}

.post .link .description {
	margin-top: 10px;
}

.post .conversation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.post .conversation ul li span.label {
	font-weight: bold !important;
}

.post .conversation ul li.odd {
	background-color: #eee;
	margin-bottom: 1px;
	padding: 0px 8px;
}

.post .conversation ul li.even {
	background-color: #fff;
	margin-bottom: 1px;
	padding: 0px 8px;
}

.post .audio .caption {
	margin-top: 5px;
}

.post .video {
	text-align:center;
}

.post img{
    display:block;
    text-align:center;
}

.post .video .caption {
	margin-top: 10px;
	text-align:left;
}

.post .photo .caption {
	margin-top: 15px;
	text-align:left !important;
}

#pagination {
	text-align: right;
	margin-bottom: 20px;
}

#pagination a {
	color: #fff;
	text-decoration: none;
	background-color: #444;
	padding: 2px;
	text-transform: uppercase;
	margin-top: 5px;
}

#pagination a:hover {
	background-color: #444;
}

#pager {
	margin-bottom: 10px;
}

#permalinkpager{
    position:absolute;
    right:-78px;
    top:0;
} 

#permalinkpager a{
    display:block;
    margin-bottom:10px;
    text-align:center;
}

#permalinkpager a, #pager a {
	color: #888;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 3px;
	font-weight: 600;
	background: #fff;
}

#permalinkpager a:hover,#pager a:hover {
	background: #888;
	padding: 0 3px;
	color: #fff !important;
}

/* ------------------ header */

#header {
	width: 199px;
	height: 129px;
	background: transparent;
	z-index: 15;
	margin:165px 0 10px 0;
}

#header a {
	background: url(http://static.latherrinserepeat.org/tumblr/images/header-side.gif) top left no-repeat;
	text-indent: -99999px !important;
	width: 196px;
	height: 129px;
	display: block;
}

#header a:hover {
	background-position: 0 -129px;
}

/* ------------------ menu */

#menu {
	width: 199px;
	z-index: 14;
	text-transform: lowercase;
	margin-bottom:20px;
}

#menu ul {
}

#menu li {
	list-style-type: none;
}

#menu li a {
	color: #aaa !important;
	font-weight: 200;
	display: block;
	font-size: 24px;
	line-height: 20px;
	margin-top: 1px;
}

#menu li a:hover{
	color:#888 !important;
}

/*#menu li a:hover {
	color: #000 !important;
	background-position: 0 -10px !important;
}

#menu .girl {
	background: url(http://static.latherrinserepeat.org/tumblr/images/menu-girl.gif) top left no-repeat;
	height: 10px;
	width: 16px;
}

#menu .site {
	background: url(http://static.latherrinserepeat.org/tumblr/images/menu-site.gif) top left no-repeat;
	height: 8px;
	width: 20px;
}

#menu .past {
	background: url(http://static.latherrinserepeat.org/tumblr/images/menu-past.gif) top left no-repeat;
	height: 10px;
	width: 24px;
	margin-top: 2px;
}

#menu .rss {
	background: url(http://static.latherrinserepeat.org/tumblr/images/menu-rss.gif) top left no-repeat;
	height: 8px;
	width: 17px;
	margin-top: 3px;
}

#menu .contact {
	background: url(http://static.latherrinserepeat.org/tumblr/images/menu-contact.gif) top left no-repeat;
	height: 8px;
	width: 43px;
	margin-top: 2px;
}

#menu .cinema {
	background: url(http://static.latherrinserepeat.org/tumblr/images/menu-cinema.gif) top left no-repeat;
	height: 8px;
	width: 40px;
}
*/

#footer {
	text-align: left;
	margin-bottom: 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #ababab;
	font-weight: bold;
}

#footer a{ color:#777; }

#twitter {
	width:325px;
	background:url(http://static.latherrinserepeat.org/tumblr/images/chat.gif) no-repeat bottom right;
	margin:40px 0 -110px 125px;
}

.kitty {
	background: url(http://static.latherrinserepeat.org/tumblr/images/kittytop.png) no-repeat;
	width: 182px;
	height: 153px;
	position: absolute;
	top: -125px;
	right:10px;
	display: block;
	z-index:2;
}

#twitter a {
	font-weight: normal;
}

#tweet {
	padding: 5px 10px 1px 10px;
	font-size: 21px;
	color: #bababa;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	background: #fff;
	min-height: 75px;
	font-weight: 200;
	height: auto;
	overflow: hidden;
	text-align: left;
	width:290px;
}

#tweet ul{
    overflow:hidden;
}

pre {
	overflow: scroll;
}

/* for Internet Explorer */

/*\*/

* html #tweet {
	height: 90px;
}

/**/

.tweet_text {
	margin: ;
}

.twitter-time {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	display: block;
	font-weight: bold !important;
	margin-top: 2px;
}

.twitter-time a {
	font-weight: bold !important;
	color: #999;
}

.twitter-time-twitter {
	color: #64BFE3;
}

.twitter-time a:hover {
	color: #666 !important;
}

#twitter-bottom {
	margin-top: -1px;
	width: 280px;
	height: 49px;
	background: url(http://static.latherrinserepeat.org/tumblr/images/twitter-bottom.gif) top left no-repeat;
}

.twitter-post {
	color: #888;
}

#previouslink {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

#description {
	
}

.regular img {
	max-width: 500px;
}

#content .meta-date{
	color: #bababa !important;
	font-weight: 500;
	font-size:11px;
	text-transform:uppercase;
}

#content .meta-notes{
	position:absolute;
	right:-28px;
	top:15px;
	background:url(http://static.latherrinserepeat.org/tumblr/images/notes.png) top left no-repeat;
	width:59px;
	height:52px;
	display:block;
	color:#fff;
	text-align:center;
	font-size:18px;
	padding-top:12px;
}

#content .meta-date:hover{ color: #777 !important; }

#content .meta-notes:hover{ color:#333 !important;}

.notes {
	margin-top: 25px;
}

.notes li, .notes p {
	list-style-type: none;
	margin: 15px 10px;
	font-size: 11px;
	padding: 1px 5px;
	text-transform: uppercase;
	background: #eee;
	font-weight: 600;
}

.notes li a, .notes p a  {
	color: #999;
	font-weight: 600;
	
}

.notes li a:hover, .notes p a:hover {
	color: #555;
	font-weight: 600;
}

.notes li a img {
	vertical-align: middle;
	float:left;
	margin-right:10px;
}

.notes .avatar{ display:none; }

.no_change {
	list-style-type: none;
}

.star1 {
	background: url(http://static.latherrinserepeat.org/tumblr/images/star1.gif) no-repeat left 8px;
	padding-left: 15px;
}

.star2 {
	background: url(http://static.latherrinserepeat.org/tumblr/images/star2.gif) no-repeat left 8px;
	padding-left: 15px;
}

.star3 {
	background: url(http://static.latherrinserepeat.org/tumblr/images/star3.gif) no-repeat left 8px;
	padding-left: 15px;
}

.star4 {
	background: url(http://static.latherrinserepeat.org/tumblr/images/star4.gif) no-repeat left 8px;
	padding-left: 15px;
}

.star5 {
	background: url(http://static.latherrinserepeat.org/tumblr/images/star5.gif) no-repeat left 8px;
	padding-left: 15px;
}

#search {
}

#search input {
	color: #ccc;
	font-size: 20px;
	border: 1px solid #fff;
	height: 25px;
	width: 180px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-weight: 200 !important;
	background:#fff url(http://static.latherrinserepeat.org/tumblr/images/search.gif) no-repeat 5px center;
	padding-left: 23px;
}

/* ------------------ girl */

.pics{ text-align:center; }

.pics ul{margin:0 auto !important; width:470px;}

.layouts{
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.pics li, .layouts li { padding:5px 17px; float:left;}

.pics img, .layouts img { border:1px solid #999 !important; }

.next{
    background:url(http://static.latherrinserepeat.org/tumblr/images/arrow2.png) no-repeat center center;
    width:16px;
    height:100px;
    display:block;
    float:right;
}

.next:hover, .prev:hover{ opacity:.5;}

.prev{
    background:url(http://static.latherrinserepeat.org/tumblr/images/arrow1.png) no-repeat center center;
    width:16px;
    height:100px;
    display:block;
    float:left;
}

#layouts ul{margin:0 !important;}

#layouts li{border:1px solid #999 !important;margin:2px 3px 8px 0px;float:left;}

.four {margin:0 !important;}

.four li{margin:10px;display:inline;line-height:25px;}

/* ------------------ sides */

#sides #content{
    background:transparent url(http://static.latherrinserepeat.org/tumblr/images/kittybottom.png) no-repeat right -29px;
    width:655px;
    margin:140px 0 0 30px;
}

#sides .post{
    width:650px;
    padding:6px 0 0 6px;
    background:white;
}

#sides .post ul{ margin:0; }

.kitty {
	background: url(http://static.latherrinserepeat.org/tumblr/images/kittytop.png) no-repeat;
	width: 182px;
	height: 153px;
	position: absolute;
	top: -125px;
	right:0;
	display: block;
	z-index:2;
}

.kitty:hover{ background-position: 0 -153px;}

#sides #side{
	left:755px !important;
}

#sides #twitter{
    margin:40px 0 -120px 215px;
}

#sides ul .title{
    color:#64BFE3;
    font-weight:bold;
}

#sides  .images-list img{border:1px solid #ccc !important;}

#sides  .images-list li{margin:2px 6px;float:left;}

#sides  .text-list{
    width:430px;
    float:left;
    margin-left:6px;
}

#sides  .text-list-girl{
    float:left;
    margin:2px 6px 2px 6px;
}

#sides  .text-list li, #sides  .text-list-girl li{
    display:inline !important;
    float:none !important;
    margin:2px 2px 2px 0px!important;
    line-height:23px !important;
}

#sides #footer{ margin:5px 0 0 30px; }
