/*  Turn off 960.css
----------------------------------------------------------------------------------------------------*/
body{ 
	min-width: 10px; 
	width: 100%;
	background: #66203C;
}

/*  Hide unnecessary stuff
----------------------------------------------------------------------------------------------------*/



/*  Resize Header
----------------------------------------------------------------------------------------------------*/
#social{
	display: none;
}
#header{
    margin: 5px 55px 0 0;
    position: static;
	text-align: center;
	height: 60px;
}
#header img{
	max-width: 95%;
	margin-top: 10px;
}



/*  Fix Footer
----------------------------------------------------------------------------------------------------*/
#footer{
	background: transparent;
	height: 65px;
}
#footText{ display: none; }
#episodePlayer{ 
	width: 100%; 
	background: black;
}
#footer audio{
	width: 95%;
	margin-top: -8px;
}
#playerContent p{
	margin: -1px 0 5px 6px;
	padding: 0px;
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
}
#playerContent a{
	color: #ccc;
}
#playerContent .episodePlayerTitle{ color: #fff; }
.episodePlayerNav{ display: none; }

/*  Fix Content
----------------------------------------------------------------------------------------------------*/

#centerWrap {
    position: static;
    width: auto;
}
#contentWrap {
    background: transparent;
    margin-top: 0px;
    padding: 5px;
    position: static;
    width: auto;
	margin-bottom: 50px;
}
#contentTightWrap {
    background: none repeat scroll 0 0 #EEEBCA;
}
#contentWindow {
    height: auto;
    padding: 10px;
}

.badSocialButtons{ display: none; }

#contentNav { 
	margin: 0; 
	background: url("http://images.read-weep.com/50-black.png") repeat scroll 0 0 transparent;
}

#contentNav a { color: white; }

.episodeImage{
	width: 30%;
}
.episodeImage img{
	max-width: 100%;
}
.episodeDetails{ margin-left: 34%; }


/*  Fix Shelves
----------------------------------------------------------------------------------------------------*/

.desktopShelf { display: none; }

#shelfSelector{ 
	display: block;
	position: fixed;
	top: 8px;
	right: 0;
	width: 55px
}
#shelfSelector li {
    background: black;
    margin: 3px 0;
    min-height: 1;
    padding: 0px;
}
#shelfSelector a {
    color: #A7B7A5;
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
.mobileShelf { display: block; }

.mobileShelf a{
	display: block;
	height: 45px;
	background-image: url('http://images.read-weep.com/nav-toggle.gif');
	background-repeat: no-repeat;
	background-color: black;
	background-position: 15px 15px;
}

#bookShelf{
	background: black;
	top: 8px;
	max-width: 80%;
	z-index: 1;
}
#bookShelfClose{ margin: 18px 18px 13px 18px; }
#bookShelfClose a{ color: white; }
#bookShelf .book:hover {
    background: transparent;
}
#shelfOptionText { display: none; }

#shelfButtons {
	position: absolute;
	top: 0;
	margin-left: -61px;
	width: 73px;
}
#shelfOptions li{ 
	float: none;
	padding: 10px;
}
#shelOptions a{ margin: 10px; }
#shelfItems { margin-bottom: 60px; }

.bigLoadButton a {
	background: #1E0810;
}