@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background-repeat: no-repeat;
	background-position: left top;
}

img { -ms-interpolation-mode: bicubic; }

/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */

a:link {
	text-decoration: none;
	color: #E1D1AF;
}
a:visited {
	text-decoration: none;
	color: #E1D1AF;
}
a:hover {
	text-decoration: none;
	color: #B4B0E1;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* #header needed for Firefox links quirkiness */

#header {
	height: 200px;
	width: 800px;
}

span#sitetitle {
	font-family: 'telenor', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;	
	color: #efe9de;
	margin: 72px 66px 0 82px;
	float: left;
}

span#navbar {
	font-family: 'telenor', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 83px;
	float: left;
}

span#navbar a {
	margin-left: 22px;
}

#innerhome {
	padding-top: 190px;
	padding-left: 85px;
}

#innerabout {
	padding-top: 55px;
	padding-left: 85px;
}

#innercontact {
	padding-top: 180px;
	padding-left: 85px;
}

h2 {
	font-family: 'telenor-regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e4dcce;
	padding-bottom: 15px;
	padding-top: 15px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B18B4A;
	line-height: 22px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.indenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B18B4A;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 22px;
	padding-bottom: 150px;
}

.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B18B4A;
	line-height: 22px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.contactbottom { padding-bottom: 75px; }

.icon {	
	margin: 5px 40px 0 2px;
	border: 1px solid #261214;
}

    a:hover .icon {
        border: 1px solid #B4B0E1;
    }

.musictable {
	margin-left: 20px;
	border: 2px solid #46423C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}