0% found this document useful (0 votes)
155 views318 pages

Tumblr Themes

The document contains the HTML and CSS code for customizing a Tumblr blog template. It includes metadata for configuring various design options like colors, images, and links. The CSS styles different page elements like posts, menus, sidebars and images on the site.

Uploaded by

MomoBL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
155 views318 pages

Tumblr Themes

The document contains the HTML and CSS code for customizing a Tumblr blog template. It includes metadata for configuring various design options like colors, images, and links. The CSS styles different page elements like posts, menus, sidebars and images on the site.

Uploaded by

MomoBL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 318

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!--
+++++++++++++++++++++++++++
Theme by:Lady of the Lake
damadellago.tumblr.com
+++++++++++++++++++++++++++
-->

<html>
<head>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}"/>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link href='http://fonts.googleapis.com/css?family=Mystery+Quest|Lobster' rel='stylesheet'
type='text/css'>
{text:Meta tags}
{block:Hidden}

<meta name="if:Show portrait photo" content="1" />
<meta name="if:Enable endless scrolling" content="0" />
<meta name="if:Static Menu" content="0" />
<meta name="if:3 columns" content="0" />
<meta name="if:Show People I Follow" content="1" />
<meta name="if:Caption on Index" content="0" />
<meta name="text:Text size" content="9" />
<meta name="if:Static background" content="0" />
<meta name="if:Like on posts" content="0" />
<meta name="if:Resize image" content="0" />
<meta name="text:Image Width" content="300" />
<meta name="text:Image Height" content="400" />
<meta name="font:Type" content="arial, sans-serif"/>
<meta name="text:Link1" content="Archive" />
<meta name="text:Link1 Url" content="/archive" />
<meta name="text:Link2" content="Random" />
<meta name="text:Link2 Url" content="/random" />
<meta name="text:Link3" content="" />
<meta name="text:Link3 Url" content="" />
<meta name="text:Link4" content="" />
<meta name="text:Link4 Url" content="" />
<meta name="text:Link5" content="" />
<meta name="text:Link5 Url" content="" />
<meta name="text:Link6" content="" />
<meta name="text:Link6 Url" content="" />
<meta name="text:Link7" content="" />
<meta name="text:Link7 Url" content="" />
<meta name="text:Link8" content="" />
<meta name="text:Link8 Url" content="" />
<meta name="text:Link9" content="" />
<meta name="text:Link9 Url" content="" />
<meta name="text:Link10" content="" />
<meta name="text:Link10 Url" content="" />
<meta name="color:Background" content="#000000">
<meta name="color:Shadow" content="#CCCCCC">
<meta name="color:Font" content="#000000">
<meta name="color:Post Background" content="#4a4d55">
<meta name="color:Post Background2" content="#75777c">
<meta name="color:Sidebar" content="#5d5d55">
<meta name="color:Sidebar Menu" content="#2f89cd">
<meta name="color:Links Font" content="#d5e2e8">
<meta name="color:Links Font Hover" content="#FFFFFF">
<meta name="color:Sidebar Menu Hover" content="#489ddd">
<meta name="color:Color1" content="#8ad3d4">
<meta name="color:Color2" content="#2d9ecd">
<meta name="color:Color3" content="#35343A">
<meta name="color:Color4" content="#000000">
<meta name="color:Color5" content="#3985a5">
<meta name="color:Color6" content="#464d55">
<meta name="color:Color7" content="#60aeb5">
<meta name="color:Color8" content="#4e4e50">
<meta name="color:Color9" content="#5fd3f2">
<meta name="image:Background"
content="http://static.tumblr.com/xeob1hy/cCom0ufsf/victorian.png">
<meta name="image:Header"
content="http://static.tumblr.com/xeob1hy/SQam0h476/papilon.png">
{/block:Hidden}
<style type="text/css">

/* - - - - - - Main - - - - - - */
body {
background-image:url({image:Background});
background-color:{color:Background};
{block:IfStaticBackground}background-position: fixed;
background-attachment:fixed;
{/block:IfStaticBackground}
font-size: {text:Text size}px;
margin:0px;
color:{color:Font};
font-family: {font:Type};
line-height: 15px;
letter-spacing: 0px;
}

#wrapper{
width:100%;
margin-left:0px;
position:absolute;
margin-top:0px;
}

#content {
margin-left:320px;
margin-top:60px;
padding:5px;
position:absolute;
{block:If3columns}width:700px;{/block:If3columns}
{block:IfNot3columns}width:900px;{/block:IfNot3columns}
}

/* - - - - - - Posts - - - - - - */
.container{background-color: {color:Post Background};
text-align: justify;
float:left;
margin: 7px 5px 5px 5px;
padding:10px 6px 6px 6px;
{block:IndexPage}width:250px;overflow:hidden;{/block:IndexPage}
{block:PermalinkPage}width:500px;{/block:PermalinkPage}
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

#notes {
background-color: {color:Post Background};
width:510px;
float:left;
margin-top: 10px;
margin-bottom: 10px;
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position:relative;
}

ol.notes {
list-style:none;
padding:10px;
}

h1 {
color: {color:Color1};
font-family: 'Lobster', cursive;
font-size: 15px;
font-weight: normal;
font-style:italic;
letter-spacing: 3px;
text-align: right;
margin-top: 10;
margin-bottom: 10;
padding-right: 0px;
border-bottom: 5px solid {color:Color2};
}

h2 {
color: {color:Color3};
font-size: 11pt;
font-family:georgia;
font-style: italic;
text-align: left;
margin: 0;
letter-spacing: 3px;
line-height: 4pt;
padding-right: 0px;
border-left: 5px solid {color:color4};
border-bottom: 1px solid {color:color4};
text-shadow:0px 0px 0px;
}

h2:first-letter {
color: {color:color2};
font-family: 'Mystery Quest', cursive;
font-size: 15pt;
font-weight: normal;
text-transform: uppercase;
font-style: italic;
}

.notescount {
opacity: 0;
background-color:{color:Color7};
float:left;
text-align:center;
font-size:10px;
width:250px;
margin-top:-30px;
overflow:hidden;
z-index:999;
position:absolute;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all .7s ease-in;
-moz-transition: all .7s ease-in;
-o-transition: all .7s ease-in;
}

.notescount a{
color:{color:Color8}
}

#post:hover .notescount {
opacity:1;
margin-top:-10px;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;}

{block:IfLikeonposts}.my-like { background-image:
url(http://static.tumblr.com/ikkgisy/Bxmm6ic7e/heart2.gif) !important; height:8px; width:8px;
cursor:pointer; display:inline-block;}
.my-liked, .my-like:hover { background-image:
url(http://static.tumblr.com/ikkgisy/Pnom6ic7v/heart1.gif) !important; height:8px; width:8px;
cursor:pointer; display:inline-block;} {/block:IfLikeonposts}


/* - - - - - - Menu&Sidebar - - - - - - */
#menu{
margin-left:310px;
margin-top:10px;
{block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
{block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
}

#sidebar{
background-color:{color:Sidebar};
{block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
width:300px;
float:left;
padding:0px;
margin-top:0px;
text-align:justify;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

#description{
width:90%;
float:left;
margin:10px;
}

.side {
width:300px;
display:inline;
font-weight: bold;
text-align: left;
padding:4px;
margin:1px;
position:relative;
background-color:{color:Sidebar Menu};
display: inline-block;
color: {color:Links Font};
text-transform: uppercase;
-moz-border-radius:0px 20px 20px 0px ;
-webkit-border-radius:0px 20px 20px 0px ;
-o-border-radius:0px 20px 20px 0px ;
border-radius: 0px 20px 20px 0px ;
-webkit-transition: all .7s ease-in;
-moz-transition: all .7s ease-in;
-o-transition: all .7s ease-in;
}

.side:hover {
background-color: {color:Sidebar Menu Hover};
padding-left:20px;
width: 200px;
background-color: {color:Border Top};
-webkit-transition: all .7s ease-in;
-moz-transition: all .7s ease-in;
-o-transition: all .7s ease-in;
letter-spacing:10px;
}

.following {margin:3px;-moz-border-radius: 40px;
-webkit-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;}

.pagina{position:relative;margin:3px;
background-color: {color:Color5};
display: inline-block;
padding: 5px;
color: {color:Color4};
-moz-border-radius: 5px;
-webkit-border-radius: 5px;-o-border-radius: 5px;
border-radius: 5px;
}

.portrait{
border: 5px solid {color:color7};
-moz-border-radius: 0px 0px 500px 0px;
-webkit-border-radius: 0px 0px 500px 0px;
-o-border-radius: 0px 0px 500px 0px;
border-radius: 0px 0px 500px 0px;
width: {text:Image Width}px;
height: {text:Image Height}px;
{block:IfResizeImage}background-size:{text:Image Width}px {text:Image
Height}px;{/block:IfResizeImage}
margin: 0px;
background-image: url({image:Header});
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
}

.portrait:hover{
border: 5px solid {color:color9};
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
-o-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
}

.portrait2{
float:left;
-moz-border-radius: 0px 0px 500px 0px;
-webkit-border-radius: 0px 0px 500px 0px;
-o-border-radius: 0px 0px 500px 0px;
border-radius: 0px 0px 500px 0px;
width: {text:Image Width}px;
height: {text:Image Height}px;
}

/* - - - - - - Content - - - - - - */
.quo {
font-size:18pt;
font-family: 'Lobster', cursive;
line-height:20px;
color:{color:Sidebar Menu Hover};
text-align: center;
}

.answer {
margin:0px;
padding:10px;
background:{color:Post Background2};
}

.album img {
max-width: 40px;
float: left;
margin-right: 5px;
box-shadow: 0px 0px 6px {color:Shadow};
-webkit-box-shadow: 0px 0px 6px {color:Shadow};
-moz-box-shadow: 0px 0px 6px {color:Shadow};
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
}

.album img:hover {
opacity:0.5;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
}

#chat ul {
list-style:none;
padding:5px;
}

#chat ul li.odd {
background:{color:Post Background2};
}

#chat li {
padding: 2px;
list-style-type: none;
}

.source {
margin:0px 10px 0px 0px;
text-align:left;
letter-spacing:0px;
}

blockquote {
margin:auto;
padding:2px;
border-left: 2px {color:Color2} solid;
}

/* - - - - - - General - - - - - - */

b,u,i,s {
color: {color:color2};
font-weight: bold;
}

a.block {
display:inline;
text-align: center;
padding:3px;
margin:1px;
position:relative;
background-color:{color:color5};
display: inline-block;
font-family : century Gothic, arial;
color: {color:Links Font};
font-weight: bold;
line-height: 50px;
width: 50px;
height: 50px;
-webkit-transform: rotate(25deg);
-moz-transform: rotate(25deg);
-o-transform: rotate(25deg);
transform: rotate(25deg);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
}

a.block:hover {
color: {color:Links Font Hover};
background-color:{color:color6};
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
text-shadow:0px 0px 5px {color:Shadow};
}

a {
text-decoration: none;
color: {color:Links Font};
}

a:hover {
color:{color:Links Font Hover};
text-shadow:0px 0px 5px {color:Shadow};
}

.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}

::-webkit-scrollbar {
width: 7px;
background-color: {color:Color2};
}

::-webkit-scrollbar-thumb:vertical {
background-color: {color:Color3};
}

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;
z-index:999;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
opacity: 0.4;
}

a.install:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
opacity: 1;
}

iframe#tumblr_controls {
top: 0px !important;
right:0px !important;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
opacity: 0.4;
}

iframe#tumblr_controls:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
opacity: 1;
}
{CustomCSS}
</style>
<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-
1.4.2.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
{block:IndexPage}

<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
<script src="http://static.tumblr.com/thpaaos/Oznkoyc5z/jquery.scale.js"></script>
{block:IfEnableEndlessScrolling} <script
src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:IfEnableEndlessSc
rolling}
<script type="text/javascript">
$(window).load(function () {
$('#content').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : "div.navigation",
// selector for the paged navigation (it will be hidden)
nextSelector : ".navigation a#next",
// selector for the NEXT link (to page 2)
itemSelector : ".container",
// selector for all items you'll retrieve
bufferPx : 10000,
extraScrollPx: 10000,
loadingImg : "",
loadingText : "<em></em>",
},
// call masonry as a callback.
function() { $('#content').masonry({ appendedContent: $(this) }); }
);
});
</script> {/block:IndexPage}
{block:IfLikeonposts}<script> window.onload = function () { document.body.insertAdjacentHTML(
'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
document.addEventListener( 'click', function ( event ) { var myLike = event.target; if(
myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-
frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog =
myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 );
frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ?
myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); };
</script>{/block:IfLikeonposts}
</head>
<body>
<div id="wrapper"><a href="http://damadellago.tumblr.com" class="install"></a>
<div id="sidebar">
{block:IfShowPortraitPhoto}<center><div class="portrait2"><div
class="portrait"></div></div><br></center>{/block:IfShowPortraitPhoto}
{block:Description}<br><div
id="description"><br>{Description}</div>{/block:Description}<br><br>

<div id="description"> {block:Pagination}<div id="pagi" class="navigation"><p
id="page_nav">
{block:PreviousPage}
<a class="pagina" href="{PreviousPage}"></a>
{/block:PreviousPage}
{block:JumpPagination length="5"}
{block:CurrentPage}
<span class="pagina">{PageNumber}</span>
{/block:CurrentPage}
{block:JumpPage}
<a class="pagina" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}
<a class="pagina" id="next" href="{NextPage}"></a>
{/block:NextPage}</div></p>
{/block:Pagination}
</div><br><br>

{block:IfLink3}<a class="side" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
{block:IfLink4}<a class="side" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
{block:IfLink5}<a class="side" href="{text:Link5 Url}">{text:Link5}</a>{/block:IfLink5}
{block:IfLink6}<a class="side" href="{text:Link6 Url}">{text:Link6}</a>{/block:IfLink6}
{block:IfLink7}<a class="side" href="{text:Link7 Url}">{text:Link7}</a>{/block:IfLink7}
{block:IfLink8}<a class="side" href="{text:Link8 Url}">{text:Link8}</a>{/block:IfLink8}
{block:IfLink9}<a class="side" href="{text:Link9 Url}">{text:Link9}</a>{/block:IfLink9}
{block:IfLink10}<a class="side" href="{text:Link10 Url}">{text:Link10}</a>{/block:IfLink10}

{block:IfShowPeopleIFollow}<div id="description">
{block:Following}
<div id="following">
{block:Followed}<a href="{FollowedURL}"><img class="following" src="{FollowedPortraitURL-30}"
/></a>{/block:Followed}
</div>
{/block:Following}</div>
{/block:IfShowPeopleIFollow}
</div>
<div id="content">
{block:Posts}
<div class="container">
<div id="post">{block:IndexPage}<a href="{Permalink}"><h2>{Month} {DayOfMonth} {Year},
{12Hour}{AmPm}</h2></a><br>{/block:IndexPage}

{block:Text}
{block:Title}<h1>{Title}</h1><br>{block:Title}
{block:IndexPage}{Body}{/block:IndexPage}
{block:PermalinkPage}{Body}{/block:PermalinkPage}
{/block:Text}

{block:Photo}
{block:IndexPage}<center><a href="{permalink}"><img class="pic" src="{PhotoURL-250}"
alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}
{/block:IfCaptionOnIndex}{/block:IndexPage}
{block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic"
alt="{PhotoAlt}"/>{LinkCloseTag}<br></center>{block:Caption}{Caption}{/block:Caption}{/block:Pe
rmalinkPage}
{/block:Photo}

{block:Photoset}
{block:IndexPage}<center>{Photoset-
250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionO
nIndex}{/block:IndexPage}
{block:PermalinkPage}<center>{Photoset-
500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
{/block:Photoset}

{block:Quote}
<p class="quo">"{Quote}"</p>
{block:Source}<p class="source">&nbsp; &nbsp; {Source}</p>{/block:Source}
{/block:Quote}

{block:Link}
{block:IndexPage}<h1><a href="{URL}" target="blank">{Name}
&#8599;</a></h1>{block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>{/block:Descri
ption}<br>
{block:source}<p>{Source}</p>{/block:Source}{block:IfCaptionOnIndex}{/block:IndexPage}
{block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name}
&#8599;</a></h1><br>{block:Description}<p>{Description}</p>{/block:Description}<br>
{block:source}<p>{Source}</p>{/block:Source}{block:PermalinkPage}
{/block:Link}

{block:Chat}
{block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul></div>
{/block:Chat}

{block:Video}
{block:IndexPage}<center>{Video-
250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionO
nIndex}{/block:IndexPage}
{block:PermalinkPage}<center>{Video-
500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
{/block:Video}

{block:Audio}
{block:AudioEmbed}
{AudioEmbed-500}
{/block:AudioEmbed}
{block:AudioPlayer}
{block:AlbumArt}<div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
<div class="player">{AudioPlayerWhite}</div>
<br> {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist} ||
Times played:{FormattedPlayCount}<br> [[<a title="External source only"
href="{ExternalAudioURL}">{lang:Download}</a>]]</span>{/block:ExternalAudio}<br><br>
{/block:AudioPlayer}
{block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/blo
ck:IfCaptionOnIndex}
{block:IndexPage}{block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{block:P
ermalinkPage}
{/block:Audio}

{block:Answer}<div class="answer">
<center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>
{Question}<br></center></div>
<center><br><img class="pic" src="{PortraitURL-48}"><br>
{Answer}</center>{/block:Answer}

{block:IndexPage}<div class="notescount">
<a target="_blank" href="{reblogurl}">Reblog</a> {block:IfLikeonposts} | <div class="my-like"
data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div> {/block:IfLikeonposts}
{block:NoteCount}| <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div>
<br>{/block:IndexPage}
</div></div>

{block:PermalinkPage}
{block:PostNotes}<div id="notes"><center><br>
Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with
{NoteCountWithLabel}{/block:Date} {block:RebloggedFrom} <br> Via <a
href="{ReblogParentURL}">{ReblogParentName}</a> || Source <a
href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>
<b>Tagged:</b>{block:Tags}
&#9679; <a href="{TagURL}">{Tag}</a>
{/block:Tags}<br>{/block:HasTags}
</center>
<br>{PostNotes}
</div>{/block:PostNotes}{/block:PermalinkPage}

{/block:Posts}
</div>
<div id="menu">

<!-- Navigation -->
<center> <a class="block" href="/">Home</a>
{block:IfLink1}<a class="block" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
{block:IfLink2}<a class="block" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
{block:AskEnabled}<a class="block" href="/ask">Ask</a>{/block:AskEnabled}
{block:SubmissionsEnabled} <a class="block"
href="/submit">Submit</a>{/block:SubmissionsEnabled}
<a target="_blank" class="block" href="http://damadellago.tumblr.com">Theme</a></center>
<!-- End navigation --></div>
</body>
</html>

<!-- THEME #15 BY THEDOCTORKNOWS

Please don't remove the credit, claim this code as your own nor use this as a base code. Thank
you!-->

<html>

<head>

<meta name="color:Background" content="#000000" />
<meta name="color:Text" content="#8a8989" />
<meta name="color:Link" content="#464545" />
<meta name="color:LinkHover" content="#686869" />
<meta name="color:PostsBg" content="#191919" />
<meta name="color:InfoBg" content="#242424" />
<meta name="color:Tags" content="#4b4b4b" />
<meta name="color:SidebarBg" content="#000000" />
<meta name="color:DescAndLinks" content="#8a8989" />
<meta name="color:Info" content="#8a8989" />
<meta name="color:Building" content="#272727">
<meta name="color:Roof" content="#3f3f3f">
<meta name="text:FontSize" content="10" />
<meta name="text:TagsFontSize" content="8" />
<meta name="text:DescFontSize" content="10" />
<meta name="text:LinksFontSize" content="8" />
<meta name="text:Link 1 URL" content="/" />
<meta name="text:Link 1" content="" />
<meta name="text:Link 2 URL" content="/" />
<meta name="text:Link 2" content="" />
<meta name="text:Link 3 URL" content="/" />
<meta name="text:Link 3" content="" />
<meta name="text:Link 4 URL" content="/" />
<meta name="text:Link 4" content="" />
<meta name="if:LinksStyleOne" content="1" />
<meta name="if:LinksStyleTwo" content="0" />
<meta name="if:Tags In Italics" content="1" />
<meta name="if:Info Right" content="1" />
<meta name="if:Info Top" content="1" />
<meta name="if:Greyscale" content="1" />
<meta name="if:Faded Images" content="1" />
<meta name="if:Statue" content="1" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{Title}</title>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"
type="text/javascript" charset="utf-8"></script>
<script src="http://static.tumblr.com/ccsibxa/Oopmn4e38/function1.js" type="text/javascript"
charset="utf-8"></script>
<script src="http://static.tumblr.com/ccsibxa/nOUmn4eau/function2.js" type="text/javascript"
charset="utf-8"></script>
<script src="http://static.tumblr.com/ccsibxa/M5amn4ef8/function3.js" type="text/javascript"
charset="utf-8"></script>
<script src="http://static.tumblr.com/ccsibxa/vcsmn4i5e/function4.js" type="text/javascript"
charset="utf-8"></script>
<link href="http://fonts.googleapis.com/css?family=Merriweather+Sans" rel="stylesheet"
type="text/css">

<style type="text/css" media="screen">

body {
background:{color:Background};
color:{color:Text};
font-family:Calibri;
font-size:{text:FontSize}px;
line-height:120%;
}

a {
text-decoration: none;
color: {color:Link};
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

#posts a {
font-style:italic;
}

a:hover {
text-decoration:underline;
color:{color:LinkHover};
}

blockquote {
border-left:3px solid {color:Text};
padding-left:5px;
}

{Block:IfGreyscale}
#content a img, #posts img, #photop {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter
id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333
0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#content a:hover img, #posts img:hover, #photop:hover {
filter:none;
-webkit-filter:none;
}
{/Block:IfGreyscale}

{Block:IfFadedImages}
#posts a img, #posts img, #photop {
border: 0px;
opacity: .60;
filter: alpha(opacity=100);
-o-transition: opacity 0.7s linear;
-webkit-transition: opacity 0.7s linear;
-moz-transition: opacity 0.7s linear;
}

#posts a:hover img, #posts img:hover, #photop:hover {
opacity: 1;
filter: alpha(opacity=80);
-o-transition: opacity 0.5s linear;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
}
{/Block:IfFadedImages}

.blocks {
width: 60px;
height: 145px;
position: absolute;
bottom:235px;
}

#block1 {
margin-left:240px;
}

#block2 {
margin-left:100px;
}

#bx {
width:100px;
height:100px;
background:transparent;
margin-top:-400px;
}

#container {
position:fixed;
top:0px;
left:0px;
width:400px;
height:120%;
background:{color:SidebarBg};
}

#statue {
position:fixed;
bottom:0px;
left:-20px;
opacity:0.3;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter
id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333
0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}

#statue img {
width:450px;
}

#building1 {
position:fixed;
bottom:0px;
left:20px;
width:350px;
height:60px;
background:{color:Building};
}

#building2 {
position:fixed;
bottom:60px;
left:20px;
border-bottom: 20px solid {color:Roof};
border-left: 30px solid transparent;
border-right: 30px solid transparent;
height:0;
width:290px;
}

#gravity {
height:120%;
width:400px;
}

#posts2 {
width:500px;
}

#posts, ol.notes {
width:500px;
padding:30px;
background:{color:PostsBg};
overflow:hidden;
{Block:IfInfoTop}
border-top:5px solid {color:InfoBg};
margin:40px 0px 0px 442px;
{/Block:IfInfoTop}
{Block:IfNotInfoTop}
border-bottom:5px solid {color:InfoBg};
margin:5px 0px 40px 442px;
{/Block:IfNotInfoTop}
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

ol.notes {
list-style:none;
line-height:100%;
}

.quotepost {
padding-top:10px;
}

.belowposts {
position:absolute;
width:220px;
font-size:9px;
padding:2px 5px;
text-transform:uppercase;
text-align:center;
line-height:140%;
{Block:IfInfoRight}margin-left:772px;{/Block:IfInfoRight}
{Block:IfNotInfoRight}margin-left:442px;{/Block:IfNotInfoRight}
{Block:IfInfoTop}margin-top:-5px;{/Block:IfInfoTop}
{Block:IfNotInfoTop}margin-top:-50px;{/Block:IfNotInfoTop}
background:{color:InfoBg};
font-style:normal;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.belowposts a {
font-style:normal;
color:{color:Info};
}

.belowposts a:hover {
text-decoration:none;
}

.tags {
width:500px;
margin-top:0px;
margin-left:450px;
font-size:{text:TagsFontSize}px;
text-transform:lowercase;
{Block:IfTagsInItalics}font-style:italic;{/Block:IfTagsInItalics}
text-align:left;
opacity:0;
color:{color:Tags};
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

#posts2:hover .tags {
opacity:1;
}

.tags a {
color:{color:Tags};
}

.tags a:hover {
text-decoration:none;
}

.lks a:hover {
text-decoration:none;
}

#desc {
font-size:{text:DescFontSize}px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
line-height:120%;
}

#inf {
top:10px;
width:270px;
position:fixed;
left:55px;
}

#pagination {
position:fixed;
bottom:10px;
left:0px;
width:400px;
text-align:center;
color:{color:Roof};
font-size:20px;
}

#pagination a {
color:{color:Roof};
}

#pagination a:hover {
text-decoration:none;
}

.lks {
font-size:{text:LinksFontSize}px;
}

#posts .tags {
font-style:normal;
opacity:1;
left:0px;
top:0px;
}

{Block:IfLinksStyleOne}

.lks {
position:absolute;
list-style:none;
display:inline;
width:250px;
padding:10px;
text-transform:uppercase;
text-align:center;
background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.1);
line-height:200%;
}

.lks li {
display:inline;
padding-right:10px;
padding-left:10px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.lks li:hover {
opacity:1;
}

.lks a {
color:{color:DescAndLinks};
}

#desc {
margin-top:40px;
width:230px;
padding:20px;
background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.1);
color:{color:DescAndLinks};
}

#desc a {
color:{color:DescAndLinks};
}

{/Block:IfLinksStyleOne}

{Block:IfLinksStyleTwo}

.lks {
position:absolute;
list-style:none;
display:inline;
width:250px;
padding:0px 10px 10px 10px;
font-style:italic;
text-align:center;
line-height:170%;
}

.lks li {
display:inline;
padding-right:10px;
padding-left:10px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.lks li:hover {
opacity:1;
}

.lks a {
color:{color:DescAndLinks};
}

#desc {
margin-top:40px;
width:230px;
padding:20px;
background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.1);
color:{color:DescAndLinks};
}

#desc a {
color:{color:DescAndLinks};
}

{/Block:IfLinksStyleTwo}

.caption {
margin-top:10px;
}

.portrait {
width:48px;
height:48px;
border:5px solid {color:InfoBg};
}

.asker {
text-transform:uppercase;
padding:5px 10px;
width:422px;
margin-left:58px;
text-align:right;
font-style:italic;
font-size:9px;
background:{color:InfoBg};
color:{color:Info};
margin-top:-58px;
letter-spacing:0px;
}

.asker a {
color:{color:Info};
}

.question {
font-style:italic;
width:422px;
height:auto;
padding:10px;
margin-left:58px;
text-align:right;
margin-top:-5px;
overflow:hidden;
}

.answer {
margin-top:20px;
}

ul.chat {
list-style:none;
}

.chat1, .chat {
margin-left:0px;
}

.chat, .chat1, .chat2 {
margin-top:-3px;
margin-bottom: -7px;
padding:5px;
}

.chat2odd {
padding:5px;
background:{color:InfoBg};
color:{color:Text};
}

.chat2even {
padding:5px;
}

#player {
width:30px;
height:30px;
overflow:hidden;
position:absolute;
margin-top:40px;
margin-bottom:45px;
margin-left:40px;
z-index:9999;
}

#albumart {
float:left;
border:4px solid {color:InfoBg};
background:{color:PostsBg};
padding-bottom:-3px;
margin-right:10px;
width:100px;
height:100px;
}

#albumart img {
width:100px;
height:100px;
}

#aud {
min-height:100px;
}

.credit {
text-transform: uppercase;
position: fixed;
background:{color:InfoBg};
color:{color:Info};
bottom:-40px;
right:5px;
font-size:9px;
border:1px solid {color:Info};
padding:1px 10px;
opacity:0.9;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.credit a {
color:{color:Info};
}

.credit:hover {
bottom:0px;
opacity:1;
}

</style>

</head>

<body>

<div id="container">
<div id="gravity">
{Block:IfStatue}<div id="statue"><img
src="http://static.tumblr.com/ccsibxa/LjOmog3al/sol.png"></div>{/Block:IfStatue}
<div id="building1"></div>
<div id="building2"></div>
<div id="block1" class="blocks"><img
src="http://static.tumblr.com/ccsibxa/eTimogau5/rory2.png"></div>
<div id="block2" class="blocks"><img
src="http://static.tumblr.com/ccsibxa/UH9mogauu/amy2.png"></div>
</div>
<div id="bx"></div>
</div>

<div id="pagination">
{block:Pagination}
{block:PreviousPage}
<a href="{PreviousPage}"></a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}"></a>
{/block:NextPage}
{/block:Pagination}
</div>

<div id="inf">
<div id="desc">{block:Description}
{Description}
{/block:Description}</div>
<ul class="lks">
<a href="/"><li>index</li></a>
<a href="/ask"><li>message</li></a>
<a href="/archive"><li>archive</li></a>
{Block:IfLink1}<a href="{text:Link 1 URL}"><li>{text:Link 1}</li></a>{/Block:IfLink1}
{Block:IfLink2}<a href="{text:Link 2 URL}"><li>{text:Link 2}</li></a>{/Block:IfLink2}
{Block:IfLink3}<a href="{text:Link 3 URL}"><li>{text:Link 3}</li></a>{/Block:IfLink3}
{Block:IfLink4}<a href="{text:Link 4 URL}"><li>{text:Link 4}</li></a>{/Block:IfLink4}
</ul>
</div>

<div id="content">
{block:Posts}
{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}
<div id="posts2">

{Block:IfInfoTop}<div class="belowposts">{block:Date}<a href="{Permalink}"
target="_blank">{TimeAgo}</a><a href="{ReblogRootURL}"><a href={ReblogURL}
target=_blank>&nbsp;&nbsp;&nbsp;reblog</a> {/block:Date}{block:NoteCount}<a
href="{Permalink}"
target="_blank">&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}</a>{/block:NoteCount}
{block:RebloggedFrom}<a href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;via</a><a
href="{ReblogRootURL}">&nbsp;&nbsp;&nbsp;</a>{/block:RebloggedFrom}</div>{/Block:IfInfoT
op}

{Block:IfNotInfoTop}<div class="tags">{block:HasTags}tagged as:{block:Tags} <a href="{TagURL}"
target="_blank">&nbsp;&nbsp;&nbsp;{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/Block:IfNotI
nfoTop}

<div id="posts">

{block:Text}
<div class="textpost">
{block:Title}
<a href="{Permalink}"><h2>{Title}</h2></a>
{/block:Title}

{Body}
</div>
{/block:Text}


{Block:Photo}
{LinkOpenTag}
<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
{LinkCloseTag}

{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
{/Block:Photo}

{block:Photoset}
<div class="photopost">
<center><div id="photop">{Photoset-500}</div></center>

{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Photoset}

{block:Quote}
<div class="quotepost"><center>"{Quote}"</center></div>
{block:Source}<div class="source">{Source}{/block:Source}</div>{/block:Quote}

{block:Link}
<div class="linkpost">
<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
{block:Description}
<div class="description">{Description}</div>
{/block:Description}
{/block:Link}

{block:Chat}
<ul class="chat">
<div class="chat">
<div class="chat1">
{Block:Lines}
<div class="chat2{Alt}">
{Block:Label}
<span>{Label}</span>
{/Block:Label}
{Line}
</div>
{/Block:Lines}
</div>
</div>
</ul>
{/block:Chat}

{block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div>
<div class="asker">{Asker}asked</div>
<div class="question">{Question}</div>
<div class="answer">{Answer}</div>
{/block:Answer}

{block:Video}<div class="videopost">
<center>{Video-500}</center>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Video}

{block:Audio}<div id="aud">
<div id="player">{AudioPlayerGrey}</div>
<div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}"
width="100">{/block:AlbumArt}</div>
{PlayCountWithLabel}
{block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
</div>
{/block:Audio}

</div>

{Block:IfInfoTop}<div class="tags">{block:HasTags}tagged as:{block:Tags} <a href="{TagURL}"
target="_blank">&nbsp;&nbsp;&nbsp;{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/Block:IfInfoT
op}

{Block:IfNotInfoTop}<div class="belowposts">{block:Date}<a href="{Permalink}"
target="_blank">{TimeAgo}</a><a href="{ReblogRootURL}"><a href={ReblogURL}
target=_blank>&nbsp;&nbsp;&nbsp;reblog</a> {/block:Date}{block:NoteCount}<a
href="{Permalink}"
target="_blank">&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}</a>{/block:NoteCount}
{block:RebloggedFrom}<a href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;via</a><a
href="{ReblogRootURL}">&nbsp;&nbsp;&nbsp;</a>{/block:RebloggedFrom}</div>{/Block:IfNotI
nfoTop}
{/block:Posts}
{block:PostNotes}{PostNotes}{/block:PostNotes}

</div>

<div class="credit"><center>credit:</center><br /><center><a
href="http://lumos5000.tumblr.com/">artwork</a></center><center><a
href="http://thedoctorknows.tumblr.com/">theme</a></center></div>

</body>

</html>
<!--
Tumblr Theme 026 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
CONTACT INFO [email: [email protected]]
FOLLOW THEME BLOG [http://ettudis.tumblr.com]
TERMS OF USE [http://ettudis.tumblr.com/post/8327340215/terms-of-usage]
-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
{block:Description}
<meta name="Description" content="{MetaDescription}" />
{/block:Description}
<link rel="shortcut icon" href="{favicon}" />
<meta name="color:background" content="#FFFFFF" />
<meta name="color:blockquote border" content="#198f85" />
<meta name="color:blockquote text" content="#a8a8a8" />
<meta name="color:link" content="#4b9c85" />
<meta name="color:link hover" content="#acacac" />
<meta name="color:menu link" content="#ffffff" />
<meta name="color:menu link background" content="#00d6bd" />
<meta name="color:menu link background hover" content="#8bffe8" />
<meta name="color:menu link hover" content="#059b78" />
<meta name="color:post background" content="#FFFFFF" />
<meta name="color:post text" content="#5e5e5e" />
<meta name="color:post title" content="#3b3b3b" />
<meta name="color:topbar background" content="#999999" />
<meta name="color:topbar border" content="#CCCCCC" />
<meta name="color:topbar text" content="#999999" />
<meta name="color:title text" content="#00634b" />
<meta name="color:title text hover" content="#00d3a2" />
<meta name="if:four columns" content="1"/>
<meta name="if:one column" content="0"/>
<meta name="if:two columns" content="0"/>
<meta name="if:three columns" content="0"/>
<meta name="image:background"
content="http://static.tumblr.com/38tkyuw/llRltqsok/2uyks1w.png"/>
<meta name="image:menu link background" content=""/>
<meta name="image:post background"
content="http://static.tumblr.com/38tkyuw/llRltqsok/2uyks1w.png"/>
<meta name="image:top" content=""/>
<meta name="image:topbar background"
content="http://static.tumblr.com/38tkyuw/3J2ltqso0/subtle_freckles.png"/>
<meta name="text:Link 1" content="" />
<meta name="text:Link 1 Title" content="" />
<meta name="text:Link 2" content="" />
<meta name="text:Link 2 Title" content="" />
<meta name="text:Link 3" content="" />
<meta name="text:Link 3 Title" content="" />
<meta name="text:Link 4" content="" />
<meta name="text:Link 4 Title" content="" />
<meta name="text:Link 5" content="" />
<meta name="text:Link 5 Title" content="" />
<meta name="text:Post position from top" content="139" />
<style type="text/css">
@media screen
{
div#topbar {
position: fixed;
}
* html
{
overflow-y: hidden;
}
* html body
{
overflow-y: auto;
height: 100%;
padding: 0 1em 0 14em;
font-size: 100%;
}
* html div#topbar {
position: absolute;
}
}
.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
#infscr-loading {display:none;}
#over{height:2000px!important;position:absolute;top:0px;left:0px;width: 100%;}
body {
font-family: courier new, georgia, times new roman, serif;
font-size: 10px;
margin: 0px;
padding:0px;
background:{color:background} url('{image:background}') fixed;
}
a {
color: {color:link};text-decoration: none;
}
a:hover {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#infscr-loading {display:none;}
iframe#tumblr_controls {right:3px !important;
position: fixed !important;
opacity: 0.2;
filter:alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;}
iframe#tumblr_controls:hover{
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;}
#topbar {
width: 100%;
font-size: 9px;
line-height: 10px;
left:0px; z-index: 100;border-bottom: 1px dashed {color:topbar border};
{block:iftopbarattop}
top: 0px;{/block:iftopbarattop}
{block:ifnottopbarattop}
top:0px;{/block:ifnottopbarattop}
position: fixed;
color: {color:topbar text};
background:{color:topbar background} url({image:topbar background});
padding-top: 30px!important;padding-bottom: 30px!important;padding: 0px;
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}
#topbar:hover{
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
}
#topcontainer{
width: 600px; text-align:center; margin auto 0px;
}
#simage{
max-width: 250px;
height: auto;
padding-left:1px;
padding-right:1px;
margin-bottom:7px;
margin-top: 7px;
}
iframe { opacity: 0.9; filter:alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; -webkit-
transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
iframe:hover{ opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; }
#nav {
color: {color:topbar link};
position: fixed;
left: 140px;
top: 270px;
}
#menu { text-align: center;}
#menu a:hover{
color: {color:menu link hover};
background: {color:menu link background hover};
}
#menu a{
color: {color:menu link};
text-decoration: none; padding-left:4px;padding-right:4px;padding-top:0px;
padding-bottom:0px;margin: 0px 15px 2px 15px;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 8px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: {color:menu link background} url({image:menu link background});
}
#title {margin-right: 15px;margin-bottom: 5px; text-align: center;}
#title a{
font:16px/12px Courier new, courier, monospace;
color: {color:title text}!important; text-transform: uppercase;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#title a:hover{
color: {color:title text hover}!important;
}
#desc p{
font-size: 10px;padding: 5px;letter-spacing: 1px;
margin:7px; text-align: center;text-transform: uppercase;
}
#desc a:hover{
color: {color:menu link hover};
background: {color:menu link background hover};
}
#desc a{
color: {color:menu link};
text-decoration: none; padding-left:2px;padding-right:2px;padding-top:0px;
padding-bottom:0px;
text-transform: uppercase;
letter-spacing: 3px;
font:8px calibri, arial, trebuchet ms, sans-serif;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: {color:menu link background} url({image:menu link background});
}
#chat ul,#chat ol,#chat li{
list-style:none;
padding: 1px;
}
ul, ol {
padding-left: 5px!important;
margin-left:15px!important;
}
#asker {
font: italic 9px georgia, times new roman, serif; font-weight:normal ;margin-left: 7px;text-align:
left;border-bottom:1px solid {color:link 2}; margin-right: 7px; margin-bottom:0px;
}
#asker a{
color: {color:link};
}
#quote {
text-decoration: none;
font-style: normal;
text-align:center;
letter-spacing:0px;
padding-top:5px; text-transform: uppercase;
font: 10px/10px courier new, courier, monospace;
}
h1 {
font-size: 9px;font-family: courier new, courier, monospace;text-transform: uppercase; letter-
spacing: 1px;margin-left: 7px;text-align: left;margin-right: 7px; margin-bottom:0px;
}
h1 a{
color: {color:post title}; font-style: normal!important;
}
#info {
padding:0px;margin:0px;width:500px;
}
#answer a, #source a, #caption a, #audiotext a, #quotesource a, #text a, #captiona a, #info a{
font: italic bold 10px/10px courier new, georgia, times new roman, serif;
text-transform: uppercase;letter-spacing: 0px;text-decoration:none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
color: {color:link};
}
#answer a:hover, #source a:hover, #caption a:hover, #audiotext a:hover, #quotesource a:hover,
#text a:hover, #captiona a:hover, #info a:hover{
text-decoration:underline!important;
color:{color:link hover};
}
#quotesource {
display: block;
text-align: center;
}
.label {
font: 9px lucida console, trebuchet ms, sans-serif;
text-transform: uppercase;
color: {color:link hover};
padding-right: 5px;
}
.person1 .label {
padding-right: 5px;
text-transform: uppercase;
color: {color:link};
font: 9px lucida console, trebuchet ms, sans-serif;
}
ul, ol {
padding-left: 5px!important;
margin-left:15px!important;
}
#audio {
width: 250px; background: #000;
}
#audiotext{
padding: 5px;
}
#note {
font-size: 9px;
padding: 7px;
float:NONE;
color: {color:post text};
width: 500px;
}
li.note {
list-style:none;
padding: 3px;
margin: 0px;
margin-right: 25px;
}
#note a{
font: 8px/9px georgia, times new roman, serif;
color: {color:link};background-color: {color:link background};
text-transform:uppercase;text-decoration: underline;
}
#note a:hover{
color: {color:link hover};
}
.container{
margin: 0px;
overflow:hidden; float:left;position:relative;
{block:ifthreecolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:ifthreecol
umns}
{block:iffourcolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:iffourcolumns}
{block:iftwocolumns}{block:indexpage}width:400px;{/block:indexpage}{/block:iftwocolum
ns}
{block:ifonecolumn}{block:indexpage}width:500px;{/block:indexpage}{/block:ifonecolumn}
{block:permalinkpage}width:500px;{/block:permalinkpage}
}
#entry {
line-height: 12px;float:left;
color: {color:post text}; font: 9px georgia, times new roman, serif;
{block:ifthreecolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:ifthreecol
umns}
{block:iffourcolumns}{block:indexpage}width:250px;{/block:indexpage}{/block:iffourcolumns}
{block:iftwocolumns}{block:indexpage}width:400px;{/block:indexpage}{/block:iftwocolum
ns}
{block:ifonecolumn}{block:indexpage}width:500px;{/block:indexpage}{/block:ifonecolumn}
{block:permalinkpage}width:500px;{/block:permalinkpage}
}
#all{
position: absolute;
top: {text:post position from top}px;
float:left;
{block:ifthreecolumns}{block:indexpage}width:750px;{/block:indexpage}{/block:ifthreecol
umns}
{block:iffourcolumns}{block:indexpage}width:1000px;{/block:indexpage}{/block:iffourcolumns}
{block:iftwocolumns}{block:indexpage}width:800px;{/block:indexpage}{/block:iftwocolum
ns}
{block:ifonecolumn}{block:indexpage}width:750px;{/block:indexpage}{/block:ifonecolumn}
{block:permalinkpage}width: 500px;{/block:permalinkpage}
background: {color:post background} url('{image:post background}');
}
#entry img{
{block:ifthreecolumns}{block:indexpage}max-
width:250px;{/block:indexpage}{/block:ifthreecolumns}
{block:iffourcolumns}max-width:250px;{/block:iffourcolumns}
{block:iftwocolumns}{block:indexpage}maxwidth:400px;{/block:indexpage}{/block:iftwocol
umns}
{block:ifonecolumn}{block:indexpage}width:500px;{/block:indexpage}{/block:ifonecolumn}
{block:permalinkpage}max-width:500px;{/block:permalinkpage}
margin:0px!important;
opacity: 0.9;
filter:alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;}

#entry img:hover{
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
}
blockquote{
border-left: 1px solid {color:blockquote border};
padding-left: 5px;
color: {color:blockquote text};margin-left:20px;
}
table, tr, td{
font-size: 9px!important;
}
#text img, #captiona img, #answer img{
{block:iftwocolumns}width:390px;{/block:iftwocolumns}
{block:ifthreecolumns}max-width:240px;{/block:ifthreecolumns}
{block:iffourcolumns}max-width:240px;{/block:iffourcolumns}
{block:ifonecolumn}width:490px;{/block:ifonecolumn}
margin:0px;
}

#entry p{
margin-top:7px;margin-left:5px;margin-right:5px; margin-bottom: 3px;
}
small {font-size:9px;}
.navigation {display:none!important;}
#photoset{margin:5px!important;}
#permalink {margin:0px;padding:0px;text-align:right;}
#permalink a{color: {color:link hover};text-transform:uppercase;font: 9px courier new, courier,
monospace;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;}
#permalink a:hover{color: {color:link}; text-decoration: line-through;}
</style>

<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(".tags").hide();
//toggle the componenet with class msg_body
jQuery(".categories").click(function()
{
jQuery(this).next(".tags").slideToggle(500);
});});
</script>


<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-
1.4.2.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<!-- {block:IndexPage} -->
<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
<script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
<script type="text/javascript">
$(window).load(function () {
$('#content').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : "div.navigation",
// selector for the paged navigation (it will be hidden)
nextSelector : ".navigation a#next",
// selector for the NEXT link (to page 2)
itemSelector : ".container",
// selector for all items you'll retrieve
bufferPx : 10000,
extraScrollPx: 10000,
loadingImg : "",
loadingText : "<em></em>",
},
// call masonry as a callback.
function() { $('#content').masonry({ appendedContent: $(this) }); }
);
});
</script>
<!-- {/block:IndexPage} -->



</head>
<body><div id="over"></div>
<div class="navigation">
<!--{block:Pagination}-->
<!--{block:NextPage}--><p id="page_nav"><a style="float:right" href="{NextPage}"
id="next">Older ?</a><!--{/block:NextPage}-->
<!--{block:PreviousPage}--><a style="float:left" href="{PreviousPage}">? Newer</a></p><!--
{/block:PreviousPage}-->
<!--{/block:Pagination}-->
</div>


<div id="topbar"><div align="center"><div id="topcontainer">
<div id="title"><a href="/" alt="{Title}">{title}</a></div>

{block:iftopimage}<div id="topimage" align="center"><a href="/" alt="{Title}"><img
src="{image:top}" id="simage" border="0" ></a></div>{/block:iftopimage}
<div id="desc">{block:Description}<p>{Description}</p>{/block:Description}</div>


<div id="menu">{block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
{block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
{block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
{block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
{block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
<a href="/archive">archives</a>
<a href="/ask">message</a>
<a href="http://ettudis.three-words.net">&copy;</a> </div></div></div>


</div>

<table width="100%" align="center"><tr><td valign="top" align="center">
{block:iffourcolumns}{block:indexpage}<table
width="1000">{/block:indexpage}{/block:iffourcolumns}
{block:ifthreecolumns}{block:indexpage}<table
width="755">{/block:indexpage}{/block:ifthreecolumns}
{block:iftwocolumns}{block:indexpage}<table
width="850">{/block:indexpage}{/block:iftwocolumns}
{block:ifonecolumn}{block:indexpage}<table width="500">{/block:indexpage}{/block:ifonecolumn}
{block:permalinkpage}<table width="500">{/block:permalinkpage}
<tr><td>
<div id="all">
<div id="content">
{block:Posts}
<div class="container">
<div id="entry">


{block:Text}
<h1>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h1>
<div id="text">{Body}</div>
{/block:Text}

{block:iffourcolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-
250}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-250}<div
id="permalink"><a href="{Permalink}">permalink</a></div>{/block:Photoset}{/block:indexpage}

{block:indexpage}{block:Video}{Video-250}
<div id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Video}{/block:indexpage}{/block:iffourcolumns}

{block:ifthreecolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img
src="{PhotoURL-250}" border="0" width="250px"/></a>{/block:Photo}{block:Photoset}{Photoset-
250}<div id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Photoset}{/block:indexpage}

{block:indexpage}{block:Video}{Video-250}
<div id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Video}{/block:indexpage}{/block:ifthreecolumns}

{block:iftwocolumns}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-
400}" border="0" width="400px"/></a>{/block:Photo}{block:Photoset}{Photoset-400}<div
id="permalink"><a href="{Permalink}">permalink</a></div>{/block:Photoset}{/block:indexpage}

{block:indexpage}{block:Video}{Video-400}
<div id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Video}{/block:indexpage}{/block:iftwocolumns}

{block:ifonecolumn}{block:indexpage}{block:Photo}<a href="{Permalink}"><img src="{PhotoURL-
500}" border="0" width="500px"/></a>{/block:Photo}{block:Photoset}{Photoset-500}<div
id="permalink"><a href="{Permalink}">permalink</a></div>{/block:Photoset}{/block:indexpage}

{block:indexpage}{block:Video}{Video-500}
<div id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Video}{/block:indexpage}{/block:ifonecolumn}



{block:permalinkpage}{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0"
width="500px"/>{LinkCloseTag}{/block:Photo}{block:Photoset}{Photoset-500}<div
id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Photoset}{/block:permalinkpage}

{block:permalinkpage}{block:Video}{Video-500}
<div id="permalink"><a
href="{Permalink}">permalink</a></div>{/block:Video}{/block:permalinkpage}


{block:Quote}
<div id="quote">&#8220;{Quote}&#8221; </div>
<div id="quotesource">{block:Source}&#8212; {Source}{/block:Source}</div>
<div id="permalink"><a href="{Permalink}">permalink</a></div>
{/block:Quote}

{block:Link}
<h1><a href="{URL}" {Target}>{Name}</a></h1>
{block:Description}{Description}{/block:Description}
<div id="permalink"><a href="{Permalink}">permalink</a></div>{/block:Link}

{block:Chat}<div id="chat">{block:Title}
<h1><a href="{Permalink}">{Title}</a></h1>
{/block:Title}
<ul>
{block:Lines}
<li class="person{UserNumber}">{block:Label}<span
class="label">{Label}</span>{/block:Label}{Line}</li>
{/block:Lines}
</ul>
</div>
<div id="permalink"><a href="{Permalink}">permalink</a></div>
{/block:Chat}

{block:Audio}

<div id="audio">{AudioPlayerBlack}</a></div>
{block:permalinkpage}<div id="audiotext">{PlayCountWithLabel}</div>
<div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>{/block:permalinkpage}
<div id="permalink"><a href="{Permalink}">permalink</a></div>

{/block:Audio}

{block:Answer}
<div id="asker">{Asker} said:<br /> {Question}</div>
<div id="answer">{Answer}</div>
<div id="permalink"><a href="{Permalink}">permalink</a></div>
{/block:Answer}





{block:PermalinkPage}<div id="captiona" style="overflow:hidden; max-width:500px!important;
margin:5px;">
{block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
{block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
{block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>

{block:Date}<div id="info" align="right">Posted on {Month} {DayOfMonthWithZero},
{Year}{block:NoteCount} with {NoteCount}
notes{/block:NoteCount}<br>{block:RebloggedFrom}via <a href="{ReblogParentURL}"
title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}"
title="{ReblogRootTitle}">{ReblogRootName}</a>)<br>{/block:RebloggedFrom}{block:HasTags}tag
ged: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}
</div>{/block:Date}

<div id="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:permalinkpage}

</div>
</div>
{/block:Posts}
</div>
</div><tr><td></table><tr><td></table>
</body>
</html>
TEMA BONITO ^ http://fukuo.co.vu/tema
http://themecolibri.tumblr.com/
http://ettudis.three-words.net/artjunk/tumblr/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--
"i open at the close" theme
by: mjwatsonthemes
do not remove credit
--!>

<html>
<head>

<!-- DEFAULT VARIABLES -->
<meta name="image:sidebar" content=""/>
<meta name="image:sidebar2" content=""/>
<meta name="image:Background" content="">

<meta name="color:BG" content="#f4ece2" />
<meta name="color:sidebar" content="#FAF5F0" />
<meta name="color:nav" content="#DBBFAB" />
<meta name="color:navtext" content="#FAECE3" />
<meta name="color:navhover" content="#838383" />
<meta name="color:content" content="#FAF5F0" />
<meta name="color:text" content="#CCC5C0" />
<meta name="color:bold" content="#796959" />
<meta name="color:italic" content="#D4B782" />
<meta name="color:titlebox" content="#F1EBE1" />
<meta name="color:link" content="#CCAB8C" />
<meta name="color:permalink" content="#F0EADE" />
<meta name="color:permahover" content="#F7ECD7" />
<meta name="color:headerbg" content="#FFFFFF" />
<meta name="color:scroll1" content="#E0D3C2" />
<meta name="color:scroll2" content="#F1E6D8" />

<meta name="font:title" content="georgia" />
<meta name="font:body" content="georgia" />
<meta name="font:link" content="georgia" />
<meta name="font:permalink" content="tahoma" />

<meta name="text:Link1" content="link" />
<meta name="text:Link1 Title" content="link" />
<meta name="text:Link2" content="link" />
<meta name="text:Link2 Title" content="link" />
<meta name="text:Link3" content="link" />
<meta name="text:Link3 Title" content="link" />
<meta name="text:Link4" content="link" />
<meta name="text:Link4 Title" content="link" />

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8">

<title>{Title}</title>

<style type="text/css">

body {
background-image: url("{image:Background}");
background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
color:{color:text};
background-color:{color:BG};
background-attachment:fixed;
font-family:{font:body};
font-size:10px;
margin-top: -5px;
line-height:110%;
}

a:link, a:active, a:visited {
color:{color:link};
text-decoration:none;
}

#entries {
margin-left: 340px;
margin-top: 65px;
width: 510px
}

#desc {
font-family: {font:body};
letter-spacing:0px;
background-color: {color:titlebox};
font-size: 10px;
padding: 10px;
width: 210px;
margin-left: 5px;
margin-top: 5px;
text-align: justify;
font-style: normal;
color: {color:text}
}

::-webkit-scrollbar-thumb:vertical {
background-color: {color:scroll1};
height: 50px;
}

::-webkit-scrollbar {
height: 10px;
width: 10px;
background-color: {color:scroll2};
}

#nav {
position: fixed;
margin-top: -68px;
margin-left: 358px;
}

#nav a {
display: inline-block;
width: 50px;
height: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
background-color: {color:nav};
padding: 5px;
font-family:{font:link};
font-size: 11px;
color: {color:navtext};
text-transform: lowercase;
line-height: 50px;
text-align: center;
text-decoration: none;
margin-left: 5px;
{block:IfSidebarFade}opacity: .3;{/block:IfSidebarFade}
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

#nav a:hover {
background-color:{color:navhover};
color: {color:link};
opacity: 1;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
}

#pagination {
font-family: {font:link};
text-align: center;
font-size: 40px;
font-style: normal;
margin-top:510px;
background-color: {color:sidebar};
padding: 2px;
letter-spacing: 0px;
}

#sidebar {
position: fixed;
left: 70px;
top: 0px;
width: 255px;
height: 1000px;
background-color: {color:sidebar};
}

#sbar2 {
position: fixed;
left: 348px;
top: 0px;
width: 510px;
height: 68px;
background-color: {color:headerbg};
opacity: .5;
}

#lovenotes {
position: absolute;
margin-top: 0px;
margin-left: 520px;
background-color: {color:BG};
padding: 2px;
height: auto;
width: auto;
text-align: center;
font-size: 8px;
letter-spacing:1px;
text-transform:lowercase;
font-family:{font:link};
border-left: 4px;
solid {color:abovebar};
font-style:normal;
opacity:0.7;
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
}

#lovenotes:hover {
border-left:20px
solid {color:navtext};
opacity:1.0;
}

.notes {
text-align: left;
font-size :10px;
letter-spacing: 1px;
text-transform: lowercase;
color: {color:text};
font-family: {font:link};
padding:2px
}

#postnotes {
font-family: {font:link};
font-size: 10px;
text-transform: lowercase;
padding: 5px;
font-style: normal
}

#plinx {
background-color:{color:permalink};
margin: 1px 1px 1px 1px;
font-family: {font:permalink};
font-size: 8px;
text-transform: uppercase;
color: {color:text};
letter-spacing: 1px;
text-align: center;
padding: 1px;
font-style :normal;
width: 500px; }

#plinx:hover {
background-color:{color:permahover}
}

#posts {
overflow:hidden;
background-color: {color:content};
border-left :0px;
solid {color:link};
border-right: 0px;
solid {color:link};
padding: 3px;
font-style:normal;
}

h2{
color: {color:text};
font-family: {font:title};
background-color: {color:BG};
font-size: 11px;
letter-spacing: 0px;
font-weight: normal;
text-transform: lowercase;
margin: 0px;
padding: 0px;
margin-bottom: -0px;
text-align: center;
}

.postalign {
text-align: justify;
padding: 3px 7px 0px 7px;
}

#diamond {
background-color: {color:titlebox};
color: {color:BG};
padding: 0px;
font-size: 18px;
font-family:{font:title};
width: 230px;
letter-spacing: 2px;
font-style: italic;
height: 18px;
margin-left: 13px;
margin-top: -10px;
z-index: 2;
position: fixed;
}

#sideimg img {
max-width: 230px;
height: auto;
text-align:center;
margin-top:5px;
}

.ask {
background-color: {color:BG};
color: {color:text};
padding: 3px;
width: 496px;
margin-left: 1px;
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 0px;
}

.broegan {
background-color: {color:permalink};
color: {color:text};
padding: 2px;
width: 498px;
font-style: italic;
font-size: 15px;
letter-spacing: 2px;
margin-left: 1px;
line-height: 0px;
margin-top: 2px;
margin-bottom: 0px;
}

blockquote {
border-left: 2px {color:body} solid;
padding-left: 5px;
margin:0px 2px 0px 10px;
}

blockquote {
padding: 0px;
padding-left: 5px;
margin: 5px;
border-left: 2px
solid {color:text}
}

b, strong {
color:{color:bold};
}

i, em {
color:{color:italic};
}

p {
margin-top:5px;
margin-bottom:5px
}

.stretch {
background-color: #FFFFFF;
height: 27px;
margin-bottom: -10px;
width:503px;
}

.user_1 .label {
color:{color:link};
font-weight:bold
}

.user_2 .label {
color:{color:text};
font-weight:bold
}

ul.chat, .chat ol, .chat li {
list-style:none;
margin:0px;
padding:0px;
}

.notes img{
width:10px;
position:relative;
top:1px;
}

ol.notes, .notes li {
list-style:none;
margin:0px;
padding:0px;
}

iframe input, iframe submit, iframe textarea, iframe div, iframe table {
background-color:transparent!important;}

</style>
<style type="text/css">{CustomCSS}</style>
</head>
<div id="sbar2"></div>
<div id="nav"> <br>
<a href="/ask">message</a>
<a href="/archive">archive</a>
{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
<a href="http://mjwatsonthemes.tumblr.com/">theme</a>


</div>

<div id="sidebar"><br>
<br><center><div id="diamond"><a href="/">{Title}</a></br</div><br><br>
<div id="sideimg"><img src="{image:sidebar}"></div>
<div id="sideimg"><img src="{image:sidebar2}"></div>
<div id="desc">{block:Description}{Description}{/block:Description}<br>

<center><br>{block:PreviousPage}<a href="{PreviousPage}"><font size="5"> </font></a>
<br>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font size="5">
</font></a>{/block:NextPage}</center></div></div>
</div>


</div>




<div id="entries"><br>
{block:Posts}

<div id="posts">
{block:Title}
<h2>{Title}&nbsp;</h2>
{/block:Title}

{block:Text}
{Body}
{/block:Text}

{block:Quote}
<h2>"{Quote}"</h2>
{/block:Quote}

{block:Source}
<div class="source"> {Source}</div>
{/block:Source}

{block:Link}
<h2><a href="{URL}" class="link" {Target}>{Name}&nbsp;</a></h2>
{block:Description}<P>{Description}</p>{/block:Description}
{/block:Link}

{block:Photo}
<center>{LinkOpenTag}<img src="{PhotoURL-500}"
alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
{/block:Photo}

{block:Photoset}
<center>{Photoset-500}</center>
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}

{block:Chat}
<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span
class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
{/block:Chat}

{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}

{block:Answer}
<div class="broegan">
<div class="askicon"><img src="{AskerPortraitURL-16}"> {Asker} said: </div></div>
<div class="ask">{Question}
</div>
{Answer}
{/block:Answer}

{block:Audio}
<div class="stretch">
{AudioPlayerwhite}</div><br>
this has been played <b>{PlayCount}</b> times{block:ExternalAudio}
<a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}<br>
{block:caption}{caption}{/block:caption}
{/block:Audio}

<div id="plinx">
{block:Date} <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a
href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:RebloggedFrom} | via <a
href="{ReblogParentURL}"><a
href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
{block:ContentSource}, from <a href="{SourceURL}">{SourceLink}</a>
{/block:ContentSource}<br>
{block:HasTags}{block:Tags} #<a
href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
{block:PostNotes}{PostNotes}{/block:PostNotes}<br>

</body>

</html>

</html>
http://mjwatsonthemes.tumblr.com/ http://mjwatsonthemes.tumblr.com/
http://lmthemes.tumblr.com/ot
http://lmthemessp.tumblr.com/mk
http://kamikukisama.tumblr.com/tagged/themes
http://starious.tumblr.com/tagged/theme
http://elyxir.tumblr.com/tagged/theme http://starktruk-k-k-k2.tumblr.com/
TEMAS: DE TODOS: http://gyapo.tumblr.com/tagged/theme%20recs
Mis temas hermosos: http://a--themes.tumblr.com/tagged/grid
http://athemes-support.tumblr.com/thm22
http://athemes-support.tumblr.com/thm16
http://athemes-support.tumblr.com/thm8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




<!---

don't remove the credit
leave the credit if you want to use parts of the theme


____________________________________


--->



<meta name="color:Background" content="#ffffff" />
<meta name="color:Text" content="#353434" />

<meta name="color:EntryBackground" content="#e5e1df" />
<meta name="color:EntryBorder" content="#353434" />
<meta name="color:CustomBackground" content="#e5e1df" />
<meta name="color:CustomText" content="#353434" />
<meta name="color:DescBackground" content="#e5e1df" />
<meta name="color:DescText" content="#353434" />
<meta name="color:Bold" content="#353434" />
<meta name="color:Italic" content="#949690" />
<meta name="color:PermaLink" content="#cac5c2" />
<meta name="color:SideTitle" content="#353434" />
<meta name="color:Link" content="#064079" />
<meta name="color:LinkHover" content="#353434" />
<meta name="color:SideTitleBackground" content="#e5e1df" />
<meta name="color:RightBorder1" content="#cac5c2" />
<meta name="color:RightBorder2" content="#6d6969" />
<meta name="color:RightBorder3" content="#cac5c2" />
<meta name="color:RightBorder4" content="#6d6969" />
<meta name="color:PostTitle" content="#353434" />
<meta name="color:PostTitleBackground" content="#b1acac" />
<meta name="color:BlockquoteBorder" content="#353434" />
<meta name="color:Perma" content="#353434" />
<meta name="color:HomeBackground" content="#cac5c2"/>
<meta name="color:HomeText" content="#353434"/>
<meta name="color:AskBackground" content="#cac5c2"/>
<meta name="color:AskText" content="#353434"/>
<meta name="color:PastBackground" content="#cac5c2"/>
<meta name="color:PastText" content="#353434"/>
<meta name="color:ThemeBackground" content="#cac5c2"/>
<meta name="color:QuestionBackground" content="#b1acac"/>
<meta name="color:ThemeText" content="#353434"/>
<meta name="color:Pagination" content="#353434"/>
<meta name="color:ChatOddBackground" content="#e5e1df" />
<meta name="color:ChatOddText" content="#353434" />
<meta name="color:ChatEvenBackground" content="#b1acac" />
<meta name="color:ChatEvenText" content="#353434" />
<meta name="color:ChatEvenName" content="#353434" />
<meta name="color:ChatOddName" content="#353434" />


<meta name="font:body" content="georgia" />


<meta name="if:InfiniteScrolling" content="0" />
<meta name="if:ShowCaptions" content="0">
<meta name="if:FadingPhoto" content="1" />
<meta name="if:TwoColumnPosts" content="1" />
<meta name="if:MusicPlayer" content="1" />
<meta name="if:Monochrome" content="1" />

<meta name="image:SidebarImg"
content="http://static.tumblr.com/7fjp0ap/uAzmbdrlc/tumblr_m3h77bxcis1qk3ljko1_500.gif"/>
<meta name="image:Background"
content="http://static.tumblr.com/7fjp0ap/bRNmbdsl2/tumblr_lzju29vxir1r9g6hvo2_100.png"/>
<meta name="image:bg2"
content="http://static.tumblr.com/7fjp0ap/tDGmbf62q/narrmono.png" />
<meta name="image:SideImage1"
content="http://static.tumblr.com/7fjp0ap/PSymbdy32/naru.png"/>
<meta name="image:SideImage2"
content="http://static.tumblr.com/7fjp0ap/yBImbdycy/sasu.png"/>
<meta name="image:SideImage3"
content="http://static.tumblr.com/7fjp0ap/FCcmbdzls/haruno.sakura.full.1065056.jpg"/>
<meta name="image:SideImage4"
content="http://static.tumblr.com/7fjp0ap/agbmbdysd/kakashi.jpg"/>


<meta name="text:Background Repeat" content="repeat"/>
<meta name="text:Music" content=" "/>


<meta name="text:Link1" content="" />
<meta name="text:URL1" content="/"/>
<meta name="text:Link2" content="" />
<meta name="text:URL2" content="/"/>
<meta name="text:Link3" content="" />
<meta name="text:URL3" content="/"/>
<meta name="text:Link4" content="" />
<meta name="text:URL4" content="/"/>




<head>
<link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">

<style type="text/css">






body {
background-image: url('{image:background}');
background-color: {color:background};
background-attachment: fixed;
background-repeat: {text:Background Repeat};
color: {color:text};
font-family: {font:body};
font-size: 10px;
}

@font-face {
font-family: "comic";
src: url('http://static.tumblr.com/uuxiawr/Sgdmacv3k/comic.ttf');}

@font-face {
font-family: "talldark";
src: url('http://static.tumblr.com/7fjp0ap/YSGmbf85z/talldark.ttf');}

@font-face {
font-family: "cambria";
src: url('http://dl.dropbox.com/u/81624450/CAMBRIA.TTC');}

@font-face {
font-family: "giddyup";
src: url('http://static.tumblr.com/uuxiawr/cRimagk8w/giddyupstd.otf');}

::-webkit-scrollbar-thumb {
background-color: {color:desctext};
height: 5px;
width: 8px;
}

::-webkit-scrollbar {
height: 5px;
width: 8px;
background-color: {color:descbackground};
}

a{
color: {color:link};

text-decoration: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

a:hover{
color: {color:linkhover};
}


#barholder{
position:fixed;
top: 0px;
bottom: 0px;
left:100px;
width: 205px;
}




#sidebar{
width: 200px;
display: inline-block;
text-align: center;
background: ;
}

#sidebarx{
display: inline-block;
padding-bottom: -1px;
width: 199px;
border-top: 1px dotted {color:desctext};
border-bottom: 1px dotted {color:desctext};
border-left: 1px dotted {color:desctext};
border-right: 1px dotted {color:desctext};
-moz-border-radius: 150px 150px 0px 0px;
-webkit-border-radius: 150px 150px 0px 0px;
border-radius: 150px 150px 0px 0px;
}

#sidebarx img{

width: 199px;
height: 150px;
text-align: center;
-moz-border-radius: 150px 150px 0px 0px;
-webkit-border-radius: 150px 150px 0px 0px;
border-radius: 150px 150px 0px 0px;
}


#sidetitle{
margin-top: 10px;
width: 190px;
display: inline-block;
text-align: center;
font-family: giddyup;
font-size: 20px;
padding: 5px;
border: 1px dotted {color:Sidetitle};
color: {color:sidetitle};
background-color: {color:sidetitlebackground};
}



#desc{
background-color: {color:descbackground};
color: {color:desctext};
font-family: comic;
font-size: 12px;
margin-left: 0px;
margin-top: 10px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border: dotted 1px {color:desctext};
width: 190px;
height: 100px;
overflow-y: scroll;
display: block;
text-align: center;
}


#custombox{
margin-top: 10px;
text-align: center;
width: 200px;
}


#custombox a{
font-family: comic;
text-transform: none;
font-size: 10px;
display: block;
width: 190px;
height: 20px;
text-align:center;
margin-bottom: 2px;
line-height: 20px;
padding-right: 5px;
padding-left: 5px;
border: 1px dotted {color:customtext};
background-color: {color:custombackground};
color: {color:customtext};
}


#custombox a:hover{
border: 1px dotted {color:custombackground};
background-color: {color:customtext};
color: {color:custombackground};
}




#sideimgholder{
position: fixed;
top: 0px;
bottom: 0px;
left:8px;
width: 80px;
}



#sideimagesbox{
display: inline-block;
width: 80px;
}



#sideimg1{
margin-bottom: 30px;
display: block;
width: 60px;
height: 60px;
margin-left: 10px;
border: 2px solid {color:homebackground};
background-color: {color:homebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg1 img{
width: 60px;
height: 60px;
background-color: {color:homebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;

}

.navi1{
position: absolute;
margin-top: -60px;
z-index: 999;
font-size: 9px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 20px;
background-color: {color:HomeBackground};
text-align: center;
width: 90px;
height: 20px;
margin-left: -15px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}


#sideimg1:hover .navi1{
margin-top: -38px;
opacity: 0.8;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi1 a{
color: {color:hometext};
text-decoration: none;
}


#sideimg2{
margin-bottom: 30px;
display: block;
width: 60px;
height: 60px;
margin-left: 10px;
border: 2px solid {color:askbackground};
background-color: {color:askbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg2 img{
width: 60px;
height: 60px;
background-color: {color:askbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi2{
position: absolute;
margin-top: -60px;
z-index: 999;
font-size: 9px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 20px;
background-color: {color:AskBackground};
text-align: center;
width: 90px;
height: 20px;
margin-left: -15px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}


#sideimg2:hover .navi2{
margin-top: -38px;
opacity: 0.8;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi2 a{
color: {color:asktext};
text-decoration: none;
}


#sideimg3{
margin-bottom: 30px;
display: block;
width: 60px;
height: 60px;
margin-left: 10px;
border: 2px solid {color:pastbackground};
background-color: {color:pastbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg3 img{
width: 60px;
height: 60px;
background-color: {color:pastbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi3{
position: absolute;
margin-top: -60px;
z-index: 999;
font-size: 9px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 20px;
background-color: {color:PastBackground};
text-align: center;
width: 90px;
height: 20px;
margin-left: -15px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}


#sideimg3:hover .navi3{
margin-top: -38px;
opacity: 0.8;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi3 a{
color: {color:pasttext};
text-decoration: none;
}


#sideimg4{
display: block;
margin-left: 10px;
width: 60px;
height: 60px;
border: 2px solid {color:themebackground};
background-color: {color:themebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg4 img{
background-color: {color:themebackground};
width: 60px;
height: 60px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi4{
position: absolute;
margin-top: -60px;
z-index: 999;
font-size: 9px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 20px;
background-color: {color:themeBackground};
text-align: center;
width: 90px;
height: 20px;
margin-left: -15px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}


#sideimg4:hover .navi4{
margin-top: -38px;
opacity: 0.8;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi4 a{
color: {color:themetext};
text-decoration: none;
}


#border1{
position: fixed;
{block:ifTwoColumnPosts}margin-left: 934px;{/block:ifTwoColumnPosts}
{block:ifNotTwoColumnPosts}margin-left: 784px;{/block:ifNotTwoColumnPosts}
{block:permalinkpage}margin-left: 804px;{/block:permalinkpage}
height: 50%;
top: 0px;
width: 20px;
border-right: 10px solid {color:rightborder2};
background-color: {color:rightborder1};
-moz-border-radius: 0px 0px 50px 50px;
-webkit-border-radius: 0px 0px 50px 50px;
border-radius: 0px 0px 50px 50px;
}



#border2{
position: fixed;
{block:ifTwoColumnPosts}margin-left: 964px;{/block:ifTwoColumnPosts}
{block:ifNotTwoColumnPosts}margin-left: 814px;{/block:ifNotTwoColumnPosts}
{block:permalinkpage}margin-left: 834px;{/block:permalinkpage}
height: 50%;
bottom: 0px;
width: 20px;
border-left: 10px solid {color:rightborder4};
background-color: {color:rightborder3};
-moz-border-radius: 50px 50px 0px 0px;
-webkit-border-radius: 50px 50px 0px 0px;
border-radius: 50px 50px 0px 0px;
}




#circle{
-moz-border-radius: 60px 60px 60px 60px;
-webkit-border-radius: 60px 60px 60px 60px;
border-radius: 60px 60px 60px 60px;
padding: 1px;
width: 60px;
height: 60px;
position: fixed;
top: 50%;
margin-top: -31px;
{block:ifTwoColumnPosts}margin-left: 933px;{/block:ifTwoColumnPosts}
{block:ifNotTwoColumnPosts}margin-left: 783px;{/block:ifNotTwoColumnPosts}
{block:permalinkpage}margin-left: 803px;{/block:permalinkpage}
background-color: {color:text};


}


#circle img{
width: 60px;
height: 60px;
-moz-border-radius: 60px 60px 60px 60px;
-webkit-border-radius: 60px 60px 60px 60px;
border-radius: 60px 60px 60px 60px;
}


#musicc{
opacity: 0;
position:absolute;
overflow: hidden;
background-color: #000000;
width:50px;
height: 15px;
padding-top: 20px;
padding-bottom: 25px;
padding-right: 5px;
padding-left: 5px;
text-align: center;
-moz-border-radius: 60px 60px 60px 60px;
-webkit-border-radius: 60px 60px 60px 60px;
border-radius: 60px 60px 60px 60px;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

#circle:hover #musicc{
opacity: 0.8;

}



#posts{
{block:ifNotTwoColumnPosts}{block:IndexPage}width:450px;{/block:IndexPage}{/block:ifNotTwoC
olumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:600px;{/block:IndexPage}{/block:ifTwoColumnP
osts}
{block:PermalinkPage}width:450px;{/block:PermalinkPage}
margin-left: 330px;
margin-top: 25px;
position: relative;

}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


.entry{
{block:ifTwoColumnPosts}{block:IndexPage}float:
left;{/block:IndexPage}{/block:ifTwoColumnPosts}
position: relative;
{block:IfNotTwoColumnPosts}{block:IndexPage}width:400px;{/block:IndexPage}{/block:IfNotTwoC
olumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:250px;{/block:IndexPage}{/block:ifTwoColumnP
osts}
padding:8px;
border: 2px solid {color:entryborder};
{block:ifTwoColumnPosts}margin-left:10px;{/block:ifTwoColumnPosts}
{block:PermalinkPage}width:400px;{/block:PermalinkPage}
margin-bottom: 10px;
{block:ifTwoColumnPosts}{block:IndexPage}font-size:
11px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:ifnotTwoColumnPosts}{block:IndexPage}font-size:
12px;{/block:IndexPage}{/block:ifnotTwoColumnPosts}
font-family: calibri;
text-align: justify;
overflow: hidden;
background-color: {color:EntryBackground};
}


.entry img{
{block:IfNotTwoColumnPosts}{block:IndexPage}max-
width:400px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}max-
width:250px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}
{block:ifFadingPhoto}
opacity: 0.7;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out; {/block:ifFadingPhoto}
}


{block:ifFadingPhoto}
.entry img:hover{
opacity: 1;
}
{/block:ifFadingPhoto}


{block:ifFadingPhoto}
.photosetfade {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
}
{/block:ifFadingPhoto}


{block:ifFadingPhoto}
.photosetfade:hover {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 0.9;
}
{/block:ifFadingPhoto}


{block:ifMonochrome}
.mono{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter
id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333
0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
}


.mono:hover{
filter: none;
-webkit-filter: grayscale(0%);
}

{/block:ifMonochrome}




.entry b, strong{
color: {color:Bold};
}

.entry i, em{
color: {color:Italic};
}

.entry a{
color: {color:Link};
text-decoration: none;
}

.entry a:hover{
color: {color:linkhover};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

.entry h1{
font-family: consolas;
text-transform: uppercase;
font-size: 15px;
font-weight: 20px;
letter-spacing: 1px;
}

.entry h1 a{
color: {color:NormalLink};
}

blockquote{
color: {color:blockquotetext};
border-left: 5px solid {color:blockquoteborder};
padding-left:10px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin:5px;
text-align:justify;
}


.entry blockquote img{
max-width: 90%;
margin-left: 3px;
}


#quote{
color: {color:Quote};
padding: 15px;
font-family: agaramondpro;
font-size: 12px;
letter-spacing: 1px;
line-height: 10px;
}

.entry:hover #perma {
opacity: 1;
margin-top: -15px;
}


#perma{
z-index: 999;
font-family: comic;
font-size: 10px;
letter-spacing: 1px;
{block:IfNotTwoColumnPosts}{block:IndexPage}width:
414px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:
264px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermaLinkPage}width: 414px;{/block:PermaLinkPage}
font-family: 'Calibri';
font-size: 10px;
letter-spacing: 1px;
display: block;
height: 25px;
line-height: 25px;
margin-top: 10px;
margin-left: -10px;
text-align: left;
padding-left: 5px;
padding-right: 5px;
color: {color:posttitlebackground};
opacity: 0;
position: absolute;
border: 1px dotted {color:NormalLink};
background-color: {color:Perma};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#perma a {
color: {color:PermaLink};
font-style: none;
}

#perma a:hover{
color: {color:linkhover};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}


#reblogg{
font-family: consolas;
font-size: 10px;
letter-spacing: 1px;
display: block;
padding-right: 5px;
margin-top: -25px;
text-align: right;
}

.permalink {
font-family: cambria;
font-size: 10px;
color: {color:Text};
text-transform: uppercase;
text-align: center;
width: 394px;
margin-top: 20px;
padding:10px;
margin-bottom: 10px;
margin-left: -10px;
float: left;
background-color: {color:entrybackground};
}

.permalink b {
color: {color:Bold};
font-weight: normal;
}

#date {
color: {color:Italic};
}

.permalink a {
color: {color:Link};
text-decoration: none;
}

.permalink a:hover{
color: {color:linkhover};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#tags {

width: 409px;
background-color: {color:EntryBackground}
padding-top: 5px;
font-size: 10px;
letter-spacing: 1px;
font-family: consolas;
font-style: normal;
margin-top: 10px;
margin-bottom: -5px;
margin-left: -5px;
text-align: left;
text-transform: lowercase;
border-top: 1px {color:Text} dotted;

}


.title{
color: {color:PostTitle};
padding: 5px;
font-size: 30px;
font-family: talldark;
line-height: 100%;
letter-spacing: 1px;
text-transform: none;
margin-bottom:10px;
text-align: left;
background-color: {color:Posttitlebackground};
border-left: 10px {color:PostTitle} solid;
}

.title a:hover{
color: {color:linkhover};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

.ask {
{block:IfNotTwoColumnPosts}width: 380px;{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}width: 230px;{/block:ifTwoColumnPosts}
{block:PermaLinkPage}width: 380px;{/block:PermaLinkPage}
display: inline-block;
padding: 10px;
line-height: 10px;
text-align: justify;
background-color: {color:posttitlebackground};
font-family: comic;
color: {color:posttitle};
font-size: 10px;
text-transform: none;
}

.ask i {
font-style: normal;
}

.ask b {
font-weight: normal;
}

.ask a{
float: left;
display: block;
margin-right: 5px;
font-family: comic;
}


.askimg{
display: block;
float: left;
margin-right: 10px;
width: 48px;
height:48px;
border: 2px solid {color:entrybackground};
}

.askimg img{
width: 48px;
height: 48px;
}

.askimg{
float: left;
margin-right: 10px;
width: 48px;
height:48px;
border: 2px solid {color:perma};
}

.askimg img{
width: 48px;
height: 48px;
}

iframe#tumblr_controls {
right:3px !important;
position:fixed !important;
opacity: 0.5;
filter:alpha(opacity=0.5);
-moz-opacity: 0.5;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

iframe#tumblr_controls:hover {
opacity: 1;
filter:alpha(opacity=1);
-moz-opacity: 1;
}

#source {
font-family: consolas;
font-size:7pt;
text-align: right;
margin-top: -5px;
}


.odd .line {
background-color: {color:chatoddbackground};
padding: 3px;
margin-bottom:3px;
color:{color:chatoddtext};
}
.even .line {
background-color: {color:ChatEvenBackground};
padding:3px;
margin-bottom:3px;
color:{color:chateventext};
}
.odd .name {
color: {color:chatoddname};
padding: 3px;
}
.even .name {
color: {color:chatevenname};
padding: 3px;
}




ol.notes {
background-color:{color:EntryBackground};
font-family:tahoma;
font-size:10px;
padding-top:10px;
border: 0px;
padding-left:15px;
margin-top:10px;
width:376px;
margin-left: 10px;
list-style-type: none;}

ol.notes li.note {
background: ;
padding:5px;
width:380px;
letter-spacing: 0px;
text-align: left;
}

ol.notes li.note a{
color:{color:Link};
background: ;
font-family:tahoma;
text-transform:none;
letter-spacing:0px;
font-size:10px;}

ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 0px;
}


#musicbox{
width: 270px;
height: 100px;
text-align: left;
}

.cover {
width:100px;
height: 100px;
display: block;
position:absolute;
z-index:2
}

.cover img{
width: 100px;
height: 100px;
}

.coverx{
width: 100px;
height: 100px;
display: block;
position:absolute;
z-index:1
}

.coverx img{
width: 100px;
height: 100px;
}

.playbutton {
width:20px;
height: 30px;
overflow: hidden;
position:relative;
z-index:100;
margin: 15px 24px 13px 16px;
}


.playbox {
opacity: 0.8;
background-color: #000000;
position: absolute;
z-index: 1000;
margin-top:23px;
margin-left:20px;
-webkit-border-radius:100px;
-moz-border-radius: 100px; border-radius: 100px;
}

.audioplayer {
float:left;
margin-left: 100px;
position: absolute;
display: block;
margin-top: 10px;
padding-bottom:7px;
}

.infomusic {

text-align:left;
{block:IfNotTwoColumnPosts}{block:IndexPage}max-width:
350px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}max-width:
200px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermaLinkPage}max-width: 350px;{/block:PermaLinkPage}
margin-left:10px;
padding:5px;
background-color: {color:Blockquote};
}



.pagination {
display:none;
position: fixed;
right: 20px;
bottom: 10px;
text-align: center;
}


#pagi{
margin-top: 10px;
font-size: 30px;
font-family: consolas;
line-height: 10px;
color:{color:pagination};
}

#pagi a{
color: {color:pagination};
}




</style>




{block:IfNotTwoColumnPosts}
{block:IfInfiniteScrolling}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-
scrolling/code"></script>
{/block:IfInfiniteScrolling}
{/block:IfNotTwoColumnPosts}

<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-
1.4.2.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

{block:IndexPage}

{block:IfTwoColumnPosts}

<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
{block:IfInfiniteScrolling}
<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
{/block:IfInfiniteScrolling}

<script>
$(function(){
var $container = $('#posts');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector: '.entry',
});
});
$container.infinitescroll({
itemSelector : ".entry",
navSelector : "div.pagination",
nextSelector : ".pagination a#next",
loadingImg : "",
loadingText : "<em></em>",
bufferPx : 10000,
extraScrollPx: 12000,
},
// trigger Masonry as a callback
function( newElements ) {
var $newElems = $( newElements ).css({ opacity: 0 });
// ensure that images load before adding to masonry layout
$newElems.imagesLoaded(function(){
$newElems.animate({ opacity: 1 });
$container.masonry( 'appended', $newElems, true );
});
}
);
});
</script>

{/block:IfTwoColumnPosts}
{/block:IndexPage}

</head>


<body>




<div id="border1"></div>
<div id="border2"></div>

<div id="circle"><div id="musicc">{text:music}</div><img src="{PortraitURL-128}"></div>



<div id="sideimgholder">


<div style="display: table; height: 100%; #position: relative; overflow: hidden; z-index:999;">
<div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
<div id="sideimagebox" style=" #position: relative; #top: -50%;">

<div id="sideimg1"><img src="{image:sideimage1}"><div class="navi1"><a
href="/">Home</a></div></div>
<div id="sideimg2"><img src="{image:sideimage2}"><div class="navi2"><a
href="/ask">Ask</a></div></div>
<div id="sideimg3"><img src="{image:sideimage3}"><div class="navi3"><a
href="/archive">Past</a></div></div>
<div id="sideimg4"><img src="{image:sideimage4}"><div class="navi4"><a href="http://dianthus-
s.tumblr.com/">Theme</a></div></div>

</div>
</div>
</div>

</div>


<div id="barholder">
<div style="display: table; width: 205px; height: 100%; #position: relative; overflow: hidden; z-
index:999;">
<div style=" #position: absolute; width: 205px; #top: 50%;display: table-cell; vertical-align:
middle;">
<div id="sidebar" style=" #position: relative; #top: -50%;">



<div id="sidebarx"><img src="{image:sidebarimg}"></div>
<div id="sidetitle">{title}</div>





<center><div id="desc">{Description}</div></center>

<div id="custombox">

{block:ifLink1}<a href="{text:URL1}" >{text:Link1}</a>{/block:ifLink1}
{block:ifLink2}<a href="{text:URL2}" >{text:Link2}</a>{/block:ifLink2}
{block:ifLink3}<a href="{text:URL3}" >{text:Link3}</a>{/block:ifLink3}
{block:ifLink4}<a href="{text:URL4}" >{text:Link4}</a>{/block:ifLink4}


</div>




{block:IfNotInfiniteScrolling}<center><div id="pagi">{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}{block:NextPage}<a
href="{NextPage}"> </a>{/block:NextPage}{/block:Pagination}
{/block:Pagination}</div></center>{/block:IfNotInfiniteScrolling}



</div>
</div>
</div>
</div>


<div class="pagination">
{block:Pagination}
{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older
?</a>{/block:NextPage}
{block:PreviousPage}<a style="float:left" href="{PreviousPage}">?
Newer</a></p>{/block:PreviousPage}
{/block:Pagination}
</div>


<div id="posts">

{block:Posts}

<div class="entry" >




{block:Text}
{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
{/block:Text}

{block:Photo}
{block:ifnotTwoColumnPosts}{block:IndexPage}{LinkOpenTag}<div class="mono"><img
src="{PhotoURL-400}" class="center"></div>{LinkCloseTag}
{/block:IndexPage}{/block:ifnotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}{LinkOpenTag}<div class="mono"><img
src="{PhotoURL-250}" class="center"></div>{LinkCloseTag}
{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-400}"
class="center">{LinkCloseTag}{/block:PermalinkPage}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Photo}

{block:Photoset}

{block:ifnotTwoColumnPosts}{block:IndexPage}<div class="mono"><div
class="photosetfade">{Photoset-
400}</div></div>{/block:IndexPage}{/block:ifnotTwoColumnPosts}

{block:ifTwoColumnPosts}{block:IndexPage}<div class="mono"><div
class="photosetfade">{Photoset-250}</div></div>{/block:IndexPage}{/block:ifTwoColumnPosts}

{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}


{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}

{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}

{/block:Photoset}


{block:Link}
<div class="title">
<a href="{URL}" {Target}>{Name}</a>
</div>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Quote}
<div id="quote">{Quote}</div>{block:Source} <div id="source"> {Source}</div> {/block:Source}
{/block:Quote}

{block:Chat}
{block:Title}
<div class="title">{Title}</div>
{/block:Title}
{block:Lines}<div class="{Alt}">
<div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br
/></div></div>
{/block:Lines}
{/block:Chat}


{block:Audio}
<div id="musicbox">
<div class="playbox"><div
class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
<div class="coverx"><img src="{image:background}"></div>
{block:AlbumArt}
<div class="cover"><img src="{AlbumArtURL}"></div>
{/block:AlbumArt}
<div class="audioplayer">
<div class="infomusic"> {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}</div> <div
class="infomusic"><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div>
<b> <div class="infomusic">Plays: </b> {PlayCountWithLabel} </div> </div></div>

{/block:Audio}

{block:Video}

{block:ifnotTwoColumnPosts}{block:IndexPage}{Video-
400}{/block:IndexPage}{/block:ifnotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}{LinkOpenTag}{Video-
250}{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Video}

{block:Answer}
<div class="ask"><div class="askimg"><img src="{AskerPortraitURL-128}"></div><i>{Asker}</i>
<b>sent:</b><br /><br/>
{Question}</div>
{Answer}
{/block:Answer}

{block:IndexPage}


{block:Date}

<div id="perma"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a>{block:NoteCount} | <a
href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}

<div id="reblogg"><a href="{ReblogURL}">REBLOG</a></div>

</div>

{/block:Date}



{/block:IndexPage}


{block:PermalinkPage}
<div class="permalink">
<center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek},
{Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with
{NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a
href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a
href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
{block:HasTags}<b>tags &raquo;</b> {block:Tags} #<a
href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
{/block:PermalinkPage}







</div>

{/block:Posts}


</div>


<div>

<img src="{image:bg2}" style="position:fixed;
max-height: 100%;
max-width: 350px;
right:-20px;
bottom:-5px;
z-index:-9;
">

</div>

</body>
</html>
http://athemes-support.tumblr.com/thm5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




<!---

don't remove the credit
leave the credit if you want to use parts of the theme


____________________________________


--->



<meta name="color:Background" content="#ffffff" />
<meta name="color:Text" content="#492321" />

<meta name="color:EntryBackground" content="#faf0cc" />
<meta name="color:EntryBorder" content="#e5cf9d" />
<meta name="color:CustomBackground" content="#e5cf9d" />
<meta name="color:CustomBorder" content="#8ca76c" />
<meta name="color:CustomText" content="#8ca76c" />
<meta name="color:CustomTextHover" content="#e5cf9d" />
<meta name="color:DescTitleBackground" content="#e5cf9d" />
<meta name="color:DescTitle" content="#8ca76c" />
<meta name="color:Bold" content="#84431d" />
<meta name="color:Italic" content="#374410" />
<meta name="color:Link" content="#3b4e25" />
<meta name="color:SideTitle" content="#374410" />
<meta name="color:SideTitleBackground" content="#e5cf9d" />
<meta name="color:Title" content="#374410" />
<meta name="color:TitleBackground" content="#e5cf9d" />
<meta name="color:BlockquoteBorder" content="#84431d" />
<meta name="color:Perma" content="#b39a63" />
<meta name="color:HomeBackground" content="#e5cf9d"/>
<meta name="color:HomeText" content="#84431d"/>
<meta name="color:AskBackground" content="#8ca76c"/>
<meta name="color:AskText" content="#522b15"/>
<meta name="color:PastBackground" content="#e5cf9d"/>
<meta name="color:PastText" content="#84431d"/>
<meta name="color:ThemeBackground" content="#8ca76c"/>
<meta name="color:ThemeText" content="#522b15"/>
<meta name="color:ChatOddBackground" content="#faf0cc" />
<meta name="color:ChatOddText" content="#492321" />
<meta name="color:ChatEvenBackground" content="#e5cf9d" />
<meta name="color:ChatEvenText" content="#492321" />
<meta name="color:ChatEvenName" content="#492321" />
<meta name="color:ChatOddName" content="#492321" />


<meta name="font:body" content="georgia" />


<meta name="if:InfiniteScrolling" content="0" />
<meta name="if:ShowCaptions" content="0">
<meta name="if:FadingPhoto" content="1" />
<meta name="if:TwoColumnPosts" content="1" />
<meta name="if:MusicPlayer" content="1" />
<meta name="if:SubTitle" content="1" />

<meta name="image:SidebarImg"
content="http://static.tumblr.com/uuxiawr/gedmagg8u/30096461_p30.jpg"/>
<meta name="image:Background"
content="http://static.tumblr.com/uuxiawr/O7nmaglnv/tumblr_ls2e05cme11r3vazto4_250.png"/
>
<meta name="image:bg2" content="http://static.tumblr.com/uuxiawr/9G1magles/bg2.png" />
<meta name="image:SideImage1"
content="http://static.tumblr.com/uuxiawr/eT0magg7g/3.jpg"/>
<meta name="image:SideImage2"
content="http://static.tumblr.com/uuxiawr/vwmmagg7t/4.jpg"/>
<meta name="image:SideImage3"
content="http://static.tumblr.com/uuxiawr/icMmagg84/1.jpg"/>
<meta name="image:SideImage4"
content="http://static.tumblr.com/uuxiawr/rD4magg8x/2.jpg"/>
<meta name="image:AudioImage"
content="http://media.tumblr.com/90911ce35307a2b68bb52c9794d02dd0/tumblr_inline_mgshu
nrUnn1r8s568.png" />


<meta name="text:Background Repeat" content="repeat"/>
<meta name="text:Music" content=" "/>
<meta name="text:DescTitle" content="About This Blog"/>

<meta name="text:Link1" content="" />
<meta name="text:URL1" content="/"/>
<meta name="text:Link2" content="" />
<meta name="text:URL2" content="/"/>
<meta name="text:Link3" content="" />
<meta name="text:URL3" content="/"/>
<meta name="text:Link4" content="" />
<meta name="text:URL4" content="/"/>
<meta name="text:Link5" content="" />
<meta name="text:URL5" content="/"/>
<meta name="text:Link6" content="" />
<meta name="text:URL6" content="/"/>



<head>
<link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">

<style type="text/css">






body {
background-image: url('{image:background}');
background-color: {color:background};
background-attachment: fixed;
background-repeat: {text:Background Repeat};
color: {color:text};
font-family: {font:body};
font-size: 10px;
}

@font-face {
font-family: "comic";
src: url('http://static.tumblr.com/uuxiawr/Sgdmacv3k/comic.ttf');}

@font-face {
font-family: "agaramondpro";
src: url('http://static.tumblr.com/uuxiawr/Vrcmacvp9/agaramondpro-regular.otf');}

@font-face {
font-family: "constan";
src: url('http://static.tumblr.com/uuxiawr/XRBmacw2b/constan.ttf');}

@font-face {
font-family: "giddyup";
src: url('http://static.tumblr.com/uuxiawr/cRimagk8w/giddyupstd.otf');}

::-webkit-scrollbar-thumb:vertical {
background-color: {color:text};
height: 30px;
}

::-webkit-scrollbar {
height: 30px;
width: 3px;
background: ;
}

a{
color: {color:link};

text-decoration: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

a:hover{
color: {color:linkhover};
}


#sidebar{
width: 150px;
display: inline-block;
margin-top: 0px;
left: 100px;
text-align: center;
background: ;
position: fixed;
}


#sidebarx img{
margin-top: -1px;
width: 150px;
text-align: center;
}


#sidetitle{
margin-top: -2px;
width: 140px;
display: inline-block;
text-align: center;
font-family: giddyup;
font-size: 20px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 6px;
background-color: {color:sidetitlebackground};
color: {color:sidetitle};
}


#desctitle{
margin-top: 20px;
margin-bottom: -5px;
padding-top: 5px;
padding-right: 5px;
line-height: 40px;
width: 140px;
height: 40px;

display: inline-block;
background-color: {color:DescTitleBackground};
}


#descx{
font-style: bold;
color: {color:DescTitle};
float: left;
margin-left: 5px;
font-size:12px;
display: block;
font-family: giddyup;
}


#desctitle img{
width: 30px;
height: 30px;
border: 2px solid {color:DescTitle};
float: left;
margin-left: 5px;
}


#desc{
font-family: calibri;
font-size: 12px;
margin-left: -7px;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
width: 150px;
display: center;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}


#custombox{
margin-top: 10px;
text-align: center;
width: 150px;
text-align: center;
}


.custom{
display: block;
width: 120px;
height: 10px;
text-align:center;
margin-bottom: 1px;
line-height: 10px;
font-size: 8px;
border-left: 10px solid {color:customborder};
border-right: 10px solid {color:customborder};
padding-right: 5px;
padding-left: 5px;
background-color: {color:custombackground};
color: {color:customtext};
}


.custom:hover{
background-color: {color:customborder};
color: {color:customtexthover};
border-left: 10px solid {color:custombackground};
border-right: 10px solid {color:custombackground};
}


.pagi{
margin-bottom: 20px;
font-size: 30px;
font-family: consolas;
line-height: 10px;
color:{color:pagination};
}


.pagi a{
color: {color:pagination};
}



#sideimg1{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 20px;
border: 2px solid {color:homebackground};
background-color: {color:homebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg1 img{
width: 50px;
height: 50px;
background-color: {color:homebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;

}

.navi1{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:HomeBackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 22px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi1:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi1 a{
color: {color:hometext};
text-decoration: none;
}


#sideimg2{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 90px;
border: 2px solid {color:askbackground};
background-color: {color:askbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg2 img{
width: 50px;
height: 50px;
background-color: {color:askbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi2{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:askbackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 92px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi2:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}


.navi2 a{
color: {color:asktext};
text-decoration: none;
}


#sideimg3{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 160px;
border: 2px solid {color:pastbackground};
background-color: {color:pastbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg3 img{
width: 50px;
height: 50px;
background-color: {color:pastbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi3{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:pastbackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 162px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi3:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi3 a{
color: {color:pasttext};
text-decoration: none;
}


#sideimg4{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 230px;
border: 2px solid {color:themebackground};
background-color: {color:themebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg4 img{
background-color: {color:themebackground};
width: 50px;
height: 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi4{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:themebackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 232px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}

.navi4:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi4 a{
color: {color:themetext};
text-decoration: none;
}


#posts{
{block:if400Posts}{block:IndexPage}width:450px;{/block:IndexPage}{/block:if400Posts}
{block:ifTwoColumnPosts}{block:IndexPage}width:600px;{/block:IndexPage}{/block:ifTwoColumnP
osts}
{block:PermalinkPage}width:450px;{/block:PermalinkPage}
margin-left: 290px;
position: relative;

}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


.entry{
{block:ifTwoColumnPosts}{block:IndexPage}float:
left;{/block:IndexPage}{/block:ifTwoColumnPosts}
position: relative;
{block:IfNotTwoColumnPosts}{block:IndexPage}width:400px;{/block:IndexPage}{/block:IfNotTwoC
olumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:250px;{/block:IndexPage}{/block:ifTwoColumnP
osts}
padding:10px;
border: 2px solid {color:entryborder};
{block:ifTwoColumnPosts}margin-left:8px;{/block:ifTwoColumnPosts}
{block:PermalinkPage}width:400px;{/block:PermalinkPage}
margin-bottom: 8px;
{block:ifTwoColumnPosts}{block:IndexPage}font-size:
11px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:ifnotTwoColumnPosts}{block:IndexPage}font-size:
12px;{/block:IndexPage}{/block:ifnotTwoColumnPosts}
font-family: calibri;
text-align: justify;
overflow: hidden;
background-color: {color:EntryBackground};
}


.entry img{
{block:IfNotTwoColumnPosts}{block:IndexPage}max-
width:400px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}max-
width:250px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}
{block:ifFadingPhoto}
opacity: 0.7;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out; {/block:ifFadingPhoto}
}


{block:ifFadingPhoto}
.entry img:hover{
opacity: 1;
}
{/block:ifFadingPhoto}


{block:ifFadingPhoto}
.photosetfade {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
}
{/block:ifFadingPhoto}


{block:ifFadingPhoto}
.photosetfade:hover {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 0.9;
}
{/block:ifFadingPhoto}


.entry b, strong{
color: {color:Bold};
}

.entry i, em{
color: {color:Italic};
}

.entry a{
color: {color:Link};
text-decoration: none;
}

.entry h1{
font-family: consolas;
text-transform: uppercase;
font-size: 15px;
font-weight: 20px;
letter-spacing: 1px;
}

.entry h1 a{
color: {color:NormalLink};
}

blockquote{
border-left: 5px solid {color:blockquoteborder};
padding-left:10px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 5px;
margin-right: 2px;
text-align:justify;
}


.entry blockquote img{
max-width: 90%;
margin-left: 3px;
}


#quote{
color: {color:Quote};
padding: 15px;
font-family: agaramondpro;
font-size: 12px;
letter-spacing: 1px;
line-height: 10px;
}

.entry:hover #perma {
opacity: 1;
}


#perma{
z-index: 999;
font-family: comic;
font-size: 10px;
letter-spacing: 1px;
{block:IfNotTwoColumnPosts}{block:IndexPage}width:
414px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:
264px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermaLinkPage}width: 414px;{/block:PermaLinkPage}
font-family: 'Calibri';
font-size: 10px;
letter-spacing: 1px;
display: block;
height: 25px;
line-height: 25px;
margin-top: -10px;
margin-left: -10px;
text-align: left;
padding-left: 5px;
padding-right: 5px;
opacity: 0;
position: absolute;
background-color: {color:Perma};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#perma a:link {
color: {color:NormalLink};
font-style: none;
}

#perma a:hover {
color: {color:NormalLinkHover};
font-style: none;
}


#reblogg{
font-family: consolas;
font-size: 10px;
letter-spacing: 1px;
display: block;
padding-right: 5px;
margin-top: -25px;
text-align: right;
}



.permalink {
font-family: cambria;
font-size: 10px;
color: {color:Text};
text-transform: uppercase;
text-align: center;
width: 394px;
margin-top: 20px;
padding:10px;
margin-bottom: 10px;
margin-left: -10px;
float: left;
background-color: {color:entrybackground};
}



.permalink b {
color: {color:Bold};
font-weight: normal;
}

#date {
color: {color:Italic};
}

.permalink a {
color: {color:Link};
text-decoration: none;
}

#tags {

width: 409px;
background-color: {color:EntryBackground}
padding-top: 5px;
font-size: 10px;
letter-spacing: 1px;
font-family: consolas;
font-style: normal;
margin-top: 10px;
margin-bottom: -5px;
margin-left: -5px;
text-align: left;
text-transform: lowercase;
border-top: 1px {color:Text} dotted;

}


.title{
color: {color:Title};
padding: 5px;
font-size: 18px;
font-family: constan;
line-height: 100%;
letter-spacing: -1px;
text-transform: none;
text-align: left;
margin-bottom:10px;
background-color: {color:titlebackground};
border-left: 10px {color:NormalLink} solid;
}


.ask {
{block:IfNotTwoColumnPosts}width: 380px;{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}width: 230px;{/block:ifTwoColumnPosts}
{block:PermaLinkPage}width: 380px;{/block:PermaLinkPage}
display: inline-block;
padding: 10px;
line-height: 10px;
text-align: justify;
background-color: {color:perma};
font-family: comic;
color: {color:NormalLink};
font-size: 10px;
text-transform: none;
}

.ask i {
font-style: normal;
}

.ask b {
font-weight: normal;
}

.ask a{
float: left;
display: block;
margin-right: 5px;
font-family: comic;
}


.askimg{
display: block;
float: left;
margin-right: 10px;
width: 48px;
height:48px;
border: 2px solid {color:entrybackground};
}

.askimg img{
width: 48px;
height: 48px;
}

iframe#tumblr_controls {
right:3px !important;
position:fixed !important;
opacity: 0.5;
filter:alpha(opacity=0.5);
-moz-opacity: 0.5;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

iframe#tumblr_controls:hover {
opacity: 1;
filter:alpha(opacity=1);
-moz-opacity: 1;
}

#source {
font-family: consolas;
font-size:7pt;
text-align: right;
margin-top: -5px;
}

ol.notes {
background-color:{color:EntryBackground};
font-family:tahoma;
font-size:10px;
padding-top:10px;
border: 0px;
padding-left:15px;
margin-top:10px;
width:376px;
margin-left: 10px;
list-style-type: none;}

ol.notes li.note {
background: ;
padding:5px;
width:380px;
letter-spacing: 0px;
text-align: left;
}

ol.notes li.note a{
color:{color:NormalLink};
background: ;
font-family:tahoma;
text-transform:none;
letter-spacing:0px;
font-size:10px;}

ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 0px;
}


.odd .line {
background-color: {color:chatoddbackground};
padding: 3px;
margin-bottom:3px;
color:{color:chatoddtext};
}
.even .line {
background-color: {color:ChatEvenBackground};
padding:3px;
margin-bottom:3px;
color:{color:chateventext};
}
.odd .name {
color: {color:chatoddname};
padding: 3px;
}
.even .name {
color: {color:chatevenname};
padding: 3px;
}






#musicbox{
width: 270px;
height: 100px;
text-align: left;
}

.cover {
width:100px;
height: 100px;
display: block;
position:absolute;
z-index:2;
}

.cover img{
width: 100px;
height: 100px;
}

.coverx{
width: 100px;
height: 100px;
display: block;
position:absolute;
z-index:1;
}

.coverx img{
width: 100px;
height: 100px;
}

.playbutton {
width:20px;
height: 20px;
line-height:20px;
overflow: hidden;
position:relative;
z-index:100;
margin-left:2px;
margin-top:2px;
}


.playbox {
opacity: 0.8;
background-color: #000000;
position: absolute;
z-index: 1000;
margin-top:36px;
margin-left:36px;
width:30px;
height:30px;
line-height:32px;
text-align:center;
}

.audioplayer {
float:left;
margin-left: 100px;
position: absolute;
display: block;
margin-top: 10px;
padding-bottom:7px;
}

.infomusic {

text-align:left;
{block:IfNotTwoColumnPosts}{block:IndexPage}max-width:
350px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}max-width:
200px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermaLinkPage}max-width: 350px;{/block:PermaLinkPage}
margin-left:10px;
padding:5px;
background-color: {color:Blockquote};
}



.pagination {
display:none;
position: fixed;
right: 20px;
bottom: 10px;
text-align: center;
}


#pagi{
margin-top: 50px;
font-size: 30px;
font-family: consolas;
line-height: 10px;
color:{color:pagination};
}

#pagi a{
color: {color:pagination};
}

#over{
height:2000px!important;
position:absolute;
top:0px;
left:0px;
width: 100%;
}


</style>




{block:IfNotTwoColumnPosts}
{block:IfInfiniteScrolling}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-
scrolling/code"></script>
{/block:IfInfiniteScrolling}
{/block:IfNotTwoColumnPosts}

<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-
1.4.2.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

{block:IndexPage}

{block:IfTwoColumnPosts}

<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
{block:IfInfiniteScrolling}
<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
{/block:IfInfiniteScrolling}

<script>
$(function(){
var $container = $('#posts');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector: '.entry',
});
});
$container.infinitescroll({
itemSelector : ".entry",
navSelector : "div.pagination",
nextSelector : ".pagination a#next",
loadingImg : "",
loadingText : "<em></em>",
bufferPx : 10000,
extraScrollPx: 12000,
},
// trigger Masonry as a callback
function( newElements ) {
var $newElems = $( newElements ).css({ opacity: 0 });
// ensure that images load before adding to masonry layout
$newElems.imagesLoaded(function(){
$newElems.animate({ opacity: 1 });
$container.masonry( 'appended', $newElems, true );
});
}
);
});
</script>

{/block:IfTwoColumnPosts}
{/block:IndexPage}

</head>


<body>









<div id="sideimg1"><img src="{image:sideimage1}">
<div class="navi1"><a href="/">Home</a></div>
</div>
<div id="sideimg2"><img src="{image:sideimage2}">
<div class="navi2"><a href="/ask">Ask</a></div>
</div>
<div id="sideimg3"><img src="{image:sideimage3}">
<div class="navi3"><a href="/archive">Past</a></div>
</div>
<div id="sideimg4"><img src="{image:sideimage4}">
<div class="navi4"><a href="http://dianthus-s.tumblr.com/">Theme</a></div>
</div>

<div id="sidebar">




<div id="sidebarx"><img src="{image:sidebarimg}"></div>
<div id="sidetitle">{title}</div>

<div id="custombox">

{block:ifLink1}<a href="{text:URL1}" class="custom">{text:Link1}</a>{/block:ifLink1}
{block:ifLink2}<a href="{text:URL2}" class="custom">{text:Link2}</a>{/block:ifLink2}
{block:ifLink3}<a href="{text:URL3}" class="custom">{text:Link3}</a>{/block:ifLink3}
{block:ifLink4}<a href="{text:URL4}" class="custom">{text:Link4}</a>{/block:ifLink4}
{block:ifLink5}<a href="{text:URL5}" class="custom">{text:Link5}</a>{/block:ifLink5}
{block:ifLink6}<a href="{text:URL6}" class="custom">{text:Link6}</a>{/block:ifLink6}

</div>

{block:ifsubtitle}<div id="desctitle"><img src="{PortraitURL-64}"><div
id="descx">{text:desctitle}</div></div>{/block:ifsubtitle}

<center><div id="desc">{Description}</div></center>

{block:ifmusicplayer}<center><div id="musicc">{text:music}</div></center>{/block:ifmusicplayer}


{block:IfNotInfiniteScrolling}<center><div id="pagi">{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}{block:NextPage}<a
href="{NextPage}"> </a>{/block:NextPage}{/block:Pagination}
{/block:Pagination}</div></center>{/block:IfNotInfiniteScrolling}

<div class="pagination">
{block:Pagination}
{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older
?</a>{/block:NextPage}
{block:PreviousPage}<a style="float:left" href="{PreviousPage}">?
Newer</a></p>{/block:PreviousPage}
{/block:Pagination}
</div>

</div>



<div id="posts">

{block:Posts}

<div class="entry" >

{block:IndexPage}


{block:Date}

<div id="perma"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a>{block:NoteCount} | <a
href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}

<div id="reblogg"><a href="{ReblogURL}">REBLOG</a></div>

</div>

{/block:Date}



{block:IndexPage}


{block:Text}
{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
{/block:Text}

{block:Photo}
{block:ifnotTwoColumnPosts}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}"
class="center">{LinkCloseTag} {/block:IndexPage}{/block:ifnotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-250}"
class="center">{LinkCloseTag} {/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-400}"
class="center">{LinkCloseTag}{/block:PermalinkPage}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Photo}

{block:Photoset}

{block:ifnotTwoColumnPosts}{block:IndexPage}<div class="photosetfade">{Photoset-
400}</div>{/block:IndexPage}{/block:ifnotTwoColumnPosts}

{block:ifTwoColumnPosts}{block:IndexPage}<div class="photosetfade">{Photoset-
250}</div>{/block:IndexPage}{/block:ifTwoColumnPosts}

{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}


{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}

{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}

{/block:Photoset}


{block:Link}
<div class="title">
<a href="{URL}" {Target}>{Name}</a>
</div>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Quote}
<div id="quote">{Quote}</div>{block:Source} <div id="source"> {Source}</div> {/block:Source}
{/block:Quote}

{block:Chat}
{block:Title}
<div class="title">{Title}</div>
{/block:Title}
{block:Lines}<div class="{Alt}">
<div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br
/></div></div>
{/block:Lines}
{/block:Chat}


{block:Audio}
<div id="musicbox">
<div class="playbox">
<div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
</div>
</div>
<div class="coverx"><img src="{image:audioimage}"></div>
{block:AlbumArt}
<div class="cover"><img src="{AlbumArtURL}"></div>
{/block:AlbumArt}
<div class="audioplayer">
{block:Artist}
<div class="infomusic"> <b>Artist:</b> {Artist}</div>
{/block:Artist}
{block:TrackName}
<div class="infomusic"><b>Track:</b> "{TrackName}" </div>
{/block:TrackName}
<div class="infomusic"><b>Plays: </b> {PlayCountWithLabel} </div>
</div>
</div>
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}

{/block:Audio}

{block:Video}

{block:ifnotTwoColumnPosts}{block:IndexPage}{Video-
400}{/block:IndexPage}{/block:ifnotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}{LinkOpenTag}{Video-
250}{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Video}

{block:Answer}
<div class="ask"><div class="askimg"><img src="{AskerPortraitURL-128}"></div><i>{Asker}</i>
<b>sent:</b><br /><br/>
{Question}</div>
{Answer}
{/block:Answer}




{block:PermalinkPage}
<div class="permalink">
<center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek},
{Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with
{NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a
href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a
href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
{block:HasTags}<b>tags &raquo;</b> {block:Tags} #<a
href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
{/block:PermalinkPage}







</div>

{/block:Posts}


</div>


<div>

<img src="{image:bg2}" style="position:fixed;
max-height: 100%;
max-width: 500px;
right:-20px;
bottom:-5px;
z-index:-9;
">

</div>

</body>
</html>
http://athemes-support.tumblr.com/thm27

http://athemes-support.tumblr.com/thm26
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




<!---

don't remove the credit
leave the credit if you want to use parts of the theme


--->



<meta name="color:Background" content="#ffffff" />
<meta name="color:Text" content="#000000" />
<meta name="color:AskBackground" content="#f2f0db" />
<meta name="color:AskText" content="#270005" />
<meta name="color:EntryBackground" content="#f9f0c9" />
<meta name="color:DescText" content="#c73100" />
<meta name="color:BlogTitle" content="#7a0d10" />
<meta name="color:BlogTitleBackground" content="#6a6428" />
<meta name="color:SidebarBackground" content="#fddfa0" />
<meta name="color:Bold" content="#7a0d10" />
<meta name="color:Italic" content="#d76f6c" />
<meta name="color:NormalLink" content="#b31b0e" />
<meta name="color:NormalLinkHover" content="#6a6428" />
<meta name="color:DescLink" content="#6a6428" />
<meta name="color:PostTitle" content="#740f06" />
<meta name="color:BlockquoteBorder" content="#7a0d10" />
<meta name="color:Navi1Background" content="#c94e25"/>
<meta name="color:Navi2Background" content="#d76f6c"/>
<meta name="color:Navi3Background" content="#f8bd45"/>
<meta name="color:Navi4Background" content="#6a6428"/>
<meta name="color:Navi1Text" content="#441505"/>
<meta name="color:Navi2Text" content="#310402"/>
<meta name="color:Navi3Text" content="#6d3139"/>
<meta name="color:Navi4Text" content="#033620"/>
<meta name="color:Pagination" content="#740f06"/>
<meta name="color:ChatOddBackground" content="#f9f0c9" />
<meta name="color:ChatOddText" content="#7a0d10" />
<meta name="color:ChatEvenBackground" content="#ed9430" />
<meta name="color:ChatEvenText" content="#661d05" />
<meta name="color:ChatEvenName" content="#b31b0e" />
<meta name="color:ChatOddName" content="#6a6428" />
<meta name="color:SidebarImageBorder" content="#c94e25"/>
<meta name="color:ArrowBackground" content="#c94e25"/>
<meta name="color:ArrowText" content="#7a0d10" />
<meta name="color:CustomLinkBackground" content="#c94e25"/>
<meta name="color:CustomLinkText" content="#7a0d10" />
<meta name="color:TagText" content="#270005" />
<meta name="color:TagLink" content="#ef8c87"/>
<meta name="color:TagLinkHover" content="#270005" />
<meta name="color:MusicPlayer" content="#d76f6c"/>
<meta name="color:MusicText" content="#310402"/>


<meta name="if:InfiniteScrolling" content="0" />
<meta name="if:ShowCaptions" content="0">
<meta name="if:FadingPhoto" content="1" />
<meta name="if:Big Posts" content="0" />
<meta name="if:Monochrome" content="0" />
<meta name="if:ShowTags" content="0" />
<meta name="if:MusicPlayer" content="1" />





<meta name="image:Image1"
content="http://static.tumblr.com/ad5ae688e5458e3c22f4762a8be88929/7fjp0ap/8L2ml7nco/tu
mblr_static_3.jpg"/>
<meta name="image:Image2"
content="http://static.tumblr.com/c5567771a155f6b94871f2fd37a64517/7fjp0ap/XIWml7oxo/tu
mblr_static_4.jpg" />
<meta name="image:Image3"
content="http://static.tumblr.com/4eff582fd57ab6a355af4154087c58af/7fjp0ap/Ksbml7oy8/tum
blr_static_8.jpg"/>
<meta name="image:Image4"
content="http://static.tumblr.com/44c6bfbe09b4e559e6b8fd2f96f8ee19/7fjp0ap/WL6ml7p2h/tu
mblr_static_7.jpg" />
<meta name="image:Image5"
content="http://static.tumblr.com/5c43aec51a1fc5ae1c93d343bcee5c18/7fjp0ap/7hOml7p0h/tu
mblr_static_1.jpg"/>
<meta name="image:Image6"
content="http://static.tumblr.com/e6331143baafde2dbb43436cb0bd22f7/7fjp0ap/E8Lml7nbc/tu
mblr_static_6.jpg" />
<meta name="image:Image7"
content="http://static.tumblr.com/302f0eb877075dc059eade7f92080b91/7fjp0ap/y2Cml7p2l/tu
mblr_static_2.jpg"/>
<meta name="image:Image8"
content="http://static.tumblr.com/f9d993d82a940c7f3612544f107e1f8e/7fjp0ap/0KQml7oyo/tu
mblr_static_5.jpg" />


<meta name="image:Background"
content="http://static.tumblr.com/dca01f7dd497dec93de9e7915b35263d/7fjp0ap/lFLml99t0/tu
mblr_static_bg2.png"/>
<meta name="image:CornerImage" content="" />
<meta name="image:MusicImage"
content="http://media.tumblr.com/tumblr_m7vzqpkDar1r6o8v2.gif" />




<meta name="text:Background Repeat" content="repeat"/>
<meta name="text:MusicCode" content="code"/>
<meta name="text:MusicName" content="musique"/>

<meta name="text:Link1" content="" />
<meta name="text:Link1 URL" content="/"/>
<meta name="text:Link2" content="" />
<meta name="text:Link2 URL" content="/"/>
<meta name="text:Link3" content="" />
<meta name="text:Link3 URL" content="/"/>
<meta name="text:Link4" content="" />
<meta name="text:Link4 URL" content="/"/>
<meta name="text:Link5" content="" />
<meta name="text:Link5 URL" content="/"/>
<meta name="text:Link6" content="" />
<meta name="text:Link6 URL" content="/"/>
<meta name="text:Link7" content="" />
<meta name="text:Link7 URL" content="/"/>
<meta name="text:Link8" content="" />
<meta name="text:Link8 URL" content="/"/>





<head>
<link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<script src="http://static.tumblr.com/7fjp0ap/3muml55ib/modernizr.custom.js"></script>

<style type="text/css">






body {
background-image: url('{image:background}');
background-color: {color:background};
background-attachment: fixed;
background-repeat: {text:Background Repeat};
color: {color:text};
margin: 0;
}



@font-face {
font-family: "heather";
src: url('http://static.tumblr.com/7fjp0ap/yh5mcyonf/heather_.ttf');}


@font-face {
font-family: "neverwinter";
src: url('http://static.tumblr.com/7fjp0ap/G1tml9bjr/neverwinter.ttf');}


@font-face {
font-family: "matura";
src: url('http://static.tumblr.com/7fjp0ap/iHXml9bd9/maturasc.ttf');}




::-webkit-scrollbar-thumb {
background-color: {color:desctext};
height: 5px;
width: 8px;
}

::-webkit-scrollbar {
height: 5px;
width: 8px;
background-color: {color:sidebarbackground};
}

a{
color: {color:normallink};
text-decoration: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}



a:hover{
color: {color:normallinkhover};
text-decoration: none;
}



#sidebar{
position: fixed;
overflow:hidden;
left: 20px;
top: 0px;
bottom:0px;
width:400px;
text-align: center;
padding: 1px;
padding-bottom:0px;
background-color: {color:sidebarbackground};
font-family: consolas;
font-size: 10px;
}


.border1{
position:fixed;
left:422px;
top:0px;
bottom:0px;
width:4px;
}

.border1x{
display:block;
width:100%;
height:25%;
}


.border2{
position:fixed;
left:16px;
top:0px;
bottom:0px;
width:4px;
}


#descbox0{
width: 294px;
padding: 3px;
border: 1px solid {color:desctext};
margin-top:20px;
display:inline-block;
text-align:center;
margin-left:3px;
}

#descbox{
width: 272px;
padding: 10px;
border: 1px solid {color:desctext};
color: {color:desctext};
font-family: calibri;
font-size: 11px;
display:inline-block;
text-align:center;
}


#descbox a{
color: {color:desclink};
}


#navibox{
margin-top:20px;
width: 302px;
display:inline-block;
margin-bottom:10px;
margin-left:4px;
}


#navibox a{
text-transform: none;
display: block;
float:left;
width: 25%;
padding:3px;
padding-left:0px;
padding-right:0px;
text-align: center;
font-family: calibri;
font-size: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}


#titlebox{
display: inline-block;
margin-top:30px;
font-size: 25px;
letter-spacing:1px;
line-height:20px;
font-family: neverwinter;
width: 292px;
padding: 5px;
margin-left:3px;
background-color: {color:BlogTitleBackground};
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}


#titlebox a{
color: {color:blogtitle};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}


#titlebox a:hover{
color: {color:blogtitlehover};
}


#pagi{
display:inline-block;
margin-top: 5px;
font-size: 20px;
margin-bottom:5px;
font-family: calibri;
z-index: 999;
}


#pagi a{
color:{color:pagination};
}



#posts{
{block:ifBigPosts}width: 530px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 430px;{/block:ifNotBigPosts}
margin-left: 490px;
margin-bottom: 40px;
}


img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


#entry{
{block:ifBigPosts}width: 520px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
position:relative;
margin-top: 30px;
z-index:999999;
overflow: hidden;
background-color: ;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}


.entry{
{block:ifBigPosts}width: 500px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
text-align: left;
position:relative;
padding: 10px;
padding-bottom:0px;
z-index:999999;
font-family: calibri;
font-size: 12px;
overflow: hidden;
background-color: {color:entrybackground};
color: {color:text};
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
}


.entry img{
{block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
{block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
{block:ifFadingPhoto}
opacity: 0.7;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out; {/block:ifFadingPhoto}
}


{block:ifFadingPhoto}
.entry img:hover{
opacity: 1;
}


.photosetfade {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
}

.photosetfade:hover {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 0.9;
}
{/block:ifFadingPhoto}



{block:ifMonochrome}
.mono{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter
id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333
0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
}


.mono:hover{
filter: none;
-webkit-filter: grayscale(0%);
}
{/block:ifMonochrome}


.entry b, strong{
color: {color:Bold};
}

b,strong{
color: {color:Bold};
}

.entry i, em{
color: {color:Italic};
}

.entry a{
color: {color:NormalLink};
text-decoration: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}


.entry a:hover{
color: {color:NormalLinkHover};
text-decoration: none;
}


.entry h1 a{
color: {color:normallink};
}

blockquote{
border-left: 5px solid {color:blockquoteborder};
font-size: 12px;
padding-left:10px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin:5px;
text-align:justify;
}


.entry blockquote img{
max-width: 90%;
margin-left: 3px;
}


#quote{
color: {color:Quote};
padding: 15px;
font-family: heather;
letter-spacing: 1px;
line-height: 10px;
}


#perma{
margin-bottom:-2px;
margin-left:-10px;
{block:ifBigPosts}width: 520px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
margin-top: 10px;
display: inline-block;
background-color: {color:navi4background};
}


#perma a{
font-family: calibri;
font-size: 9px;
letter-spacing: 1px;
display:block;
float:left;
width:32%;
text-align:center;
height:100%;
padding: 2px;
font-style: none;
}


#entry:hover #tags{
margin-top:0px;
height:25px;
overflow:auto;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
}


#tags{
font-family: calibri;
font-size: 9px;
letter-spacing: 1px;
width: 100px;
margin-top: -6px;
padding: 3px;
{block:ifBigPosts}width: 520px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
position:relative;
overflow:hidden;
height:0px;
color: {color:Tagtext};
background: transparent;
z-index:-1;
text-align: left;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
}


#tags a{
color: {color:TagLink};
font-style: none;
}


#tags a:hover {
color: {color:TagLinkHover};
font-style: none;
}


.permalink {
font-family: calibri;
font-size: 10px;
color: {color:Text};
text-transform: uppercase;
text-align: center;
{block:ifBigPosts}width: 514px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 414px;{/block:ifNotBigPosts}
margin-top: 20px;
margin-bottom: 10px;
margin-left: -10px;
float: left;
background-color: {color:entrybackground};
}


.permalink b {
color: {color:Bold};
font-weight: normal;
}

#date {
color: {color:text};
}

.permalink a {
color: {color:NormalLink};
text-decoration: none;
}


.title{
color: {color:posttitle};
margin-bottom:10px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 28px;
font-family: matura;
line-height: 100%;
letter-spacing: 2px;
text-transform: none;
text-align: center;
border-bottom: 1px {color:Text} solid;
}


.ask {
{block:ifBigPosts}width: 480px;{/block:ifBigPosts}
{block:ifNotBigPosts}width: 380px;{/block:ifNotBigPosts}
display: inline-block;
padding: 10px;
line-height: 10px;
text-align: justify;
background-color: {color:askbackground};
font-family: comic;
color: {color:asktext};
font-size: 10px;
text-transform: none;
}

.ask i {
font-style: normal;
}

.ask b {
font-weight: normal;
}

.ask a{
float: left;
display: block;
margin-right: 5px;
font-family: calibri;
}


.askimg{
display: block;
float: left;
margin-right: 10px;
width: 48px;
height:48px;
border: 2px solid {color:entrybackground};
}

.askimg img{
width: 48px;
height: 48px;
}


iframe#tumblr_controls {
right:3px !important;
top:100%;
position:fixed !important;
opacity: 0.5;
filter:alpha(opacity=0.5);
-moz-opacity: 0.5;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

iframe#tumblr_controls:hover {
opacity: 1;
filter:alpha(opacity=1);
-moz-opacity: 1;
}


#source{
font-family: consolas;
font-size:7pt;
text-align: right;
margin-top: -5px;
}


ol.notes {
background-color:{color:EntryBackground};
font-family:tahoma;
font-size:10px;
padding-top:10px;
border: 0px;
padding-left:15px;
margin-top:10px;
{block:ifBigPosts}width:476px;{/block:ifBigPosts}
{block:ifNotBigPosts}width:376px;{/block:ifNotBigPosts}
margin-left: 0px;
list-style-type: none;}

ol.notes li.note {
background: ;
padding:5px;
{block:ifBigPosts}width:480px;{/block:ifBigPosts}
{block:ifNotBigPosts}width:380px;{/block:ifNotBigPosts}
letter-spacing: 0px;
text-align: left;
}

ol.notes li.note a{
color:{color:Link};
background: ;
font-family:tahoma;
text-transform:none;
letter-spacing:0px;
font-size:10px;}

ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 0px;
}

#musicbox{
width: 270px;
height: 100px;
text-align: left;
}

.cover {
width:100px;
height: 100px;
display: block;
position:absolute;
z-index:2
}

.cover img{
width: 100px;
height: 100px;
}

.coverx{
width: 100px;
height: 100px;
display: block;
position:absolute;
z-index:1
}

.coverx img{
width: 100px;
height: 100px;
}

.playbutton {
width:20px;
height: 30px;
overflow: hidden;
position:relative;
z-index:100;
margin: 15px 24px 13px 16px;
}


.playbox {
opacity: 0.8;
background-color: #000000;
position: absolute;
z-index: 1000;
margin-top:23px;
margin-left:20px;
-webkit-border-radius:100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.audioplayer {
float:left;
margin-left: 100px;
position: absolute;
display: block;
margin-top: 10px;
padding-bottom:7px;
}

.infomusic {
text-align:left;
{block:ifbigposts}max-width: 390px;{/block:ifbigposts}
{block:ifnotbigposts}max-width: 290px;{/block:ifnotbigposts}
margin-left:10px;
padding:5px;
}


.odd .line {
background-color: {color:chatoddbackground};
padding: 3px;
margin-bottom:3px;
color:{color:chatoddtext};
}
.even .line {
background-color: {color:ChatEvenBackground};
padding:3px;
margin-bottom:3px;
color:{color:chateventext};
}
.odd .name {
color: {color:chatoddname};
padding: 3px;
}
.even .name {
color: {color:chatevenname};
padding: 3px;
}







/*START FROM HERE*/

.fc-slideshow {
position: relative;
width: 300px;
height: 300px;
box-shadow: inset 0 0 3px rgba(0,0,0,0.4), 0 0 0 10px {color:sidebarimageborder};
border-radius: 50%;
margin: 0 auto;
background: {color:sidebarimageborder};
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
perspective: 1200px;
}

.fc-slideshow nav {
top: 0;
height: 100%;
width: 100%;
position: absolute;
z-index: 10000;
}

.fc-slideshow nav > div {
position: absolute;
height: 100%;
top: 0;
width: 50%;
}

.fc-slideshow nav .fc-left {
left: 0;
}

.fc-slideshow nav .fc-right {
right: 0;
}

.fc-slideshow nav > div span {
height: 33%;
width: 100%;
position: absolute;
left: 0;
cursor: pointer;
}

.fc-slideshow nav > div span:first-child {
top: 0;
}

.fc-slideshow nav > div span:nth-child(2) {
top: 33%;
}

.fc-slideshow nav > div span:nth-child(3) {
top: 66%;
}

.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
position: absolute;
width: 100%;
height: 30px;
top: 50%;
margin-top: -20px;
pointer-events: none;
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.2s ease;
-moz-backface-visibility: hidden;
-moz-transition: all 0.2s ease;
backface-visibility: hidden;
transition: all 0.2s ease;
}

/* Some fallbacks */
.no-csstransforms3d .fc-slideshow nav > div span {
z-index: 1000;
width: 50px;
background: rgba(0,0,0,0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
left: -45px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
right: -45px;
left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
width: 50px;
cursor: pointer;
}

.fc-slideshow nav .fc-left i {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
transform-origin: 100% 50%;
text-align: left;
}

.fc-slideshow nav .fc-right i {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
transform-origin: 0% 50%;
text-align: right;
}

.fc-slideshow nav i.icon-arrow-left {
left: 0;
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-left {
left: -65px;
}

.fc-slideshow nav i.icon-arrow-right {
right: 0;
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-right {
right: -25px;
}

.icon-arrow-left:before,
.icon-arrow-right:before {
font-family: calibri;
speak: none;
font-style: normal;
font-weight: normal;
font-size: 20px;
background: {color:arrowbackground};
color: {color:arrowtext};
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
margin: 0 20px;
border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
-webkit-font-smoothing: antialiased;
}

.icon-arrow-left:before {
content: "\00AB";
}

.icon-arrow-right:before {
content: "\00BB";
}

.csstransforms3d .fc-slideshow nav > div span:hover ~ i,
.no-csstransforms3d .fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
opacity: 1;
}

.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

ul.fc-slides {
list-style: none;
margin: 0;
padding: 0;
}

ul.fc-slides li {
display: none;
}

.no-js ul.fc-slides li {
display: block;
}

.fc-flip {
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.fc-flip div {
width: 100%;
height: 100%;
position: absolute;
border-radius: 50%;
top: 0;
left: 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.fc-flip .fc-back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.fc-slideshow img {
width: 300px;
height: 300px;
border-radius: 50%;
}

.fc-slideshow a {
z-index:999999999;
position: absolute;
color: {color:customlinktext};
top: 73%;
margin-top: 30px;
line-height: 30px;
height: 30px;
left: 80px;
right: 80px;
background: {color:customlinkbackground};
font-size: 12px;
font-family:calibri;
text-transform: none;
text-align: center;
border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}

.fc-overlay-light,
.fc-overlay-dark {
opacity: 0;
}

.fc-overlay-light {
background: rgba(255,255,255,1);
}

.fc-overlay-dark {
background: rgba(0,0,0,1);
}

/* No JS fallback */

.no-js .fc-slideshow {
height: auto;
box-shadow: none;
}

.no-js .fc-slideshow h3 {
position: relative;
width: auto;
height: auto;
left: auto;
right: auto;
top: auto;
margin: 5px;
}



#container{
display:inline-block;
margin-top:30px;
width:300px;
}


/* MUSIC PLAYER */

#playertab{
position:fixed;
z-index:999;
bottom:0px;
right:-170px;
height:10px;
line-height:10px;
padding:7px 8px 3px 5px;
letter-spacing:2px;
background-color:{color:musicplayer};
-moz-border-radius:10px 0px 0px 0px;
border-radius:10px 0px 0px 0px;
-webkit-transition: opacity 1s linear;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
}

#mus{
float:left;
color:{color:musictext};
padding-right:100px;
-webkit-transition: opacity 1s linear;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
}

#playertab:hover #mus{
padding-right:0px;
opacity:0;
}

#playertab:hover{
right:0px;
}








{CustomCSS}

</style>




</head>

{block:IfInfiniteScrolling}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-
scrolling/code"></script>
{/block:IfInfiniteScrolling}

<body>


{block:ifmusicplayer}
<div id='playertab'>

<div id='mus'><img src='{image:musicimage}' style='margin-right:8px;'/> {text:musicname}</div>

<div style='float:left;width:120px'>{text:musiccode}</div>

</div>

<!--playertab-->
{/block:ifmusicplayer}



<div class="border1">

<div class="border1x" style="background-color:{color:navi1background};"></div>
<div class="border1x" style="background-color:{color:navi2background};"></div>
<div class="border1x" style="background-color:{color:navi3background};"></div>
<div class="border1x" style="background-color:{color:navi4background};"></div>

</div>



<div class="border2">

<div class="border1x" style="background-color:{color:navi4background};"></div>
<div class="border1x" style="background-color:{color:navi3background};"></div>
<div class="border1x" style="background-color:{color:navi2background};"></div>
<div class="border1x" style="background-color:{color:navi1background};"></div>

</div>








<div id="sidebar">



<center>
<div id="container">


<div id="fc-slideshow" class="fc-slideshow">
<ul class="fc-slides">
<li><img src="{image:image1}" />{block:ifLink1}<a
href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}</li>
<li><img src="{image:image2}" />{block:ifLink2}<a
href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}</li>
<li><img src="{image:image3}" />{block:ifLink3}<a
href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}</li>
<li><img src="{image:image4}" />{block:ifLink4}<a
href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}</li>
<li><img src="{image:image5}" />{block:ifLink5}<a
href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}</li>
<li><img src="{image:image6}" />{block:ifLink6}<a
href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}</li>
<li><img src="{image:image7}" />{block:ifLink7}<a
href="{text:Link7 URL}">{text:Link7}</a>{/block:ifLink7}</li>
<li><img src="{image:image8}" />{block:ifLink8}<a
href="{text:Link8 URL}">{text:Link8}</a>{/block:ifLink8}</li>
</ul>
</div>


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>

<script src="http://static.tumblr.com/7fjp0ap/MF0ml55gx/jquery.flipshow.js"></script>

<script>

var $x = jQuery.noConflict();
$x(document).ready(function() {
});

$x( function() {

$x( '#fc-slideshow' ).flipshow();

} );

</script>


</div>
</center>



<center>

<div id="titlebox">
<a href="/">{Title}</a>
</div>

</center>


<center>
<div id="descbox0">
<div id="descbox">{Description}</div>
</div>
</center>


<center>
<div id="navibox">
<a href="/" style="background-color:{color:navi1background};color:{color:navi1text};">Home</a>
<a href="/ask" style="background-
color:{color:navi2background};color:{color:navi2text};">Message</a>
<a href="/archive" style="background-
color:{color:navi3background};color:{color:navi3text};">Archive</a>
<a href="http://a--themes.tumblr.com/" style="background-
color:{color:navi4background};color:{color:navi4text};">Theme</a>
</div>
</center>






{block:IfNotInfiniteScrolling}
<center>
<div id="pagi">
{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}
{/block:Pagination}
</div>
</center>
{/block:IfNotInfiniteScrolling}











</div>









<div id="posts">

{block:Posts}

<div id="entry">

<div class="entry" >





{block:Text}
{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
{/block:Text}

{block:Photo}
{LinkOpenTag}<div class="mono"><img src="{PhotoURL-500}" class="center"></div>{LinkCloseTag}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Photo}

{block:Photoset}
{block:IfBigPosts}<div class="mono"><div class="photosetfade">{Photoset-
500}</div></div>{/block:IfBigPosts}
{block:IfNotBigPosts}<div class="mono"><div class="photosetfade">{Photoset-
400}</div></div>{/block:IfNotBigPosts}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Photoset}


{block:Link}
<div class="title">
<a href="{URL}" {Target}>{Name}</a>
</div>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Quote}
<div id="quote">{Quote}</div>{block:Source} <div id="source"> {Source}</div>
{/block:Source}{/block:Quote}

{block:Chat}
{block:Title}
<div class="title">{Title}</div>
{/block:Title}
{block:Lines}<div class="{Alt}">
<div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br
/></div></div>
{/block:Lines}
{/block:Chat}

{block:Audio}
<div id="musicbox">
<div class="playbox"><div
class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
<div class="coverx"><img
src="http://media.tumblr.com/90911ce35307a2b68bb52c9794d02dd0/tumblr_inline_mgshunrUn
n1r8s568.png"></div>
{block:AlbumArt}
<div class="cover"><img src="{AlbumArtURL}"></div>
{/block:AlbumArt}
<div class="audioplayer">
<div class="infomusic"> {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}</div> <div
class="infomusic"><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div>
<b> <div class="infomusic">Plays: </b> {PlayCountWithLabel} </div> </div></div>
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}

{/block:Audio}

{block:Video}
{block:IfBigPosts}{Video-500}{/block:IfBigPosts}
{block:IfNotBigPosts}{Video-400}{/block:IfNotBigPosts}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Video}

{block:Answer}
<div class="ask"><div class="askimg"><img src="{AskerPortraitURL-128}"></div><i>{Asker}</i>
<b>sent:</b><br /><br/>
{Question}</div>
{Answer}
{/block:Answer}




{block:PermalinkPage}
<div class="permalink">
<center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek},
{Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with
{NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a
href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a
href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
{block:HasTags}<b>tags &raquo;</b> {block:Tags} #<a
href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
{/block:PermalinkPage}


{block:IndexPage}
<div id="perma">
<a href="{ReblogURL}" style="background-
color:{color:navi1background};color:{color:navi1text};">REBLOG</a> {block:Date}<a
href="{Permalink}" style="background-
color:{color:navi3background};color:{color:navi3text};">{TimeAgo}</a>{/block:Date}{block:NoteCo
unt} <a href="{Permalink}" style="background-
color:{color:navi4background};color:{color:navi4text};">
{NoteCountWithLabel}</a>{/block:NoteCount}
</div>
{/block:IndexPage}






</div>

{block:indexpage}
{block:IfShowTags}
{block:HasTags}
<div id="tags">
<b>tags:{block:Tags} <b>#</b><a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
</div>
{/block:HasTags}
{/block:IfShowTags}
{/block:indexpage}


</div>

{/block:Posts}

</div>



<div>

<img src="{image:cornerimage}" style="position:fixed;
max-height: 100%;
max-width: 500px;
right:-20px;
bottom:-5px;
z-index:-9;
">

</div>

</body>
</html>


scm music: http://static.tumblr.com/xcku8ot/lNXmf3i2n/gatinho.sombrio.d-epravar.css
MI TEMA ANTERIOR: ERU CHIBITALIA
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




<!---

don't remove the credit
leave the credit if you want to use parts of the theme


____________________________________


--->



<meta name="color:Background" content="#ffffff" />
<meta name="color:Text" content="#492321" />

<meta name="color:EntryBackground" content="#faf0cc" />
<meta name="color:EntryBorder" content="#e5cf9d" />
<meta name="color:CustomBackground" content="#e5cf9d" />
<meta name="color:CustomBorder" content="#8ca76c" />
<meta name="color:CustomText" content="#8ca76c" />
<meta name="color:CustomTextHover" content="#e5cf9d" />
<meta name="color:DescTitleBackground" content="#e5cf9d" />
<meta name="color:DescTitle" content="#8ca76c" />
<meta name="color:Bold" content="#84431d" />
<meta name="color:Italic" content="#374410" />
<meta name="color:Link" content="#3b4e25" />
<meta name="color:SideTitle" content="#374410" />
<meta name="color:SideTitleBackground" content="#e5cf9d" />
<meta name="color:Title" content="#374410" />
<meta name="color:TitleBackground" content="#e5cf9d" />
<meta name="color:BlockquoteBorder" content="#84431d" />
<meta name="color:Perma" content="#b39a63" />
<meta name="color:HomeBackground" content="#e5cf9d"/>
<meta name="color:HomeText" content="#84431d"/>
<meta name="color:AskBackground" content="#8ca76c"/>
<meta name="color:AskText" content="#522b15"/>
<meta name="color:PastBackground" content="#e5cf9d"/>
<meta name="color:PastText" content="#84431d"/>
<meta name="color:ThemeBackground" content="#8ca76c"/>
<meta name="color:ThemeText" content="#522b15"/>
<meta name="color:ChatOddBackground" content="#faf0cc" />
<meta name="color:ChatOddText" content="#492321" />
<meta name="color:ChatEvenBackground" content="#e5cf9d" />
<meta name="color:ChatEvenText" content="#492321" />
<meta name="color:ChatEvenName" content="#492321" />
<meta name="color:ChatOddName" content="#492321" />


<meta name="font:body" content="georgia" />


<meta name="if:InfiniteScrolling" content="0" />
<meta name="if:ShowCaptions" content="0">
<meta name="if:FadingPhoto" content="1" />
<meta name="if:TwoColumnPosts" content="1" />
<meta name="if:MusicPlayer" content="1" />
<meta name="if:SubTitle" content="1" />

<meta name="image:SidebarImg"
content="http://static.tumblr.com/uuxiawr/gedmagg8u/30096461_p30.jpg"/>
<meta name="image:Background"
content="http://static.tumblr.com/uuxiawr/O7nmaglnv/tumblr_ls2e05cme11r3vazto4_250.png"/
>
<meta name="image:bg2" content="http://static.tumblr.com/uuxiawr/9G1magles/bg2.png" />
<meta name="image:SideImage1"
content="http://static.tumblr.com/uuxiawr/eT0magg7g/3.jpg"/>
<meta name="image:SideImage2"
content="http://static.tumblr.com/uuxiawr/vwmmagg7t/4.jpg"/>
<meta name="image:SideImage3"
content="http://static.tumblr.com/uuxiawr/icMmagg84/1.jpg"/>
<meta name="image:SideImage4"
content="http://static.tumblr.com/uuxiawr/rD4magg8x/2.jpg"/>
<meta name="image:AudioImage"
content="http://media.tumblr.com/90911ce35307a2b68bb52c9794d02dd0/tumblr_inline_mgshu
nrUnn1r8s568.png" />


<meta name="text:Background Repeat" content="repeat"/>
<meta name="text:Music" content=" "/>
<meta name="text:DescTitle" content="About This Blog"/>

<meta name="text:Link1" content="" />
<meta name="text:URL1" content="/"/>
<meta name="text:Link2" content="" />
<meta name="text:URL2" content="/"/>
<meta name="text:Link3" content="" />
<meta name="text:URL3" content="/"/>
<meta name="text:Link4" content="" />
<meta name="text:URL4" content="/"/>
<meta name="text:Link5" content="" />
<meta name="text:URL5" content="/"/>
<meta name="text:Link6" content="" />
<meta name="text:URL6" content="/"/>



<head>
<link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">

<style type="text/css">






body {
background-image: url('{image:background}');
background-color: {color:background};
background-attachment: fixed;
background-repeat: {text:Background Repeat};
color: {color:text};
font-family: {font:body};
font-size: 10px;
}

@font-face {
font-family: "comic";
src: url('http://static.tumblr.com/uuxiawr/Sgdmacv3k/comic.ttf');}

@font-face {
font-family: "agaramondpro";
src: url('http://static.tumblr.com/uuxiawr/Vrcmacvp9/agaramondpro-regular.otf');}

@font-face {
font-family: "constan";
src: url('http://static.tumblr.com/uuxiawr/XRBmacw2b/constan.ttf');}

@font-face {
font-family: "giddyup";
src: url('http://static.tumblr.com/uuxiawr/cRimagk8w/giddyupstd.otf');}

::-webkit-scrollbar-thumb:vertical {
background-color: {color:text};
height: 30px;
}

::-webkit-scrollbar {
height: 30px;
width: 3px;
background: ;
}

a{
color: {color:link};

text-decoration: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

a:hover{
color: {color:linkhover};
}


#sidebar{
width: 150px;
display: inline-block;
margin-top: 0px;
left: 100px;
text-align: center;
background: ;
position: fixed;
}


#sidebarx img{
margin-top: -1px;
width: 150px;
text-align: center;
}


#sidetitle{
margin-top: -2px;
width: 140px;
display: inline-block;
text-align: center;
font-family: giddyup;
font-size: 20px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 6px;
background-color: {color:sidetitlebackground};
color: {color:sidetitle};
}


#desctitle{
margin-top: 20px;
margin-bottom: -5px;
padding-top: 5px;
padding-right: 5px;
line-height: 40px;
width: 140px;
height: 40px;

display: inline-block;
background-color: {color:DescTitleBackground};
}


#descx{
font-style: bold;
color: {color:DescTitle};
float: left;
margin-left: 5px;
font-size:12px;
display: block;
font-family: giddyup;
}


#desctitle img{
width: 30px;
height: 30px;
border: 2px solid {color:DescTitle};
float: left;
margin-left: 5px;
}


#desc{
font-family: calibri;
font-size: 12px;
margin-left: -7px;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
width: 150px;
display: center;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}


#custombox{
margin-top: 10px;
text-align: center;
width: 150px;
text-align: center;
}


.custom{
display: block;
width: 120px;
height: 10px;
text-align:center;
margin-bottom: 1px;
line-height: 10px;
font-size: 8px;
border-left: 10px solid {color:customborder};
border-right: 10px solid {color:customborder};
padding-right: 5px;
padding-left: 5px;
background-color: {color:custombackground};
color: {color:customtext};
}


.custom:hover{
background-color: {color:customborder};
color: {color:customtexthover};
border-left: 10px solid {color:custombackground};
border-right: 10px solid {color:custombackground};
}


.pagi{
margin-bottom: 20px;
font-size: 30px;
font-family: consolas;
line-height: 10px;
color:{color:pagination};
}


.pagi a{
color: {color:pagination};
}



#sideimg1{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 20px;
border: 2px solid {color:homebackground};
background-color: {color:homebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg1 img{
width: 50px;
height: 50px;
background-color: {color:homebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;

}

.navi1{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:HomeBackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 22px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi1:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi1 a{
color: {color:hometext};
text-decoration: none;
}


#sideimg2{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 90px;
border: 2px solid {color:askbackground};
background-color: {color:askbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg2 img{
width: 50px;
height: 50px;
background-color: {color:askbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi2{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:askbackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 92px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi2:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}


.navi2 a{
color: {color:asktext};
text-decoration: none;
}


#sideimg3{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 160px;
border: 2px solid {color:pastbackground};
background-color: {color:pastbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg3 img{
width: 50px;
height: 50px;
background-color: {color:pastbackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi3{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:pastbackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 162px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi3:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi3 a{
color: {color:pasttext};
text-decoration: none;
}


#sideimg4{
position: fixed;
width: 50px;
height: 50px;
left: 20px;
top: 230px;
border: 2px solid {color:themebackground};
background-color: {color:themebackground};
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


#sideimg4 img{
background-color: {color:themebackground};
width: 50px;
height: 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}


.navi4{
z-index: 999;
font-size: 10px;
text-transform: uppercase;
font-family: comic;
font-style: bold;
line-height: 50px;
background-color: {color:themebackground};
text-align: center;
position: fixed;
width: 50px;
height: 50px;
left: 22px;
top: 232px;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px;
}

.navi4:hover{
opacity: 0.7;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

.navi4 a{
color: {color:themetext};
text-decoration: none;
}


#posts{
{block:if400Posts}{block:IndexPage}width:450px;{/block:IndexPage}{/block:if400Posts}
{block:ifTwoColumnPosts}{block:IndexPage}width:600px;{/block:IndexPage}{/block:ifTwoColumnP
osts}
{block:PermalinkPage}width:450px;{/block:PermalinkPage}
margin-left: 290px;
position: relative;

}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


.entry{
{block:ifTwoColumnPosts}{block:IndexPage}float:
left;{/block:IndexPage}{/block:ifTwoColumnPosts}
position: relative;
{block:IfNotTwoColumnPosts}{block:IndexPage}width:400px;{/block:IndexPage}{/block:IfNotTwoC
olumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:250px;{/block:IndexPage}{/block:ifTwoColumnP
osts}
padding:10px;
border: 2px solid {color:entryborder};
{block:ifTwoColumnPosts}margin-left:8px;{/block:ifTwoColumnPosts}
{block:PermalinkPage}width:400px;{/block:PermalinkPage}
margin-bottom: 8px;
{block:ifTwoColumnPosts}{block:IndexPage}font-size:
11px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:ifnotTwoColumnPosts}{block:IndexPage}font-size:
12px;{/block:IndexPage}{/block:ifnotTwoColumnPosts}
font-family: calibri;
text-align: justify;
overflow: hidden;
background-color: {color:EntryBackground};
}


.entry img{
{block:IfNotTwoColumnPosts}{block:IndexPage}max-
width:400px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}max-
width:250px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}max-width:400px;{/block:PermalinkPage}
{block:ifFadingPhoto}
opacity: 0.7;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out; {/block:ifFadingPhoto}
}


{block:ifFadingPhoto}
.entry img:hover{
opacity: 1;
}
{/block:ifFadingPhoto}


{block:ifFadingPhoto}
.photosetfade {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
}
{/block:ifFadingPhoto}


{block:ifFadingPhoto}
.photosetfade:hover {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 0.9;
}
{/block:ifFadingPhoto}


.entry b, strong{
color: {color:Bold};
}

.entry i, em{
color: {color:Italic};
}

.entry a{
color: {color:Link};
text-decoration: none;
}

.entry h1{
font-family: consolas;
text-transform: uppercase;
font-size: 15px;
font-weight: 20px;
letter-spacing: 1px;
}

.entry h1 a{
color: {color:NormalLink};
}

blockquote{
border-left: 5px solid {color:blockquoteborder};
padding-left:10px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 5px;
margin-right: 2px;
text-align:justify;
}


.entry blockquote img{
max-width: 90%;
margin-left: 3px;
}


#quote{
color: {color:Quote};
padding: 15px;
font-family: agaramondpro;
font-size: 12px;
letter-spacing: 1px;
line-height: 10px;
}

.entry:hover #perma {
opacity: 1;
}


#perma{
z-index: 999;
font-family: comic;
font-size: 10px;
letter-spacing: 1px;
{block:IfNotTwoColumnPosts}{block:IndexPage}width:
414px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}width:
264px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermaLinkPage}width: 414px;{/block:PermaLinkPage}
font-family: 'Calibri';
font-size: 10px;
letter-spacing: 1px;
display: block;
height: 25px;
line-height: 25px;
margin-top: -10px;
margin-left: -10px;
text-align: left;
padding-left: 5px;
padding-right: 5px;
opacity: 0;
position: absolute;
background-color: {color:Perma};
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#perma a:link {
color: {color:NormalLink};
font-style: none;
}

#perma a:hover {
color: {color:NormalLinkHover};
font-style: none;
}


#reblogg{
font-family: consolas;
font-size: 10px;
letter-spacing: 1px;
display: block;
padding-right: 5px;
margin-top: -25px;
text-align: right;
}



.permalink {
font-family: cambria;
font-size: 10px;
color: {color:Text};
text-transform: uppercase;
text-align: center;
width: 394px;
margin-top: 20px;
padding:10px;
margin-bottom: 10px;
margin-left: -10px;
float: left;
background-color: {color:entrybackground};
}



.permalink b {
color: {color:Bold};
font-weight: normal;
}

#date {
color: {color:Italic};
}

.permalink a {
color: {color:Link};
text-decoration: none;
}

#tags {

width: 409px;
background-color: {color:EntryBackground}
padding-top: 5px;
font-size: 10px;
letter-spacing: 1px;
font-family: consolas;
font-style: normal;
margin-top: 10px;
margin-bottom: -5px;
margin-left: -5px;
text-align: left;
text-transform: lowercase;
border-top: 1px {color:Text} dotted;

}


.title{
color: {color:Title};
padding: 5px;
font-size: 18px;
font-family: constan;
line-height: 100%;
letter-spacing: -1px;
text-transform: none;
text-align: left;
margin-bottom:10px;
background-color: {color:titlebackground};
border-left: 10px {color:NormalLink} solid;
}


.ask {
{block:IfNotTwoColumnPosts}width: 380px;{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}width: 230px;{/block:ifTwoColumnPosts}
{block:PermaLinkPage}width: 380px;{/block:PermaLinkPage}
display: inline-block;
padding: 10px;
line-height: 10px;
text-align: justify;
background-color: {color:perma};
font-family: comic;
color: {color:NormalLink};
font-size: 10px;
text-transform: none;
}

.ask i {
font-style: normal;
}

.ask b {
font-weight: normal;
}

.ask a{
float: left;
display: block;
margin-right: 5px;
font-family: comic;
}


.askimg{
display: block;
float: left;
margin-right: 10px;
width: 48px;
height:48px;
border: 2px solid {color:entrybackground};
}

.askimg img{
width: 48px;
height: 48px;
}

iframe#tumblr_controls {
right:3px !important;
position:fixed !important;
opacity: 0.5;
filter:alpha(opacity=0.5);
-moz-opacity: 0.5;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
}

iframe#tumblr_controls:hover {
opacity: 1;
filter:alpha(opacity=1);
-moz-opacity: 1;
}

#source {
font-family: consolas;
font-size:7pt;
text-align: right;
margin-top: -5px;
}

ol.notes {
background-color:{color:EntryBackground};
font-family:tahoma;
font-size:10px;
padding-top:10px;
border: 0px;
padding-left:15px;
margin-top:10px;
width:376px;
margin-left: 10px;
list-style-type: none;}

ol.notes li.note {
background: ;
padding:5px;
width:380px;
letter-spacing: 0px;
text-align: left;
}

ol.notes li.note a{
color:{color:NormalLink};
background: ;
font-family:tahoma;
text-transform:none;
letter-spacing:0px;
font-size:10px;}

ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 0px;
}


.odd .line {
background-color: {color:chatoddbackground};
padding: 3px;
margin-bottom:3px;
color:{color:chatoddtext};
}
.even .line {
background-color: {color:ChatEvenBackground};
padding:3px;
margin-bottom:3px;
color:{color:chateventext};
}
.odd .name {
color: {color:chatoddname};
padding: 3px;
}
.even .name {
color: {color:chatevenname};
padding: 3px;
}






#musicbox{
width: 270px;
height: 100px;
text-align: left;
}

.cover {
width:100px;
height: 100px;
display: block;
position:absolute;
z-index:2;
}

.cover img{
width: 100px;
height: 100px;
}

.coverx{
width: 100px;
height: 100px;
display: block;
position:absolute;
z-index:1;
}

.coverx img{
width: 100px;
height: 100px;
}

.playbutton {
width:20px;
height: 20px;
line-height:20px;
overflow: hidden;
position:relative;
z-index:100;
margin-left:2px;
margin-top:2px;
}


.playbox {
opacity: 0.8;
background-color: #000000;
position: absolute;
z-index: 1000;
margin-top:36px;
margin-left:36px;
width:30px;
height:30px;
line-height:32px;
text-align:center;
}

.audioplayer {
float:left;
margin-left: 100px;
position: absolute;
display: block;
margin-top: 10px;
padding-bottom:7px;
}

.infomusic {

text-align:left;
{block:IfNotTwoColumnPosts}{block:IndexPage}max-width:
350px;{/block:IndexPage}{/block:IfNotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}max-width:
200px;{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermaLinkPage}max-width: 350px;{/block:PermaLinkPage}
margin-left:10px;
padding:5px;
background-color: {color:Blockquote};
}



.pagination {
display:none;
position: fixed;
right: 20px;
bottom: 10px;
text-align: center;
}


#pagi{
margin-top: 50px;
font-size: 30px;
font-family: consolas;
line-height: 10px;
color:{color:pagination};
}

#pagi a{
color: {color:pagination};
}

#over{
height:2000px!important;
position:absolute;
top:0px;
left:0px;
width: 100%;
}


</style>




{block:IfNotTwoColumnPosts}
{block:IfInfiniteScrolling}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-
scrolling/code"></script>
{/block:IfInfiniteScrolling}
{/block:IfNotTwoColumnPosts}

<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-
1.4.2.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

{block:IndexPage}

{block:IfTwoColumnPosts}

<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
{block:IfInfiniteScrolling}
<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
{/block:IfInfiniteScrolling}

<script>
$(function(){
var $container = $('#posts');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector: '.entry',
});
});
$container.infinitescroll({
itemSelector : ".entry",
navSelector : "div.pagination",
nextSelector : ".pagination a#next",
loadingImg : "",
loadingText : "<em></em>",
bufferPx : 10000,
extraScrollPx: 12000,
},
// trigger Masonry as a callback
function( newElements ) {
var $newElems = $( newElements ).css({ opacity: 0 });
// ensure that images load before adding to masonry layout
$newElems.imagesLoaded(function(){
$newElems.animate({ opacity: 1 });
$container.masonry( 'appended', $newElems, true );
});
}
);
});
</script>

{/block:IfTwoColumnPosts}
{/block:IndexPage}

</head>


<body>









<div id="sideimg1"><img src="{image:sideimage1}">
<div class="navi1"><a href="/">Home</a></div>
</div>
<div id="sideimg2"><img src="{image:sideimage2}">
<div class="navi2"><a href="/ask">Ask</a></div>
</div>
<div id="sideimg3"><img src="{image:sideimage3}">
<div class="navi3"><a href="/archive">Past</a></div>
</div>
<div id="sideimg4"><img src="{image:sideimage4}">
<div class="navi4"><a href="http://dianthus-s.tumblr.com/">Theme</a></div>
</div>

<div id="sidebar">




<div id="sidebarx"><img src="{image:sidebarimg}"></div>
<div id="sidetitle">{title}</div>

<div id="custombox">

{block:ifLink1}<a href="{text:URL1}" class="custom">{text:Link1}</a>{/block:ifLink1}
{block:ifLink2}<a href="{text:URL2}" class="custom">{text:Link2}</a>{/block:ifLink2}
{block:ifLink3}<a href="{text:URL3}" class="custom">{text:Link3}</a>{/block:ifLink3}
{block:ifLink4}<a href="{text:URL4}" class="custom">{text:Link4}</a>{/block:ifLink4}
{block:ifLink5}<a href="{text:URL5}" class="custom">{text:Link5}</a>{/block:ifLink5}
{block:ifLink6}<a href="{text:URL6}" class="custom">{text:Link6}</a>{/block:ifLink6}

</div>

{block:ifsubtitle}<div id="desctitle"><img src="{PortraitURL-64}"><div
id="descx">{text:desctitle}</div></div>{/block:ifsubtitle}

<center><div id="desc">{Description}</div></center>

{block:ifmusicplayer}<center><div id="musicc">{text:music}</div></center>{/block:ifmusicplayer}


{block:IfNotInfiniteScrolling}<center><div id="pagi">{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}{block:NextPage}<a
href="{NextPage}"> </a>{/block:NextPage}{/block:Pagination}
{/block:Pagination}</div></center>{/block:IfNotInfiniteScrolling}

<div class="pagination">
{block:Pagination}
{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older
?</a>{/block:NextPage}
{block:PreviousPage}<a style="float:left" href="{PreviousPage}">?
Newer</a></p>{/block:PreviousPage}
{/block:Pagination}
</div>

</div>



<div id="posts">

{block:Posts}

<div class="entry" >

{block:IndexPage}


{block:Date}

<div id="perma"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a>{block:NoteCount} | <a
href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}

<div id="reblogg"><a href="{ReblogURL}">REBLOG</a></div>

</div>

{/block:Date}



{block:IndexPage}


{block:Text}
{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
{/block:Text}

{block:Photo}
{block:ifnotTwoColumnPosts}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}"
class="center">{LinkCloseTag} {/block:IndexPage}{/block:ifnotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-250}"
class="center">{LinkCloseTag} {/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-400}"
class="center">{LinkCloseTag}{/block:PermalinkPage}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Photo}

{block:Photoset}

{block:ifnotTwoColumnPosts}{block:IndexPage}<div class="photosetfade">{Photoset-
400}</div>{/block:IndexPage}{/block:ifnotTwoColumnPosts}

{block:ifTwoColumnPosts}{block:IndexPage}<div class="photosetfade">{Photoset-
250}</div>{/block:IndexPage}{/block:ifTwoColumnPosts}

{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}


{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}

{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}

{/block:Photoset}


{block:Link}
<div class="title">
<a href="{URL}" {Target}>{Name}</a>
</div>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Quote}
<div id="quote">{Quote}</div>{block:Source} <div id="source"> {Source}</div> {/block:Source}
{/block:Quote}

{block:Chat}
{block:Title}
<div class="title">{Title}</div>
{/block:Title}
{block:Lines}<div class="{Alt}">
<div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br
/></div></div>
{/block:Lines}
{/block:Chat}


{block:Audio}
<div id="musicbox">
<div class="playbox">
<div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
</div>
</div>
<div class="coverx"><img src="{image:audioimage}"></div>
{block:AlbumArt}
<div class="cover"><img src="{AlbumArtURL}"></div>
{/block:AlbumArt}
<div class="audioplayer">
{block:Artist}
<div class="infomusic"> <b>Artist:</b> {Artist}</div>
{/block:Artist}
{block:TrackName}
<div class="infomusic"><b>Track:</b> "{TrackName}" </div>
{/block:TrackName}
<div class="infomusic"><b>Plays: </b> {PlayCountWithLabel} </div>
</div>
</div>
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}

{/block:Audio}

{block:Video}

{block:ifnotTwoColumnPosts}{block:IndexPage}{Video-
400}{/block:IndexPage}{/block:ifnotTwoColumnPosts}
{block:ifTwoColumnPosts}{block:IndexPage}{LinkOpenTag}{Video-
250}{/block:IndexPage}{/block:ifTwoColumnPosts}
{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
{Caption}
{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
{/block:Video}

{block:Answer}
<div class="ask"><div class="askimg"><img src="{AskerPortraitURL-128}"></div><i>{Asker}</i>
<b>sent:</b><br /><br/>
{Question}</div>
{Answer}
{/block:Answer}




{block:PermalinkPage}
<div class="permalink">
<center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek},
{Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with
{NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a
href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a
href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
{block:HasTags}<b>tags &raquo;</b> {block:Tags} #<a
href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
{/block:PermalinkPage}







</div>

{/block:Posts}


</div>


<div>

<img src="{image:bg2}" style="position:fixed;
max-height: 100%;
max-width: 500px;
right:-20px;
bottom:-5px;
z-index:-9;
">

</div>

</body>-- SCM Music Player http://scmplayer.net -->
<script type="text/javascript" src="http://scmplayer.net/script.js"
data-
config="{'skin':'skins/simpleBlack/skin.css','volume':68,'autoplay':true,'shuffle':true,'repeat':1,'plac
ement':'bottom','showplaylist':false,'playlist':[{'title':'Kamisama
Hajimemashita','url':'http://www.youtube.com/watch?v=vW5_vVTc5FU'},{'title':'arrow','url':'http:
//www.youtube.com/watch?v=jghyJTl_XEc'},{'title':'AROMA','url':'http://www.youtube.com/watc
h?v=DcULqgwbMBg'},{'title':'Again','url':'http://www.youtube.com/watch?v=GelAE_63FWc'},{'title
':'Alice Nine - Cross Game','url':'http://www.youtube.com/watch?v=3A_roDlHTvo'},{'title':'Ayabie -
Hoshigaoka','url':'http://www.youtube.com/watch?v=AONFRoL_kjU'},{'title':'BREAK
DOWN','url':'http://www.youtube.com/watch?v=e_Nz8t3vNo8'},{'title':'Baby Don%B4t
Cry','url':'http://www.youtube.com/watch?v=egMWaQCQb7I'},{'title':'Bingeul
Bingeul','url':'http://www.youtube.com/watch?v=DPawflzvFVI'},{'title':'Break
Down','url':'http://www.youtube.com/watch?v=vxe4_47JciA'},{'title':'FANTASTIC
BABY','url':'http://www.youtube.com/watch?v=AAbokV76tkU'},{'title':'Fat
lip','url':'http://www.youtube.com/watch?v=AMXpfZKm1pE'},{'title':'From The
Inside','url':'http://www.youtube.com/watch?v=B9bZWqYvW_A'},{'title':'God Knows...- Hirano
Aya','url':'http://www.youtube.com/watch?v=DSNDRgs4KCc'},{'title':'Life','url':'http://www.youtu
be.com/watch?v=iOig391e9Qg'},{'title':'Lost
Heaven','url':'http://www.youtube.com/watch?v=s36C9CfVD2E'},{'title':'MY HEART LEAPS FOR
%27C%27','url':'http://www.youtube.com/watch?v=b6q07qsATv8'},{'title':'NO MUSIC NO
REASON','url':'http://www.youtube.com/watch?v=rceynUKhXY8'},{'title':'Nana Kitade
[%22Antoinette Blue%22] Seamo [%22Mata
Aimasyo%22]','url':'http://www.youtube.com/watch?v=uSfvo6MDDpU'},{'title':'Natsu Koi Natsu
Game','url':'http://www.youtube.com/watch?v=FOZvz52hCow'},{'title':'One More
Night','url':'http://www.youtube.com/watch?v=fwK7ggA3-bU'},{'title':'Owari to Mirai
','url':'http://www.youtube.com/watch?v=2joTmwPzDVw'},{'title':'Pandora Hearts 1
ED','url':'http://www.youtube.com/watch?v=p0EWPwLw52g'},{'title':'Raggs no
Chinkonka','url':'http://www.youtube.com/watch?v=oWmPZcbnfTM'},{'title':'Rambu no
melody','url':'http://www.youtube.com/watch?v=rlFdn8cx3xk'},{'title':'S.T.F.U.
','url':'http://www.youtube.com/watch?v=7Geo66RSNO4'},{'title':'Shoujo
S','url':'http://www.youtube.com/watch?v=xyWH4xsbxWk'},{'title':'Snow
Scene','url':'http://www.youtube.com/watch?v=KBp-CRqYDAs'},{'title':'Still
Alive','url':'http://www.youtube.com/watch?v=D6mV392oOZA'},{'title':'Super
Girl','url':'http://www.youtube.com/watch?v=PN-LWGP9gRs'},{'title':'The gazettE-
Shiver','url':'http://www.youtube.com/watch?v=Dj1IN1gAZVQ'},{'title':'U-Kiss Bingeul
Bingeul','url':'http://www.youtube.com/watch?v=CtLWGX5yHFs&NR=1&feature=endscreen'},{'titl
e':'Varuna','url':'http://www.youtube.com/watch?v=eDXSbk92qlQ'},{'title':'YeLLOW Generation -
%u6249%u306E%u5411%u3053%u3046%u3078
','url':'http://www.youtube.com/watch?v=enCMWGJJxV4'},{'title':'alice nine. -
Akatsuki','url':'http://www.youtube.com/watch?v=aErTF0gRP-g'},{'title':'The
Thespian','url':'http://www.youtube.com/watch?v=7JVqm6WNObg'},{'title':'tsuchiya','url':'http://
www.youtube.com/watch?v=6-
DcXsTpQ2E'},{'title':'%uC2E0%uD654','url':'http://www.youtube.com/watch?v=1qWVQMbmk2U'},
{'title':' By The Way','url':'http://www.youtube.com/watch?v=JnfyjwChuNU'},{'title':'2NE1 - I LOVE
YOU','url':'http://www.youtube.com/watch?v=LUrUPzLm5SI'},{'title':'Driving
time','url':'http://www.youtube.com/watch?v=9PoZhMDAb-U'},{'title':'Kamisama
Onegai','url':'http://www.youtube.com/watch?v=EowN_e4P5gY'}]}" ></script>
</html>

<style type="text/css">body, a:hover {cursor: url(http://ani.cursors-4u.net/anime/ani-
13/ani1223.cur), progress !important;}</style><a href="http://www.cursors-
4u.com/cursor/2013/02/15/hetalia-axis-powers-russia.html" target="_blank" title="Hetalia: Axis
Powers - Russia"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Hetalia: Axis
Powers - Russia" style="position:absolute; top: 0px; right: 0px;" /></a>




http://omfg-sheenas-themes.tumblr.com/post/43506637438/theme-19-sheenas-themes-endless-
scrolling-two

http://naninoojo.tumblr.com/

buscar blogs kawaii: http://athemes-support.tumblr.com/archive/2013/6

cdigo de msica del nuevo tumblr BLUE: <!-- Song Player http://playlist.me --><script
type="text/javascript" src="http://playlist.me/w/script.js" data-
config="{'skin':'http://static.tumblr.com/xcku8ot/lNXmf3i2n/gatinho.sombrio.d-
epravar.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist'
:false,'playlist':[{'title':'%u30B8%u30E3%u30B9%u30DF%u30F3','url':'http://www.youtube.com/w
atch?v=GdmCUIu6S3k'},{'title':'HOLiC','url':'http://www.youtube.com/watch?v=6KJz21yQH3w'},{'ti
tle':'Tsubasa Chronicles','url':'http://www.youtube.com/watch?v=QFoLL3OaeOc'},{'title':'wherever
you
are','url':'http://www.youtube.com/watch?v=NouEgC8RtxE'},{'title':'%u30A2%u30F3%u30B5%u30
A4%u30BA%u30CB%u30A2','url':'http://www.youtube.com/watch?v=WgjgACnHuWQ'},{'title':'Re
make','url':'http://www.youtube.com/watch?v=bV4vcr8E4HU'},{'title':'Kuroshitsuji','url':'http://w
ww.youtube.com/watch?v=_-sHX9HHH-
o'},{'title':'dreamer','url':'http://www.youtube.com/watch?v=xGbxsiBZGPI'},{'title':'NO
SCARED','url':'http://www.youtube.com/watch?v=yVbzUm2G_Ig'},{'title':'Simple Plan - SUMMER
PARADISE feat. Taka from ONE OK
ROCK','url':'http://www.youtube.com/watch?v=QBmTGlUmgpg'},{'title':'Kamisama
Hajimemashita','url':'http://www.youtube.com/watch?v=jM6zsRHvamQ'},{'title':'%u3058%u3076
%u3093ROCK','url':'http://www.youtube.com/watch?v=kTkXe60AP8M'},{'title':'Ghost
OST','url':'http://www.youtube.com/watch?v=oWmPZcbnfTM'},{'title':'The
Beginning','url':'http://www.youtube.com/watch?v=Hh9yZWeTmVM'},{'title':'A new one for all, all
for the new
one','url':'http://www.youtube.com/watch?v=qVTBE77wom8'},{'title':'Kamui','url':'http://www.yo
utube.com/watch?v=iZsMSNb-1RY'},{'title':'Communication
Confusion','url':'http://www.youtube.com/watch?v=fQO141SUCwg'},{'title':'Love is
War','url':'http://www.youtube.com/watch?v=g1Dqb6uJ8WY'},{'title':'Suneohair','url':'http://www
.youtube.com/watch?v=ukl-DdHoO80'},{'title':'Dango
Daikazoku','url':'http://www.youtube.com/watch?v=jWWw3JPMRt8'},{'title':'W-inds. - Be As
One','url':'http://www.youtube.com/watch?v=tJXbz6mwNbU'},{'title':'Lost My
Pieces','url':'http://www.youtube.com/watch?v=9Y-HJzH2O2I'}]}" ></script><noscript><a
href="http://playlist.me/skins/">SCM player skins</a></noscript><!-- playlist.me script end -->

You might also like