/**********************************************
 Stylesheet for version 8 of www.lonnroth.info
 OLDesign - Portfolio of Olof Lönnroth
 Copyright 2008-, Olof Lönnroth
**********************************************/

/* General layout */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.82em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background: #3d2e2a url('img/top.gif') 50% 0 repeat-x;
	color: #5f4232;
	padding-top: 2px;
}

#grid {
	position: fixed;
	top: 0;
	right: 0;
	background: url('img/grid.png') 50% 0;
	width: 100%;
	height: 1000px;
}

#contain {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

#masthead {
	background: #3d2e2a url('img/logo.gif') 20px 50% no-repeat;
	position: relative;
}

#masthead h1 {
	font-size: 1px;
	text-indent: -5000px;
	position: absolute;
	top: 0;
	left: 0;
}

.subhead {
	background: #3d2e2a url('img/line.gif') 0 50% repeat-x;
	border-right: #3d2e2a 20px solid;
	position: relative;
}
.subhead h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #00b4ff;
	padding: 16px 0;
}
.subhead h2 span {
	background: #3d2e2a;
	padding: 0 20px;
}

#footer {
	padding: 20px;
	font-size: 0.85em;
	color: #806650;
	background: url('img/logo-foot.gif') 885px 22px no-repeat;
}
#footer p {
	margin: 0;
}

/* Navigation */

#nav {
	list-style: none;
	width: 475px;
	background: #3d2e2a;
	overflow: hidden;
	margin-left: 310px;
	padding-left: 10px;
}
#nav li {
	width: 155px;
	float: left;
}
#nav li a.active {
	outline: none;
}
#nav li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.70em;
	font-weight: normal;
	color: #806650;
	padding: 15px 0 15px 10px;
}
#nav li a strong {
	display: block;
	color: #f5e4cc;
	font-size: 1.31em;
}
#nav li a:hover {
	background: url('img/nav.gif') 0 0 repeat-x;
}

ul.sub-nav {
	background: #5f4232 url('img/top-round.png') 0 0 no-repeat;
	list-style: none;
	overflow: hidden;
	padding: 0 0 0 10px;
}
ul.sub-nav li {
	margin-right: 1px;
	width: 309px;
	float: left;
	position: relative;
}
ul.sub-nav li a {
	display: block;
	text-decoration: none;
	padding: 9px 10px 12px 9px;
	font-size: 0.85em;
	font-weight: normal;
	color: #be9980;
	border-top: #5f4232 1px solid;
	border-left: #5f4232 1px solid;
}
ul.sub-nav li a strong {
	display: block;
	color: #f5e4cc;
	font-size: 1.2em;
	padding: 1px 0 2px 0;
}
ul.sub-nav li a:hover {
	background: #6a503e url('img/tabh.gif') 0 100% repeat-x;
	border-top: #7f6451 1px solid;
	border-left: #7f6451 1px solid;
	color: #be9980;
}
ul.sub-nav li a.selected,
ul.sub-nav li a.selected:hover {
	background: #f5e4cc url('img/tab.gif') 0 0 repeat-x;
	color: #9e7051;
	border-top: #f5e4cc 1px solid;
	border-left: #f5e4cc 1px solid;
}
ul.sub-nav li a.selected strong {
	color: #5f4232;
}
ul.sub-nav img {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
ul.sub-nav li a img.load {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 10px;
	left: 10px;
}

/* Splash/Contact section */

#contact {
	margin-top: 20px;
	padding-bottom: 16px;
	background: #5f4232 url('img/bot-round.png') 0 100% no-repeat;
}
#splash {
	background: #5f4232 url('img/header.jpg') 0 0 no-repeat;
}
#splash p {
	background: url('img/bot-round.png') 0 100% no-repeat;
	padding: 0 20px 16px 330px;
}
#splash p.intro {
	color: #eac4ac;
	background: none;
	font-size: 1.25em;
	padding: 0 20px 0 330px;
}
#splash h2,
#contact h2, #contact p {
	padding: 0 20px 0 330px;
}
#splash h2,
#contact h2  {
	font-size: 1.6em;
	color: #f5e4cc;
	padding-top: 16px;
}
#contact h2 {
	background: url('img/top-round.png') 0 0 no-repeat;
}
#splash h2 abbr {
	color: #ff7600;
}
#splash p,
#contact p {
	color: #be9980;
}
#splash p a {
	text-decoration: none;
	font-weight: bold;
	color: #f5e4cc;
	border-bottom: #795543 1px solid;
}
#splash p a:hover {
	border-color: #f5e4cc;
}

/* Web section */

#web .article {
	position: relative;
	background: #f5e4cc url('img/bot-round.png') 0 100% no-repeat;
	padding: 0 0 30px 0;
	min-height: 425px;
	overflow: hidden;
}
#web .article h3,
#music .article h3 {
	font-size: 1.6em;
	padding: 30px 0 20px 330px;
	background: #f5e4cc url('img/top-round-l.png') 0 0 no-repeat;
}
#web .article p,
#music .article p {
	margin: 8px 20px 0 330px;
}
#web .article p.intro,
#music .article p.intro,
#web .article p.error, #illustration .article p.error {
	color: #af7051;
	font-size: 1.25em;
	border-top: #f0d7b5 1px solid;
	padding-top: 8px;
	margin: 0px 20px 0 20px;
}
#web .article img {
	float: left;
	margin: 0 20px 20px 20px;
	border-top: #f0d7b5 4px solid;
	padding-top: 10px;
	width: 290px;
}
#web .article p img {
	float: right;
	margin: 0 0 20px 20px;
	border: none;
	padding: 0;
	width: auto;
}

#web .sub-content {
	background: #5f4232 url('img/bot-round.png') 0 100% no-repeat;
}

/* Illustration section */

#illustration .article {
	background: #f5e4cc url('img/bot-round.png') 0 100% no-repeat;
	padding: 0 0 20px 0;
}
#illustration h3 {
	height: 0;
	text-indent: -5000px;
}
#illustration .article ul {
	list-style: none;
	min-height: 245px;
	overflow: hidden;
	padding: 20px 0 0 0;
	background: url('img/top-round-l.png') 0 0 no-repeat;
	font-size: 0.85em;
}
#illustration .article ul li {
	width: 290px;
	float: left;
	margin: 0 0 0 20px;
	color: #9e7051;
}
#illustration .article ul img {
	margin-bottom: 10px;
	width: 290px;
	height: 191px;
}
#illustration .article ul strong {
	display: block;
	color: #5f4232;
	font-size: 1.2em;
	padding: 3px 0 2px 0;
}
#illustration .article ul span {
	display: block;
	font-size: 3em;
	float: left;
	margin-right: 10px;
}

/* Music section */

#music .content {
	background: #5f4232 url('img/bot-round.png') 0 100% no-repeat;
}
#music .subcontent {
	padding: 0 0 20px 0;
	color: #be9980;
	font-size: 0.85em;
	overflow: hidden;
}
#music .subcontent div {
	width: 290px;
	margin: 20px 0 0 20px;
	float: left;
	background: url('img/music.gif') 0 3px no-repeat;
	position: relative;
}
#music .subcontent div a {
	display: block;
	width: 290px;
	height: 190px;
	background: url('img/music-back.gif') 0 0 no-repeat;
	text-decoration: none;
	color: #be9980;
	font-weight: normal;
	text-align: center;
}
#music .subcontent div a strong {
	display: block;
	background: url('img/dl.gif') 50% 35px no-repeat;
	padding-top: 120px;
	color: #f5e4cc;
	font-size: 1.2em;
}
#music .subcontent div a:hover strong {
	text-decoration: underline;
}
#music .subcontent h3 {
	color: #f5e4cc;
	font-size: 1.2em;
	display: block;
	padding-left: 35px;
}
#music .subcontent p {
	margin: 0 0 15px 0;
	padding-left: 35px;
}
#music p.time {
	text-align: right;
	font-size: 3em;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 95%;
}
#music .article {
	background: #f5e4cc url('img/bot-round-l.png') 0 100% no-repeat;
	padding: 0 0 30px 0;
	min-height: 330px;
	position: relative;
}
#music .article h3 {
	font-size: 1.6em;
	padding: 30px 0 20px 330px;
	background: #f5e4cc url('img/top-round.png') 0 0 no-repeat;
}
#music .article p.intro {
	padding-left: 310px;
}
#music .article img {
	float: left;
	margin: 20px 0 0 35px;
}
#music a.amazon {
	display: block;
	width: 290px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.6em;
	position: absolute;
	top: 30px;
	right: 20px;
}
#music a.amazon:hover {
	text-decoration: underline;
}

/* Forms */

#contact form {
	margin: 20px 20px 0 175px;
	padding: 25px 0 0 0;
	border-top: #795543 1px solid;
	background: url('img/mail.gif') 100% 15px no-repeat;
}
#contact form p {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
	clear: both;
	position: relative;
	width: 620px;
}
#contact form label {
	width: 135px;
	float: left;
	margin: 0 20px 0 0;
	color: #f5e4cc;
	font-weight: bold;
}
#contact form input#email,
#contact form input#name,
#contact form input#anti-spam,
#contact form textarea {
	width: 285px;
	padding: 2px;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	color: #5f4232;
	margin: 0 20px 0 0;
	font-weight: normal;
}
#contact form input#anti-spam {
	width: 130px;
}
#contact form input#mail-submit {
	margin: 0 0 0 155px;
	font-size: 1.4em;
}
#contact form textarea {
	width: 425px;
	height: 120px;
}

/* Misc */

a.btn,
a.return-btn {
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -5000px;
}
a.btn:hover,
a.return-btn:hover {
	background-position: 0 -16px;
}
a#skip-link {
	background-image: url('img/btn-dn.gif');
	position: absolute;
	top: 20px;
	right: 20px;
}
a.return-btn {
	background-image: url('img/btn-up.gif');
	position: absolute;
	top: 19px;
	right: 0;
	border-left: #3d2e2a 20px solid;
}

abbr {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.06em;
	border: none;
}

p {
	line-height: 150%;
	margin-top: 8px;
}

a, a:link {
	color: #1d88e2;
	font-weight: bold;
}

a:hover {
	color: #0048b2
}

a:visited {
	font-weight: normal;
}

/* Error messages */

#web .article h3.error,
#illustration .article h3.error {
	font-size: 1.6em;
	padding: 30px 0 20px 330px;
	text-indent: 0;
	height: auto;
	font-weight: normal;
}

#msg {
	background: #f5e4cc url('img/bot-round.png') 0 100% no-repeat;
	margin: 0 0 20px 0;
}
#msg h2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #9e7051;
	padding: 10px;
	background: url('img/top-round.png') 0 0 no-repeat;
}
#msg h2 strong {
	color: #5f4232;
	font-weight: normal;
	display: block;
	padding: 10px 10px 10px 70px;
}
.success h2 strong {
	background: url('img/success.gif') 10px 50% no-repeat;
}
.error h2 strong {
	background: url('img/error.gif') 10px 50% no-repeat;
}
#web .article p.error, #illustration .article p.error {
	padding-left: 310px;
	height: 100px;
	background: url('img/error.gif') 250px 14px no-repeat;
}
#contact form strong.error {
	display: block;
	width: 135px;
	min-height: 33px;
	padding: 8px 5px 8px 18px;
	color: #f5e4cc;
	background: url('img/formerr.gif') 0 0 no-repeat;
	position: absolute;
	top: -2px;
	right: 0;
	font-weight: normal;
}
#contact form strong.success {
	color: #7f5;
}