@charset "utf-8";

/* Import external style sheets */
@import "reset.css";
@import "typography.css";
@import "colorbox.css";
@import "simpleVertical.css";
/* -------- Layout Elements --------- */
html, body {
	height: 100%;
	background-color: #0f3a67;
	color: #ffffff;
	z-index: 1;
}

#wrapper {
	width: 980px;
	margin: -20px auto;
	margin-bottom: -80;
	background-image: url('../images/background_watermark.jpg');
	background-repeat: no-repeat;
	background-position: center 50px;
	position:relative;
	z-index: 1;
}

#pageHeader {
	width: 100%;
	height: 20px;
	background-color: #f2b950;
}
#headerPush{
	height: 20px;
}
#leftCol {
	width:610px;
	float:left;
}
#logoholder{
	height: 240px;
}
#leftleftcol{
	width:200px;
	float:left;
}
#leftrightcol{
	width: 388px;
	padding-right: 20px;
	float:right;
}

#rightCol {
	width:370px;
	float:right;
}

#imgcontainer {
	height:480px;
	text-align:center;
	margin-top: -20px;
}
#rhimage{
	float:left;
}
#quote{
	margin-top:40px;
	clear:both;
	padding-left:50px;
}

#mainNav {
	width: 980px;
	height: 30px;
	background-color: #ddd;
	margin-top:10px;
}

#pageFooter {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

/* music player */
#listen {
	position: absolute;
	margin: 0;
	left: 0;
	z-index: 90;
}

 #playerdiv{
	position:absolute;
	top: 20px;
	left: 0;
	text-align: left;
	z-index: 99;
 }
#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #f2b950;
	color:#0e3a67;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("../images/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("../images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../images/spirites.jpg") -41px -42px no-repeat;
}
 
#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("../images/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
 
#ctrl_prev:hover {
	background: url("../images/spirites.jpg") -29px -112px no-repeat;
}
 
#ctrl_prev.disabled {
	background: url("../images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}
 
#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("../images/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
 
#ctrl_next:hover {
	background: url("../images/spirites.jpg") -29px -141px no-repeat;
}
 
#ctrl_next.disabled {
	background: url("../images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}
 
#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("../images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("../images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("../images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("../images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_min.jqjp_hover {
	background: url("../images/spirites.jpg") -19px -170px no-repeat;
}
 
#player_volume_max.jqjp_hover {
	background: url("../images/spirites.jpg") -19px -186px no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	background: url("../images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}
 
#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}
 
#total_time {
	text-align: right;
}
 
#playlist_list {
	height: 100px;
}
 
#playlist_list ul{
	display: block;
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #f2b950;
	border-top:none;
	width:378px;
	font-size:.9em;
	z-index:100;
	position: relative;
}
#playlist_list p{
	display: block;
	padding:10px 20px 20px 20px;
	margin:0 0 0 0;
	background-color:#ccc;
	border:1px solid #f2b950;
	border-top:none;
	border-bottom:none;
	width:378px;
	font-size:.9em;
	z-index:100;
}
 
#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
 
#playlist_list li.playlist_current{
	color:#0e3a67;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
 
#playlist_list li.playlist_hover {
	color:#0e3a67;
}
 
.miaow {
	font-size:.8em;
	color:#0e3a67;
}

#rotatingItems{
	position: relative;
	width: 370px;
}
#rotating_items div.rotating_item{
	position:absolute;
	width: 350px;
}
