@charset "utf-8";
/* CSS Document */

body
{
	-webkit-text-size-adjust: none; /* disabled iphone text adjusting */
	font-size:62.5%;
	background-color:#130b0c;
	background-image:url(../images/pattern.jpg);
	background-repeat:repeat;
	color: #888888;
	font-family: Helvetica, Verdana, sans-serif;
}

#header, #content
{
	margin:0 3%;
}

#content p
{
	font-size: 1.4em;		
	line-height:1.5em;
	margin-bottom: 15px;
}

#content p strong
{

}

#header
{
	margin-bottom: 10px;	
}

#logo
{
	margin-top: 15px;
}

h1, h2, h3, h4, h5
{
	font-weight: normal;	
}

h1
{
	font-size: 4em;
	letter-spacing:-0.05em;
	margin-bottom: 10px;
}

h1.intro
{
	color: #c02466;
}

h2
{
	font-size: 2.6em;
	letter-spacing:-0.02em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h2 span
{
	color: #fff;
}

h3
{
	font-size: 2em;
	letter-spacing:-0.02em;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #81bb1c;
}

ul#navigation
{
	background-color:#e9e9e9;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}

ul#navigation li
{
	border-bottom: 1px solid #a0a0a0;
}

ul#navigation li.last, ul#blogarticles li.last
{
	border: none;	
}

ul#navigation li a:link, ul#navigation li a:visited, ul#navigation li a:hover, ul#navigation li a:active 
{
	color: #000000;
	text-decoration:none;
	display: block;
	font-size: 2.2em;
	text-transform:capitalize;
	padding: 10px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	text-shadow: 0 1px 0 #fff;
}

ul#navigation li.blogcat a:link, ul#navigation li.blogcat a:visited, ul#navigation li.blogcat a:hover, ul#navigation li.blogcat a:active
{
	text-transform:lowercase;	
}

ul#navigation li.home a:link, ul#navigation li.home a:visited, ul#navigation li.home a:hover, ul#navigation li.home a:active,
ul#blogarticles li.home a:link, ul#blogarticles li.home a:visited, ul#blogarticles li.home a:hover, ul#blogarticles li.home a:active
{
	background-image:url(../images/arrowback.gif);
	background-position: left;
	padding-left: 30px;
}

ul#footer
{
	text-align:right;
	font-size: 1.2em;
	margin-bottom: 15px;
}

ul#footer a:link, ul#footer a:visited, ul#footer a:hover, ul#footer a:active 
{
	color: #fff;	
}

ul#blogarticles
{
	background-color:#e9e9e9;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}

ul#blogarticles li
{
	border-bottom: 1px solid #a0a0a0;
}

ul#blogarticles li a:link span, ul#blogarticles li a:visited span, ul#blogarticles li a:hover span, ul#blogarticles li a:active span
{
	color: #649312;
	margin-right: 0.2em;
	text-shadow: 0 1px 0 #fff;
	font-size: 0.9em;
}

ul#blogarticles li a:link, ul#blogarticles li a:visited, ul#blogarticles li a:hover, ul#blogarticles li a:active 
{
	color: #000000;
	text-decoration:none;
	display: block;
	font-size: 1.6em;
	text-transform:capitalize;
	padding: 10px;
	padding-right: 30px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	text-shadow: 0 1px 0 #fff;
	line-height:1.2em;
}

ul#blogarticles li#next a:link, ul#blogarticles li#next a:visited, ul#blogarticles li#next a:hover, ul#blogarticles li#next a:active,
ul#blogarticles li#previous a:link, ul#blogarticles li#previous a:visited, ul#blogarticles li#previous a:hover, ul#blogarticles li#previous a:active
{
	background-color:#d9d9d9;
}

ul#blogarticles li#next a:link, ul#blogarticles li#next a:visited, ul#blogarticles li#next a:hover, ul#blogarticles li#next a:active
{
	text-align: right;
}

div.blogtext
{
	background-color:#333;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 1em;
}

h1.blogtitle
{
	font-size: 2.6em;	
	color: #fff;
}

h1.blogtitle span.date
{
	color: #649312;
	font-size: 0.8em;
}

#content div.blogtext h1, #content div.blogtext h2, #content div.blogtext h3, #content div.blogtext h4 
{
	font-size: 1.6em;	
	color: #EEB586;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 2px 0 10px;
	text-transform:uppercase;
}

#content div.blogtext p
{
	color: #aaa;	
    font-size: 1.4em;
}

div.codeblock
{
	background-color: #eee;
	padding: 10px;
	border: 1px solid #222;
	font-size: 1.4em;
}

#content div.blogtext img
{
	width: 100%;
	height: auto;!
}

#content div.blogtext a:link, #content div.blogtext a:visited, #content div.blogtext a:hover, #content div.blogtext a:active
{
	color: #fff;	
}

#commentlist
{
	
}

#commentlist h2.commentsserved
{
	color:white;
	font-size:1.8em;
	margin:1em 0;	
}

div.commenttext
{
	padding: 1em;
}

div.evencomment, div.oddcomment, div.comment-jorre
{
	margin-bottom: 1.8em;
}

#commentlist div.commenttext p
{
	margin: 0;
}

div.evencomment div.commenttext {
	background-color:#4D2D3B;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.oddcomment div.commenttext {
	background-color:#240D17;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.comment-jorre div.commenttext {
	background-color:white;
	color:#222222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.commentauthor, div.commentauthoreven, div.commentauthorjorre {
	color:#CBEB94;
	font-size:1.6em;
	font-weight:bold;
	padding-left:45px;
	height: 1.7em;
}

div.commentauthorjorre  {
	background:url("../images/commentsbackgoodbytes.gif") no-repeat scroll left top transparent;
}

div.commentauthor
{
	background:url("../images/commentsback.gif") no-repeat scroll left bottom transparent;
}

div.commentauthoreven
{
	background:url("../images/commentsback.gif") no-repeat scroll left top transparent;
}

.commentdate {
	font-size:1em;
	margin-top:0.5em;
}

.evencomment .commentdate, .oddcomment .commentdate {
	color:#AAAAAA;
}

#commentform
{
	background-color:#202020;
	font-size: 1.4em;
	padding: 1em;
}

#commentform label
{
	display: block;	
	font-size: 1.4em;
	margin-top: 0.6em;
}

#commentform input.textfield
{
	width: 94%;
	font-size: 1.4em;
}

#commentform textarea
{
	width: 94%;	
	font-size: 1.4em;
}

#captchaimage
{
	font-size: 1.4em;
}

#commentform input.button
{
	font-size: 1.4em;
	padding: 0.5em;
}