/*
 * Structural CSS
 */

body {
  margin:0;
}

div.container {
	width: 750px;
	margin-left: auto; 
	margin-right: auto;
}

 .content-wrapper {
    margin: 0; padding: 0; border: 0;
    width: 750px;
    text-align: center;
}

.content-wrapper-left {
	margin: 0; padding: 0; border: 0;
	width: 750px;
	text-align: justify;
}

.content-wrapper-fullleft {
	margin: 0; padding: 0; border: 0;
	width: 750px;
	text-align: left;
}

#imageWidth {
    width:750px;
    text-align: center;    
}


#imageWidth a {
	max-width: 250px;
	
}

#imageWidth img, #imageWidth a img{
	width: 210;
    padding:20px;   
}

.imageRow {
	height: 335px;
}

.imageContainer {
    display: inline-block;
	float: left;
	height: inherit;
	width: 33%;
	position: relative;
}
.imageContainer a:link {
    text-decoration: underline;
    padding: 5px;
    font-size: 12px;
}

.imageLinkContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	padding-bottom:140px;
}

.inline{display:inline;}

/*
 * Typography
 */

h1, h2, h3 {
	color: #C40233;
  font-weight : bold;
}

.red {
	color: #C40233;
}

.blue {
	color: #002060;
}

.green {
	color: green;
}

/*
 * Header
 */

div.header {
	background-color:transparent;
    clear:both;
} 
 div.header + img {
    /* height:102; */
}

 div.header .page-header {
	 margin-top: -20px;
}

 div.header .nav-header {
 	height:35px;
}

/*
 * Navigation
 */

#navbar {
 	margin-left:auto;
 	margin-right:auto;
 	width:750px;
 	height:35px;
 	line-height: 35px;
 	background-color: #000000;
 }

#navbar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;   
    text-align: center;
}

#navbar ul li {
  display: inline-block;
  vertical-align: bottom;
}

#navbar ul li a:link, #navbar ul li a:visited {
    width: 750px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-family: arial;
}

#navbar ul li a:hover {
 color: #c00;
 background-color: #fff; 
}


/*
 * About Page CSS
 */

.about-page h2 {
    color: purple;
}

.about-page span a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 20px

}

.about-page table {
    width: 100%
}

.about-page td {
    width: 33.33%
}

/*
 * Auditions Page CSS
 */

.auditions h1 {
	margin-bottom: 2px;
}

.auditions h3 {
	font-weight: bold;
	margin-bottom: 2px;
}

.auditions p {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

/*
 * Friends Page CSS
 */

 .friends p {
 	font-weight: 700;
 }

 .contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
   color: #933736;
   font-family: Arial, sans-serif;
   margin: 0;
 }

 .contact h1 {
   font-size: 60px;
   font-family: 'Arial Black', Arial, sans-serif;
   margin-top: 20px;
 }
 
 .contact h2 {
 }

 .contact h3 {
   margin-bottom: 20px;
 }

 .contact h4, .contact h5 {
   font-size: 10px;
 }

 .contact h5 {
   font-style: italic;
 }
 .contact h6 {
   font-size: 9px;
   margin-bottom: 20px;
 }

.contact h3 a {
  text-decoration: none;
  color: #933736;
}

.contact .contact-table {
  border-bottom: 2px solid #666;
}

.contact .contact-table .contact-column {
  width: 20%;
  float: left;
}

.contact-column ul {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

.contact-column li {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.contact-block {
  margin: 20px 0;
}

.contact-block p {
  font-family: Arial, sans-serif;
  margin: 0;
}

span.contact-black-text {
  font-weight: 700;
}

span.contact-black-text a {
  color: black;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.clearfix:after {
  content:" ";
  display:table;
  clear:both;
}