/* layout */
ul{
    display: inline;
}
ul.tags {
    margin-left: 0;
}
li{
    list-style: none;
    display: inline;
}
#about .text p {
    padding: 0 3px;
    margin: 0;
}
#applications li {
    margin-right: 4px;
}
.area {
    float:left;
    width:180px;
    margin-top: 4px;
}
#latests li {
    margin-right: 5px;
}
#highlight ul{
    margin-right:30px;
}

#highlight li{
    margin-right:5px;
}
.text,
.highlightFirst,
.highlightLast,
.highlight{
    margin-left:190px;
}
.highlightFirst{
    padding:0px 0px 15px 0px;
}
.highlightLast{
    padding:15px 0px 0px 0px;
}
.highlight{
    padding:15px 0px 15px 0px;
}
#activities li{
    margin-right: 0;
    line-height: 34px;
}

.section
{
    padding:15px 20px 25px 20px;
}
.section h2 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 0;
}
/* type */
p{
	line-height:5px;
}

#about .text,
#about .text p
{
	font-family:Georgia, Times, serif;
	font-size: 18px;
	line-height: 23px;
}
#highlight .highlightFirst,
#highlight .highlightLast,
#highlight .highlight{
	font-family: Georgia, Times, serif;
	font-size: 16px;
}

#highlight ul{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.section .text
{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 24px;
}
#tags .text {
    font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* colors */
#highlight{
	border-top: 2px solid #262422;
}

.section {
	border-top: 1px solid #262422;
}
.tags .new .name {
    border-bottom: 3px solid white;
}
#twitter .tags {
    text-transform: none;
}
#twitter .more {
    background: url("../imgs/follow.png") no-repeat left top;
}
#projects .more {
    background: url("../imgs/see_all.png") no-repeat left top;
}
#projects .more:hover {
	border-bottom: 1px solid #7d7974;
}

.legend {
    background: url("../imgs/new.png") no-repeat left top;
    margin-left: 5px;
}
.more .accessibility,
.legend .accessibility {
    display: inline;
    white-space: nowrap;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
}
