/* 

CSS Document 
Written by: Graham Schmidt
http://www.pipebox.ca/

*/

/**********
   HTML
**********/

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg/bg-wppb.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #afaeae;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 1.8em;
	color: #000;
}

a, a:link {
	color: #CC0000;
}

a:visited {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bolder;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

img {
	border: none;
}

/**********
   SECTIONS
**********/

#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 820px;
	height: 120px;
	z-index: 20
}

#logo {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 40;
}

#legacy-cd {
	position: absolute;
	top: 80px;
	left: 605px;	
	width: 265px;
	height: 120px;
	padding: 0;
	margin: 0;
	z-index: 50
}

#legacy-cd a {
	border-bottom:none;
}

#content {
	position: relative;
	border: 2px solid #999;
	margin: 0 auto;	
	width: 780px;
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
	z-index: 10
}

#column-wrap {
	max-width: 410px;
	min-width: 200px; 
	margin: 0; 
	position: relative; 
	zoom: 1;
}

#column1 {
	padding: 0 110px; 
	background: white;
}

#column2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	bottom: 0; 
	background: #eee;
	padding: 0 10px;
}
                      
#column3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	bottom: 0;
                background: #eee;
	padding: 0 10px
}

/**********
   IMAGES
**********/

.pic {
	position: relative;
	margin: 0;
	padding: 4px;
	border: 1px solid #afadad;
}

.pic-right {
	position: relative;
	margin: 0;
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #afadad;
	float: right;
	overflow: hidden;
	display: inline;
}

.thumb {
	float: left;
	margin: 15px;
	padding: 5px;
	border: 1px dashed #666;
}

.supporter {
	float: left;
	margin: 25px;
	padding: 5px;
	border: 1px dashed #666;
}

.no-border {
	border: none;
}


a.thumb:hover {
	background-color: #ccc;
}

.cd-play {
	margin: 0;
	padding: 0;
	margin-left: 25px;	
}

.cd-play li {
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 30px;
	list-style-type: none;
}

/**********
   CAPTIONS
**********/

.pic-caption {
	position: absolute;
	margin: 20px;
	margin-right: 0;
	margin-top: 0;
	right: 40px;
	width: 350px;
}

.caption {
	position: relative;
	display: block;
	padding: 0;
	margin:  5px;
	margin-top: 0;
	font-style: italic;
	text-align: center;
	width: 100%;
}

/**********
   BLOCKQUOTES
**********/

.quote {
	margin-top: 15px;
	font-style: italic;
	width: 320px;
	background-image: url(../images/quote-open.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	padding-top: 10px;
}

.quote p {
	padding: 0;
	margin: 0;
	line-height: 180%;
}

.quote .quote-name {
	font-weight: bold;
	text-align: right;
}

/**********
   FOOTER
**********/

#footer {
	position: relative;
	width: 820px;
	margin: 0 auto;
	height: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #333333;
	letter-spacing: 0.1em;
	zoom: 1;
}

.left-column {
	padding: 0; 
	text-align: left;
}

.right-column {
	position: absolute;
	right: 0;
	top: 5px;
	width: 120px;
	bottom: 0;
	padding: 0;
	text-align: right;
}
