/*
	Theme Name: Matt Cutts Theme
	Theme URI: http://themeshaper.com
	Description: A responsive theme for Matt Cutts, based on the Eleven40 Genesis child theme.
	Author: The Automattic Theme Team
	Author URI: http://automattic.com/
	Version: 1.0
	Tags: black, blue, green, orange, red, white, dark, light, three-columns, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments
	Template: genesis
	Template Version: 1.8.2
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Page Title
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #2361a1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	-moz-transition: color .25s linear;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #a9d0f5;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	border: 6px solid #3e3e3a;
	margin: 20px auto;
	max-width: 1050px;
}
.wrap {
	background: #fff;
	margin: 0 auto;
	max-width: 100%;
	padding: 22px;
}
#header .wrap {
	padding-bottom: 10px;
	padding-top: 0;
}


/* Header
------------------------------------------------------------ */

#title-area {
	border-bottom: 3px double #ddd;	
}
#title {
	display: inline-block;
	font-family: 'Open Sans', arial, serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	min-height: 33px;
	margin: 0;
	padding: 0 0 24px;
	position: relative;
}

#title a {
	color: #333;
	text-decoration: none;
}
#title a:hover {
	color: #2361a1;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 60%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 265px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	display: none;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}

.menu-primary {
	border: 1px solid #ddd;
	border-width: 0 0 1px 1px;
	overflow: visible;
}
.menu-primary:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #333;
	display: block;
	font-family: 'Open Sans', arial, serif;
	padding: 10px 30px 10px 0;
	position: relative;
	text-decoration: none;
}

#header .menu a {
	color: #fff;
	padding: 20px 15px 17px;
	text-shadow: 0 2px #111;
}
.menu-primary li {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 0;
}
.menu-primary .current_page_item,
.menu-primary .current-cat,
.menu-primary .current-menu-item {
	background: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}
.menu-primary li:hover {
	background: #fff;
	-moz-transition: background .25s linear;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}
.menu-primary a {
	color: #333;
    font-size: 13px;
    letter-spacing: 0.05em;
	padding: 5px 16px;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #2361a1;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-align: left;
	text-transform: none;
	width: 138px;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: url(images/bg-pattern.png);
	border: 1px solid #333;
	border-top: none;
	color: #fff;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #2361a1;
}

#header .menu li li a:active,
#header .menu li li a:hover {
	background: url(images/bg-pattern.png);
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	background: none;
	border: none;
	float: right;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #2361a1;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
}

#inner .wrap {
	margin: 0 auto;
	overflow: hidden;
}


/* Page Title
------------------------------------------------------------ */

.page-title {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'Lora', serif;
	font-size: 30px;
	line-height: 1.0;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
}

.page-title p {
	font-size: inherit;
	line-height: 1.0;
	margin: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 90.476190476%; /*950px;*/
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	padding: 0 2.5% 30px 0;
	width: 69.879518072%; /*580px;*/
}

.content-sidebar #content,
.sidebar-content #content {
	max-width: 77.142857142%;/*810px;*/
}

.content-sidebar #content {
	border-left: none;
}

.content-sidebar-sidebar #content {
	border-left: none;
	padding: 25px 39px 30px 0;
	width: 620px;
}

.sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
}

.sidebar-sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
	width: 620px;
}

.full-width-content #content {
	border: none;
	padding: 25px 0;
	width: 1140px;
}

.post {
	margin: 0 0 40px;
	position: relative;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	font-size: 15px;
	line-height: 1.625;
	margin: 0 0 25px;
}
.genesis-grid .entry-content p {
	font-size: 14px;
	line-height: 1.725;
}
blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* 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: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', arial, serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Open Sans', arial, serif;
}

h2 a:hover {
	color: #2361a1;
	text-decoration: none;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	font-size: 20px;
	line-height: 1.3;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h2,
h2 a,
h2 a:visited,
h1.entry-title {
	font-size: 28px;
}
#comments h3 {
	display: none;
	font-size: 20px;
}
.after-post h4 {
	color: #aaa;
	margin: 0 0 15px;
}

.taxonomy-description h1 {
	font-size: 14px;
	text-transform: uppercase;
}

.widget-area h4 {
	color: #999;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.widget-area h4 a {
	color: #999;
	text-decoration: none;
}

h5 {
	font-size: 20px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.after-post ul,
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.after-post ul li,
.archive-page ul li,
.entry-content ul li {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 5px 20px;
	padding: 0 0 0 15px;
	word-wrap: break-word;
}

.after-post ul li {
	background: url(images/list-after-post.png) no-repeat top left;
	margin: 0 0 5px 15px;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info:before {
	content: "";
	display: inline-block;
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
	width: 100%;
}
.post-info {
	color: #999;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin: 15px 0;
	font-style: italic;
	text-transform: lowercase;
}
.post-info .date,
.post-info a {
	font-style: normal;
	text-transform: uppercase;
}
.post-info .categories {
	display: block;
}
.post-info .post-edit-link {
  	border: none;
    display: block;
    margin: 8px 0;
}
.post-info a,
.post-meta a {
	color: #999;
	border-bottom: 1px dotted #ccc;
}
.post-info a:hover,
.post-meta a:hover {
	color: #666;
	text-decoration: none;
}

.post-comments {
	display: block;
	padding: 8px 0 0;
}
.post-comments a {
	color: #666;
	text-transform: uppercase;
}
.post-comments a:hover {
	text-decoration: underline;
}
.post-comments span {
	color: #666;
	font-size: 1.6363em;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-color: #ddd;
	border-style: double;
	border-width: 1px 0 0 0;
	clear: both;
	color: #999;
	font-style: italic;
	letter-spacing: 0.08em;
	font-size: 10px;
	padding: 5px 0 0;
}
.post-meta a {
	font-style: normal;
	text-transform: uppercase;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* After Post
------------------------------------------------------------ */

.after-post {
	background: url(images/bg-pattern.png);
	border: double #ddd;
	clear: both;
	color: #fff;
	margin: 30px 0;
	padding: 25px;
	overflow: hidden;
	text-shadow: 0 1px #111;
}

.after-post p {
	color: #fff;
}

.after-post form {
	background: url(images/arrow.png) no-repeat 40px 0;
	display: block;
	padding: 10px 0 10px 120px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background: none;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 50%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #444;
	border: none;
	color: #fff;
	font-family: 'Open Sans', arial, serif;
	font-size: 14px;
	padding: 5px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #2361a1;
	border: none;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	width: 25.5%;/*250px;*/
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

#sidebar .widget,
#sidebar-alt,
.sidebar .widget {
	margin: 0 0 40px;
}

.sidebar.widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}
.sidebar input {
	font-size: 12px;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
    background: #eee;
    border-color: #ccc #999 #999 #CCC;
    border-right: 3px double #999;
    border-style: double;
    border-width: 3px;
    color: #111;
    cursor: pointer;
    font-weight: bold;
    padding: 7px;
    overflow: visible;
    width: auto !important;
}

input:hover[type="button"],
input:hover[type="submit"] {
	color: #2361a1;
	text-decoration: none;
	-moz-transition: color .25s linear;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.s {
	margin: 0 -7px 0 0;
	padding: 9px 8px;
	width: 65%;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 9px 8px;
	width: 70%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}



/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
}

#footer .wrap {
    border-top: 1px solid #ddd;
    color: #555;
    font-size: 11px;
    overflow: hidden;
    padding: 10px 30px;
    text-transform: uppercase;
}
}

#footer p {
	font-size: inherit;
}

#footer a:hover {
	color: #555;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 30%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 65%;
}


/* Comments
------------------------------------------------------------ */

h3#reply-title {
	font-size: 20px;
}
.logged-in-as {
	font-size: 12px;
}
#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
    display: inline-block;
    font-size: 12px;
    margin: 0 20px 5px;
}

.commentmetadata,
.commentmetadata a {
	color: #888;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor,
.comment-list li.bypostauthor {
	background: #e7f8fb;
	border-width: 1px 0;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1076px) {
	#wrap {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 800px) {
	#content,
	.sidebar,
	.content-sidebar #content, 
	.sidebar-content #content,
	.content-sidebar #content, 
	.sidebar-content #content {
		border: none;
		float: none;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 735px) {
	.menu li.right,
	#footer .gototop {
		display: none;
	}
	.menu-primary {
		border-width: 1px 0 1px 0;
		padding: 10px 0;
	}
	.menu-primary li {
		background: none;
		border: none;
		float: none;
	}
	.menu-primary li a {
		text-align: center;
	}
	.genesis-grid-even, .genesis-grid-odd {
		float: none;
	    width: 100%;
	}
	#footer .creds {
	    float: none;
	    text-align: center;
	    width: 100%;
	}
}





