a:focus {
    outline: none;}
a img{
    border:none;}
img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=87);
    -moz-opacity:0.87;
    -khtml-opacity: 0.87;
    opacity: 0.87;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;}
img:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity: 1;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('http://static.tumblr.com/3driglx/l8dl6c9ej/league_gothic_0-webfont.eot');
    src: local('League Gothic'), local('LeagueGothic'),
    url('http://static.tumblr.com/3driglx/6J8l6c9fb/league_gothic_0-webfont.ttf') format('truetype');}
@font-face {
    font-family: 'Posttype';
    src: url('http://static.tumblr.com/hrxltqv/crYm1x1f8/franchise-bold-hinted.ttf');
    format('truetype');}

p {line-height:12px;}

.float a {
    padding: 3px;
    font-family:LeagueGothicRegular;
    font-size:19px;
    text-transform: uppercase;
}
.blog, .blog a { 
    font-family: LeagueGothicRegular !important;
    font-size: 43px;
    text-transform: uppercase;
    float: center;
    letter-spacing:-1px;
    word-spacing:-2px;
    top: -5px !important;
    line-height:33px;}
.title, .title a { 
    font-family: LeagueGothicRegular !important;
    font-size: 33px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left;}

#caption {
    margin-top: -10px;
    margin-bottom: -8px;
    }
.credit:hover {
    left:-2px;
    border:2px solid #888888;
    -webkit-transition: all 2s linear 0s;
    -moz-transition: all 2s linear 0s;
    -o-transition: all 2s linear 0s;
    transition: all 2s linear 0s;
    opacity:1;}
.credit a {
    font-family: georgia;
    font-style:italic;}
#totalpage {
    font-family:georgia;
    font-style:italic;} 
.main {
    width: 532px; 
    float:center;
    overflow: auto;}
.content { 
    float:center;
    width:520px;
    padding:0px;
    top: 0px !important;
    margin-bottom:5px;}  
.post img {
    max-width:500px;}


/* CHAT STYLING */    
.odd {
    padding:1px;
    margin-bottom:1px;}
.even {
    padding:1px;
    margin-bottom:1px;}
/* CHAT STYLING */  

#scrollToTop:link, #scrollToTop:visited { 
    color: transparent; 
    background-color: transparent; 
    display: none; 
    position: fixed; 
    bottom: 5px; 
    right: 15px;}