Large diffs are not rendered by default.

@@ -1,71 +1,71 @@
---
layout: post_layout
layout: default
---
<article class="hentry">
<!-- Post datetime -->
<time class="updated" datetime="{{ page.date | date: '%Y-%m-%dT%H:%M:%S-08:00' }}" pubdate>{{ page.date | date: "%d %B, %Y" }}</time>
<!-- Post title -->
<h2 class="entry-title">{{ page.title }}</h2>
<!-- hNews Byline -->
<span class="byline author vcard">
By <span class="fn">Robbie Trencheny</span>
</span>
<!-- Post content -->
<div class="entry-content">
{{ content }}
</div>
</article>
{% if page.category %}
<!-- Categories -->
<p>Posted in: <a href="/categories/{{ page.category }}/">{{ page.category }}</a></p>
{% endif %}
<!-- Number of words -->
<p>An entry of {{ page.content | number_of_words }} words</p><br/>
{% if page.social %}
<!-- Social buttons -->
<div class="fb-like" data-href="{{ site.url }}{{ page.url }}" data-send="true" data-layout="button_count" data-width="225" data-show-faces="false" data-colorscheme="dark" data-font="lucida grande"></div>
<!-- First post Tweet Button -->
<span style="float:right;margin-top:-25px;">
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-text="{{ page.title }} -" data-count="none" data-via="{{ site.twitter_name }}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</span>
{% endif %}
{% if page.readability %}
<div style="margin-left: -5px;margin-bottom:-15px;" class="rdbWrapper" data-show-read="1" data-show-send-to-kindle="1" data-show-print="0" data-show-email="0" data-orientation="0" data-version="1" data-bg-color="#222222" data-text-color="#ffffff"></div><script type="text/javascript">(function() {var s = document.getElementsByTagName("script")[0],rdb = document.createElement("script"); rdb.type = "text/javascript"; rdb.async = true; rdb.src = document.location.protocol + "//www.readability.com/embed.js"; s.parentNode.insertBefore(rdb, s); })();</script>
{% endif %}
<span style="float:right;margin-top:-15px;">
<iframe border="0" scrolling="no" width="78" height="17" allowtransparency="true" frameborder="0"
style="margin-bottom: -3px; z-index: 1338; border: 0px; background-color: transparent; overflow: hidden;"
src="http://www.instapaper.com/e2?url={{site.url}}{{page.url}}&title={{page.title | cgi_escape}}"
></iframe>
</span>
<br/>
<hr/>
{% if page.comments %}
<!-- Post comments -->
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ site.disqus_username }}';
var disqus_url = '{{ site.url }}{{ page.url }}';
var disqus_identifier = '{{ page.date | date_to_xmlschema }}';
<div class="row">
<div class="span12">
<article class="hentry">
<div class="page-header">
<h1 class="entry-title"><a class="post_title" href="{{ page.url }}">{{ page.title }}</a> <small><time class="updated" datetime="{{ page.date | date: '%Y-%m-%dT%H:%M:%S-08:00' }}" pubdate>{{ page.date | date: "%d %B, %Y" }}</time></small></h1>
</div>
<!-- hNews Byline -->
<span class="byline author vcard">
By <span class="fn">Robbie Trencheny</span>
</span>
<!-- Post content -->
<div class="entry-content">
{{ content }}
</div>
</article>
{% if page.category %}
<!-- Categories -->
<p>Posted in: <a href="/categories/{{ page.category }}/">{{ page.category }}</a></p>
{% endif %}
<!-- Number of words -->
<p>An entry of {{ page.content | number_of_words }} words</p><br/>
{% if page.social %}
<!-- Social buttons -->
<div class="row">
<div class="span6">
<div class="fb-like" data-href="{{ site.url }}{{ page.url }}" data-send="true" data-layout="button_count" data-width="225" data-show-faces="false" data-colorscheme="light" data-font="lucida grande"></div>
</div>
<div class="span6 right">
<!-- First post Tweet Button -->
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-text="{{ page.title }} -" data-count="none" data-via="{{ site.twitter_name }}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</div>
{% endif %}
<div class="row">
{% if page.readability %}
<div class="span6">
<div style="margin-left: -5px;margin-bottom:-15px;" class="rdbWrapper" data-show-read="1" data-show-send-to-kindle="1" data-show-print="0" data-show-email="0" data-orientation="0" data-version="1" data-bg-color="#fff" data-text-color="#000"></div><script type="text/javascript">(function() {var s = document.getElementsByTagName("script")[0],rdb = document.createElement("script"); rdb.type = "text/javascript"; rdb.async = true; rdb.src = document.location.protocol + "//www.readability.com/embed.js"; s.parentNode.insertBefore(rdb, s); })();</script>
</div>
{% endif %}
<div class="span6 right">
<iframe border="0" scrolling="no" width="78" height="17" allowtransparency="true" frameborder="0"
style="margin-bottom: -3px; z-index: 1338; border: 0px; background-color: transparent; overflow: hidden;"
src="http://www.instapaper.com/e2?url={{site.url}}{{page.url}}&title={{page.title | cgi_escape}}"
></iframe>
</div>
</div>
<br/>
<hr/>
{% if page.comments %}
<!-- Post comments -->
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ site.disqus_username }}';
var disqus_url = '{{ site.url }}{{ page.url }}';
var disqus_identifier = '{{ page.date | date_to_xmlschema }}';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
{% else %}
<p>Sorry, comments are disabled for this entry</p>
{% endif %}
<hr/>
<!-- Past posts -->
<h2>Archive</h2>
<ol id="archive">
{% for post in site.posts offset:1 %}
<li>
<time datetime="{{ post.date | date: '%Y-%m-%dT%H:%M:%S-08:00' }}">{{ post.date | date: "%d %B, %Y" }}</time>
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
</li>
{% endfor %}
</ol>
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
{% else %}
<p>Sorry, comments are disabled for this entry</p>
{% endif %}
</div>
</div>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,55 +1,84 @@
---
layout: default
title: About
title: Robbie Trencheny / About
---
<p>
My name is Robert Xavier Trencheny Junior, but Robbie is fine too
</p>
<h2>
About
</h2>
<p>
I am a 20 year old web developer, systems administrator and startup <a href="http://sutterstudios.com">founder</a> living in Colorado Springs, Colorado. You can follow me on <a href="http://twitter.com/robbie">Twitter</a>, hear what I listen to on <a href="http://last.fm/user/robbiet480/">Last.fm</a> or fork my code on <a href="http://github.com/robbiet480">GitHub</a>. My e-mail address is <a href="mailto:me@robbiet.us">me@robbiet.us</a>.
</p>
<h2>
My setup
</h2>
<p>
I get asked this question quite a bit so here is my current computer setup:
</p>
<ul>
<li>I use a <a href="http://www.everymac.com/systems/apple/imac/stats/imac-core-i7-2.8-27-inch-aluminum-late-2009-specs.html">27" Late 2009 Core i7 iMac</a> (with 8GB RAM, 2TB drive) as my desktop and day-to-day development machine at the office. It is hooked up to a 21" LCD display.</li>
<li>My secondary machine is a <a href="http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2.8-aluminum-17-mid-2009-unibody-specs.html">17" Mid 2009 MacBook Pro</a>, stock configuration.</li>
<li>Netbook #1 is a <a href="http://reviews.cnet.com/laptops/hp-mini-110-1025dx/4507-3121_7-33712886.html">HP Mini 110-1025dx</a> with Mac OS X 10.5.7.</li>
<li>Netbook #2 is a <a href="http://en.wikipedia.org/wiki/Google_Chrome_OS#Cr-48_prototype_hardware">Google CR-48 Prototype</a> running <a href="http://en.wikipedia.org/wiki/Google_Chrome_OS">Chrome OS</a> and <a href="http://www.ubuntu.com/">Ubuntu</a>.</li>
<li>I have a custom built <a href="http://en.wikipedia.com/wiki/HTPC">HTPC</a> with 2x2TB hard drives in a RAID 0 running <a href="http://www.ubuntu.com/">Ubuntu</a> 10.04.3 with a XBMC frontend</li>
<li>My current phone is an <a href="http://reviews.cnet.com/smartphones/apple-iphone-4-32gb/4507-6452_7-34117595.html">Apple iPhone 4, 32GB in black</a>.</li>
<li>My current tablet is an <a href="http://reviews.cnet.com/tablets/apple-ipad-march-2012/4505-3126_7-35159659.html">Apple iPad 3, 32GB, 4G, Verizon</a>.</li>
<li>My current e-reader is an <a href="http://www.amazon.com/dp/B003FSUDM4/ref=kin3_ddp_alsoavail_kinw_kin3g">Amazon Kindle Free 3G + Wi-Fi without Special Offers</a></li>
<li>My tools of choice are <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="http://www.sublimetext.com/2">Sublime Text 2</a>, <a href="http://www.codeux.com/textual/">Textual</a> for IRC and <a href="http://www.apple.com/macosx/mountain-lion/messages-beta/">Messages</a> for IM (iMessage, Google Talk, AIM). I alternate between <a href="http://spotify.com">Spotify</a>, <a href="http://grooveshark.com">Grooveshark</a> and <a href="http://itunes.com">iTunes</a> mostly depending on the mood I am in.</li>
<li>I _always_ have Terminal open on any computer.</li>
<li>My servers are hosted at <a href="http://www.dreamhost.com/r.cgi?440633">Dreamhost</a>, <a href="http://hivelocity.com">Hivelocity</a> (robbie.io is hosted here) and <a href="http://ovh.ie">OVH</a>.</li>
</ul><br/>
<h2>
This Site
</h2>
<p>
I purchased robbie.io in 2011 and started it off with <a href="http://tumblr.com">Tumblr</a>. Today, it is automatically generated by <a href="http://github.com/mojombo/jekyll/tree/master">Jekyll</a> into a static site. Posts are in <a href="http://daringfireball.net/projects/markdown/">Markdown</a> and the source resides on <a href="http://github.com/robbiet480/robbie.io/tree/master">GitHub</a>. Site is marked up with HTML5, styled with CSS3 and scripted with jQuery and JavaScript. All CSS and HTML syntax on this site has been validated. The comments are powered by <a href="http://disqus.com">Disqus</a>. This theme is based on both <a href="https://github.com/mojombo/mojombo.github.com">Tom Preston-Werner</a> and <a href="https://github.com/tatey/tatey.com">Tate Johnson</a>'s work with a little bit of <a href="http://effectortheme.tumblr.com/">the old Tumblr theme</a> mixed it. If you find an error, <a href="mailto:me@robbiet.us">please let me know</a>.<br/><br/>
This site is keyboard shortcut enabled:
</p>
<ul>
<li>h → home</li>
<li>o → about</li>
<li>u → uncut</li>
<li>l → lifestream</li>
<li>c → contact</li>
</ul>
<p>
Wondering why 'o' is mapped to about? Maybe a certain <span style="font-style:italic;" title="The Konami Code">code</span> can help you figure it out?
</p>
<h2>
Legal
</h2>
<p>
The opinions and views expressed on this site are my own, not of my employer, clients, friends, family, relatives, extended relatives, so on and so forth. The content on this site is licensed as <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons BY 3.0 License</a>.
</p>
<div class="row">
<div class="span12">
<p>
My name is Robert Xavier Trencheny Junior, but Robbie is fine too
</p>
</div>
</div>
<div class="row">
<div class="span12">
<h2>
About
</h2>
</div>
</div>
<div class="row">
<div class="span12">
<p>
I am a 20 year old web developer, systems administrator and startup <a href="http://sutterstudios.com">founder</a> living in Colorado Springs, Colorado. You can follow me on <a href="http://twitter.com/robbie">Twitter</a>, hear what I listen to on <a href="http://last.fm/user/robbiet480/">Last.fm</a> or fork my code on <a href="http://github.com/robbiet480">GitHub</a>. My e-mail address is <a href="mailto:me@robbiet.us">me@robbiet.us</a>.
</p>
</div>
</div>
<div class="row">
<div class="span12">
<h2>
My setup
</h2>
</div>
</div>
<div class="row">
<div class="span12">
<p>
I get asked this question quite a bit so here is my current computer setup:
</p>
</div>
</div>
<div class="row">
<div class="span12">
<ul>
<li>I use a <a href="http://www.everymac.com/systems/apple/imac/stats/imac-core-i7-2.8-27-inch-aluminum-late-2009-specs.html">27" Late 2009 Core i7 iMac</a> (with 8GB RAM, 2TB drive) as my desktop and day-to-day development machine at the office. It is hooked up to a 21" LCD display.</li>
<li>My secondary machine is a <a href="http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2.8-aluminum-17-mid-2009-unibody-specs.html">17" Mid 2009 MacBook Pro</a>, with a 90GB SSD for the boot drive and SuperDrive replaced with existing 500GB hard disk drive</li>
<li>Netbook #1 is a <a href="http://reviews.cnet.com/laptops/hp-mini-110-1025dx/4507-3121_7-33712886.html">HP Mini 110-1025dx</a> with Mac OS X 10.5.7.</li>
<li>Netbook #2 is a <a href="http://en.wikipedia.org/wiki/Google_Chrome_OS#Cr-48_prototype_hardware">Google CR-48 Prototype</a> running <a href="http://en.wikipedia.org/wiki/Google_Chrome_OS">Chrome OS</a> and <a href="http://www.ubuntu.com/">Ubuntu</a>.</li>
<li>I have a custom built <a href="http://en.wikipedia.com/wiki/HTPC">HTPC</a> with 2x2TB hard drives in a RAID 0 running <a href="http://www.ubuntu.com/">Ubuntu</a> 11.04 with a XBMC frontend</li>
<li>My current phone is an <a href="http://reviews.cnet.com/smartphones/apple-iphone-4-32gb/4507-6452_7-34117595.html">Apple iPhone 4, 32GB in black</a>.</li>
<li>My current tablet is an <a href="http://reviews.cnet.com/tablets/apple-ipad-march-2012/4505-3126_7-35159659.html">Apple iPad 3, 32GB, 4G, Verizon</a>.</li>
<li>My current e-reader is an <a href="http://www.amazon.com/dp/B003FSUDM4/ref=kin3_ddp_alsoavail_kinw_kin3g">Amazon Kindle Free 3G + Wi-Fi without Special Offers</a></li>
<li>My tools of choice are <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="http://www.sublimetext.com/2">Sublime Text 2</a>, <a href="http://www.codeux.com/textual/">Textual</a> for IRC and <a href="http://www.apple.com/macosx/mountain-lion/messages-beta/">Messages</a> for IM (iMessage, Google Talk, AIM). I alternate between <a href="http://spotify.com">Spotify</a>, <a href="http://grooveshark.com">Grooveshark</a> and <a href="http://itunes.com">iTunes</a> mostly depending on the mood I am in.</li>
<li>I _always_ have Terminal open on any computer.</li>
<li>My servers are hosted at <a href="http://www.dreamhost.com/r.cgi?440633">Dreamhost</a>, <a href="http://hivelocity.com">Hivelocity</a> (robbie.io is hosted here) and <a href="http://ovh.ie">OVH</a>.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span12">
<h2>
This Site
</h2>
</div>
</div>
<div class="row">
<div class="span12">
<p>
I purchased robbie.io in 2011 and started it off with <a href="http://tumblr.com">Tumblr</a>. Today, it is automatically generated by <a href="http://github.com/mojombo/jekyll/tree/master">Jekyll</a> into a static site. Posts are in <a href="http://daringfireball.net/projects/markdown/">Markdown</a> and the source resides on <a href="http://github.com/robbiet480/robbie.io/tree/master">GitHub</a>. Site is marked up with HTML5, styled with CSS3 and scripted with jQuery and JavaScript. All CSS and HTML syntax on this site has been validated. The comments are powered by <a href="http://disqus.com">Disqus</a>. The original theme was based on both <a href="https://github.com/mojombo/mojombo.github.com">Tom Preston-Werner</a> and <a href="https://github.com/tatey/tatey.com">Tate Johnson</a>'s work with a little bit of <a href="http://effectortheme.tumblr.com/">the old Tumblr theme</a> mixed it. The current theme is entirely my own and uses Bootstrap. If you find an error, <a href="mailto:me@robbiet.us">please let me know</a>.
</p>
</div>
</div>
<div class="row">
<div class="span12">
<h2>
Legal
</h2>
</div>
</div>
<div class="row">
<div class="span12">
<p>
The opinions and views expressed on this site are my own, not of my employer, clients, friends, family, relatives, extended relatives, so on and so forth. The content on this site is licensed as <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons BY 3.0 License</a>.
</p>
</div>
</div>
@@ -1,97 +1,4 @@
---
layout: default
title: Contact
---
<ul id="networks">
<li>
<a href="http://twitter.com/robbie" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/twitter-48x48.png" width="40" height="40" alt="Twitter"> <strong>Twitter</strong> twitter.com/robbie</a>
</li>
<li>
<a href="http://facebook.com/robbiet" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/facebook-48x48.png" width="40" height="40" alt="Facebook"> <strong>Facebook</strong> facebook.com/robbiet</a>
</li>
<li>
<a href="http://plus.google.com/115566521911434048816/postse" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/googleplus-48x48.png" width="40" height="40" alt="Google+"> <strong>Google+</strong> gplus.to/robbiet</a>
</li>
<li>
<a href="http://www.linkedin.com/profile/view?id=13174263&amp;trk=tab_pro" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/linkedin-48x48.png" width="40" height="40" alt="LinkedIn"> <strong>LinkedIn</strong> linkedin.com/in/robbiet</a>
</li>
<li>
<a href="http://reddit.com/user/robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/reddit-48x48.png" width="40" height="40" alt="reddit"> <strong>reddit</strong> reddit.com/user/robbiet480</a>
</li>
<li>
<a href="http://github.com/robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/github-48x48.png" width="40" height="40" alt="Github"> <strong>Github</strong> github.com/robbiet480</a>
</li>
<li>
<a href="http://last.fm/user/robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/lastfm-48x48.png" width="40" height="40" alt="Last.fm"> <strong>Last.fm</strong> last.fm/user/robbiet480</a>
</li>
<li>
<a href="http://open.spotify.com/user/robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/spotify-48x48.png" width="40" height="40" alt="Spotify"> <strong>Spotify</strong> spotify.com/user/robbiet480</a>
</li>
<li>
<a href="http://soundcloud.com/robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/soundcloud-48x48.png" width="40" height="40" alt="SoundCloud"> <strong>Soundcloud</strong> soundcloud.com/robbiet480</a>
</li>
<li>
<a href="http://foursquare.com/robbie" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/foursquare-48x48.png" width="40" height="40" alt="FourSquare"> <strong>FourSquare</strong> foursquare.com/robbie</a>
</li>
<li>
<a href="http://instagram.com" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/instagram-48x48.png" width="40" height="40" alt="Instagram"> <strong>Instagram</strong> robbiet480</a>
</li>
<li>
<a href="http://stackoverflow.com/users/486182/robbie-trencheny" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/stackoverflow-48x48.png" width="40" height="40" alt="Stack Overflow"> <strong>Stack Overflow</strong> robbiet480</a>
</li>
<li>
<a href="https://kindle.amazon.com/profile/Robbie-Trencheny/2200393" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/amazon-48x48.png" width="40" height="40" alt="Kindle"> <strong>Amazon</strong> kindle.amazon.com</a>
</li>
<li>
<a href="http://www.goodreads.com/robbiet" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/goodreads-48x48.png" width="40" height="40" alt="Goodreads"> <strong>Goodreads</strong> goodreads.com/robbiet</a>
</li>
<li>
<a href="goim:robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/aim-48x48.png" width="40" height="40" alt="AIM"> <strong>AIM</strong> robbiet480</a>
</li>
<li>
<a href="xmpp:robbie.trencheny@gmail.com" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/google-talk-48x48.png" width="40" height="40" alt="Google Talk"> <strong>Google Talk</strong> robbie.trencheny@gmail.com</a>
</li>
<li>
<a href="skype:robbiet480" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/skype-48x48.png" width="40" height="40" alt="Skype"> <strong>Skype</strong> robbiet480</a>
</li>
<li>
<a href="http://t.robbie.io" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/tumblr-48x48.png" width="40" height="40" alt="Tumblr"> <strong>Tumblr</strong> t.robbie.io</a>
</li>
<li>
<a href="mailto:me@robbiet.us" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/email-48x48.png" width="40" height="40" alt="Email"> <strong>E-Mail</strong> me@robbiet.us</a>
</li>
<!--<li>
<a href="/RobbieTrencheny.vcf" rel="me"><img src="http://robbieio.s3.amazonaws.com/images/vcard-48x48.png" width="40" height="40" alt="VCard"> <strong>VCard</strong> Robbie Trencheny</a>
</li>-->
</ul>
<p>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</p>
title: Robbie Trencheny / Contact
---

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -0,0 +1,36 @@
/* ---------------------------------------------
LASTFM.CSS
-----------------------------------------------*/

#lastfm dl{
position:relative;
text-align:right;
}

#lastfm dl dt{
position:absolute;

}
#lastfm dl dt a{
position:absolute;
z-index:100;
}
#lastfm dl dt a:hover{
background:none;
}

#lastfm .lfm_art img{
width:64px;
height:64px;
}

#lastfm dl dd.lfm_song{
font-weight:bold;
font-size:12px;
white-space:nowrap;
overflow:hidden;
}
#lastfm dl dd.lfm_artist,
#lastfm dl dd.lfm_album{
color:#999;
}
@@ -0,0 +1,39 @@
.tweet,
.query {
font: 120% Georgia, serif;
color: #085258;
}

.tweet_list {
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
list-style: none;
margin: 0;
padding: 0;
overflow-y: hidden;
background-color: #8ADEE2;
}

.tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: 0.5em;
list-style-type: none;
}

.tweet_list li a {
color: #0C717A;
}

.tweet_list .tweet_even {
background-color: #91E5E7;
}

.tweet_list .tweet_avatar {
padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
vertical-align: middle;
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

BIN -3.42 KB images/aim-48x48.png
Deleted file not rendered
BIN -1.45 KB images/email-48x48.png
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
BIN -3.49 KB images/new_rt.png
Deleted file not rendered
Deleted file not rendered
BIN -4.95 KB images/rss.png
Deleted file not rendered
BIN -2.57 KB images/skype-48x48.png
Deleted file not rendered
Deleted file not rendered
BIN -2.19 KB images/vcard-48x48.png
Deleted file not rendered
Deleted file not rendered
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN +1.03 KB img/lfm_overlay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN +1.28 KB img/noartwork.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,110 @@
# SOCIAL MEDIA ICONS
by Paul Robert Lloyd

## Licence
Thanks for downloading these icons. If you decide to use
them, please include the following attribution link somewhere on your site: <http://paulrobertlloyd.com/2009/06/social_media_icons>

Provision of these icons does not reflect endorsement of
individual services.

Licensed under a Attribution-Share Alike 2.0 UK: England &
Wales Licence. I claim no right of ownership to the company
logos used in these icons.
<http://creativecommons.org/licenses/by-sa/2.0/uk/>


## About the template files
This download includes templates for each of the four icon sizes. These have been saved as layered Fireworks PNG files, allowing them to be edited with that software. They can also be imported as flat images into other graphic editing packages, and altered using colour overlay layer effects and hue/saturation controls.


## Support and icon suggestions
Please provide any feedback or suggestions in this Get Satisfaction community forum:
<http://getsatisfaction.com/paulrobertlloyd/products/paulrobertlloyd_social_media_icons>


## Release History
### v1.9 -- 24 January 2012
* Added 7 new icons (500px, Etsy, Instagram, Pintrest, Soundcloud, Stack Overflow, Zerply)
* Removed 8 icons (Bebo, eBay, Fire Eagle, Gowalla, Mixx, Netvibes, PayPal, Picasa)
* AIM icon updated with new logo
* Foursquare icon updated with revised logo
* Google+ icon updated with new logo
* Lanyrd icon updated to match iOS icon
* Orkut icon updated with new logo
* StumbleUpon icon updated with new logo
* Subtle refinements and iteration
* Support community opened on Get Satisfaction
* Read Me file now markdown formatted
* Download now includes blank icon templates

### v1.8 -- 21 August 2011
* Added 5 new icons (about.me, Forrst, Google+, rdio, Speaker Deck)
* Removed 1 icon (Ember)
* 16x16 icons are now saved as 32-bit alpha PNG
* Various other icon refinements

### v1.7 -- 20 December 2010
* Added 1 new icon (Pinboard)
* Removed 3 icons (Brightkite, Technorati, Yahoo Buzz)
* Gowalla icon updated to use 'G' motif
* Myspace icon redrawn with new logo
* Twitter icon updated to use bird motif

### v1.6 -- 22 September 2010
* Added 8 new icons (BBC iD, Formspring, Github, Lanyrd, Meetup, Plancast, Retweet, Spotify)
* Removed 4 icons (Just Giving, Ning, OPML, Virb)
* Digg icon updated with new brand colouring
* iTunes icon redrawn with new logo
* Get Satisfaction icon redrawn with new logo
* Twitter icon updated with correct brand colouring
* Various other icon refinements

### v1.5.1 -- 16 March 2010
* Fixed border on delicious-16x16.png

### v1.5 -- 14 March 2010
* Added 12 new icons (Creative Commons, Dribbble, Foursquare, Get Satisfaction, Gowalla, identi.ca, PayPal, SlideShare, Viddler, XING, Xbox, Zootool)
* iMeem icon removed as service no longer available
* Fire Eagle Mascot icon removed
* Ning icon redrawn with new logo
* Huffduffer icon redrawn
* Outer borders are now alpha-transparent. Icons should work better on different background colours
* Inner bevel redesigned
* Images are now compressed. Average icon file sizes are now 50% smaller
* This document now provides required attribution for Geotag, OPML and Share icons

### v1.2 -- 11 September 2009
* Added 10 new icons (eBay, Ffffound, Goodreads, iLike, IMDb, iMeem, iTunes, Just Giving, Posterous, Wikipedia)

### v1.1 -- 26 July 2009
* Added 14 new icons (AIM, Amazon, Bebo, vCard, Google Talk, MSN Messenger, Nike+, OpenID, OPML, Orkut, Picasa, Skype, Virb, Yahoo Messenger)
* QuickSnapper is now Ember
* 16x16 icons now provided in 8-bit PNG format
* Various visual tweaks to all icons (borders, highlights etc.)
* Package now includes this 'Read Me' file with licence information

### v1.0 -- 29 June 2009
* Initial Release (36 icons in 4 sizes)


## Credits
### Geotag
Copyright (c) Geotag Icon Project. All rights reserved.
<http://www.geotagicons.com/>

Geotag icon is licensed under a Creative Commons
Attribution-Share Alike 3.0 license or LGPL.
<http://creativecommons.org/licenses/by-sa/3.0/>
<http://opensource.org/licenses/lgpl-license.php>

### Share Icon
Copyright (c) Share Icon Project. All rights reserved.
<http://shareicons.com/>

Share icon is licensed under a GPL or LGPL or BSD or
Creative Commons Attribution 2.5 license.
<http://opensource.org/licenses/gpl-license.php>
<http://opensource.org/licenses/lgpl-license.php>
<http://opensource.org/licenses/bsd-license.php>
<http://creativecommons.org/licenses/by/2.5/>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.