<html>
    <head>
        <title>{Title}</title>
        <link rel="shortcut icon" href="{Favicon}">
        <link rel="alternate" type="application/rss+xml" href="/rss">
 
<style type="text/css">
            body {
                margin:           10px;
                background-color: #ebec8a;
color: #291a0e;     
            }

            .chat{
                list-style:       none;
                padding:     4px;
                margin:           10px;
                border:      1px solid {color:Quote/chat Accent};                 
            }

            .even {background-color: #ef8f76;
                   padding: 4px;}

            .odd {
background-color: #b4dab6;
color: #291a0e; 
                   padding: 4px}

            #table {
                width:            810px;
                background-color: #fff;
                padding-top:      0px;
                padding-right:    0px;
                table-layout:     fixed;
                padding-left:     0px;
                padding-bottom:   0px;
                font-family:tahoma;
               color: #291a0e;     
                border:           0;
                font-size:        11px;
            }

            a:link,a:active,a:visited {
               text-decoration:  none;
                color: #291a0e;     
                font-weight:      normal;
            }

            a:hover {
font-weight: bold;
                color:#ef8f76;
            }

            #left {
                width:            500px;
                padding:          0px;
                text-align:       left;
            }

            .qcontainer {
                padding:          10px;
                border-left:      0px solid {color:Text Color};
                border-top:      0px solid {color:Text Color};
                background-color: {color:Quote/chat Accent};
            }

            .source {
text-align: right;
padding-top: 5px;
}

em {
  color: #ef8f76;     
}

strong {
  color: #00cbae;     
}
            .quote {
                font-size: 20px;
                font-family:tahoma;
                line-height: 22px;
            }

            #middle {width: 30px;}

            #right {
                text-align:       left;
                width:            250px;
                padding:          2px;
            }

            #title, #title a {
                font-size:        30px;
                text-transform:   uppercase;
                text-decoration:  none;
                font-weight:      bold; 
              color: #ef8f76;     
                margin-top:       0px;
                margin-bottom:    0px;
                font-family:      helvetica, sans-serif;   
            }

            #posttitle, #posttitle a{
                font-size:        20px;
                font-weight:      normal; 
                color: #ef8f76;       
                font-family:      helvetica, sans-serif;   
                text-decoration:  none;
            }

            #postlink, #postlink a{
                font-size:        20px;
                font-weight:      normal; 
                color: #ef8f76;     
                font-family:      helvetica, sans-serif;   
                text-decoration:  none;
            }

            #posts {
                list-style:       none;
                padding:          0;
                margin:           0;
            }

            #each {
                padding-top:      10px;
                padding-bottom:   10px;
                padding-left:     10px;
                padding-right:    0px;
            }
            
            img {border: 0px;}

            #box, #box a {
                text-transform:   uppercase;
                font-size:        20px;
color: #00cbae;     
                width:            500;
                padding-top:      6px;
                padding-bottom:   3px;
                padding-right:    2px;
                padding-left:     2px;
                text-align:       center;
                background-color: transparent;
                margin-top:       0px;
                margin-bottom:    5px;
margin-right: 2px;
margin-left: 5px;
                text-decoration:       none;
                font-family:tahoma;
            }

            #sidebox {
                text-transform:   uppercase;
background-color: #00cbae;
                font-size:        20px;
                color:            #fff;
                width:            250;
                padding-top:      6px;
                padding-bottom:   3px;
                padding-right:    2px;
                padding-left:     2px;
font-weight:bold;
                text-align:       left;
                margin-top:       0px;
                margin-bottom:    0px;
                font-family:tahoma;   
            }


            #sideboxF {
                text-transform:   uppercase;
                font-size:        11px;
color: #291a0e;     
                width:            250;
                padding-top:      6px;
                padding-bottom:   3px;
                padding-right:    2px;
                padding-left:     2px;
                text-align:       center;
                background-color: {color:Box Color};
                margin-top:       0px;
                margin-bottom:    2px;
                font-family:      helvetica, sans-serif;   
            }

            #box b, #box b a {
color: #291a0e;     
                text-decoration:  none;
            }

            .footer{
                font-family:      Helvetica, sans-serif;
                font-size:        12px;
color: #291a0e;     
                margin:           5px;
            }

            .footer a {
                text-decoration:  none;
            }


            .label {
                font-size:        11px;
                text-transform:   uppercase;
                color:            {Alt};
            }

            #sidebox b {
color: #291a0e;     
            }

            p {
                margin:          10px;
            }

ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}

ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
    font-weight: bold;
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}

</style>


    </head>
    <body>
<div align="center">

<table id="table" cellpadding="0" cellspacing="0">
<img src="http://i11.photobucket.com/albums/a167/hzelgarcia/166a6291.png">
<tr>

        <td id="left" valign="top">

<div id="title"><a href="/">&nbsp; {Title}</a></div>

<ol id="posts">
            {block:Posts}
                {block:Text}
                    <li id="each">
<div id="box"><a href="{Permalink}">TEXT POST // {NoteCountWithLabel}</a></div>
                        {block:Title}
                            <p id="posttitle"><a href="{Permalink}">{Title}</a></p>
                        {/block:Title}
                        
                        <p>{Body}</p>


                    </li><br><br>&nbsp; 

                {/block:Text}
                
                {block:Photo}
                    <li id="each">

<div id="box"><a href="{Permalink}">PHOTO POST // {NoteCountWithLabel}</a></div>
                        {LinkOpenTag}<CENTER><img src="{PhotoURL-500}" 

alt="{PhotoAlt}"/></CENTER>{LinkCloseTag} 
                        
                        {block:Caption}
                            <p>{Caption}</p>
                        {/block:Caption}

                    </li>&nbsp; 


                {/block:Photo}
                
                {block:Quote}
                    <li id="each">
<div id="box"><a href="{Permalink}">QUOTE POST // {NoteCountWithLabel}</a></div>
<p class="qcontainer">
                        <span class="quote">&#147;{Quote}&#148;</span>
                        
                        {block:Source}
                            <span class="source"><br>→ {Source}</span>
                        {/block:Source}<br>
</p>

                    </li>&nbsp; 


                {/block:Quote}
                
                {block:Link}
                    <li id="each">
<div id="box"><a href="{Permalink}">LINK POST // {NoteCountWithLabel}</div>
                        <p align="right"><a href="{URL}" id="postlink" {Target}>{Name} »</a></p>
                        
                        {block:Description}
                            <p>{Description}</p>
                        {/block:Description}


                    </li>&nbsp; 


                {/block:Link}
                
                {block:Chat}
                    <li id="each">
<div id="box"><a href="{Permalink}">CHAT POST // {NoteCountWithLabel}</a></div>
                        {block:Title}
                            <p id="posttitle"><a href="{Permalink}">{Title}</a></p>
                        {/block:Title}

                        <ul class="chat">
                            {block:Lines}
                                <li class="{Alt}">
                                    {block:Label}
                                        <span class="label">{Label}</span>
                                    {/block:Label}
                                    
                                    {Line}
                                
                            {/block:Lines}
                        </ul>

                    </li></li>&nbsp; 

                {/block:Chat}
                
                
                {block:Video}
                    <li id="each">
<div id="box"><a href="{Permalink}">VIDEO POST // {NoteCountWithLabel}</a></div>
                   <center>{Video-500}</center>
                        
                        {block:Caption}
                            <p>{Caption}</p>
                        {/block:Caption}

                    </li>&nbsp; 
                {/block:Video}
                
                
                {block:Audio}
                    <li id="each">
<div id="box"><a href="{Permalink}">♪♫ AUDIO POST // {NoteCountWithLabel}</a></div>
                        <p align="center">{block:AlbumArt}
<img src={AlbumArtURL}>
{/block:AlbumArt}<br>
{AudioPlayerBlack}</p>
                        
                        {block:Caption}
                            <p>{Caption}</p>
                        {/block:Caption}

                    </li>&nbsp; 

                {/block:Audio}

{block:PostNotes} 
{PostNotes}
{/block:PostNotes}
            
{/block:Posts}            
{/block:Posts}
        </ol>
 
</td>
<td id="middle"></td>



<td id="right" valign="top">


<div id="sidebox"><center>NAVIGATION</center></div><br>
<a href="/">» HOME</a><br>
<a href="/archive">» ARCHIVE</a><br>
<a href="/random">» RANDOM</a><br>
{block:PreviousPage}
<a href="{PreviousPage}">» PREVIOUS</a><br>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}">» NEXT</a><br><br>{/block:NextPage}


<div id="sidebox"><center>ABOUT</center></div><br>
<center><img src="{PortraitURL-128}"><br>
</center>

{Description}<br><br>

{block:Following}
<div id="sidebox"><center>FOLLOWING</center></div>
<div align="center">
{block:Followed}
<a href="{FollowedURL}"><img src="{FollowedPortraitURL-16}" style="border: 1px solid 

{color:Quote/chat Accent}; padding:2px;"></a>
{/block:Followed}
</div>
{/block:Following}

<div id="sidebox"><center>CREDITS</center></div>
<p>★  Base theme by <a href="http://greatwhiteshark.tumblr.com/">Sarah Mogin</a>.<br>
★ Pimped by <a href="http://superheroin.tumblr.com">Superheroin</a>.<br>
★ Powered by <a href="http://tumblr.com">Tumblr</a>.<br>
</p>

</td>
</tr>

</table>
<img src="http://i11.photobucket.com/albums/a167/hzelgarcia/f7fd2426.png" border="0">


</div>

</div>
    </body>

    </body>
</html>