﻿   
        #rightcol a:hover img
        {
            filter: alpha(opacity=60);
            -moz-opacity: .60;
            opacity: .60;
            -khtml-opacity: .60;
        }
        #flickrphotos
        {
            padding: 5px 5px 5px 5px;
            padding-bottom: 10px;
            width: 250px;
        }
        #flickrphotos a
        {
            padding: 3px 3px 3px 3px;
        }
        #flickrphotos a img
        {
            width: 50px;
            height: 50px;
            background-color: #323232;
            border-bottom-left-radius: 3px 3px;
            border-bottom-right-radius: 3px 3px;
            border-top-left-radius: 3px 3px;
            border-top-right-radius: 3px 3px;
            padding: 3px;
            border: none;
        }
        
        
        #lastfm
        {
             padding: 5px 5px 5px 5px;
            padding-bottom: 10px;
            width: 300px;
        }
        #lastfm ol, #lastfmrecords li
        {
            margin: 0;
            padding: 0;
            list-style: none;
            background:none;
        }
        #lastfm li
        {
            display: inline;
            /*margin: 0px 5px 5px 0px;*/
            padding-left:0px;
	        list-style:none;
	        margin-top:5px;
            background:none;
        }
         #lastfm a
        {
            padding: 3px 3px 3px 3px;
        }
        #lastfm a img
        {
            width: 50px;
            height: 50px;
            background-color: #323232;
            padding: 3px;
            border: none;
        }
        
        
        
        
        
        
        .twitter-container
        {
            width: 300px;
            height: 375px;  
        }
        .tweet
        {
            padding: 5px;
            text-indent: -5px;
            font: 12px 'Lucida Sans' , 'Lucida Grande' , 'Lucida Sans Unicode' , sans-serif;
            float: left;
            width: 250px;
            /*height: 100px;*/
        }
        * + html .tweet
        {
            text-indent: 0px;
        }
        .tweet img
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding; /*background:transparent url(images/tweet-bg.jpg) no-repeat scroll left top;*/
            float: left;
            height: 30px;
            margin: 0 10px 0 0;
            padding: 4px;
            width: 30px;
        }
        .tweet .time
        {
            font: 11px 'Lucida Sans' , 'Lucida Grande' , 'Lucida Sans Unicode' , sans-serif;
            font-weight: normal;
            color: #A3A3A3;
            float: right;
            margin: 4px 0 0 5px;
        }
        * + html .tweet .time
        {
            margin: 4px 0 0 0;
        }