@CHARSET "UTF-8";

body
{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, sans;
	font-size: 12px;
	line-height: 16px;
	background-color: black;
	/* background-image: url(/layouts/turneblogg/media/bg.png); */
	color: #eee;
}

#logo
{
	font-size: 76px;
}

h2
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 8px; /* Explorer 7 cuts the top of the letters if this is not here. Fucked up... */
}

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

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

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

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


a:link
{
	color: #eee; /*444;*/
}

a:visited
{
	color:  #eee; /*444;*/
}

/* Comments link */
a.comments_link
{
	cursor: pointer;
	cursor: hand;
}

a.comments_link:link
{
	text-decoration:	none;
	color:				#eee;
	text-transform:		uppercase;
	letter-spacing:		0.1em;
	font-weight:		bold;
}

a.comments_link:visited
{
	text-decoration:	none;
	color:				#eee;
	text-transform:		uppercase;
	letter-spacing:		0.1em;
	font-weight:		bold;
}

a.comments_link:active
{
	text-decoration:	none;
	color:				#eee;
	text-transform:		uppercase;
	letter-spacing:		0.1em;
	font-weight:		bold;
}


form#nc_login_form input
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

form#nc_login_form button
{
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 12px;*/
}

a.link_button:link
{
	text-decoration: none;
	color: black;
}

a.link_button:visited
{
	text-decoration: none;
	color: black;
}

a.link_button:active
{
	text-decoration: none;
	color: black;
}

button, .link_button
{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.blog_post_footer
{
	padding-top: 10px;
}

hr
{
	color: #414141;
	background-color: #414141;
	border-color: #414141;
	height: 1px;
	border: 0px;
	/*margin-bottom: 75px;
	margin-top: 55px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

div.post_separator
{
	margin-bottom: 75px;
}