/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
a,a:visited,a:hover {
	color: #2DAEFF;
}

.post-date,article .category a,.call-to-action a.button,#block-block-21 input[type="image"],.off-canvas-left-is-visible .l-off-canvas--left,.l-off-canvas-show, article .post_thumb .caption {
	background-color: #2DAEFF;
}

article a:visited,article a:active,article a:hover,aside a:visited,aside a:active,aside a:hover, #cse a.gs-title:hover,.gs-spelling a, table.lined-table tr {
	border-bottom: 1px dotted #2DAEFF;
}

p.info,p.note {
	border-left-color: #2DAEFF;
}

.gs-result .gs-title,.gs-result .gs-title *,.gs-spelling a {
	color: #2DAEFF !important;
}

.abstract-text ul li {
	float: none !important;
	list-style: disc !important;
}

.share_widget {
	font-size: 80%;
}

#accordion h3.post-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

#accordion h4.posttitle {
	font-size: 130%;
}

#accordion .postmetadata {
	font-size: 80%;
}

@media (min-width: 59.938em) {
	.l-menu-wrapper {
		background-color: #bf0875;
		background-image: linear-gradient(left,#2DAEFF 50%,#FFF 50%);
		background-image: -o-linear-gradient(left,#2DAEFF 50%,#FFF 50%);
		background-image: -moz-linear-gradient(left,#2DAEFF 50%,#FFF 50%);
		background-image: -webkit-linear-gradient(left,#2DAEFF 50%,#FFF 50%);
		background-image: -ms-linear-gradient(left,#2DAEFF 50%,#FFF 50%);
	}
	
	.main-menu-wrapper ul li:hover a {
		color: #2DAEFF;
	}
	
	.main-menu-wrapper {
		background-color: #2DAEFF;
	}
}

.l-branding {
	width: 216px;
	height: 125px;
	background-image: url(//oer16.oerconf.org/wp-content/uploads/sites/23/2015/04/oer16-11.png);
	background-repeat: no-repeat;
	top: 10px;
	position: relative;
}

.l-branding .site-name {
	display: none;
}

iframe.progfrm {
	-moz-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	-o-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	-o-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	width: 160%;
}