a img
{
	border: 0;
}

a
{
	text-decoation: none;
}

body
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;

	background-color: #CCD7DF;
	background: url("graphics/background.png") no-repeat fixed center top;
}

h1, h2, h3
{
	margin: 0;
}

#footer
{
	width: 400px;
	margin: auto;
	padding: 3px;

	font-size: 10pt;
	text-align: center;

	background-color: #171635;
	color: #E1E9EF;

	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;

	behavior: url('PIE/PIE.htc');
}

div#main
{
	width: 1084px;
	margin-left: auto;
	margin-right: auto;
}

#chris-frasco-title
{
	position: relative;
	z-index: 60;
	width: 360px;
	height: 73px;
	margin-left: 50px;
	padding: 10px;

	background-color: #171635;

	font-size: 36pt;
	text-align: center;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	behavior: url('PIE/PIE.htc');
}

#listen-arrow
{
	position: relative;
	z-index: 60;
	top: 15px;
	margin: 10px;

	float: right;
}

#play-link
{
	display: block;
	float: right;

	position: relative;
	z-index: 60;

	width: 73px;
	height: 73px;
	margin-right: 50px;
	padding: 10px;

	background-color: #171635;
	background-color: rgba(23, 22, 53, 1.00);

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	behavior: url('PIE/PIE.htc');
}

#play-link:hover
{
	background-color: #171635;
	background-color: rgba(23, 22, 53, 0.65);

	behavior: url('PIE/PIE.htc');
}

#play-icon
{
	width: 0;
	height: 0;
	margin: 8px auto;

	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 45px solid #E1E9EF;
}

#press-kit-body
{
	position: relative;
	z-index: 50;
	top: -45px;
	width: 1024px;

	padding: 25px;
	padding-bottom: 0;

	border: 3px solid #667D8D;

	background-color: #869FB2;
	background-color: rgba(134, 159, 178, 0.90);
	color: #171635;

	text-align: left;

	box-shadow: 3px 3px 3px rgba(51, 51, 17, 0.25);
	-moz-box-shadow: 3px 3px 3px rgba(51, 51, 17, 0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(51, 51, 17, 0.25);

	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;

	behavior: url('PIE/PIE.htc');
}

#press-kit-title
{
	font-family: Georgia, serif;
	font-weight: bold;
	text-align: right;
	font-size: 18pt;
	position: relative;
	top: -10px;
}

#photo-bin
{
	margin-top: 45px;
	text-align: center;
}

#photo-bin img
{
	height: 360px;
}

#photo-bin img.large
{
	height: 360px;
}

#press-bin
{
	background-color: #667D8D;
	background-color: rgba(102, 125, 141, 0.90);
	height: 287px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	behavior: url('PIE/PIE.htc');
}

.quote,
.quote-author
{
	font-family: Georgia, serif;
}

.quote
{
	font-size: 16pt;
	font-style: italic;
}

.quote-author
{
	text-align: right;
	font-weight: bold;
}

#press-text-left,
#press-bin img,
#press-text-right
{
	float: left;
}

#press-bin img
{
	width: 400px;
}

#press-text-left,
#press-text-right
{
	width: 250px;
	padding: 25px;
	height: 237px;
	vertical-align: middle;
}

#bio
{
	margin: 25px;
	font-family: Georgia, serif;
	font-size: 14pt;
	line-height: 18pt;
	text-align: justify;
}




#media-player
{
	clear: both;
	width: 1000px;
	height: 300px;
	margin: auto;
	padding: 15px;

	background-color: #667D8D;
	background-color: rgba(102, 125, 141, 0.90);

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	behavior: url('PIE/PIE.htc');
}

#music-player
{
	margin-left: 30px;
	float: left;
	width: 485px;
}

#music-player-title
{
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}

#music-player audio
{
	width: 485px;
}

#music-player ul
{
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;
}

#music-player li a
{
	color: #DDB;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}

#music-player ul.left
{
	float: left;
}

#music-player li a:hover
{
	color: #4A3206;
	background-color: #FFC;
}

#video-player
{
	float: left;
	margin-top: 13px;
	margin-bottom: 14px;
}

#contact-info
{
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

#contact-info a
{
	color: #E1E9EF;
	text-decoration: none;
}

a#site-credit
{
	display: block;
	color: #666;
}

#site-credit
{
	width: 220px;
	padding: 10px;
	margin: 25px auto;

	opacity: 0.90;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

	behavior: url('PIE/PIE.htc');

	background-color: white;
}

#site-credit:hover
{
	opacity: 1.00;
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

