body {
	background-color: #333;
	font-family: Georgia , Times ,"Times New Roman", serif;
}

h2 {
    font-size: 18px;
}

a {
    color: #CD8521;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    color: #F29B21;
}

aside {
	position: absolute;
	display: block;

	left: 240px;
	top: 100px;
}

/* hCard в сайдбаре */

article {
	/* Fuck you, IE */
	width: 380px;
	font-size: 16px;
	color: #ccc;
	position: absolute;
	right: 150px;
	top: 150px;
    z-index: 1;
}



article div.notes {
    line-height: 1.3em;
}

article div.notes p {
    margin-bottom: 7px;
}

article span.nickname {
    font-weight: bold;
}

a.nickname {
	font-size: 18px !important;
	font-weight: bold;
}

article img.photo {
	float: right;
	margin-left: 4px;
	clear: both;
}

article img {
	vertical-align: middle;
	margin-bottom: 3px;
}

footer {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;

	font-size: 12px;
	color: #CCC;
}

#links {
	clear: both;
	width: 360px;
	padding-top: 15px;
}

#links li {
	margin-bottom: 8px;
	margin-left: 0px;
	width: 100px;
	float: left;
	margin-right: 14px;
}

#links a {
	padding-left: 20px;
	background: url(/media/images/sprite.png) no-repeat left;
}

#links a.email {
	background-position: 0 -120px;
}
#links a.jabber {
	background-position: 0 -60px;
}
#links a.icq {
	background-position: 0 -40px;
}
#links a.blog {
	background-position: 0 0;
}
#links a.twitter {
	background-position: 0 -140px;
}
#links a.skype {
	background-position: 0 -160px;
}
#links a.lastfm {
	background-position: 0 -80px;
}
#links a.leprosorium {
	background-position: 0 -100px;
}
#links a.habrahabr {
	background-position: 0 -20px;
}

#links a.friendfeed {
	background-position: 0 -180px;
}

#links a.dcdnet {
	background-position: 0 -200px;
}

/* Twitter block */

#twitter {
    position: absolute;
    left: 100px;
    top: 70px;
    z-index: 2;
    width: 400px;
    display: none;
}

#text {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 15px;
}

#tail {
    position: relative;
    bottom: 0;
    left: 250px;
    width: 0;
    border-right: 20px solid #FFF;
    border-top: 20px solid #FFF;
    border-left: 20px solid #333;
    border-bottom: 20px solid #333;
}
