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

body {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ab9376;
	background-image: url(/images/layout/background.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

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

a:link {
	text-decoration: none;
	color: #ded4c6;
}
a:visited {
	text-decoration: none;
	color: #ded4c6;
}
a:hover {
	text-decoration: none;
	color: #92AFD3;
}
a:active {
	text-decoration: none;
	color: #FFffc0;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 325px;
	width: 970px;
}

.navbar {
	font-family: 'village', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 301px;
	margin-left: 7px; /* In case browser doesn't render fonts */
	margin-right: 18px;	
	float: left;
}

#inner {
	background-color: #33302e;
	background-image: url(/images/layout/bodyback.gif);
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.sidebar {
	background-color: #575149;
	width: 266px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid #46423C;
	border-right: 2px solid #46423C;
}

.sidebar-t { background-image: url(/images/layout/sidebar-t.gif); width: 300px; height: 10px; margin-top: 5px; }
.sidebar-b { background-image: url(/images/layout/sidebar-b.gif); width: 300px; height: 10px; margin-bottom: 15px; }

.latest   { width: 300px; height: 169px; }
.latest a { display: block; width: 100%; } /* extends h3 & h4 text links out to side */

#latestrelease { background-image: url(/images/latest/awc.jpg); margin-top: 5px; margin-bottom: 15px; }
#latestmp3 { background-image: url(/images/latest/twinthishighlight.jpg); margin-top: 5px; margin-bottom: 15px; }
#latestvideo { background-image: url(/images/latest/mountain.jpg); margin-top: 5px; margin-bottom: 15px; }

#midsection {
	padding-left: 20px;
	padding-right: 25px;
	width: 100%; /* keeps midsection fully extended even without full-width content */
}

.icon {
	margin-left: 4px;
	margin-right: 15px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.bigicon {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	vertical-align: top;
}

#twitter-icon {
	margin-left: 20px;
}

#rss-icon {		
	margin-top: 301px;
	margin-left: 574px;
	float: left;
}

h1 {
	font-family: 'village', Georgia, "Times New Roman", Times, serif;
	color: #EAD9C8;
	font-size: 60px;
	margin-top: 6px;
	margin-bottom: 19px;
	border-bottom: 1px solid #8b7d6c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	
h2 {
	font-family: 'telenor', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #ded4c6;
	font-size: 32px;
	padding-top: 5px;
}

h3 {
	font-family: 'telenor-regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EAD9C8;
	font-size: 19px;	
	font-weight: normal;
	padding: 9px 15px 1px 17px;
}

h4 {
	font-family: 'telenor-regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c1b2a4;
	font-size: 10px;
	font-weight: normal;
	padding: 0 15px 0 17px;
}

h5 {
	font-family: 'telenor-regular', Georgia, "Times New Roman", Times, serif;
	color: #EAD9C8;
	font-size: 19px;	
	font-weight: normal;
	margin-bottom: 5px;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d3c6b5;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.subheading {
	font-family: 'telenor', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #ded4c6;
	font-size: 24px;
	line-height: 20px;
	margin-left: 5px;
}

.datebox {
	float: left;
	padding: 5px;
	margin-right: 15px;
	margin-left: 8px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ded4c6;
	text-align: center;
	background-image: url(/images/layout/datebox-background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.day {
	font-size: 22px;
	line-height: 22px;
}

.month {
	font-size: 11px;
 	text-transform: uppercase;
}

.post { 
	padding-top: 5px;
	padding-bottom: 15px;
}

.maintext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d3c6b5;
	line-height: 18px;
}

.maintext p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 5px;
	text-align: justify;
}

.maintext a:link    { font-weight: bold; }
.maintext a:visited { font-weight: bold; }
.maintext a:hover   { font-weight: bold; color: #92AFD3; }
.maintext a:active  { font-weight: bold; color: #FFffc0; }

.mp3text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #d3c6b5;
}

.mp3text p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 5px;
}

.bolddarker {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c7b66;
	font-weight: bold;
}

a:hover .bolddarker {
	color: #536979
}

.oldernewertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
}

/* Lyrics Table */

.songonlytable {
	border: 2px solid #46423C;
	margin: 15px 10px 15px 10px;
	width: 244px;
	display: block;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.lyricsonlytable {
	border: 2px solid #46423C;
	margin: 15px 10px 15px 10px;
	width: 320px;
	display: block;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.lyricstable {
	border: 2px solid #46423C;
	margin: 0 10px 30px 10px;
	width: 400px;
	display: block;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.lyricstabletop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d3c6b5;
	background-image: url(/images/layout/lyricstabletop.gif);
	height: 30px;
	width: 80px;
	text-align: center;
}

/* Temp SDEK */

.lyricstabletopsdek {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d3c6b5;
	background-image: url(/images/layout/lyricstabletop.gif);
	height: 30px;
	width: 240px;	
	padding-left: 15px;
}

.lyricstablelightbacksdek {
	background-image: url(/images/layout/lyricstablelight.gif);	
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
}

.lyricstabledarkbacksdek {
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
}

/* End Temp */

.lyricstabledark {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d3c6b5;
	background-color: #575149;
	height: 20px;
	text-align: center;
}

.lyricstablelight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d3c6b5;
	background-color: #5D574F;
	height: 20px;
	text-align: center;
}

.lyricstablelightback {
	background-image: url(/images/layout/lyricstablelight.gif);	
	background-repeat: repeat-y;
	background-position: left;
}

/* Footer */

#footer {
	background-image: url(/images/layout/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 970px;
}

#footer-cc {
	margin-top: 21px;
	margin-left: 40px;
	margin-right: 175px;
	float: left;
}

.footer-link {
	margin-top: 20px;
	margin-right: 38px;
	float: left;
}

#footertext {
	margin-top: 25px;
	float: left;
}

#footertext-small {
	font-family: 'telenor-regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d3c6b5;
	font-size: 12px;
	line-height: 6px;
	margin-left: 110px;
}

#footertext-big {
	font-family: 'telenor', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d3c6b5;
	font-size: 18px;	
	margin-left: 60px;
}