/*
	Theme Name: Notebook
	Description: The Notebook theme is based on the Genesis Framework.
	Author: Rachel Meeks
	Author URI: http://smallnotebook.org/
 
	Version: 3
  
	Template: genesis
	Template Version: 1.9
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
		- Custom Widgets
		- Custom Page Templates
		- Custom Styles
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Search Form
		- Contact Form
	13 Images & Captions
		- Icons
	14 Media Queries
		- Print Style
		- Responsive Design

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: url(images/my-graph-paper.jpg) repeat;
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a img {
	border: none;
}

a img,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover img {
	opacity: 0.80; /*1st (order is important) */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* 2nd (IE8) */
	filter: alpha(opacity=80); /*3rd (IE7) */
}

::-moz-selection { /* highlight selected text on Firefox */
	background-color: #ceecef;
}

::selection { /* highlight selected text on Safari */
	background-color: #ceecef;
}

input:focus, 
textarea:focus, 
select:focus {  /* blue border for Safari's input box */
	outline-color: #ceecef;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
		
*/

/* 03a - Font Color ----------- */

 /* black */
body,
.genesis-nav-menu a,
.genesis-nav-menu a:visited,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.tag-link-list a,
.tag-link-list a:visited,
cite a,
cite a:visited,
.reply a,
.reply a:visited {
	color: #444;
}

/* pink */
a,
a:visited,
a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.insertright, 
.insertleft,
cite a:hover,
.reply a:hover {
	color: #ed3553;
}

/* dark brown */
#title a,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
.genesis-nav-menu .current-menu-item a,
.single-post-next-links a,
.graphic-archive p a {
	color: #330506;
}

/* pink again */
#title a:hover,
h2 a:hover,
.single-post-next-links a:hover,
.graphic-archive p a:hover {
	color: #ed3553;
}


/* 03b - Font Family ----------- */

body,
input,
select,
textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
h2,
.entry-title,
.entry-title a,
#home-feature .featuredpost h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5,
#home-content .featuredpost h2,
cite {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.featuredpost h2,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.menu-secondary,
.post-info,
.post-meta,
.caption,
.wp-caption,
.author-box p,
.single-post-next-links,
.comment-content,
.reply,
#respond,
.sidebar,
#footer {
	font-size: 14px;
	font-size: 0.875rem;
}

/* 03d - Font Miscellaneous and Links--————- */

body,
#title,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.genesis-nav-menu,
.post-info .author,
.post-info .date,
.caption,
.wp-caption,
.btn,
button,
input[type="button"],
input[type="submit"],
cite,
#footer p {
	font-style: normal;
	font-weight: 400;
}

strong,
.genesis-nav-menu .current-menu-item a,
.entry .post-comments {
	font-style: normal;
	font-weight: 700;
}

blockquote p,
.questionnote {
	font-style: italic;
}

#header .genesis-nav-menu a,
.genesis-nav-menu.menu-primary a {
	text-transform: uppercase;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

cite a { /* pink underline */
	border-bottom: 1px solid #ed3553;
}

cite a:hover,
.reply a:hover {
	text-decoration: none;
}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#above-header,
#wrap {
	margin: 0 auto;
	max-width: 1152px;
	padding: 0 3%;
}

#wrap {
	background-color: #fff;
	border-top: 1px solid #efefef;
}

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#title-area {
	width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 34%; 
}

#header .widget-area {
	width: 50%;
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 62%; 
}

.content-sidebar #content,
.sidebar-content #content {
	width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 78%; 
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap,
.home-page.content-sidebar-sidebar #content,
.home-page.sidebar-content-sidebar #content,
.home-page.sidebar-sidebar-content #content {
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

#header {
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

/* text header */
#title { 
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

#description {
	line-height: 1.25;
}

/* logo instead of text header (set in functions file) */
#header-logo {
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
	padding-top: 32px;
	padding-top: 2rem;
	width: 300px;
}

#header .textwidget{
	padding-top: 26px;
	padding-top: 1.625rem;
	text-align: right;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	margin-top: 26px;
	margin-top: 1.625rem;
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/icons.png) no-repeat;
	background-position: -100px 0;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.sticky .post-meta {
	display: none;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.breadcrumb,
.sticky {
	background-color: #e6efef;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 16px;
	padding: 1rem;
}

.author-description p,
.taxonomy-description p {
	line-height: 1.625;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.author-box {
	line-height: 1.5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

/* 04h - Custom Widgets ----------- */

.above-header {
	text-align: center;
}

.home-content .widget {
	clear: both;
	line-height: 1.625;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.featuredpost .post.entry {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

#home-feature {
	display: block;
}

#home-feature .featuredpost h2 {
	border-top: 1px solid #dfdfdf;
	display: block;
	padding-top: 80px;
	padding-top: 5rem;
	text-align: center;
}

#home-feature .featuredpost p {
	text-align: center;
}

#home-content {
	padding-top: 24px;
	padding-top: 1.5rem;
}

#home-content .featuredpost .post.entry {
	float: left;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-right: 5%;
	width: 44%;
}

#home-content .featuredpost h2 {
	height: 32px;
	height: 2rem;
	max-width: 300px;
	text-align: center;
}

#home-content .featuredpage {
	margin-bottom: 0;
}

.welcome-container {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 8px 24px;
	padding: .5rem 1.5rem;
	max-width: 560px;
}

.graph-paper {
	background: url(images/my-graph-paper.jpg) repeat;
	border-top: 1px solid #dfdfdf;
	padding: 32px;
	padding: 2rem;
	text-align: center;
}

.graph-paper p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

#after-single-posts {
	line-height: 1.625;
	margin-top: 26px;
	margin-top: 1.625rem;
	overflow: hidden;
}

.after-single-posts p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.intro-container {
	text-align: center;
}

.intro-container img {
	border: 1px solid #dfdfdf;
	float: left;
}

.subscribe-invite {
	background-color: #ffffaa;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
}

.ads img {
	margin-bottom: 8px;
	margin-bottom: .5rem;
}

/* Related posts plugin */

.nrelate h3 {
	font-size: 16px !important;
}

.nrelate_bty.nr_80 .nr_panel {
	width: 96px !important;
}

.nrelate_bty .nr_text{
	font-weight: normal !important;
}

.nrelate a:hover {
	color: #ed3553 !important;
	text-decoration: underline !important;
}

/* 04i - Custom Page Templates ----------- */

/* Genesis default standard archives */
.archive-page { 
	float: left;
	width: 45%;
}

.home-page #content {
	padding-bottom: 0;
}

/* Excerpt Archives (Search Results and Tag pages) */

.excerpt-archive {
	clear: both;
} 

.excerpt-archive img {
	float: left;
	padding: 0 24px 48px 0;
	padding: 0 1.5rem 3rem 0;
}

.excerpt-archive p {
	line-height: 1.5;
}

.archive-content .post-meta {
	clear: right;
	padding-top: 16px;
	padding-top: 1rem;
}

/* Graphic Archives (Category pages and other archives) */

.graphic-archive {
	float: left;
	height: 240px;
	height: 15rem;
	margin: 1%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding: 8px 0 1%; 
	padding: .5rem 0 1%; 
	width: 31%;
} 
	
.graphic-archive img {
	display: block;
	margin: 10px auto;
	margin: .625rem auto;
}

.graphic-archive p {
	border-top: 1px solid #ccbbff; 
	display: block;
	line-height: 1.2;
	margin:  0 14px; 
	margin:  0 .875rem; 
	text-align: center;	
}

/* Table of Contents */

.category-link-container {  /* for Table of Contents page */
	clear: both;
	max-width: 480px;
}

.cat-link-images {
	float: left;
	overflow: hidden;
	padding: 0 1% 2%;
	width: 150px;
}

.tag-link-container { /* for Table of Contents page */
	background: url(images/bright-idea.gif) no-repeat left bottom;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	clear: both;
	line-height: 1;
	margin: 0 auto 1.5em;
	overflow: hidden;
	padding-top: 24px;
	padding-top: 1.5rem;
	text-align: center;
}

ul.tag-link-list {
	padding-left: 64px;
	padding-left: 4rem;
}

ul.tag-link-list li {
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

.tag-link-list a {
	display: inline-block;
	width: 88px;
	width: 5.5rem;  
}

/* 04j - Custom Styles ----------- */

/*red text, example: <span class="red"> text</span> */
.red { 
	color: #ed3553;
}

/*navy text, example: <span class="navy"> text</span> */
.navy { 
	color: #000044;
}

/* Text boxes */
.note,
.bluenote,
.dashednote,
.questionnote,
.bordernote {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 8px 24px; 
	padding: .5rem 1.5rem; 
}


/* a yellow text box for notes, 
example: <div class="note">write text</div> */
.note { 
	background-color: #ffffaa;
}

/* a blue text box for notes */
.bluenote { 
	background-color: #e6efef; 
	border: 1px solid #ccbbff; 
}

/* a text box with dashed top and bottom, question is in italics */
.dashednote,
.questionnote { 
	border-top: 1px dashed #ccc; 
	border-bottom: 1px dashed #ccc; 
	padding: 16px 24px; 
	padding: 1rem 1.5rem; 
}

/* a bordered text box for notes */
.bordernote { 
	background-color: #ffffff; 
	border: 2px solid #ccbbff; 
}

/* pull quotes in posts */
.insertright, 
.insertleft { 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: right; 
	margin: 0 0 24px 12px; 
	margin: 0 0 1.5rem .75rem; 
	padding: 16px 8px;
	padding: 1rem .5rem;
	text-align: center;
	width: 40%;
}

.insertleft { 
	float: left; 
	margin: 0 .12px 24px 0; 
	margin: 0 .75rem 1.5rem 0; 
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
	text-align: center;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}

.genesis-nav-menu.menu-secondary {
	border: none;
}

.genesis-nav-menu ul {
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: none;
	list-style-type: none;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
	white-space: nowrap;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #fff;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #e6efef;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.archive-title {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul,
.entry-content ol li,
.entry-content ul li {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.car-container ul li { /* clean archives reloaded plugin */
	list-style-type: none;
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

/* Numbers to go to the next blog page */
.navigation {
	clear: both;
	text-align: center;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #fff;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #e6efef;
}

/* Previous and Next Links with thumbnails after each post */
.single-post-next-links {
	border-top: 1px solid #dfdfdf;
	clear: both;
	line-height: 1.5;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	overflow: hidden;
	padding: 4px 0;
	padding: .25rem 0;
	text-align: center; 
}

.next-post-left {
	border-right: 1px solid #dfdfdf;
	float: left;
	padding-right: 1%;
	width: 48%;
}

.next-post-right {
	float: right;
	padding-left: 1%;
	width: 48%;
}



/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 16px 0 0;
	margin: 1rem 0 0;
	padding: 16px 32px 8px;
	padding: 1rem 2rem .5rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 16px;
	margin-top: 1rem;
	word-wrap: break-word;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


.commentmetadata,
.says {
	display: none;
}

.depth-1 {
	border-top: 1px solid #dfdfdf;
}

.alt, 
.even {
	background-color: #FFF;
}

.depth-2, .depth-4 {
	background-color: #e6efef;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	border-top: 1px solid #ccc;
	clear: both;
}

#footer .wrap {
	overflow: hidden;
	padding: 8px 0;
	padding: .5rem 0;
}

#footer .gototop {
	display:none;
}

#footer .creds {
	margin: 8px 0;
	margin: 0.5rem 0;
	text-align: center;
}


/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 1px solid #ccc;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
	text-align: center;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 1px;
	box-shadow: 0 0 3px #ddd inset;
	padding: 4px;
	padding: .25rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #e6efef;
	border: 1px solid #bbb;
	cursor: pointer;
	padding: 8px 16px;
	padding: .5rem 1rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	border: 1px solid #ddd;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
}

/* 12a - Search Form --————- */

form .s {
	background: url(images/icons.png) no-repeat;
	background-color: #fff;
	background-position: -80px -80px;
}

.search-form input {
	padding-left: 32px;
	padding-left: 2rem;
}

.above-header .search-form {
	display: inline;
}

.above-header .search-form input {
	padding: 8px 0 5px 32px;
	padding: .5rem 0 .3rem 2rem;
	width: 192px;
	width: 12rem;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

.entry-content .search-form {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	margin-top: 26px;
	margin-top: 1.625rem;
}

/* 12b - Contact Form --————- */

.contactform fieldset {
	border: none;
	width: 80%;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.add-border {
	border: 1px solid #dfdfdf;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}

.comment-list li .avatar {
	float: right;
	margin: 0 0 16px 16px;
	margin: 0 0 1rem 1rem;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.caption.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.caption.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.caption,
p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.caption,
.wp-caption {
	text-align: center;
}

.gallery-caption {
}

/* 13a - Icons ----------- */

span.mail-icon,
span.pin-it-icon,
span.pinterest-icon,
span.twitter-icon,
span.house-icon,
span.notes-header,
#home-content .featuredpost h4 {
	background: url(images/icons.png) no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;	
}

span.mail-icon {
	background-position: 0 0;
	width: 27px;
	height: 17px;
}

span.pin-it-icon {
	background-position: 0 -25px;
	width: 43px;
	height: 20px;
}

span.pinterest-icon {
	background-position: -30px 0;
	width: 18px;
	height: 16px;
}

span.twitter-icon {
	background-position: -50px 0px;
	width: 22px;
	height: 17px;
}

span.house-icon {
	background-position: 0 -60px;
	width: 40px;
	height: 37px;
}

span.notes-header {
	background-position: 0 -160px;
	display: block;
	width: 82px;
	height: 32px;
}

#home-content .featuredpost h4 { /* Recent header */
	background-position: 0 -200px;
	display: block;
	width: 84px;
	height: 30px;
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Print Style Sheet
------------------------------------------------------------ */

@media print {

#wrap #content-sidebar-wrap,
#wrap #content {
	font-size: 11pt;
	width: 100%;
}

#above-header, 
#header .widget-area,
#nav, 
#subnav,
#sidebar,
#sidebar-alt,
#footer-widgets,
#comments,
#respond,
#after-single-posts,
.really_simple_share,
.single-post-next-links,
.navigation {
	display: none;
}

}

/* Responsive Design
------------------------------------------------------------ */


/* —1st transition: drop sidebar ads under content, readjust column width-- */

@media only screen and (max-width: 1060px) {

#sidebar,
#content-sidebar-wrap #content {
	width: 100%;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 70%;
}

#sidebar-alt {
	width: 20%;
}

}

/* —2nd transition: home page feature title drops below image——— */

@media only screen and (max-width: 1020px) {

#home-feature a.alignleft,
#home-feature img {
	display: block;	
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#home-feature .featuredpost h2 {
	border: none;
	padding-top: 32px;
	padding-top: 2rem;
}

}

/* -3rd transition: all 100 percent and centered ------ */

@media only screen and (max-width: 800px) {

#wrap {
	padding: 0 8%;
}

#title-area,
#header .widget-area,
#wrap #content-sidebar-wrap,
#wrap #sidebar-alt,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

#title-area,
#title,
#description,
#header .widget-area,
#header .textwidget,
#header .search-form,
#content h1,
#content h2,
.entry-title,
.entry-title a {
	text-align: center;
}

#header-logo,
#header ul.genesis-nav-menu,
#header .search-form {
	float: none;
}

#header {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

#header-logo {
	margin: 0 auto;
}

#title {
	margin: 16px 0;
	margin: 1rem 0;
}

#header .search-form {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: 60%;
}

#header .genesis-nav-menu {
	margin: 0;
}

.genesis-nav-menu li.right {
	display: none;
}

img.alignnone,
.caption,
.wp-caption {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.category-link-container {
	margin: 0 auto;
}

.sidebar .featuredpost .post.entry {
	float: left;
	height: 224px;
	height: 14rem;
	padding: 0 1%;
	text-align: center;
	width: 48%;
}

.footer-widgets-1 {
	margin: 0;
}

.footer-widgets-2 {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;	
	margin: 16px 0 24px;
	margin: 1rem 0 1.5rem;
	padding: 16px 0 8px;
	padding: 1rem 0 .5rem;
}

.archive-page,
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.no-mobile-display {
	display: none;
}

}

/* 4th transition: Small Adjustments ------- */

@media only screen and (max-width: 620px) {

.genesis-nav-menu.menu-primary {
	padding: 0 36px;
	padding: 0 2.25rem;
}

#nav .genesis-nav-menu a {
	padding: 16px 26px;
	padding: 1rem 1.625rem;
}

#footer .genesis-nav-menu a {
	padding: 16px;
	padding: 1rem;
}

#home-content .featuredpost h2 {
	font-size: 16px;
	font-size: 1rem;
}

.category-link-container {
	max-width: 320px;
}

.graphic-archive {
	width: 48%;
} 

}

/* 5th transition: Phone   ----------------- */

@media only screen and (max-width: 480px) {

html {
	font-size: 87.5%; /* 14px base */
}

#wrap {
	padding: 0 3%;
}

.genesis-nav-menu.menu-primary {
	padding: 0;
}

.sidebar {
	font-size: 100%; 
}

.cat-link-images {
	width: 48%;
}

}

/* IE —---------------------------------———— */

@media \0screen {
img, 
object, 
.wp-caption { 
	width: auto; /* for IE8 image resize*/
}
}