@charset "utf-8";
/* CSS Document */

/* Styles the background color of the site and centers the pages. */
body {
	/* text-align: -moz-center; Required for FF*/
	text-align: center;  /*part of the centering fix in FF and IE*/
	margin:0 auto; /*part of the centering fix in FF and IE*/
	font-family: "Georgia", "Times New Roman", "Times, serif";
	font-size: 14px;
	color: #000000;
	background-image: url(../images/tapa.gif);
	background-repeat: repeat;
	padding: 0px;
}

/* Styles the default paragraph treatment for the entire site. */
p {
	margin-bottom: 0.7em;
	margin-top: 0px;
	line-height: 1.3em;
}

p + p { margin-top: 0.2em; }

/* Turn off image borders */
img {
    border: 0px;
}

/* Turns off borders around linked images */
a img {
    border: 0px;
}

/* Sets overall width of the site's pages and text alignment. Resets body background color. */
div#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 676px;
	margin: auto; /*0px;*/
	padding: 0px;
} 

div#header {
}

#header img {vertical-align: bottom;}  /* fixes extra white space below img in IE */

/* Styles  the  main menu */
div#mainmenu {
	text-align: center;  /*part of the centering fix in FF and IE*/
	margin:0 auto; /*part of the centering fix in FF and IE*/
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 33px;
	background-color: #003366;
}

/* Link styles for the main menu */
#mainmenu a:link {
	color: #cddced; 
	text-decoration: none;
}
#mainmenu a:visited {
	color: #cddced; 
	text-decoration: none;
}
#mainmenu a:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color: #3366FF;
}
#mainmenu a:active {
	color: #ffffff; 
	text-decoration: none;
}

/* Positions the content header 
div#content-header {
	float: left;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0px;
}*/

div#content {
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 22px;
	text-align: left;
}

/* Styles left column size and behavior */
#left-column {
	margin-top: 0px;
	float: left;
	width: 163px;
}

/* Styles right column size and behavior */
#right-column { 
	margin-top: 0px;
	float: left;
	/*margin-left: 181*/
	width: 464px;
	/* height: 1% Holly hack for Peekaboo Bug */
}

.photo-text-article {
	margin-top: 0px;
	clear: left;
	width: 464px;
	float: left;
}

.page-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #003399;
	padding-top: 22px;
}

.content-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 26px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 16px;
	margin-top: 11px;
	margin-right: 17px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin-left: 22px;
	margin-top: 11px;
	margin-right: 17px;
	margin-bottom: 3px;
	font-weight: bold;
}

.comment {
	font-style: italic;	
}

.comment-author {
	padding-top: 7px;
	padding-left: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 11px;
}

a:link {
	color: #3366FF;
	text-decoration:none;
	border: 0;
	}
	
a:visited { 
	color: #CC33FF;
	text-decoration:none;
	}
	
a:hover { 
	color: #FFFFFF;
	background-color: #3366FF;

	}
a:active { 
	color: #000000;
	text-decoration:none;
	}
	
.photoRight {
	margin-bottom: 11px;
	float: right;
	margin-top: 11px;
	margin-left: 11px;
}

.photoLeft {
	margin-bottom: 11px;
	float: left;
	margin-right: 22px;

}

.songTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;

}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.headers {
	background-position: top;
}
.contentCentered {

	text-align: center;
	width: 676px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	margin-left: 22px;
	list-style-position: outside;
}

/* Sets colors and fonts for footer. */
div#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}
