@CHARSET "UTF-8";

/* Carl Script Logo Red: #D6120A */

/* Tag names defined here - moving to more use of h1, h2, etc. */

h1 {	/* h1 --> same as title */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}


/* Class names here */

.CP-body-defaults {
	background-color: cornsilk; 		/* #FFFAF0;		/* white; */
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-align: left;
	}

.CP-page-defaults {
	color: Black;
	align: center;
	text-align: left;
	}
	
.CP-nav-bar-links {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 175%;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* background colors used: white, #FFFAF0, cornsilk */
.CP-background {
	background-color: cornsilk;		/*#FFFAF0;		/* white; */
	}
	
.CP-text {
	color: #42949C;
}

.CP-text-black {
	color: black;
}

.CP-text-blue {
	color: #3F8690;
}

.CP-text-dark-gray {
	color: DarkSlateGray;
}

.CP-text-maroon {
	color: maroon;
}

.CP-text-red {
	color: red;
}

.CP-text-script {
	color: #D6120A;
}

.CP-text-silver {
	color: silver;
}

.CP-text-white {
	color: white;
}

.CP-text-yellow {
	color: yellow;
}

.CP-hr-color {
	color: #D6120A;					/* for IE */
	background-color: #D6120A;		/* for others */	
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.title {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.title-left {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.subtitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 120%;
}

.normal-left {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 120%;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.emphasis {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.table-with-border {
	border-collapse: collapse;
	border: 1px solid gray;
	padding: 5px;
}
	
.table-cell-with-border {
	border: 1px solid gray;
	padding: 5px;
}
	
.table-cell-partially-opaque {
	opacity: 0.40;
	filter:alpha(40);
}

.table-cell-fully-opaque {
	opacity: 1.00;
	filter:alpha(100);
}

/* used on Discograpy page */

.discogBand {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
		}
	
.discogTitle {
	/* text-align: center; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
		}

	
.discogInfo {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
	
.discogDesc {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 140%;
		}

.bioText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 120%;
		}


/* from w3cschools.com
	Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
	Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
	Note: Pseudo-class names are not case-sensitive.
*/

a:link {
	/* border-color: #8B2433; */
	color: #42949C;
	text-decoration: none;
}

a:visited {
	/* border-color: #8B2433; */
	text-decoration: none;		/* don't underline visited text links */
	color: #3F8690;
}

a:hover {
	/* border-color: #8B2433; */
	text-decoration: underline;
	color: DarkRed;
	/* font-weight: bold; */
}

a:active {
	color: maroon;
	font-weight: bold;
}

img {
	border: 0px;	/* by default, no borders on images */
}

