@charset "utf-8";
/* CSS Document */

body{
	background-color:#fffbf0; !important //d9d9c7
	font-family:"Libre Baskerville";
	font-size:14px;
	color:#2d2c1f;
	line-height:150%;
}

h1{
	font-size:24px;
	font-family:'Oswald', sans-serif;
}
h2{
	font-size:20px;
	font-family:'Oswald', sans-serif;
	margin-bottom:15px;
}
h3{
	font-size:16px;
	font-family:'Oswald', sans-serif;
	margin-bottom:15px;
}
a:link, a:visited, a:hover, a:active{
	color:#2d2c1f;
	text-decoration:none;
}
.col-sm{padding:20px 20px 20px 20px;}

/* START REAL MEDIA GUIDE STYLES */

.itemHead.onNow, .itemHead.onNext, .itemHead.comingSoon{
	display:inline-block;
	width:90%;
	padding:6px; 
	background-repeat:no-repeat;
	background-position:right;
	min-height:100px;
	padding-right:100px;
}
.itemHead.onNow{
	background-color:#eb7229;
}
.itemHead.onNext{
	background-color:#fca825;
}
.itemHead.comingSoon{
	background-color:#f1e2a5;
}
.itemHeadTitle{
	font-family:'Reem Kufi';
	font-size:18px;
}
.itemHeadTime{
	font-size:16px;
}

/* Weekly Grid */
.gridRowIndex{
	display:block;
	height:20px;
	/*text-align:center; */
	margin:0px;
	padding:1px;
	border-right:1px solid #2d2c1f;
	font-size:12px; 
	line-height:20px;
	text-align:center;
	
}

.gridCol{
	padding:0px;
	}

#detailsPanel{
	display:none;
	width:400px;
	height:400px;
	background-color:#FFF;
	border: solid 1px #2d2c1f;
	
	
	}
/* END REAL MEDIA GUIDE STYLES */





.bookTitle{
	font-style:italic;
	font-size:20px;
	font-family:'Oswald', sans-serif;
	margin-bottom:15px;
	}


.buttonSP, .buttonSP2 {
  position:absolute;
  background-color: #d9d9c7;
  color: #2d2c1f;
  cursor: pointer;
  font-family:'Reem Kufi';
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  bottom:0px;
}
.buttonSP2{
	background-color: #d9d9d9;
    color: #2d2d2d;
	}



.buttonSP:hover { 
  background-color: #2d2c1f;
  color: #d9d9c7;
}

#Menu{
	display:block;
	}

#mMenu{
	display:none;
}
#menuBars{
	float:right;
	margin-right:10px;
	margin-top:10px;
	display:none;
	}


