#isMobile {
	text-align:left;
}
#header-list {
	float: right;
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	height: inherit;
}

.header-listItem {
	margin: 12px 20px;
	float: left;
	display: inline;
	text-decoration: none;
}

#header-container {
	position: fixed;
	top: 0px;
	left: 157px;
	
	background: #000;
	width: 423px;
	height: 50px;
	padding-right: 20px;
	display: block;
	font-size: 24px;
	color: white;
	float: left;

}


#annoyingUL {
	position:fixed;
	height:50px;
	margin-top:74px;
	width:60px;
	float:right;
	right:0;
}

#annoyingUL li {
	float:right;
	clear:both;
}

.rrssb-buttons li a {
	border-radius: 0 !important;
}

#searchButton {
	background: black;
	color: white;
	font: inherit;
	display: inline;
	/*padding seems to be the only way to move the icon...*/
	padding-right: 11px;
	padding-top: 2px;
	padding-left: 9px;
	padding-bottom: 2px;
	width: auto;
	height: auto;
}

#searchText {
	margin: 0;
	border: 0;
	height: 28px;
	font-size: 20px;
	width: 0px;
	display:inline-text;
}

#searchBar {
	position:fixed;
	top: 0px;
	right:0px;
	margin-top: 10px;
	margin-right: 10px;
	display: inline;
	cursor:pointer;
}

#sidebar {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-left:44px;
	overflow-y:auto;
	display:block;
	width:230px;
	height: 100%;
	background:#395779;
	margin-top:50px;
	padding:30px 20px;
	position:fixed;
	z-index: 999;
	background: #5e8d95; /* Old browsers */
	background: -moz-linear-gradient(top, #5e8d95 0%, #345173 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e8d95), color-stop(100%,#345173)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5e8d95 0%,#345173 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5e8d95 0%,#345173 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5e8d95 0%,#345173 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5e8d95 0%,#345173 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8d95', endColorstr='#345173',GradientType=0 ); /* IE6-9 */
	opacity:.8;
}

.genCat {
	cursor:pointer;
	display:block;
	clear:both;
	color: white;
	float:left;
	font-size: 20px;
	line-height:120%;
	margin:2px 0;
	text-transform: capitalize;
	text-decoration:none;
	/* get rid of selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*.genCat:nth-child(even) {
	background: #22364a;
}

.genCat:nth-child(odd) {
	background: #375883;
}*/

#textPage {
	width:100%;
	position:relative;
	padding-top:75px;
	padding-left:274px;
	padding-bottom:23px;
	font-size:20px;
	height:auto;
	float:left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#textBox {
	min-width: 20px;
	width: 80%;
	position:relative;
	
	margin: 0;
	margin-left: 5%;
	margin-right: auto;
	background:rgba(245,239,253,0.3);
	color:#000000;
	padding:20px;
}

.audiopic {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#audioNote {
	background: #22364a;
	color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: -23px;
	width: 280px;
	padding: 10px;
	text-align: center;
	font-size: 24px;
}

#audioDesc {
	background: #375883;
	color: white;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding: 10px;
	width: 280px;
	text-align: center;
	font-size: 21px;	
}