/* 
Theme Name: Hjaltastic
Theme URI: http://hjalti.iscontent.com/
Description: Just like the name says!
Version: 1.0
Author: Dylan Abbott
Author URI: http://www.successless.org/
*/

body {
	background-color: #222;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

#container {
	width: 287px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#blog {
	border-top: 1px solid #fff;
	margin-top: 1em;
	font-size: 11px;
}

#cover {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
	padding: 1em;
	color: #fff;
}

#cover img {
	border: 6px solid #fff;
}

#cover h2 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.comment {
	margin-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #333;
	color: #999;
}

.post {
	margin-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #666;
}

a:link { color: #36f; text-decoration: none;}
a:hover {color: #69f; text-decoration: none; background-color: #333;}
a:active { color: #fff; text-decoration: none; background-color: #333;}
a:visited {color: #999; text-decoration: none;}

a img { border: none; }

