﻿/* 

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;
}
.body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
}

.date {

	line-height: 1em;

}

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-style: none;

}

#reply
{
	font-family:Arial, Arial Black;
}

/**********
   SECTIONS
**********/

#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 820px;
	height: 120px;
	z-index: 20;
	top: 0px;
	left: 0px;
}

#logo {
	position: absolute;
	top: 3px;
	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
}
.content {
	position: relative;	
	margin: 0 auto;	
	width: 780px;
	min-height: 400px;
	background-color: #fff;
	padding: 20px;
	overflow: hidden;	
	
}

.content2 {
	position:relative;
	margin: 0 auto;	
	width: 900px;
	min-height: 400px;	
	padding: 20px;
	overflow: hidden;	
	
}
.home-pic
{
	width: 508px;
	height: 115px;
}
.getnewcd
{
	width:368px;
	height:162px;	
}

.navbar
{
	position: relative;	
	margin: 0 auto;
	width: 780px;
	background-color: #fff;
	padding: 20px;
	
}

#container2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.column-wrap {
	max-width: 410px;
	min-width: 200px; 
	margin: 0; 
	position: relative; 
	
}

.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;
}
.pic-left {
	position: relative;
	margin: 0;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #afadad;
	float: left;
	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;
}

.left-column {
	padding: 0; 
	text-align: left;
}

.right-column {
	position: absolute;
	right: 0;
	top: 5px;
	width: 120px;
	bottom: 0;
	padding: 0;
	text-align: right;
}

#grid
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.gridline
{
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
}

/*------------------------------*/
/*  begining MAIN TOP MENU   */
/*------------------------------*/
#navcontainer ul 
{
	background-color: maroon;
	color: White;
	/*float: left;
	width: 780px;*/
	font-family: arial, helvetica, sans-serif;
	/*margin:5px 0;
	padding:0;*/
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	padding: 0.1em 2em;
	background-color: maroon;
	color: White;
	text-decoration: none;
	/*float:inherit;*/
	/*border-right: 1px solid #fff;*/
}
#navcontainer ul li a:hover {
	background-color: #CC0000;
	color: #000;
}
#navlist #active a {
	background-color: #660000;
	color: #000;
}
/*------------------------------*/
/*  ending MAIN TOP MENU   */
/*------------------------------*/

.gridstyle
{
	border-collapse:collapse;
	font: 11px Tahoma;
	margin: 5px 0 10px 0;
}
