.topArticles .ArticleList {
    list-style: none outside none;
    margin-left: 10px;
    padding: 0;
    width: 390px;
}
.topArticles .ArticleList li {
-moz-animation: 0.5s ease 0.1s normal forwards 1 fadeInRight;
    display: block;
    font-size: 14px;
    height: 40px;
	background-color: transparent;
}
.topArticles .articleLink {
    color: #444444;
	display: block;
    height: 100%;
    padding-top: 10px;
    text-decoration: none;
    width: 100%;
}
.topArticles .articleLink:hover  {
background-color: #F0F0F0;
color: #333333;
-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.topArticles {
	border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
	float: right;
	margin: 20px 10px 10px 20px;
    width: 400px;
}
.topArticles .content {
    width: 100%;
	padding-left: 10px;
}

.topArticles .articleLink .disclosure-arrow {
	margin-top: 7px;
	padding-right: 22px;
}
.topArticles .articleLink:hover .disclosure-arrow {
	opacity: 1;
	padding-right: 15px;
}
.disclosure-arrow {
    -moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
    background: url("http://mockup.g.foolcdn.com/art/concepts/gus/frontdoor/article-arrow.png") no-repeat scroll left top transparent;
    display: block;
    height: 18px;
    opacity: 0;
    float: right;
    width: 12px;
}

.topArticles .articleDate {
    display: block; 
	font-size: 11px; 
	margin-left: 10px;
}

#dsq-footer {
display:none;
} 

#dsq-global-toolbar {
display:none;
}

#disqus_thread {
    margin: 0 auto 10px;
    width: 750px;
}

#dsq-content h3 {
    font-size: 24px;
    padding: 0;
}
