/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/*
Controls the text you use for books to make it look like Content Views
*/
.booktext { 
  display: block;
  font-size: 18px;
	line-height: 1.1em;
  margin-left: .2em;
  margin-right: .2em;
  font-weight: bold;
	color: #25282c;
	text-decoration: none;
}

.booktext:hover { 
	color: #c0504e;
}

/*
Permanently opens bottom widget & centers text
*/

.widgets-wrapper {
	display: block;

}

.widgets-area .widget {
	opacity: 1;

}

.widgets-trigger {
	display: none;
}

#secondary:after {
	display: none;
}


/*
Controls the line under the page title
*/
.page-header:after, .entry-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32.5%;
	width: 65%;
	height: 1px;
	background: #eeeeee;
}

/*
Removes categories below post titles
*/
.cat-links {
    display: none;
}

/*
Controls the page title
*/
h1.entry-title {
		font-size: 150%;
}

/*
Controls the main menu size and location
*/
.main-navigation  {
	font-size: 75%;
	clear: none;
  width: auto;
  float: center;
  margin-top: -15px;
	margin-left: 0px;
}


/*
Controls the embedded Excel iframe sizing on mobile devices
*/

#excel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


@media (max-width: 960px) {
#excel-frame { width: 131%; height: 131%; transform: scale(0.76,0.76); transform-origin: 0px 0px }
}

@media (max-width: 767px) {
#excel-frame { width: 127%; height: 127%; transform: scale(0.79,0.79); transform-origin: 0px 0px }
}

@media (max-width: 700px) {
#excel-frame { width: 140%; height: 140%; transform: scale(0.71,0.71); transform-origin: 0px 0px }
}

@media (max-width: 650px) {
#excel-frame { width: 153%; height: 153%; transform: scale(0.65,0.65); transform-origin: 0px 0px }
}

@media (max-width: 600px) {
#excel-frame { width: 168%; height: 168%; transform: scale(0.60,0.60); transform-origin: 0px 0px }
}

@media (max-width: 550px) {
#excel-frame { width: 187%; height: 187%; transform: scale(0.54,0.54); transform-origin: 0px 0px }
}

@media (max-width: 500px) {
#excel-frame { width: 210%; height: 210%; transform: scale(0.48,0.48); transform-origin: 0px 0px }
}

@media (max-width: 450px) {
#excel-frame { width: 240%; height: 240%; transform: scale(0.42,0.42); transform-origin: 0px 0px }
}

@media (max-width: 400px) {
#excel-frame { width: 286%; height: 286%; transform: scale(0.35,0.35); transform-origin: 0px 0px }
}

@media (max-width: 360px) {
#excel-frame { width: 336%; height: 336%; transform: scale(0.3,0.3); transform-origin: 0px 0px }


