/* *****
CSS Document for Lonemadsen.com
Created by:		Paul Evans, www.pedesign.co.uk
Date:				Aug 2008
Modified:		N/A
*/


/* Generic styling */
body {
	margin: 0;
	padding: 0 20px;
	background: black;
	font: 12px/180% "Lucida Sans", Arial, sans-serif; /* px font-size requires override for IE resizing */
	color: #707070;
}
img { border: none; }
form { margin: 0; }

/* typographic */
a:link, a:visited { color: #234c5e; text-decoration: none; }
a:hover { color: #39677c; }
a:active { color: white; }
p { font-size: 1em; line-height: 1.7em; margin: .5em 0; }
h1, h2, h3, h4, h5, h6 { margin: 1em 0 .5em 0; }
hr { height: 1px; border: none; margin: 1em 0; background: #333; }

p.lead {
	font-size: 1.5em;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #555;	
	}
p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.4em;
	color: #333;
	padding: 0 30px 0 0;
	margin: 2em 0;
}
p.quote em {
	font-family: "Lucida Sans", Arial, sans-serif;
	color: #666;
	font-size: .7em;
	display: block;
	padding-top: .5em;
	}
p.note {
	font-size: .8em;
	color: #333;
	width: 150px;
	}
span.dim { color: #303030; padding: 0 .5em; }
#footer p { color: #383838; font-size: .8em; }
#footer h3 { color: #383838; font-size: 1em; margin-bottom: .25em; }
h2, h3 { font-weight: normal; }


/* forms */
input {
	background: black;
	border: 1px solid #2d383d;
	color: #707070;
	height: 21px;
	margin: 0;
	vertical-align: middle;
	*vertical-align: text-bottom;
	}

/* buttons */
a.btn {
	background: url(../images/ui/button-buy-right.png) right no-repeat;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	}
a.btn span {
	display: block; 
	white-space: nowrap; 
	padding: 0 10px 0 20px; 
	height: 25px; 
	line-height: 25px;
	background: url(../images/ui/button-buy-left.png) left no-repeat;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	}
a.btn:hover { background-image: url(../images/ui/button-buy-right-hover.png); }
a.btn:hover span { background-image: url(../images/ui/button-buy-left-hover.png); }
a.btn:active { background-image: url(../images/ui/button-buy-right-active.png); }
a.btn:active span { background-image: url(../images/ui/button-buy-left-active.png); }

button.btn {
	border: 0; 
	cursor: pointer; 
	font-weight: bold; 
	padding: 0 10px 0 0; 
	text-align: center;
	vertical-align: middle;
	background: url(../images/ui/button-right.png) right no-repeat; 
	font-size: 1em;
	margin: 0 10px;
	line-height: 1em;
}
button::-moz-focus-inner { border: none;} 
button.btn span {
	position: relative; 
	display: block; 
	white-space: nowrap; 
	padding: 0 0 0 10px; 
	height: 25px; 
	line-height: 25px;
	background: url(../images/ui/button-left.png) left no-repeat;
	color: #8e9497;
	font-weight: normal;
	text-transform: uppercase;
}
button.btn:hover { background-image: url(../images/ui/button-right-hover.png); }
button.btn:hover span { background-image: url(../images/ui/button-left-hover.png); }
button.btn:active { background-image: url(../images/ui/button-right-active.png); }
button.btn:active span { background-image: url(../images/ui/button-left-active.png); }

#registerbutton { margin: 0 0 2em 0; float: right; font-weight: normal; text-transform: uppercase; }
#registerbutton a {
	background: #59879c;
	padding: .5em 1em;
	/* CSS3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#registerbutton a:link, #registerbutton a:visited { color: white; }
#registerbutton a:hover, #registerbutton a:active { background: #6997ac; }



/* structural */
#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 0 0;
	}
#header {
	margin: 0 0 40px 0;
	}
#footer {
	margin: 0 0 30px 0;
	}
#page-content {
	min-height: 400px;
	margin: 0 0 50px 0;
	}
#photospage #page-content {
	min-height: 550px;
	}
#contactpage #page-content {
	min-height: 300px;
	}	
	
/* columns - units are 50 pixels */

div.column-4 {
	width: 200px;
	float: left;
	}
div.column-5 {
	width: 250px;
	float: left;
	}
div.column-6 {
	width: 300px;
	float: left;
	}
div.column-7 {
	width: 350px;
	float: left;
	}
div.column-9 {
	width: 450px;
	float: left;
	}
div.column-10 {
	width: 500px;
	float: left;
	}
div.column-15 {
	width: 750px;
	float: left;
	}
div.column-18 {
	width: 900px;
	float: left;
	}
div.padright {
	padding-right: 20px;
	}
	
/* header */
h1#site-title {
	text-indent: -9999px;
	background: url(../images/ui/title-lonemadsen.png) 0 0 no-repeat;
	height: 56px;
	width: 406px;
	margin: 20px 0;
	}
h1#site-title a {
	display: block;
	outline: none;
	height: 56px;
	width: 406px;
	}
#header p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
	color: #17333f;
}

/* panels 
#register {
	background: url(../images/ui/panel-register.png) top left no-repeat;
	margin: 30px 0 20px 0;
	}
#register .content {
	padding: 5px 20px;
	color: #6e7477;
	min-height: 80px;
	}
#register .foot {
	background: url(../images/ui/panel-register.png) bottom left no-repeat;
	height: 7px;
	}
#register h3 {
	color: #6e7477;
	font-weight: normal;
	}
*/
	
#homepage {
	background: black url(../images/lone-madsen/bg-lone-madsen.jpg) top center no-repeat;
	}
#biopage {
	background: black url(../images/lone-madsen/bg-lone-madsen-bio.jpg) top center no-repeat;
	}
	
/* main navigation menu */	
ul#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul#navigation li {
	display: block;
	float: left;
	margin-right: 10px;
	height: 20px;
	}
ul#navigation li a {
	display: block;
	height: 20px;
	outline: none;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../images/ui/nav-hi.png);
	}
a#nav-home:link, a#nav-home:visited { background-position: 0 0; width: 72px; }
a#nav-home:hover { background-position: 0 -20px; }
a#nav-home:active, a#nav-home.active  { background-position: 0 -40px; }

a#nav-music:link, a#nav-music:visited { background-position: -82px 0; width: 78px; }
a#nav-music:hover { background-position: -82px -20px; }
a#nav-music:active, a#nav-music.active  { background-position: -82px -40px; }

a#nav-bio:link, a#nav-bio:visited { background-position: -168px 0; width: 42px; }
a#nav-bio:hover { background-position: -168px -20px; }
a#nav-bio:active, a#nav-bio.active  { background-position: -168px -40px; }

a#nav-photos:link, a#nav-photos:visited { background-position: -220px 0; width: 101px; }
a#nav-photos:hover { background-position: -220px -20px; }
a#nav-photos:active, a#nav-photos.active  { background-position: -220px -40px; }

a#nav-videos:link, a#nav-videos:visited { background-position: -331px 0; width: 88px; }
a#nav-videos:hover { background-position: -331px -20px; }
a#nav-videos:active, a#nav-videos.active  { background-position: -331px -40px; }

a#nav-contact:link, a#nav-contact:visited { background-position: -429px 0; width: 120px; }
a#nav-contact:hover { background-position: -429px -20px; }
a#nav-contact:active, a#nav-contact.active  { background-position: -429px -40px; }

/* album */
div.album { margin: 0 0 20px 0; }
div.album div.cap { background: url(../images/ui/panel-music-caps-wide.png) top left no-repeat; height: 10px; }
div.album div.foot { background: url(../images/ui/panel-music-caps-wide.png) bottom left no-repeat; height: 10px; }
div.album {  }
div.album div.content { background: #060b0d url(../images/ui/panel-music-bg.png) top left repeat-x; clear: both; padding-bottom: 10px; }
div.album div.album-cover { padding: 0 10px 0 20px; width: 220px; }
div.album div.album-tracks { width: 280px; border: 1px solid #454c4f; } 
div.album div.album-quotes { padding: 0 10px 0 10px; width: 280px; } 
div.album div.info { padding: 0 20px 0 20px; }
div.album img { border: 1px solid #454c4f; }
div.album h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #e7e9e9;
	float: left;
	margin: 0 0 15px 20px;
	padding-top: 10px;
	}
div.album h3 {
	font-weight: normal;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 1em;
	margin: 15px 0 15px 0;
	}
div.album h3.more {
	margin: .5em 0 0 20px;
	}
div.album h4 {
	margin: 0 0 .2em 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .05em;
	color: #555;
	}
div.album h3.buy { float: right; margin-right: 20px; margin-left: 0; }
div.album ol { 
	margin: 0;
	padding: 0;
	list-style-position: inside;
	color: #3a4040;
	font-size: .9em;
	}
div.album ol em {
	color: #707070;
	font-style: normal;
	}
div.album ol li {
	border-top: 1px solid #132229;
	}
#page-content div.album p.quote {
	color: #6f7575;
	margin-top: 1em;
	font-size: 1.2em;
	}
	
/* photos page */
ul.gallery {
	list-style: none;
	margin: 0 50px 2em 0;
	padding: 0;
	}
ul.gallery li {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	border: 2px solid black;
	padding: 1px;
	}
ul.gallery li:hover { border: 2px solid #0f1b21; }
ul.gallery li:active { border: 2px solid white; }
ul.gallery li.active { border: 2px solid #234c5e; }

p.caption {
	color: #333;
	font-size: .8em;
	text-transform: uppercase;
	padding: 1em 0;
	display: block;
	}
#main_image {
	height: 530px;
	width: 473px;
	}


#videospage .left-column, #videos { padding-top: 50px; }
ul.videos {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.videos li {
	display: block;
	clear: both;
	margin: 0 0 .75em 0;
	}
ul.videos li.active a { color: white; }
ul.videos li a span {
	width: 75px;
	float: left;
	margin: 0 1em 5px 0;
	border: 2px solid black;
	padding: 1px;
	clear: both;
	display: block;
	}
ul.videos li a:hover span { border-color: #0f1b21; }
ul.videos li a:active span { border-color: white; }
ul.videos li.active a span { border-color: #234c5e; }

/*	* CSS bug fixing */
.clear { clear: both; }
/* Clearfix */
.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.cf {
    display: inline-block;
}
 html[xmlns] .cf {
    display: block;
}
* html .cf {
    height: 1%;
}

p#response { background-color: #101a21; }
p.regerror {
    color:#ff0000;
}
p.regsuccess {
    color:#00ff00;
}
form label {
    width:45px;
    display:inline-block;
}
form#addressForm {
    margin: 0 0 10px 0;
	width: 600px;
	background-color: #101a21;
	padding: 20px;
	/* CSS3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
form#addressForm h3 { margin-top: 0; }
