body {
	background: #000 url(images/MarkusTitleBackground.jpg) no-repeat scroll top center;
	color: #FFF;
    line-height: 150%;
}

h1,h2,h3,h4,h5,h6,a {
	color: #dd290b;
}

#header-bg {
	background: none;
}

#header {
	background: transparent url(images/MarkusKoljonen.png) no-repeat scroll 60px 115px;
	height: 400px;
}

#header-footer {
	display: none;
}

#header-footer.front {
	top: 370px;
}

#header ul#tabs, #header div#tabs-bg-start, #header ul#tabs li.current_page_item a, #header ul#tabs li a:hover {
	display: none;
}

#sidebar {
	border: none;
}

#sidebar .widget {
	margin-bottom: 15px;
}

#front-page-link {
	position: relative;
	display: block;
	width: 600px;
	height: 400px;
}

body {
	background: #000 url(images/MarkusTitleBackground.jpg) no-repeat scroll center -50px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif !important;
}

h1,h2,h3,h4,h5,h6,a {
	color: #dd290b;
}
#content h2 {
	font-size: 46px;
	line-height: 40px;
	letter-spacing:-3px;
}

#page {
	width: 800px;
	padding-left: 50px;
}

#content {
	margin-right: 300px;
}

#header-bg {
	background: none;
}

#header {
	background: transparent url(images/MarkusKoljonen.png) no-repeat scroll 45px 62px;
	height: 300px;
}

#header.front {
	height: 400px;
}

#header-footer {
	display: none;
}

#header-footer.front {
	top: 370px;
}

#header ul#tabs, #header div#tabs-bg-start, #header ul#tabs li.current_page_item a, #header ul#tabs li a:hover {
	display: none;
}

#sidebar {
	border: none;
	width: 300px;
}

.narrowcolumn {
	border: none;
}

#searchform input.search {
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #111;
	color: white;
	background-image: none;
	padding: 3px 6px;
}
#searchsubmit {
	background: transparent url(images/search-button.png) no-repeat 0px 0px;
	border: none;
	text-indent: -5000px;
	display: block;
	width: 70px;
	height: 30px;
}
#searchsubmit:hover {
	background: transparent url(images/search-button.png) no-repeat 0px -31px;
	cursor: pointer;
}

small {
	font-size: 90%;
}

/** Sociable **/

.sociable a img {
    border: none;
    padding: 2px;
}
.sociable a:hover img {
    background-color: #444;
}
.sociable ul {
    list-style-type: none;
}
.sociable li {
    display: inline;
}

/** Comments **/

ol.commentlist {
    list-style-type: none;
    padding-left: 0;
}
ol.commentlist li {
    position: relative;
    padding-left: 45px;
}
.avatar {
    position: absolute;
    top: 0;
    left: 0;
}
cite {
    font-style: normal;
}

input, textarea {
    border: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}