h2.blog{
	/* This is the "MY TWEETS" title */
	color:white;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:12px 42px 0 0;
	text-transform:uppercase;
    text-align: right;
	/* The CSS3 text-shadow property */
	text-shadow:2px 1px 6px #333;
}

h2.blog a {
	color: white;
}

#blog-ticker{
	/* Styling the ticker */
	width:280px;
	height:200px;
	background:url(/images/slickbg.png) no-repeat #f5f5f5;
	color:#666666;
	display:none;
	margin-top: 30px;

	/* Rounded corners */
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}

#blog-container{
	/* This is where the tweets are inserted */
	height:130px;
	width:auto;
	overflow:hidden;
}

#blogIcon{
	/* Positioning the icon holder absolutely and moving it to the upper-left */
	position:absolute;
	top:-15px;
	right: -25px;
	width:64px;
	height:64px;
}

#blog-top-bar{
	height:45px;
	background:url(/images/top_bar_2.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;

	/* Rounding the top part of the ticker, works only in Firefox unfortunately */
	-moz-border-radius:6px 6px 0 0;
}

.post{
	/* Affects the tweets */
	padding:5px;
	margin:0 8px 8px;

	border:1px solid #F0F0F0;
	background:url(/images/transparent.png);

	width:auto;
	overflow:hidden;
}

.post .avatar,
.post .user,
.post .time{
	float:left;
}

.post .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}

.post .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.post .txt{
	/* Using the text container to clear the floats */
	clear:both;
}

.post .user{
	font-weight:bold;
}
/*
#twitter-ticker a, #twitter-ticker a:visited {
	
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#twitter-ticker a:hover{
	text-decoration:underline;
}
*/
#blog-loading{
	/* The loading gif animation */
	margin:100px 95px;
}