The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Same size - Tumblr - Theme Lynx, HEEEELP !!!!!!
valemezzano
post Apr 9 2012, 11:35 PM
Post #1





Group: Members
Posts: 1
Joined: 9-April 12
Member No.: 16,885



I don't know speak English sad.gif I need help fixing this problem:

http://imageshack.us/photo/my-images/214/c...alla201204l.png

I wish that the photos are the same size

Please, HELP ME :'(


My CODE: (Theme Lynx ---> http://www.tumblr.com/theme/10195 )


<!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">
<head>
<link rel="shortcut icon" href="{Favicon}">
<link rel="apple-touch-icon" href="{PortraitURL-128}"/>
<title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<!--{block:Description}-->
<meta name="description" content="{MetaDescription}" />
<!--{/block:Description}-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="image:Header" content="" />
<meta name="if:Float Left" content="0" />

<meta name="if:Left Sidebar" content="0" />
<meta name="if:Continuous Scrolling" content="0" />
<meta name="text:About Title" content="About"/>
<meta name="if:Show Members" content="0" />
<!-- Defaulft Colors -->
<meta name="color:Background" content="#EEE"/>
<meta name="color:Title" content="#333"/>
<meta name="image:Background" content="" />
<meta name="if:Fixed Background" content="0" />
<meta name="if:Centered Header" content="1"/>
<meta name="color:Menu Text" content="#333"/>
<meta name="color:Links" content="#999" />
<meta name="color:Tags" content="#999" />
<meta name="color:Tags Rollover" content="#999" />
<meta name="color:Rollover" content="#333" />
<!--Fonts-->
<meta name="font:Header" content="Helvetica" />
<meta name="font:Categories" content="Georgia" />
<!--Services-->
<meta name="if:Connect Container" content="0" />
<meta name="if:Twitter Container" content="0" />
<meta name="text:Bebo" content="" />
<meta name="text:Email" content="" />
<meta name="text:Dailybooth" content="" />
<meta name="text:Design Float" content="" />
<meta name="text:Deviant Art" content="" />
<meta name="text:Disqus Shortname" content="" />
<meta name="text:Facebook" content="facebook.com/" />
<meta name="text:FlickrUsername" content="" />
<meta name="text:Myspace" content="myspace.com/" />
<meta name="if:RSS" content="1" />
<meta name="text:Skype" content="" />
<meta name="text:Youtube" content="user/" />
<meta name="text:Google Analytics ID" content="" />
<meta name="if:Show Notes" content="1" />
<meta name="if:Permalink Share Tools" content="1" />
<meta name="if:Basic Audio Player" content="0" />
<meta name="if:Effects" content="1" />
<meta name="if:Sidebar" content="1" />
<meta name="if:Ask Container" content="0" />
<meta name="text:Main Shadow Strength" content="0.5" />

<script src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>

<!--{block:IfContinuousScrolling}-->
<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/Pkal4te0l/scrolltopcontrol.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
<!--{/block:IfContinuousScrolling}-->

<!--{block:IfPermalinkShareTools}-->
<script language="JavaScript">
function highlight(field) {
field.focus();
field.select();
}</script>
<!--{/block:IfPermalinkShareTools}-->

<script type="text/javascript" src="http://static.tumblr.com/fgfmpgh/7xukzalz8/jquery.easing.js"></script>

<!--{block:IfEffects}-->
<script type="text/javascript">
$(document).ready(function(){
$(".photo #photo img").hover(function() {
$(this).stop().animate({opacity: "0.7"}, 'slow');
},
function() {
$(this).stop().animate({opacity: "1"}, 'slow');
});
});
</script>
<!--{/block:IfEffects}-->

<style type="text/css">
html,body {margin: 0; padding: 0; height:100%;}
body {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: .75em;
color: #333;
background-image: url({image:Background});
{block:IfNotFloatLeft}
text-align:center;
{/block:IfNotFloatLeft}
{block:IfFloatLeft}
text-align:left;
{/block:IfFloatLeft}
{block:IfFixedBackground}
background-attachment:fixed;
{/block:IfFixedBackground}
background-color:{color:Background};
}
img {
border:0;}
h2 {
font-size:24px;
font-family:{font:Categories};
color:{color:Menu Text};
font-weight:lighter;
}
h3 {
font-size:18px;}
#container {
width:1000px;
position:relative;
{block:IfNotFloatLeft}
margin: 0 auto;
{/block:IfNotFloatLeft}
padding-bottom:60px;
text-align:left;
background:#fff;
-webkit-box-shadow: rgba(0, 0, 0, {text:Main Shadow Strength}) 0px 0px 25px;
}
.title {
padding:50px 25px;
font-size:45px;
font-weight:bold;
text-transform:uppercase;
font-family:{font:Header};
color: {color:Title};
text-shadow: 3px 3px 1px #ccc;
}
#menu {
width: 100%;
padding: 5px 0;
border-bottom: 1px dotted #EEE;
position: relative;
{block:IfNotHeaderImage}
border-top: 1px dotted #EEE;{/block:IfNotHeaderImage}
}
#nav {
font-weight: bold;
width:auto;
float:left;
font-size: 15px;
font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
}
#nav a:link, #nav a:active, #nav a:visited{
display:block;
padding:10px 20px;
border-right:1px solid #EEE;
text-decoration:none;
text-transform:uppercase;
margin:0;
color:{color:Menu Text};
}
#nav a:hover {
color:{color:Rollover};
/*{block:IfEffects}*/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/*{/block:IfEffects}*/
}
#nav li{
float:left;
position:relative;
}
#search {
float:right;
display:block;
padding:5px 15px;
margin-right:20px;
}
#search #input {
border:0 none;
background:transparent;
outline:none;
padding-bottom:10px;
color:{color:Menu Text};
}
#content {
margin:0 25px;
position:relative;
}
/*{block:IfLeftSidebar}*/
.left_column {
width:500px;
float:right;
{block:IfSidebar}
margin:0 30px;
{/block:IfSidebar}
{block:IfNotSidebar}
margin:0 250px;
{/block:IfNotSidebar}
position:relative;
}
.right_column {
width:300px;
margin-top:15px;
float:left;
margin-left:35px;
padding-right:34px;
border-right:1px dotted #EEE;
}
/*{/block:IfLeftSidebar}*/
/*{block:IfNotLeftSidebar}*/
.left_column {
width:500px;
float:left;
{block:IfSidebar}
margin:0 30px;
{/block:IfSidebar}
{block:IfNotSidebar}
margin:0 250px;
{/block:IfNotSidebar}
position:relative;
}
.right_column {
width:300px;
margin-top:15px;
float:right;
margin-right:35px;
padding-left:34px;
border-left:1px dotted #EEE;
}
/*{/block:IfNotLeftSidebar}*/
.right_column .theme {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .theme #button a {
background-color:{color:Links};
color:#fff;
padding:15px;
font-size:15px;
text-decoration:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/*{block:IfEffects}*/
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/*{/block:IfEffects}*/
}
.right_column .theme #button a:active {
background-color:{color:Links};
color:#fff;
padding:15px;
font-size:15px;
text-decoration:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.right_column .theme #button a:hover {
background-color:{color:Rollover};
color:#fff;
padding:15px;
font-size:15px;
text-decoration:none;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 18px;
}

.right_column .ask {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .credit {
margin-top:20px;
font-size:9px;
color:#666;
}
.right_column .about {
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .about #ask_submit a, .right_column .about #ask_submit a:active {
background:url(http://static.tumblr.com/d0qlne1/tRSl58c9p/button_background.png) repeat-x;
height:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:5px;
border:1px solid #CCC;
text-align:center;
color:#333;
/*{block:IfEffects}*/
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/*{/block:IfEffects}*/
}
.right_column .about #ask_submit a:hover {
background:url(http://static.tumblr.com/poxjlqi/ScJl6xedi/button_background_hover.png) repeat-x {color:Rollover};
height:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:5px;
border:1px solid #59848e;
text-align:center;
color:#fff;
text-decoration:none;
}
.right_column .about p {
font-size:11px;}
.permalink {
margin:15px 0;
position:relative;}
.permalink .shorturl {
border: solid 1px #FFF;
outline: 0;
font: normal 13px/100% Verdana, Tahoma, sans-serif;
background: #FFFFFF;}
.permalink .shorturl textarea {
width: 400px;
max-width: 400px;
height: 100px;
}
.right_column .twitter {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.right_column .connect {
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}
.header {
{block:IfCenteredHeader}
text-align:center;
{/block:IfCenteredHeader}
}
a .header {
text-decoration:none;
color:{color:Title};
}
.header img {
margin:0px;
max-width:1000px;
}
a:link {
text-decoration: none;
color: {color:Links};
/*{block:IfEffects}*/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/*{/block:IfEffects}*/
}
a:visited {
text-decoration: none;
color: {color:Links};
}
a:hover {
text-decoration: underline;
color:{color:Rollover};
}
a:active {
text-decoration: none;
color:{color:Rollover};
}
.text h3 {
margin-top:0;
padding-top:0;}
.text img {
max-width:500px;}
.text blockquote img {
max-width:400px;}
.photo #photo img {
max-width:500px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
.photo #caption {
display:block;}
.photo #caption img {
max-width:500px;}
.photo #photo #large {
visibility:hidden;
position:absolute;
right:10px;
top:10px;
background:url(http://static.tumblr.com/d0qlne1/eifl8d542/magnify.png);
width:66px;
height:57px;}
.photo #photo:hover #large {
visibility:visible;}
.photo #photo {
position:relative;}
.quote #main {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:18px;}
.quote #source {
color:#333;
font-style:italic;}
.quote img {
max-width:500px;}
.audio #art {
width:250px;float:left; height:250px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
position:relative;
margin-bottom:15px;
background:url(http://static.tumblr.com/d0qlne1/Uqcl57yts/defaultalbum.png);}
.audio #art:hover .audioplayercircle, .audio #art:hover .audioplayercircle .audioplayer {
visibility:visible;}
.audioplayercircle {
visibility:hidden;
position: absolute;
z-index: 3;
background: black;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
top: 100px;
left: 100px;
opacity: .8;}
.audioplayercircle .audioplayer {
visibility:hidden;
width: 20px;
height: 30px;
overflow: hidden;
margin: 17px 24px 13px 16px;}
.audio #record {
width:125px;
float:right;
height:250px;
background:url(http://static.tumblr.com/d0qlne1/7CYl4vuca/record.png) no-repeat;
margin-bottom:15px;}
.audio img,.link img,.video img.chat img,.answer img {
max-width:500px;}
.link #main {
font-size:18px;
padding-right:10px;}
.answer {
font-size:14px;}
.answer #question {
background: #eee;
padding: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align:center;
font-style:italic;
font-size:.9em}
.answer #bottom {
text-align:center;
position:relative;
height:75px;}
.answer #answer {
padding: 10px;
margin-top:10px;}
.navigation {
padding:25px;
height:100%;
color:#999;
font-size:16px;
text-align:right;}
.navigation a {
font-size:.75em;
line-height:0;
padding:2px 6px;
background-color: {color:Links};
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:#FFF;
text-decoration:none;
/*{block:IfEffects}*/
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/*{/block:IfEffects}*/
}
.navigation a:hover, .current_page {
font-size:.75em;
line-height:0;
padding:2px 6px;
background-color: {color:Rollover};
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:#FFF;
text-decoration:none;
-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 4px;
}
#post {
border-bottom:1px dotted #eee;
padding-top:15px;
padding-bottom:5px;
{block:PermalinkPage}
border:none;
{/block:PermalinkPage}
}
#post .notes {
visibility:hidden;
margin-top:15px;
margin-bottom:5px;
font-size:9px;
color:#999;
text-transform:uppercase;}
#post:hover .notes {
visibility:visible;}
#post:hover .notes img {
background:none;
border:none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
padding:0;
margin:0;}
#post:hover .notes a {
font-size:9px;
text-transform:uppercase;
color:{color:Links};
/*{block:IfEffects}*/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/*{/block:IfEffects}*/
}
#post:hover .notes a:hover {
color:{color:Rollover};}
#post .tags {
visibility:hidden;
padding-left:25px;
padding-top:5px;
color:#FFF;
height:25px;
background:url(http://static.tumblr.com/d0qlne1/hhCl4vxh0/tags.png) no-repeat left;}
#post:hover .tags {
visibility:visible;}
#post:hover .tags a {
background-color:{color:Tags};
color:#fff;
font-size:9px;
margin:8px 0;
padding:0 4px 0 4px;
text-decoration:none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-left:2px;
margin-right:2px;
/*{block:IfEffects}*/
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
/*{/block:IfEffects}*/
}
#post:hover .tags a:hover {
background-color:{color:Tags Rollover};
color:#fff;
padding:0 4px 0 4px;
text-decoration:none;
-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 4px;}
#credit{
padding-bottom:30px;
font-family:Helvetica, Arial;
font-size:13px;
color:#bbbbbb;
padding-left:70px;}
#credit a{
font-weight:bold;
color:#aaaaaa;}
ul#likes {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;}
li.like_post {
width: 300px;
padding: 0 40px 0 0;
float: left;
margin-bottom: 15px;}
li.like_post img {
max-width: 100%;}
li.like_post blockquote {
margin: 0;
padding: 0 0 0 10px;
border-left: 1px solid #eee;}
li.like_post ol, li.like_post ul {
margin: 0 0 0 15px;
padding: 0;}
li.like_post .like_link a {
font-weight: bold;}
li.like_post .like_title {
font-weight: bold;}
li.like_post .post_info_bottom {
margin: 10px 0 0 0;
display: block !important;}
#disqus_thread {
list-style-type:none;}
#post_nav {
color:#999;
font-size:1.25em;
margin:15px 0;
position:relative;}
#post_nav #previous {
float:left;}
#post_nav #next {
float:right;}
.source a {
text-decoration:none;
font-style:italic;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
#twitter {
margin-top: 2px;
padding: 7px 10px;
background: #eaeaea;
color: #666;
font-size: 11px;
overflow: hidden;}
{CustomCSS}
</style>
<!--[if IE]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<style type:"text/css">
.clearfix {
zoom: 1; /* triggers hasLayout */
} /* Only IE can see inside the conditional comment
and read this CSS rule. Don't ever use a normal HTML
comment inside the CC or it will close prematurely. */
</style>
<![endif]-->

</head>
<body>
<div class="clearfix" id="container">

<a href="/">
<div class="header">
<!--{block:IfHeaderImage}--><img src="{image:Header}" /><!--{/block:IfHeaderImage}--><!--{block:IfNotHeaderImage}--><div class="title">{Title}</div><!--{/block:IfNotHeaderImage}--></div></a>

<div class="clearfix" id="menu">

<ul id="nav">
<li><a href="/">Home</a></li>

<!--{block:Pages}--><li><a href="{URL}">{Label}</a></li><!--{/block:Pages}-->

</ul>

<div id="search"><form action="/search" method="get">
<input id="input" type="text" name="q" value="{SearchQuery}"/>
<input type="image" src="http://static.tumblr.com/d0qlne1/NHYl4vxch/search.png" value="Search"/>
</form></div>

</div>
<div id="content">
<div class="left_column">
<!--{block:IfContinuousScrolling}--><div class="autopagerize_page_element"><!--{/block:IfContinuousScrolling}-->
<!--{block:SearchPage}-->
<div>
<p> {SearchResultCount} result(s) found for "{SearchQuery}".</p>
</div><!--{/block:SearchPage}--><!--{block:TagPage}-->
<div>
<p>Post(s) tagged with "{Tag}"</p>
</div>
<!--{/block:TagPage}-->

<!--{block:Posts}-->
<div style="margin-top:25px">
<!--{block:Text}-->
<div class="text" id="post">
<!--{block:Title}-->
<h3><a href="{Permalink}">{Title}</a></h3>
<!--{/block:Title}-->
{Body}

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Text}-->

<!--{block:Photo}-->

<div class="photo" id="post">



<div id="photo"><!--{block:HighRes}--><a href="{PhotoURL-HighRes}"><div id="large"></div></a><!--{/block:HighRes}-->{LinkOpenTag}<img id="image" src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
<!--{block:HighRes}-->

<!--{/block:HighRes}-->

<!--{block:Caption}-->
<p class="caption">{Caption}</p>

<!--{/block:Caption}-->

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>

<!--{/block:Photo}-->

<!--{block:Photoset}-->
<div id="post">


{Photoset-500}

<!--{block:Caption}-->
<p class="caption">{Caption}</p>
<!--{/block:Caption}-->

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Photoset}-->

<!--{block:Quote}-->
<div class="quote" id="post"><span id="main">{Quote}</span><!--{block:Source}-->
<p id="source">- {Source}</p>
<!--{/block:Source}-->

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Quote}-->

<!--{block:Link}-->
<div class="link" id="post">
<a id="main" href="{URL}" class="link" target="{Target}">{Name} ⇢</a>

<!--{block:Description}-->
<p class="description">{Description}</p>
<!--{/block:Description}-->

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Link}-->

<!--{block:Chat}-->
<div id="post">
<!--{block:Title}-->
<h3><a href="{Permalink}">{Title}</a></h3>
<!--{/block:Title}-->

<ul class="chat">
<!--{block:Lines}-->
<li style="color:#333; width:380px; padding:5px;" class="{Alt} user_{UserNumber}">
<!--{block:Label}-->
<span class="label"><strong>{Label}</strong></span>
<!--{/block:Label}-->

{Line}
</li> <!--{/block:Lines}-->
</ul>

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Chat}-->

<!--{block:Video}-->
<div class="video" id="post">
{Video-500}

<!--{block:Caption}-->
<p class="caption">{Caption}</p>
<!--{/block:Caption}-->

<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Video}-->

<!--{block:Audio}-->
<div class="audio" id="post">
<!--{block:IfNotBasicAudioPlayer}-->
<div style="padding:0 62px; position:relative">
<div id="art">
<!--{block:AlbumArt}--><img src="{AlbumArtURL}" width="250px" /><!--{/block:AlbumArt}-->
<div class="audioplayercircle"><div class="audioplayer">{AudioPlayerBlack}</div></div>
</div>
<div id="record"></div>
</div>
<!--{/block:IfNotBasicAudioPlayer}-->
<!--{block:IfBasicAudioPlayer}-->
{AudioPlayerBlack}
<!--{/block:IfBasicAudioPlayer}-->
<!--{block:Caption}-->
<p id="caption">{Caption}</p>
<!--{/block:Caption}-->
<!--{block:ContentSource}-->
<p class="source"><!--{block:SourceLogo}--><a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" /></a><!--{/block:SourceLogo}--><!--{block:NoSourceLogo}-->{lang:Source}: <a href="{SourceURL}">{SourceLink}</a><!--{/block:NoSourceLogo}-->
</p>
<!--{/block:ContentSource}-->

<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/LaOl4vy29/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--><!--{block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/utDl4vy3s/reblog.png" style="width:10px" /> <a href="{ReblogParentURL}">{ReblogParentName}</a><!--{/block:RebloggedFrom}--> <img src="http://static.tumblr.com/d0qlne1/oTTl4vyjy/plays.png" style="width:9px" /> {FormattedPlayCount} <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{block:HasTags}--><div class="tags"><!--{block:Tags}--><a href="{TagURL}">{Tag}</a><!--{/block:Tags}--></div><!--{/block:HasTags}-->
<!--{/block:IfShowNotes}-->
<!--{block:IfPermalinkShareTools}-->
<!--{block:PermalinkPage}-->
<div class="permalink"><div style="float:left; padding:2px;" class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c29c4336d1983b6" class="addthis_button_compact">Share</a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c29c4336d1983b6"></script><div style="float:right"><span>Short URL:</span> <input type="text" value="{ShortURL}" class="shorturl" readonly="readonly" onClick='highlight(this);'/></div></div>
<!--{/block:PermalinkPage}-->
<!--{/block:IfPermalinkShareTools}-->
</div>
<!--{/block:Audio}-->
</div>
<!--{block:Answer}-->
<div id="post" class="answer">
<div id="question">{Question}</div>
<div id="bottom"><img src="http://static.tumblr.com/d0qlne1/sV5l3soxr/question.png" /><img style="position:absolute; -moz-border-radius: 4px;
-webkit-border-radius: 4px; width:40px; left: 145px; top: 15px;" src="{AskerPortraitURL-40}" /></div>

<div id="answer">{Answer}</div>
<!--{block:IfShowNotes}--><div class="notes"><!--{block:IfShowMembers}-->Posted by <a href="{PostAuthorURL}">{PostAuthorTitle}</a> <!--{/block:IfShowMembers}--><!--{block:Date}--><img style="width:11px" src="http://static.tumblr.com/d0qlne1/2vql4thzx/time.png" /> <a href="{Permalink}">{DayOfMonth} {Month}<!--{/block:Date}--></a><!--{block:NoteCount}--> <img style="width:10px" src="http://static.tumblr.com/d0qlne1/EEKl4vxx0/notes.png" /> <a href="{Permalink}">{NoteCount}</a><!--{/block:NoteCount}--> <img src="http://static.tumblr.com/d0qlne1/OsIl4vxtq/asker.png" width="13px" /> {Asker} <!--{block:IndexPage}--><img style="width:10px" src="http://static.tumblr.com/d0qlne1/fcUl4vybr/permalink.png" /> <a href="{Permalink}">Permalink</a><!--{/block:IndexPage}--></div>
<!--{/block:IfShowNotes}-->
</div><!--{/block:Answer}-->


<!--{/block:Posts}-->
<!--{block:IfContinuousScrolling}--></div><!--{/block:IfContinuousScrolling}-->


<!--{block:IfContinuousScrolling}-->
<!--{block:IndexPage}-->
<h2 style="font-size:34px; text-align:center"><img src="http://static.tumblr.com/d0qlne1/qVol4tb08/loading.gif" /> Loading more posts</h2>
<!--{/block:IndexPage}--><!--{/block:IfContinuousScrolling}-->

<!--{block:PermalinkPage}-->
<!--{block:IfShowNotes}-->
<!--{block:PostNotes}--><h2>Notes</h2>
<p>{PostNotes}</p><!--{/block:PostNotes}--><!--{/block:IfShowNotes}--><!--{block:IfDisqusShortname}--><script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script><div id="disqus_thread"></div>
<script type="text/javascript">
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript><script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script><!--{/block:IfDisqusShortname}-->
<!--{block:PermalinkPagination}-->
<div id="post_nav">
<!--{block:PreviousPost}-->
<span id="previous"><a href="{PreviousPost}">← Previous Post</a></span>
<!--{/block:PreviousPost}-->
<!--{block:NextPost}-->
<span id="next"><a href="{NextPost}">Next Post →</a></span>
<!--{/block:NextPost}-->
</div>
<!--{/block:PermalinkPagination}-->
<!--{/block:PermalinkPage}-->
<!--{block:IfNotContinuousScrolling}-->
<!--{block:Pagination}-->
<div class="navigation">
<!--{block:PreviousPage}-->
<a style="padding:5px;
background-color: #ccc;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:#FFF; text-decoration:none;" href="{PreviousPage}">←</a>
<!--{/block:PreviousPage}-->

<!--{block:JumpPagination length="10"}-->
<!--{block:CurrentPage}-->
<span class="current_page">{PageNumber}</span>
<!--{/block:CurrentPage}-->

<!--{block:JumpPage}-->
<a class="jump_page" href="{URL}" style="color:#FFF; text-decoration:none;">{PageNumber}</a>
<!--{/block:JumpPage}-->
<!--{/block:JumpPagination}-->

<!--{block:NextPage}-->
<a style="color:#FFF; text-decoration:none;" href="{NextPage}">→</a>
<!--{/block:NextPage}-->
</div><!--{/block:Pagination}--><!--{/block:IfNotContinuousScrolling}--></div>

<!--{block:IfSidebar}-->

<div class="right_column">



<!--




-->

<div class="about">
<h2>{text:About Title}</h2>
<p>{Description}</p><br />
<!--{block:AskEnabled}--><span id="ask_submit"><a href="/ask">{AskLabel}</a></span>
<!--{/block:AskEnabled}-->
<!--{block:SubmissionsEnabled}--><span id="ask_submit" style="margin-right:10px"><a href="/submit">{SubmitLabel}</a></span>
<!--{/block:SubmissionsEnabled}-->
</div>

<!--{block:IfAskContainer}-->
<div class="ask">
<h2 style="margin-bottom:3px">Ask</h2>

<iframe src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="300px" scrolling="no" frameborder="0"></iframe>

</div>
<!--{/block:IfAskContainer}-->
<!--{block:IfConnectContainer}-->
<div class="connect">
<h2>Connect</h2>
<!--{block:IfBebo}--><a href="http://www.bebo.com/{text:Bebo}"><img src="http://static.tumblr.com/jw8fmba/HN0l2yoox/bebo.png" /></a><!--{/block:IfBebo}-->
<!--{block:IfEmail}-->
<a href="mailto:{text:Email}"><img src="http://static.tumblr.com/jw8fmba/4l0l2yot2/email.png" /></a>
<!--{/block:IfEmail}-->
<!--{block:IfDailybooth}-->
<a href="http://www.dailybooth.com/{text:Dailybooth}"><img src="http://static.tumblr.com/jw8fmba/Kw0l2yoqu/dailybooth.png" /></a>
<!--{/block:IfDailybooth}-->
<!--{block:IfDesignFloat}-->
<a href="http://www.designfloat.com/user/profile/{text:Design Float}/"><img src="http://static.tumblr.com/jw8fmba/bTel2yort/designfloat.png" /></a>
<!--{/block:IfDesignFloat}-->
<!--{block:IfDeviantArt}-->
<a href="http://www.{text:Deviant Art}.deviantart.com/"><img src="http://static.tumblr.com/jw8fmba/M3Vl2yosq/deviantart.png" /></a>
<!--{/block:IfDeviantArt}-->
<!--{block:IfFacebook}-->
<a href="http://www.{text:Facebook}"><img src="http://static.tumblr.com/jw8fmba/aq1l2yoto/facebook.png" /></a>
<!--{/block:IfFacebook}-->
<!--{block:IfFlickrID}-->
<a href="http://www.flickr.com/photos/{text:FlickrID}"><img src="http://static.tumblr.com/jw8fmba/o5vl2you8/flickr.png" /></a>
<!--{/block:IfFlickrID}-->
<!--{block:IfMyspace}-->
<a href="http://www.{text:Myspace}"><img src="http://static.tumblr.com/jw8fmba/MODl2yow7/myspace.png" /></a>
<!--{/block:IfMyspace}-->
<!--{block:IfRSS}-->
<a href="{RSS}"><img src="http://static.tumblr.com/jw8fmba/hlAl2yowz/rss.png" /></a>
<!-- {/block:IfRSS}-->
<!--{block:IfSkype}-->
<a href="skype:{text:Skype}?call"><img src="http://static.tumblr.com/jw8fmba/uQ0l2yoy7/skype.png" /></a>
<!--{/block:IfSkype}-->
<!--{block:Twitter}-->
<a href="http://www.twitter.com/{TwitterUsername}"><img src="http://static.tumblr.com/jw8fmba/kHGl2yoyp/twitter.png" /></a>
<!--{/block:Twitter}-->
<!--{block:IfYoutube}-->
<a href="http://www.youtube.com/{text:Youtube}"><img src="http://static.tumblr.com/jw8fmba/jW1l2yozc/youtube.png" /></a>
<!--{/block:IfYoutube}-->
</div>
<!--{/block:IfConnectContainer}-->

<!--{block:IfTwitterContainer}-->
<!--{block:IndexPage}-->
<!--{block:Twitter}-->
<div class="twitter">
<h2>Twitter</h2>
<div id="twitterwrapper" style="display:none;">
<a href="http://twitter.com/{TwitterUsername}" style="text-decoration:none;"><div class="heading&quo
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 07:00 AM