/*
Theme Name: Exploring Arduino Website Theme
Theme URI: http://www.exploringarduino.com
Author: Jeremy Blum
Author URI: http://www.jeremyblum.com
Description: A theme for the Exploring Arduino Book Website.  This theme is a child of the required+ Foundation parent theme.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.4
Template: required-foundation
Text Domain: requiredstarter
*/

/*
	Make the template work
*/
@import url(../required-foundation/style.css);

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; }

#site-title { font-weight: 600; }

.required-header .inline-list {
	margin-top: 14px;
}

a img {
	border: none !important;
}

select {
	width: 300px;
	max-width: 98%;
	height: 32px;
}

.extralarge {
	max-width: 100%;
	min-width: 50%;
}

@media screen and (min-width: 768px) {
	#FB_LIKE_BOX{display: block;}
}

@media screen and (max-width: 767px)
{
	#FB_LIKE_BOX{display: none;}
}

.page-list-ext .page-list-ext-image img {
	width:50px;
	height:auto;
}

.page-list-ext .page-list-ext-item {
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
}

.page-list-ext .page-list-ext-title {
	height: 50px;
	font-size:x-large;
}
@media screen and (max-width: 360px)
{
	.page-list-ext .page-list-ext-title {
	font-size:large;
}
}

#post-6 header {
	display: none;
}