/* PaRappa */

#wrapper {
	width: 650px;
	margin: auto;
}

/* General */

body {
	background-color: #f2ebe0;
	color: #622d2d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
}

/* Links */

body a {
	text-decoration: none;
}

body a:link {
	color: #0d848b;
}

body a:hover, body a:focus {
	color: #0f98a1;
	text-decoration: underline;
}

body a:visited {
	color: #062c42;
}

/* Banner image */

#banner {
	text-align: center;
	margin: auto;
	padding-bottom: 1em;
}

/* Page title */

h1 {
	font-size: 30px;
}

/* Navbar */

#navbar {
	margin: 0;
	text-align: center;
	font-weight: 100;
}

#navbar ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#navbar li {
	float: left;
}

#navbar a {
	background-color: #e7d8c7;
	color: #9f5151;
	display: block;
	font-size: 24px;
	padding-top: .4em;
	padding-bottom: .2em;
	text-decoration: none;
	width: 120px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

#navbar a:hover, a:active {
	background-color: #9f5151;
	color: #e7d8c7;
}

/* Embolden the navbar */

#page_home #nav_home,
#page_bio #nav_bio,
#page_media #nav_media,
#page_store #nav_store,
#page_contact #nav_contact {
	font-weight: 900;
}

/* Content */

#content {
	padding: 1em 0em;
}

#content p {
	margin: auto;
	text-align: justify;
	width: 600px;

	/* Not sure if necessary
	padding: 5px 20px 5px 20px;
	border-radius: 5px; */
}

#content #media_list {
	margin: auto;
	text-align: left;
	width: 600px;
}

#content #media_list .media_caption {
	padding-bottom: 10px;
}

#content #media_list .media_player {
	padding-bottom: 25px;
}

#content #media_list .media_player audio {
	background-color: #ffcccc;
}

#content #error, #content #error p{
	text-align: center;
}
