@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.pSmall {
	font-size: 80%;
	background-color: #666666;
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
}

a{
	text-decoration:none;
	color:#283E27;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.captiveMain #container {
	width: 830px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.captiveMain #header {
	width: 830px;
	height: 230px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0;
} 
.captiveMain #header h1 {
	font-size: 150%;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	position: relative;
	float: none;
}

.captiveMain #header p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-size: 70%;
	position: relative;
	float: none;
}
.captiveMain #header a{
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bold;
}
.captiveMain #header a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
.captiveMain #innerwrapper {
	float: left; /* Floating all columns and their container helps avoid IE bugs.*/
	width: 802px; /* Sets the width of the column container to 641 pixels, the total width of the layout. */
	margin-left: 14px;
	background-color: #999999;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	padding: 0px 0px; /* This odd padding is added to the top and bottom of the DIV to avoid the escaping margin effect. */
}

.captiveMain #mainContent {
	/* float: left;  Set on page for split */
	width: 802px; /* Set to 480 on page for split */

}
.captiveMain #mainContent h1 {
	padding-left: 20px;
	font-size: 120%;
}
.captiveMain #mainContent h2 {
	padding-left: 20px;
	font-size: 110%;
}

.captiveMain #mainContent p, ul, ol {
	padding-left: 30px;
	padding-right: 25px;
	font-size: 90%;
}

.captiveMain #sidebar {
	float: left; /* Floats the sidebar to the left within its container. */
	width: 210px;
	padding-top: 25px;
	border-style: none none none dotted;
	border-color: #CCCCCC;
}

.captiveMain #sidebar h1 {
	padding-left: 20px;
	font-size: 100%;
}
.captiveMain #sidebar h2 {
	padding-left: 20px;
	font-size: 80%;
}

.captiveMain #sidebar p, ul, ol {
	padding-left: 30px;
	padding-right: 25px;
	font-size: 70%;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}


.captiveMain #footer {
	width: 830px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	} 
.captiveMain #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 45px;
	font-size: 70%;
	text-align: center;
}
.captiveMain #footer a{
	text-decoration:none;
	color:#CCCCCC;
	font-weight: bold;
}
.captiveMain #footer a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}

.captiveMain #YouTube{
	text-align: center;
	
}

table.releases
{
	width: 380px;
	border: 1px #000000 solid;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top: 5px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
}


td.releasesHeader
{
	background-color: #283E27;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 7px;
}


td.releasesData
{
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	background-color: #CCCCCC;
}
td.releasesPic {
	background-color: #CCCCCC;
	text-align: center;
}
td.releasesSubhead {
	text-align: left;
	font-weight: normal;
	font-size: 60%;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	background-color: #CCCCCC;
}
table.artists {
	width: 380px;
	border: 1px #000000 solid;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top: 5px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
}
td.artistsHeader {
	background-color: #283E27;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 7px;
}
td.artistsLinks {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	background-color: #CCCCCC;
}
