/* # Genesis Framework  
Theme Name: Genesis Music & Memory
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is a custom theme created for the Genesis Framework.   
Author: Insight Dezign
Author URI: http://insightdezign.com/  
Template: genesis  
Template Version: 2.1.1  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0px;
   	padding: 0px;
}

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #fff;
	color: #f37430;
}

::selection {
	background-color: #fff;
	color: #f37430;
}

a {
	color: #f37430;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}


.green { background-color: #5d9732; }
a:hover .green { background-color: #88be60; }
.blue { background-color: #0079e1; }
a:hover .blue { background-color: #2aa0e6; }
.purple { background-color: #9f218b; }
a:hover .purple { background-color: #cc4db8; }
.orange { background-color: #f47736; }
a:hover .orange { background-color: #fc9b67; }

.green {
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

.green:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
    background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
    background-color: #68a54b;
}



.blue {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);
    background-color: #007dc1;    
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}



.blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);
    background-color: #0061a7;
}

.orange {
    -moz-box-shadow: inset 0px 1px 0px 0px #fe9f6d;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fe9f6d;
    box-shadow: inset 0px 1px 0px 0px #fe9f6d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc9b67), color-stop(1, #f47736));
    background: -moz-linear-gradient(top, #fc9b67 5%, #f47736 100%);
    background: -webkit-linear-gradient(top, #fc9b67 5%, #f47736 100%);
    background: -o-linear-gradient(top, #fc9b67 5%, #f47736 100%);
    background: -ms-linear-gradient(top, #fc9b67 5%, #f47736 100%);
    background: linear-gradient(to bottom, #fc9b67 5%, #f47736 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9b67', endColorstr='#f47736', GradientType=0);
    background-color: #fc9b67;    
    border: 1px solid #da510a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}



.orange:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f47736), color-stop(1, #fc9b67));
    background: -moz-linear-gradient(top, #f47736 5%, #fc9b67 100%);
    background: -webkit-linear-gradient(top, #f47736 5%, #fc9b67 100%);
    background: -o-linear-gradient(top, #f47736 5%, #fc9b67 100%);
    background: -ms-linear-gradient(top, #f47736 5%, #fc9b67 100%);
    background: linear-gradient(to bottom, #f47736 5%, #fc9b67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47736', endColorstr='#fc9b67', GradientType=0);
    background-color: #f47736;
}

.purple {
    -moz-box-shadow: inset 0px 1px 0px 0px #d430ba;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d430ba;
    box-shadow: inset 0px 1px 0px 0px #d430ba;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c139ab), color-stop(1, #9f218b));
    background: -moz-linear-gradient(top, #c139ab 5%, #9f218b 100%);
    background: -webkit-linear-gradient(top, #c139ab 5%, #9f218b 100%);
    background: -o-linear-gradient(top, #c139ab 5%, #9f218b 100%);
    background: -ms-linear-gradient(top, #c139ab 5%, #9f218b 100%);
    background: linear-gradient(to bottom, #c139ab 5%, #9f218b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c139ab', endColorstr='#9f218b', GradientType=0);
    background-color: #c139ab;    
    border: 1px solid #6b055b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}



.purple:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9f218b), color-stop(1, #c139ab));
    background: -moz-linear-gradient(top, #9f218b 5%, #c139ab 100%);
    background: -webkit-linear-gradient(top, #9f218b 5%, #c139ab 100%);
    background: -o-linear-gradient(top, #9f218b 5%, #c139ab 100%);
    background: -ms-linear-gradient(top, #9f218b 5%, #c139ab 100%);
    background: linear-gradient(to bottom, #9f218b 5%, #c139ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f218b', endColorstr='#c139ab', GradientType=0);
    background-color: #9f218b;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 8px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #c9c8c8;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c9c8c8;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {	
	margin: 0 auto;
	max-width: 980px;	
}

.site-inner {
	clear: both;
	background: #fff url(images/site-inner-bg2.png) top center repeat-y;
}

.mam-fullwidth .site-inner {
	background-image: none;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 710px;	
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 270px;
	
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.mobile-resp-sidebar {
	display: none;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

#header .searchform {
	float: right;
	padding: 15px 15px 0 0;
}

.s {
	-moz-box-shadow: 1px 1px 3px #ccc inset;
	-webkit-box-shadow: 1px 1px 3px #ccc inset;
	background: #fff url(images/search.png) center left no-repeat;
	box-shadow: 1px 1px 3px #ccc inset;
	border-left: 1px solid #aba9a5;
	border-top: 1px solid #aba9a5;
	color: #aaa49f;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 16px 10px 14px 50px;
	text-transform: uppercase;
	width: 195px;
}

#footer-widgets .s {
	margin: 0;
}

.searchsubmit {
	display: none;
}

.search-form {
	overflow: hidden;
}

.site-header-top .search-form {
	float: right;
}

.entry-content .search-form,
.site-header-top .search-form {
	background: #fff url(images/search.png) center left no-repeat;
	width: 170px;
	margin: 0 15px;
}

.site-header-top .search-form input[type="search"] {
	color: #c9c8c8;
	margin-right: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 35px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #565979;
}

.sidebar .widget-title {
	color: #565979;
	background: -webkit-linear-gradient(left, #a3a5c8 , #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #a3a5c8, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #a3a5c8, #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #a3a5c8 , #fff); /* Standard syntax */
	padding: 8px 15px;
	font-weight: bold;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 2px 10px 0 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 2px 0 0 10px;
}

.wp-caption-text {
	font-size: 12px;
	text-align: left;
	color: #565979;
	background: -webkit-linear-gradient(left, #a3a5c8 , #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #a3a5c8, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #a3a5c8, #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #a3a5c8 , #fff); /* Standard syntax */
	padding: 4px;
	margin-top: -5px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget p,
.widget ul {
	padding: 0 10px;
}

.widget ul li {
	text-size: 14px!important;
}

.widget ul li .post-date {
	color: #999999;
	padding-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.enews p {
	padding: 0!important;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.enews {
	width: 390px;
	border-right: 1px solid #c9c8c8;
}

.enews p {
	font-size: 17px;
	line-height: 1.2em;
	margin-bottom: 0;
	width: 130px;
	float: left;
}

.enews input[type="submit"] {
	background: url(images/go-circle.png) no-repeat left;
	color: #f47735;
	margin: 0;
	padding: 3px 6px;
	font-weight: bold;
	width: 36px;
	height: 36px;
}

.enews input[type="text"] {
	width: 210px;
	color: #c9c8c8;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Testimonials Widget
--------------------------------------------- */

.testimonials-widget-testimonials .entry {
	padding: 15px 15px 0;
}

.testimonials-widget blockquote {
	width: 100%;
	font-size: 14px;
	color: #636363;
	background: -webkit-linear-gradient( #fff , #e2e2ee); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #fff , #e2e2ee); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient( #fff , #e2e2ee); /* For Firefox 3.6 to 15 */
  	background: linear-gradient( #fff , #e2e2ee); /* Standard syntax */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c9c8c8;
	margin: 0;
	padding: 10px 10px 5px 10px;
}
.widget .testimonials-widget-testimonial div.credit {
	text-align: left;
	font-size: 11px;
	color: #636363;
	font-style: italic;
	margin: 0;
	padding: 20px 30px 5px 20px;
	background: url(images/orange-bubble-arrow.png) no-repeat left top;
}

/* ## Advanced Recent Post Widget
--------------------------------------------- */

.advanced_recent_posts_widget .post-title,
.advanced_recent_posts_widget {
	font-size: 14px!important;
	font-weight: normal!important;
	padding: 0 15px 0 0;
}

.advanced_recent_posts_widget p {
	padding: 0 15px 0 0;
}

.textwidget {
	padding: 0 15px 0 10px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {	
	width: 980px;
	height: 162px;
	margin: 0 auto;
}

.site-header .wrap {	
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 236px;
}

.header-full-width .title-area {
	width: 236px;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/music-memory-logo.png) no-repeat top left;
	float: left;
	min-height: 250px;
	width: 250px;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header-top {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	color: #565979;
}

.site-header-bottom {
	width: 980px;
	height: 95px;
	margin: 0 auto;
}

.site-header-top .widget-area,
.site-header-bottom .widget-area {
	padding: 5px 22px;
	float: right;
	width: 744px;
}

.site-header-top .widget-area .widget,
.site-header-bottom .widget-area .widget {
	float: left;
	margin-top: 15px;
}

.site-header-bottom .cta-button {
	width: 159px;
	height: 58px;
	text-align: left;
	color: #fff;
	float: left;
	padding: 28px 0 0 10px;
	margin: 0 15px 0 0;
	font-size: 18px;
	font-weight: bold;
}

.site-header-bottom .cta-button-last {
	width: 177px;
	height: 58px;
	text-align: left;
	color: #fff;
	float: left;
	padding: 13px 0 0 10px;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}

.site-header-bottom .cta-button-last span {
	font-weight: normal;
	font-size: 15px;
}

.site-header-bottom .textwidget {
	padding: 0;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #959595;
	display: block;
	padding: 15px 20px;	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f47735;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #383b5b;
	border-bottom: 1px solid #696b84;
	font-size: 14px;
	padding: 15px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {	
	width: 744px;
	float: left;
}

.nav-primary li {
	margin: 0!important;
}

.nav-primary .genesis-nav-menu a {
	font-size: 17px;
	color: #959595;
	font-weight: bold;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .menu-item a {
	border-left: 1px solid #c8c7c7;
	padding: 8px 9px 13px;
}

.nav-primary .genesis-nav-menu .first-menu-item a {
	border-left: none;
	padding-left: 15px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	border-left: none;
	border-bottom: 1px solid #696b84;
	padding: 10px 20px;
}

.nav-primary .genesis-nav-menu li:hover a,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	background: url("images/orange-arrow.png") no-repeat center bottom; 
}

.nav-primary .genesis-nav-menu .sub-menu li a{
	border-bottom: 1px solid #696b84;
	background: #383b5b;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	border-bottom: 1px solid #696b84;
	background: #565979;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	height: 80px;
	float: right;
	padding-right: 35px;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 13px;
	color: #565979;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	padding: 15px 5px;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu .sub-menu li {
	background-color: #ffffff;
	border-bottom: 1px solid #696b84;
	border-left: 1px solid #696b84;
	border-right: 1px solid #696b84;
	font-size: 14px;
	padding: 0;
	position: relative;
	width: 150px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #565979;
	background-color: #ffffff;
	width: 150px;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f47735;
}

.nav-secondary .genesis-nav-menu .sub-menu li.country {
	padding-left: 5px;
}

.nav-secondary .genesis-nav-menu .sub-menu li.country a {
	padding-left: 20px!important;
}

.nav-secondary .genesis-nav-menu .sub-menu li.us a {
	background: url("images/flags/16/United-States.png") no-repeat left center;
}

.nav-secondary .genesis-nav-menu .sub-menu li.au a {
	background: url("images/flags/16/Australia.png") no-repeat left center;
}

.nav-secondary .genesis-nav-menu .sub-menu li.nl a {
	background: url("images/flags/16/Netherlands.png") no-repeat left center;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.layersider_1 {
	margin-top: -5px;
}

.entry {
	padding: 25px 30px 20px;
}

.content .entry {
	
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-image: url(images/orange-bullet.png);
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #c9c8c8;
	border-top: 1px solid #c9c8c8;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-top: 24px;
	text-transform: uppercase;
	border-bottom: none;
	border-top: none;
}

.entry-footer .entry-meta a {
	text-decoration: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-time {
	width: 48%;
	float: left;
	padding: 0 0 5px 25px;
	text-align: left;
}

.entry-author {
	width: 48%;
	float: right;
	padding: 0 25px 5px 0;
	text-align: right;
}

.entry-author::before { 
	content:"Posted by: ";
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 55px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
}

.sidebar li {
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 25px;
}

.widget_categories li,
.widget_archive li {
	color: #f37430;
}

.widget_categories li a:hover,
.widget_archive li a:hover {
	color: #333;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
	background: #fff;
	width: 980px;
	margin: 0 auto;	
}

.footer-widgets {
	clear: both;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 685px;	
	margin: 15px 0 15px 25px;
	padding: 15px 20px 0 0;
	float: left;
	border-top: 1px solid #c9c8c8;
}

.footer-widgets-1 .widget ul {
	padding: 0 15px 0 0;
}

.footer-widgets-2 {
	width: 235px;
	float: left;
	margin: 15px 15px 15px 0;
	padding: 15px 0 0 0px;
	border-top: 1px solid #c9c8c8;
}

.footer-widgets-2 .widget_text {
	border-left: 1px solid #c9c8c8;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: -webkit-linear-gradient( #e2e2ee , #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #e2e2ee , #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient( #e2e2ee , #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient( #e2e2ee , #fff); /* Standard syntax */
	width: 980px;
	height: 95px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
	padding: 0;
}

.site-footer p {
	margin-bottom: 0;
}

.gototop {
	width: 625px;
	margin: 15px 0 15px 55px;
	float: left;
	text-align: left;
}

.gototop img {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}

.gototop p {
	padding: 0;
	line-height: 32px;
}

.gototop a {
	color: #565979;
	font-weight: bold;
	text-decoration: none;
}

.creds {
	color: #565979;
	font-size: 12px;
	font-weight: bold;	
	width: 265px;
	margin: 15px 15px 15px 15px;
	padding-top: 8px;
	float: left;
	text-align: left;
}
.irs-info {
	color: #565979;
	font-size: 12px;
	font-weight: bold;	
	width: 100%;
	margin: 0px 15px 15px 15px;
	padding-top: 8px;
	float: left;
	text-align: center;
}

section#banner-13 {
  	padding-bottom: 0px;
 	margin-bottom: 0px;
}

.widget-area.header-widget-area {
    float: right;
    height: 40px;
    position: relative;
    top: 35px;
    right: -292px;
}
.site-header-top .search-form {    
    width: 295px;
    margin: 0 0 0 15px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:768px) {
	body.custom-background {
		background-image: url('images/header-bg-resp.png')!important;
	}
	.site-header,
	.site-header-top,
	.site-header-bottom,
	.footer-widgets .wrap,
	.site-footer,
	.wrap {
		width: 100%;
	}
	.site-header-bottom {
		height: 120px;
	}
	.nav-secondary,
	.nav-primary {
		display: none;
	}
	.header-image .site-title > a {
		min-height: 190px;
	}
	.site-inner {
		background: #fff;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 100%;
		float: left;
	}
	.footer-widgets-1,
	.gototop  {
		width: 55%;
		margin-left: 15px;
	}
	.footer-widgets-2,
	.creds {
		width: 40%;
		margin-right: 0;
	}
	#responsive-menu #responsiveSearchInput {
		border: 1px solid #c8c8c9 !important;
	}
}
@media only screen and (max-width:568px) {
	body.custom-background {
		background-image: url('images/header-bg-resp2.png')!important;
	}
	.site-header {
		height: 120px;
	}
	.header-image .site-title > a {
		background: url(images/music-memory-logo-resp.png) no-repeat top left;
		min-height: 120px;
		width: 150px;
	}
	.site-header-top {
		display: none;
	}
	.home .site-header-top {
		display: block;
		height: 130px;
	}
	.site-header-bottom {
		display: none;
	}
	.home .site-header-bottom {
		display: block;
		height: 180px;
	}
	.site-header-top .widget-area, 
	.site-header-bottom .widget-area {
		width: 100%;
		float: left;
	}
	.site-header-top .widget-area .widget, 
	.site-header-bottom .widget-area .widget {
		float: none;
	}
	.enews {
		border-right: 0 solid #fff;
	}
	.site-header-top .search-form {
		float: left;
		width: 234px;
		margin-left: 0;
	}
	.site-header-bottom .widget-area {
		margin-top: -20px;
	}
	.site-header-bottom .cta-button,
	.site-header-bottom .cta-button-last {
		margin-top: 10px;
	}
	.entry {
		padding: 25px 20px 20px;
	}
	.mobile-resp-sidebar {
		display: inline;
		width: 100%;
		height: 95px;
		margin: 0 auto;
	}
	.mobile-resp-sidebar .widget-area {
		padding: 5px 22px;
		float: left;
		width: 100%;
	}
	.mobile-resp-sidebar .widget-area .widget {
		float: left;
		margin-top: 15px;
	}
	.mobile-resp-sidebar .cta-button {
		width: 159px;
		height: 58px;
		text-align: left;
		color: #fff;
		float: left;
		padding: 28px 0 0 10px;
		margin: 10px 15px 0 0;
		font-size: 18px;
		font-weight: bold;
	}

	.mobile-resp-sidebar .cta-button-last {
		width: 177px;
		height: 58px;
		text-align: left;
		color: #fff;
		float: left;
		padding: 13px 0 0 10px;
		margin: 10px 0 0 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1em;
	}
	.mobile-resp-sidebar .cta-button-last span {
		font-weight: normal;
		font-size: 15px;
	}
	.mobile-resp-sidebar .textwidget {
		padding: 0;
	}
	.home .mobile-resp-sidebar {
		display: none;
	}
	.footer-widgets-1,
	.gototop  {
		width: 45%;
		margin-left: 15px;
	}
	.footer-widgets-2,
	.creds {
		width: 45%;
		margin-right: 0;
	}	
}
@media only screen and (max-width:425px) {
	body.custom-background {
		background-image: url('images/header-bg-resp2.png')!important;
	}
	.site-header {
		height: 120px;
	}
	.header-image .site-title > a {
		background: url(images/music-memory-logo-resp.png) no-repeat top left;
		min-height: 120px;
		width: 150px;
	}
	.home .site-header-top {
		height: 80px;
	}
	.home .site-header-bottom {
		height: 320px;
	}
	.enews {
		width: 100%;
	}
	.enews p {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	.enews p br {
		display: none;
	}
	.site-header-top .search-form,
	.site-header-top .simple-social-icons {	
		display: none;
	}
	.site-header-bottom .cta-button,
	.site-header-bottom .cta-button-last,
	.mobile-resp-sidebar .cta-button,
	.mobile-resp-sidebar .cta-button-last {
		width: 100%;
	}
	.footer-widgets-1,
	.gototop  {
		width: 90%;
		margin-left: 15px;
	}
	.footer-widgets-2,
	.creds {
		width: 90%;
		margin-left: 15px;
	}
	.footer-widgets-2 .widget_text {
		border-left: 0 solid #fff;
	}
	.footer-widgets-2 .textwidget {
		padding: 0;
	}
	.gototop {
		margin: 15px 0 0 15px;
	}	
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}