/* CSS Document */

#top6 {
padding-top:15px;
}

#hottechproj { 
 display:block;
 height:110px;
}

a.technology:active, a.technology:link, a.technology:visited
{
 color: #00b0ac;
 text-decoration: none;
 font-size: 12px;
}
a.technology:hover
{
 text-decoration: underline;
}

a.project:active, a.project:link, a.project:visited
{
 color: #00b0ac;
 text-decoration: none;
 font-size: 12px;
}
a.project:hover
{
 text-decoration: underline;
}

#iconwrap {
width: 100%;
height:20px;
margin:10px 0 0 0;
}

.icons {
float:left;
padding:0 0 0 5px;
}

.icontext {
padding:4px 0 0 0;
float:left;
}

#publications {
 width:480px;
 height:23px;
 background:#00b0ac;
 color:#fff;
 font-weight:bold;
 padding-top:7px;
}

.publicationspadding {
 padding:0 0 0 10px;
}

.tweet, .query {
  margin:0;
  padding:0;
}

.tweet .tweet_list, .query .tweet_list {
  -webkit-border-radius: .5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
  text-transform: uppercase;
}

.tweet .tweet_list li, .query .tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  margin:0;
  padding: 10px;
}

.tweet .tweet_list li a, .query .tweet_list li a {
  color: #00b0ac;
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
  background-color: #fff;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
  padding-right: 20px;
  float: left;
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {

}
