/* RESET */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

body { 
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 40px;
}

a {
	color: #11b1e0;
	text-decoration: none;
}

a:hover {
	color: #0b90b7;
}

#header h1 {
	background: url('../../images/magnushjelmnet/magnushjelm.gif') 0 0 no-repeat;
	color: #ccc;
	font-size: 1.4em;
	height: 70px;
	padding: 0 0 0 90px;
}

#header h1 strong {
	color: #555;
}

#header h1 em {
	display: block;
	font-style: normal;
}

#header h1:hover {
	background: url('../../images/magnushjelmnet/magnushjelm_avatar.gif') 0 0 no-repeat;
}

.stream-section h2 {
	font-weight: normal;
	margin: 40px 0 20px 0;
}

.stream-section h2 strong {
	color: #555;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight: normal;
	text-decoration: none;
}

.stream-section h2 span {
	font-size: 0.7em;
}

.stream-section ul {
	list-style: none;
	border-top: 1px dashed #ccc;
}

.stream-section li {
	padding: 15px 5px 15px 0;
	border-bottom: 1px dashed #ccc;
}

.stream-section li a {
	color: #555;
	float: left;
	font-weight: bold;
	padding: 0 100px 0 5px;
}

.stream-section li a:hover {
	color: #0b90b7;
}

.stream-section li span {
	color: #ccc;
	font-size: 0.9em;
	float: right;
}

#screenshots a img {
	border: 1px dashed #ccc;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 70px;
	height: 70px;
}

#footer {
	border-top: 4px solid #eee;
	color: #ccc;
	font-size: 0.8em;
	margin-top: 40px;
	padding-top: 10px;
}

.clear-left {
	clear: left;
}

/* --- ClearFix --- */
.clear-fix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear-fix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear-fix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */*/