/* layout ********************************/
#content {
	width: 100% !important;
	background: white;
	overflow: visible;
}
#map-canvas {
	height: 500px;
}
#left {
	width: 400px;
}
#right {
	width: 520px;
	padding-top: 30px;
}
#description h2 {
	height: 30px;
}
#playlist {
	height: 340px;
}
#playlist ul.list.collapse {
	height: 250px; /* playlist height - player height - player margin */
}
#help {
	height: 420px;
}





/* map */
#map-wrap {
	position: relative;
	*height: 1%;
}
#map-canvas {
	position: relative;
}
#map-status {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -25px;
	margin-left: -25px;
	padding: 10px;
	background: #333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

/* content */
#wrap {
	padding: 20px;
}
#left {
	float: left;
	margin-bottom: 10px;
}
#right {
	float: right;
	position: relative;
}
#description h2 {
	font-size: 24px;
	color: #e06d6d;
}
#description .description {
	line-height: 18px;
	margin-bottom: 20px;
	background: #ffe9e9;
	border: 1px solid #f4c9c9;
	padding: 10px 15px;
	color: #e06d6d;
	-webkit-border-radius:4px;
}


/* playlist */
#playlist {
}
#playlist ul.list {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #aaa;
	background: #ddd;
}
#playlist ul.list li {
	position: relative;
	line-height: normal;
	_height: 1%;
}
#playlist ul.list em {
	font-weight: bold;
	font-size: 12px;
	color: #456db0;
}
#playlist ul.list a.audio {
	display: block;
	padding: 8px;
	background: #f5f5f5;
	font-size: 11px;
	margin-bottom: 1px;
	color: #6d7892;
}
#playlist ul.list a.audio:hover {
	background: #e5edf7;
	text-decoration: none;
}
#playlist ul.list a.audio.selected {
	background: #ffe9e9;
	color: #e06d6d;
}
#playlist ul.list a.audio.selected em{
	color: #da3300;
}

#playlist .player {
	height: 80px;
	width: 100%;
	background: #fff;
	display: none;
	margin-bottom: 10px;
}
#playlist .status {
	margin: 10px;
}

#playlist .addthis_toolbox {
	position: absolute;
	top:13px;
	right: 5px;
}





#upload-btn {
	background: url(images/campaign/launchRecordButton.png) no-repeat 0 -68px;
	display: block;
	width: 230px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
#upload-btn:hover {
	background-position: 0 -34px;
}
#upload-btn:active {
	background-position: 0 0;
}

#help {
	margin-bottom: 20px;
	line-height: 20px;
	overflow: auto;
	color: #555;
}
#help p {
	margin-bottom: 10px;
}

#share #license {
	float: left;
	margin-right: 10px;
}
#share .addthis_toolbox {
}







/* respond */
#respond textarea {
	width: 500px;
}


/* google map info-window */

#map-info {
	width: 300px;
	border: 2px solid #555;
	background: #eee;
	padding: 20px;
	position: absolute;
	z-index: 1000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow:1px 1px 5px #333;
	-moz-box-shadow:1px 1px 5px #333;
	display: none;
}
#map-info .title {
	font-weight: bold;
	font-size: 12px;
}
#map-info img {
	float: left;
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#map-info .description {
	font-size: 11px;
	line-height: 15px;
	margin-left: 70px;
	margin-bottom: 10px;
}
#map-info .pin {
	width: 20px;
	height: 20px;
	background: url(images/campaign/pin.png) no-repeat;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}
#map-info .player {
	margin-left: 70px;
	clear:both;
}
#map-info a.close {
	font-size: 11px;
	color: black;
	display: block;
	padding:2px 4px;
	position: absolute;
	top:5px;
	right: 3px;
}