@charset "utf-8";
html, body, div, p, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 320px;
}
h1 {
	color: #2170bd;
	font-size: 150%;
 	padding-top:10px;
	text-align: center;
}
img, a:link {
	border: 0px;
}
a,  a:link {
	color: #1a3263;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #8a9bbd;
  text-decoration: underline;
}
a:focus {
  color: #8a9bbd;
}
a:active {
  color: #1a3263;
}
#footer {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #1a3263;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
.designer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #666;
}
.designer a:link {
	color: #666;
	text-decoration: none;
}
.designer a:visited {
	text-decoration: none;
	color: #666;
}
.designer a:hover {
	color: #8a9bbd;
	text-decoration: underline;
	font-weight: bold;
}
.designer a:focus {
	color: #8a9bbd;
	font-weight: bold;
}
.designer a:active {
	color: #666;
/************** REMOVE BELOW **************************/
}
#mainContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
/******************************************************/
#hdrLogo {
}
#hdrArtistCredit {
	/*float: right;*/
	padding-top: 12px;
	text-align: center;
}
#hdrTheWorkOf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
}
#hdrArtist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
#hdrSpacer {
	height: 16px;
}
.infoBox {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 6px
}
/************** REMOVE BELOW **************************/
.infoBoxTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #CCC;
}
/*******************************************************/
#menu {
/*	position: absolute;
	width: 650px;
	height: 25px;
	top: 86px;
	left: 30px;
	z-index: 1000;*/
/*	text-shadow: 1px 2px 2px #666;*/ 
}
.separator {
	color: #d9d9d9;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 2px solid #999;
}
.menuSeparator {
	color: transparent;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 2px solid #8a9bbd;	
}
#pageContent {
  width: 100%;
  padding-bottom: 10px;
  margin: 10px auto;
	border: 1px solid #999;
	border-radius: 10px;
}
@media (max-width: 575px) {
  #pageContent {
		width: 100%;
		padding-bottom: 10px;
		margin: 5px 0;
		border: none;
		border-radius: 0px;
		border-bottom: 2px solid #999;
	}
}
@media (min-width: 576px) {
  #pageContent { max-width: 540px; }
}
@media (min-width: 768px) {
  #pageContent { max-width: 720px; }
}
@media (min-width: 992px) {
  #pageContent { max-width: 960px; }
}
@media (min-width: 1200px) {
  #pageContent { max-width: 1140px; }
}
.clearRL {
	clear: both;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}
/**************** MEDIA SCREEN SETTINGS  **********************/
/**************************************************************/
@media screen and (max-width: 400px) {
  #hdrLogo {
		margin-bottom: -20px;
  }
	#hdrTheWorkOf {
    font-size: 100%;
  }
  #hdrArtist {
    font-size: 150%;
    line-height: 10px;
  }
}
@media screen and (max-width: 575px) {
	.container { padding: 0 8px; }
}
@media screen and (min-width: 401px) and (max-width: 539px) {
  #hdrLogo {
		margin-bottom: -25px;
  }
	#hdrTheWorkOf {
    font-size: 120%;
  }
  #hdrArtist {
    font-size: 200%;
    line-height: 20px;
  }
}
@media screen and (min-width: 576px) {/* DEFAULT BSTRAP = .container { max-width: 540px; } */
}
@media screen and (max-width: 767px) {/* DEFAULT BSTRAP = .container { max-width: 720px; } */
  #hdrTheWorkOf {
    margin-top: 4px;
  }
}
@media screen and (min-width: 992px) {/* DEFAULT BSTRAP = .container { max-width: 960px; } */
}
@media screen and (min-width: 540px) and (max-width: 991px) {/* DEFAULT BSTRAP = .container { max-width: 960px; } */
  #hdrLogo {
		margin-bottom: -30px;
  }
  #hdrArtistCredit {
  }
  #hdrTheWorkOf {
    font-size: 120%;
  }
  #hdrArtist {
    font-size: 200%;
    line-height: 15px;
  }
}
@media screen and (min-width: 1200px) {/* DEFAULT BSTRAP = .container { max-width: 1140px; } */
}
