* {
	margin:0;
	padding:0;
}

body {
	line-height: 1.4em;
	font-size: .9em;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

p {
	margin: 0.8em 0;
}

a {
	text-decoration:none;
	color:#666;
	/*font-size:1.25em;*/
}

.navlist a {
	font-size:1.25em;
}

a:link {
	text-decoration:none;
	color:#666;
}

a:visited {
	text-decoration:none;
	color:#666;
}

a:hover {
	color:#ccc;
	text-decoration: underline;
}

h2 {
	line-height:.90em;
	margin: 30px 0 10px;
	color:#666;
	letter-spacing:.9px;
}

#container {
	background: #fff;
	width:600px;
	padding: 20px;
	margin: 0 auto;
}

h2 {
	text-align:right;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


h1 {
	padding:50px 0 25px;
	color:#888;
	border-bottom:1px solid #ddd;
	font-size:250%;
	padding:20px;
	margin-bottom: 10px;
}

.navlist {
	float:left;
	width:30%;
	margin-bottom:30px;
	/*border-left:1px solid #ccc;*/
	padding:10px 5px 15px;
	background-color: #fff;
}

.navlist ul {
	list-style-type:none;
	font-size:0.8em;
	letter-spacing:-0.01em;
}

.navlist a {
	display:block;
	width:150px;
	padding:4px 5px;
}

.navlist a:link,.navlist a:visited {
	color:#666;
	text-decoration:none;
	border-bottom: 1px solid #fff;
}

.navlist a:hover {
	border-bottom: 1px solid #ccc;
	color: #333;
}

#subheader {
	margin-bottom: 25px;
	padding: 5px;
}

#about {
	margin-bottom: 25px;
	padding: 5px; 
}

#blog {
	margin-bottom: 25px;
	padding: 5px; 
}

#blog h3 {
	line-height:.90em;
	margin: 30px 0 10px;
	color:#666;
	letter-spacing:.9px;
}

#portfolio {
	margin-bottom: 25px;
	padding: 5px; 
}

#portfolio a {
	font-size:.75em;
}

#portfolio a:link {
	text-decoration:none;
	color:#666;
}

#portfolio a:visited {
	text-decoration:none;
	color:#666;
}

#portfolio a:hover {
	color:#ccc;
}

.imgfloat {
	border-bottom:1px solid #ccc;
	margin:0 0 0 5px;
	padding:15px 5px 5px;
}

.imgfloat a {
	display:block;
	color:#666;
	text-decoration:none;
}

.imgfloat a:hover {
	display:block;
	color:#666;
	text-decoration:none;
}

#contact {
	margin-bottom: 25px;
	padding: 5px; 
}

fieldset {
	border:1px solid #eee;
}

textarea.text {
	height:150px;
	width:90%;
	border:1px solid #ccc;
	background:#fff;
	color:#666;
}

textarea.text:hover {
	border:1px solid #eee;
	background:#FFFFF5;
	color:#666;
}

input.field {
	border:1px solid #ccc;
	background-color:#FFF;
	width:200px;
	color:#666;
}

input.field:hover {
	border:1px solid #eee;
	background:#FFFFF4;
	color:#666;
}

input.text {
	width:110px;
	border:1px solid #eee;
	background:#FFF;
	color:#666;
	margin:0;
}

input.text:hover {
	border:1px solid #ccc;
}

.date {
	text-align:right;
	color:#BBB;
	border-bottom:#CCC 1px dashed;
	letter-spacing: .1em;
	font-weight:100;
	line-height:.8em;
	font-size:9px;
	margin:4px 0 5px;
	padding:0.4em 0 5px;
}

.Viewpost .date {
	border: 0;
}

input.button {
	background:#FFFFF4;
	color:gray;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#footer {
	border-top: 1px solid #ccc;
	font-size: 10px;
}

#right {
	float: right;
}



.LinkList img {
	float: left;
}

.LinkList p {
	margin: 0 0 0 5px;
}

.LinkList a {
	font-size: 2em; 
	letter-spacing: -1.9px;
	display: block;
	height: 80px;
	line-height: 70px;
	overflow: hidden;
	padding-left: 180px;
	background-repeat: no-repeat;
	background-position: 5px 0;
}

a.GitHub {
	background-image: url(github3.png);
}

a.Vanilla {
	background-image: url(vanilla.png);
	letter-spacing: -2px;
}
a.UT2004 {
	background-image: url(ut2004.jpg);
}
a.Vk {
	background-image: url(vk.png);
	background-position: 0 8px;
}

a.Toogle {
	background-image: url(toogle.png);
	background-position: 5px 5px;
}

a.Garden {
	background-image: url(garden.png);
	background-position: 0 0;
}

a.Npm {
	background-image: url(npm.png);
	background-position: 0px 8px;
}

a.AskDev {
	background-image: url(askdev1.png);
}

a.LetsGoToTheCinema {
	background-image: url(lgttc2.jpg);
}

a.WebHive {
	background-image: url(webhive.png);
	background-position: 0 5px;
}

a.Instagram {
	background-image: url(ig.png);
	background-position: 0 22px;
}

a.Stackoverflow {
	background-image: url(stackoverflow.svg);
	background-position: -10px 0px;
	background-size: 160px 75px;
}

a.Telegram {
	background-image: url(tg5.png);
	background-position: 0 13px;	
}

.Dead {
	text-decoration: line-through !important;
	opacity: 0.5;
}

div.Post form input[type=text] {
	width: 100%;
}

div.Post form textarea {
	width: 100%;
	min-height: 250px;
}

div.Errors {
	white-space: pre;
	color:red;
}
