/* Default Layout:  */
@import url(http://seankerwin.org/MTP/mt-static/themes-base/blog.css);
@import url(http://seankerwin.org/MTP/mt-static/themes/minimalist-red/screen.css);

code {
	color:#33789c;
	/*background-color:#b4d5e6;*/
}

code pre, pre code {
	display:block;
	border-left:10px solid #33789c;
	overflow:auto;
	padding:1em;
	background-color:#b4d5e6;
	margin-top:0.5em;
}

.valuable-flair
{
        background-color: #f90;
        font-size: 12px;
        height: 50px;
padding:3px;
padding-right:6px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.valuable-flair .gravatar
{
        float: left;
width:50px; height:50px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
overflow:hidden;
}
.valuable-flair .gravatar img
{
        width: 50px;
        -ms-interpolation-mode: bicubic;
}
.valuable-flair .userInfo
{
        float: right;
        text-align: right;
}
.valuable-flair .userInfo .username
{
        line-height: 12px;
}
.valuable-flair .userInfo .username a
{
        color: #0077CC;font-weight:bold;
}
.valuable-flair .badge1
{
        color: #ffcc00;
        font-size: 120%;
        margin-left: 3px;
}
.valuable-flair .badge2
{
        color: #c0c0c0;
        font-size: 120%;
        margin-left: 3px;
}
.valuable-flair .badge3
{
        color: #CC9966;
        font-size: 120%;
        margin-left: 3px;
}
.valuable-flair .reputation-score
{
        color: #aaaaaa;
        font-size: 120%;
        color:white;
position:relative;top:1px;
}
.valuable-flair .badgecount
{
        color: #aaaaaa;
        padding-left: 1px;
}
