<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="color:Background" content="#E9E2CF"/>
<meta name="color:Table" content="#FFFFFF"/>
<meta name="color:TableShadow" content="#000000"/>
<meta name="color:Text" content="#756757"/>
<meta name="color:Title" content="#268C90"/>
<meta name="color:TitleShadow" content="#ADA68E"/>
<meta name="color:Link" content="#6D8F25"/>
<meta name="color:Accents" content="#A39453"/>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<title>{Title}</title>

<style type="text/css">
body {
margin:0px;
background-color: {color:Background};
background-image:url(http://i11.photobucket.com/albums/a167/hzelgarcia/backgrounds/7cfb6eb9.gif);
background-attachment:fixed;
}

body, div, p, textarea, submit, input {
font-family: tahoma;
font-size: 9px;
line-height:11px;
color:{color:Text};
text-align:justify;
font-style}

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

.comments p {
margin:0px;
}

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

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

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

i, em, u{
color:{color:Accents};
text-decoration:none;
}

.desc a{font-family:tahoma; font-size:8px; text-transform:uppercase; line-height:6px;}
div#brains{
margin:auto;
position:relative;
width:500px;
background-color: #fff;
overflow:hidden;
color: {color:Title};
-moz-border-radius:5px;
margin-top:20px;
padding-left:10px;
padding-right:10px;
background-image:url();
background-repeat:repeat-y;
_margin-left:10%;
-moz-box-shadow: #000 3px 3px 6px;
}

div#header{
padding:0px;
min-height:75px;
margin-bottom:10px;
}

div#header .title{
font-family: ;
font-size: 23px;
line-height:19px;
color: {color:Text};
letter-spacing:-1px;
font-style:normal;
text-transform:uppercase;
}
div#header .desc { position:relative; top:2px;}
div#center{
margin:auto;
position:relative;
width:500px;
background-color:;
overflow:hidden;
}

div#content{
float:left;
width:500px;
border-right:0px solid;
padding-top:10px; padding-right:10px;
}

div#entry{
background-color: ;
margin-top:px;
padding-top:10px;
padding-bottom:10px;
border-top:1px dashed {color:Background};
}

.thenotes {border-top:1px dashed {color:Background}; margin-top:10px; padding-top:10px;}

div#entrytext{
text-align:justify;
}

.comments div#entry{
margin-bottom:-9px;
}

div#meta {
padding:2px 1px 0px 1px;
font: normal 7px tahoma;
text-transform:uppercase;
font-weight:normal;
}

div#betalol *{
color: {Color:Accents};
}

div#menu{
float:right;
background-color:;
width:0px;
padding: 0px;
padding-top:10px;
}

.title{
display: block;
text-align: left;
font-size: 20px;
line-height:18px; font-weight:bold;
color: {color:Title};
letter-spacing:-1.5px;
text-transform: uppercase;
font-style:normal;
padding:1px 1px 0px 1px; text-shadow: {color:TitleShadow} 1px 1px 2px;

}

blockquote{
padding:0px 0px 1px 4px;
margin:0px 0px 0px 2px;
border-left:1px dashed {color:Text};
border-bottom:1px solid {color:Text};
border-right:none;
border-top:none;
}

blockquote li {

}

blockquote p, ul{
margin:0px;
padding:0px;
}

textarea{height:50px;}

a img{border:1px solid {color:Title};}
.audio{background-color:black; height:27px; margin-bottom:-10px;}
.audiotext {color:white!important;}
ul, ol, li {list-style:none; margin:0px; padding:0px;}
.user_1 .label, .user_4 .label, .user_7 .label {color: {color:Accents};}
.user_2 .label, .user_5 .label, .user_8 .label {color:{color:Link};}
.user_3 .label, .user_6 .label, .user_9 .label {color:{color:Title};}
.notes img{width:10px; position:relative; top:3px;}
td{vertical-align:top;padding:0px;margin:0px;border-spacing:0px; border:0px; }
table{padding:0px;margin:0px;border-spacing:0px; border:0px; width:100%;}


{CustomCSS}
</style>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="viewport" content="width=820" />
</head>
<body>
<div id="brains">
<div id="center">
<div id="content">
<div id="header"><a href="/"><img src="{PortraitURL-96}" align="left" style="border:0px; height:73px; width:73px; margin-right:5px; position:relative; top:2px;"></a><span class="title"><a href="/">{Title}</a></span>
<div class="desc">{Description}</div><br>
{block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}</div>

{block:Posts}
<div id="entry">
{block:Text}
{block:Title}<span class="title">{Title}</span>{/block:Title}
{Body}

{/block:Text}

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

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

{block:Quote}
<span class="title">{Quote}</span>
{block:Source}{Source}{/block:Source}
{/block:Quote}

{block:Chat}
{block:Title}<span class="title">{Title}</span>{/block:Title}
<ul class="chat">
{block:Lines}
<li class="user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}

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

{/block:Chat}


{block:Audio}
<div class="audio"><div style="width:400px; height:27px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:7px; display:block; height:20px; float:right;"><span class="audiotext">
{FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</span></div></div></div><BR>
{block:Caption}{Caption}{/block:Caption}
{/block:Audio}

{block:Video}<center>
{Video-400}<BR>
{block:Caption}{Caption}{/block:Caption}</center>
{block:Video}

<div id="betalol">
<a href="{Permalink}">{NoteCount} ▲</a>
{block:RebloggedFrom} reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} <div style="float:right;">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>

{block:PostNotes}<div class="thenotes">{block:NoteCount}<span class="title">{NoteCount} ▲</span>{/block:NoteCount}{PostNotes}</div>{/block:PostNotes}
</div>
{/block:Posts}
















</div></div>
<BR><center> 
{block:PreviousPage}<a href="{PreviousPage}">← Back</a>{/block:PreviousPage}
{block:NextPage} | <a href="{NextPage}">Next →</a>{/block:NextPage}
{block:PermalinkPagination}
{block:PreviousPost}<a href="{PreviousPost}">← Back</a>{/block:PreviousPost}
{block:NextPost} | <a href="{NextPost}">Next →</a>{/block:NextPost}
{/block:PermalinkPagination}
<BR><BR>

© <a href="http://iceggrcia.tumblr.com">ICE GARCIA</a>
<br><br>
</div>


</center>
</div>










</body>
</html>