/*
Theme Name: Junk Science
Theme URI: http://wordpress.org/themes/junkscience
Author: the WordPress team
Author URI: http://wordpress.org/
Description: Custom-tailored website for Junk Science.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: junkscience
*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.date-separator {
	font-size: 17px;
	color: #fff;
	background: #000;
	display: table;
	padding: 6px 9px;
	margin-bottom: 6px;
	font-weight: bold;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#goads {
	max-width: 336px;
	width: 100%;
	margin: 0 auto;
}

#goads-loop {
	max-width: 728px;
	width: 100%;
	margin: 1em 0 3em 0;
	text-align: center;
}

.hentry.sticky {
	background: #cde6fb;
	margin: 0 0 1em;
	padding: 1em 1em 0.5em 1em;
	position: relative;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sticky .entry-title a {
	color: #dd0000;
}
.sticky .entry-title a:hover {
	color: #fff;
	background: #ff0000;
}
.category-red a {
	color: #ff0000;
}
.category-red a:hover {
	color: #fff;
	background-color: #ff0000;
}
.MyDiv {
	max-width: 1152px;
	margin: 0 auto;
}
.home img.aligncenter {
	margin-bottom: 1.3em;
	margin-top: 1em;
}
#menu input#s {
	background-color: transparent;
	background-image: url("images/search-invert.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	border: 1px solid transparent;
	cursor: pointer;
	height: 30px;
	margin: 3px 0;
	padding: 0 0 0 30px;
	transition: width 400ms ease 0s, background 400ms ease 0s;
	width: 1px;
	border-radius: 2px;
	box-shadow: none;
}
#menu #searchform {
	top: 6px;
	float:right;
	position: relative;
}
.site-navigation .search-field {
	background-color: transparent;
	background-image: url("images/search-invert.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: medium none;
	cursor: pointer;
	height: 30px;
	margin: 3px 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: width 400ms ease 0s, background 400ms ease 0s;
	width: 1px;
	border-radius: 3px;
}
#menu #s:focus {
	background-color: #fff;
	border: 1px solid #666;
	cursor: text;
	outline: 0;
	width: 144px;
	max-width: 144px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	color: #000;
	background-image: url(images/search-icon.png);
	font-size: 15px;
}
input[type="search"]:focus {
	background-color: #FFF;
	-webkit-transition-duration: 300ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#menu #submit:active {
	background-color: #000 !important;
	border: 1px solid #666;
	cursor: text;
	outline: 0;
	width: 144px;
	max-width: 144px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	color: #000;
	background-image: url(images/search-icon.png);
	font-size: 15px;
}











table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
.nada {
	display: none;
}
nav {
	display: block;
}
.latest {
	font-size: 33px;
	line-height: 1em;
	margin: 0 0 1em 0;
}
.latest hr {
	background-color: #000;
	float: right;
	margin: 18px 0 0;
	width: 79%;
}
.menu-main-menu-container {
	margin: 0 auto;
	max-width: 1152px;
	width: 100%;
}
.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

/* Global */
body {
	background: #FFF;
	padding: 0;
	margin: 0 auto;
	text-rendering: optimizeLegibility;
}
html, body {
	height: 100%;
}
body, input, textarea {
	color: #000000;
	font: 14px Georgia, Garamond, Times, serif;
	font-weight: 400;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
}

/* Structure */
#page {
	margin: 0 auto -80px auto;
	width: 100%;
	background: #fff;
	height: auto !important;
	min-height: 100%;
	position: relative;
	padding: 0;
}
#branding hgroup {
	max-width: 1152px;
	width: 100%;
	margin: 0 auto;
}
#primary {
	float: left;
	margin: 0 -36.9% 4em 0;
	width: 100%;
}
#content {
	margin: 0 36.9% 0 0;
}
#secondary {
	float: right;
	margin-right:0;
	width: 29.6%;
	margin-top: 21px;
}

/* Singular */
.singular #primary {
	margin: 0 -35.75% 0 0;;
}
.singular #content {
	margin: 0 35.75% 0 0;
	position: relative;
	width: 66%;
}
.left-sidebar.singular #content {
	margin: 0 0 0 36.9%;
	position: relative;
	width: 63.1%;
}
.singular .entry-header,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}
.singular .entry-content {
	margin: .5em auto;
	width: 100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0;
	width: auto;
}
.error404 .entry-title {
	font-size: 27px;
	font-weight: normal;
	line-height: 1.5em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.3em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.3em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
.thumb .alignnone {
	display: block;
	float: none;
	margin: 0 0 1em 0;
}
.thumb .alignleft {
	display: block;
	float: left;
	margin: 0 1em .2em 0 !important;
	max-width: 50%;
}
.excerpt {
	margin: 0 0 1em 0;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 21px 0 4em -36.9%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 0 0 36.9%;
	position: relative;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 29.6%;
}

/* One column */
.one-column #primary {
	width: 100%;
}
.one-column #page {
	width: 100%;
}
.one-column #content {
	margin:0;
	width: 100%;
}
.one-column #nav-below {
}
.one-column #secondary {
	float: none;
	margin: 0 3.3%;
	width: auto;
}

/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}

/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}

/* Headings */
h1,h2,h3,h5,h6 {
	clear: both;
}
h4 {
	clear: both;
	font-size: 18px;
	background-color: #333;
	color: #fff;
	padding: 6px;
	display: table;
	margin: 0 0 12px 0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: -.2em 0 1em 3em;
	list-style: none;
}
blockquote ul, blockquote ol {
	margin: .15em 0 1em 2em;
}
.entry-content li {
	margin: 0 0 .8em -1em;
	padding: 0 0 0 .5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: normal;
	text-align: left;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p cite {
	text-transform: uppercase;
	letter-spacing: .1em;
	float: right;
	text-align: right;
	margin-bottom: 1em;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: "";
}
.single .format-quote blockquote:after {
	content: "”";
	font-size: 180px;
	line-height: 0;
	margin: -.16em 0 0 0;
	float: right;
	margin-top: 0.2em;
	position: absolute;
	right: -0.04em;
	color: #AAA;
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	font-style:normal;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .3em 3em;
	overflow: hidden;
}
blockquote em, blockquote i {
	font-style: italics;
}
blockquote cite {
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: transparent;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #f5f5f5;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #0060ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
#colophon a:hover,
#main a:hover {
	transition: background 0.1s ease-out 0s;
	transition: 0.1s ease-out 0s;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #0060ff;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 3.3%;
}

/* Admin Bar */
#wpadminbar {
	min-height: 32px;
}
.admin-bar .fixed-nav {
	top: 32px;
}
img#wpstats {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

/* Header */
#goo-banner {
	display: inline;
	float: right;
	max-width: 728px;
	position: relative;
	top: 72px;
	width: 100%;
}
#branding {
	position: relative;
	z-index: 1;
	padding: 0 3.3%;
}
#site-title {
	position: relative;
	display: inline-block;
	margin-top: 6.5em;
}
#site-title a {
	color: #0060ff;
	font-size: 39px;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #ff0000;
}
#site-description {
	color: #666;
	font-size: 25px;
	margin: .3em 0;
	display: table;
}
#branding img {
	height: auto;
	width: 100%;
	display: inline-block;
	margin: 0;
	max-width: 1060px;
	clear: both;
	font-size: 12px;
	position: relative;
	z-index: 1;
	margin: 3.5em auto;
	display: none;
}

/* Menu */
#access {
	background: #000;
	x-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 4px 0;
	x-moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 4px 0;
	xbox-shadow: rgba(0, 0, 0, 0.6) 0px 3px 4px 0;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 48px;
	padding:0 3.3%;
}
#access ul {
	list-style: none;
	margin: 0 0 0 -1em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access li a {
	text-transform: uppercase;
	letter-spacing: .15em;
}
#access a {
	color: #fff;
	display: block;
	line-height: 48px;
	padding: 0 1em;
	text-decoration: none;
	font-size: 17px;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: ;
	z-index: 9;
	text-align: left;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f5f5f5;
	background: -moz-linear-gradient(#f1f1f1, #dedede);
	background: -o-linear-gradient(#f1f1f1, #dedede);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#dedede));
	background: -webkit-linear-gradient(#f1f1f1, #dedede);
	border-bottom: 1px solid #AAA;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	line-height: 1.6em;
	padding: 9px 1em;
	width: 168px;
	text-transform: none;
	letter-spacing: 0;
}
#access ul ul :hover > a,
#access a:focus {
	background: ;
	color: #0060ff;
}
#access li:hover > a,
#access a:focus {
	background: #f5f5f5;
	color: #0060ff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
}
#access div {
}
.site-header {
}
.fixed-nav {
	position: fixed;
	top: 0;
	margin: 0 auto !important;
	z-index: 9;
}
.site-navigation {
	position: fixed;
	z-index:9;
}
.primary-navigation {
	box-sizing: border-box;
}

/* Content */
#main {
	clear: both;
	padding: 0;
	max-width: 1152px;
	margin: 1em auto -1em auto;
	padding: 0 3.3%;
}
.page-title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.1em;
	margin: 0 0 1em;
	text-transform: uppercase;
	background-color: #333;
	padding: 6px;
	display: table;
}
.page-title a,
.search .page-title {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0;
	padding: 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.subtitle {
	clear: both;
	color: #000;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.33em;
	margin-top: 3px;
}
.entry-title,
.search .entry-title,
.singular .entry-title {
	clear: both;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
}
.search .subtitle,
.singular .subtitle,
.paged .subtitle {
	font-size: 24px;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ff0000;
}
.entry-meta {
	color: #000000;
	clear: both;
	font-size: 16px;
	line-height: 1.5em;
}
.entry-meta a {
	font-weight: normal;
}
footer.entry-meta {
	clear: both;
	color: #000000;
	font-size: 12px;
	line-height: 1.1em;
	padding: 0;
}
.single-author .entry-meta .by-author {
	text-transform: uppercase;
	letter-spacing: .1em;
}
.entry-content,
.entry-summary {
	padding: 0;
	margin: 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0;
	font-style:normal;
	font-size:1.2em;
	line-height:1em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 96px;
}
.entry-content input#s {
	background: url(images/search.png) no-repeat 6px 7px;
	background-color: #dedede;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color: #777;
	font-size: 15px;
	height: 22px;
	line-height: 1.3em;
	padding: 4px 10px 4px 28px;
	color: #222;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: normal;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background:#ff0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	border:1px solid #333;
	padding: 1px 5px;
	display:inline;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 10px;
	line-height: 1em;
	margin: 0 0 0 6px;
	float: none;
	position: relative;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #0060ff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
.entry-content img {
	margin-bottom: .6em;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright {
	margin-bottom: .6em;
	margin-top: 0;
}
img.aligncenter {
	margin-bottom: 1em;
	margin-top: 1em;
}
p img {
	margin-top: 0.4em;
}
.wp-caption {
	background: #f9f9f9;
	max-width: 96%;
	padding: 8px 10px 9px 8px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: .9em;
	margin-top: .4em;
}
.wp-caption img {
	display: block;
	margin: 0;
	max-width: 100%;
	border-color: #999;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #000;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 15px;
	text-align: left;
}
.gallery-caption {
	line-height: 1.3em;
	margin: 0 0 1em 6% !important;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.3em;
	padding: 9px 0 0 3px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
}

/* Image borders */
#grid img,
.search #content a img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border: 1px solid #666;
	max-width: 100%;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.search #content a img,
.paged .entry-content img,
.category .entry-content img,
.search .entry-content img,
.archive .entry-content img,
.tag .entry-content img {
	max-width: 300px;
}
.search #content a img {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content .gallery .gallery-icon img {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	height: auto;
	max-width: 98.5%;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
	background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
}

.comments-link {
	margin: 0;
}

.comments-link a:after {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
	content: "";
	content: '\f300';
	margin-right: 2px;
	position: relative;
	top: -1px;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0 10px;
}

/* Comments link */
.leave-reply {
	font-weight: normal;
	display: none;
}
.leave-reply a:hover,
.leave-reply a:focus,
.leave-reply a:active {
	text-decoration: underline;
}
.entry-header .comments-link .leave-reply {
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #0060ff;
	color: #fff;
	color: rgba(255,255,255,0.8);
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1em;
	text-transform: none;
}
.entry-header hgroup .entry-title {
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 0 0 1em 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
}

/* Aside */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}

/* Link */
.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.format-link a {
	font-weight: bold;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 0;
}

/* Gallery */
.singular.single-format-gallery #content {
	width: 100%;
}
.singular.single-format-gallery #secondary {
	display: none;
}
.format-gallery .entry-content {
	padding: 0;
	text-align: left;
}
.format-gallery .entry-content img {
	margin-bottom: 0.33em;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #666;
}
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: 0 1em 0 0;
	max-width: 100%;
}
.gallery .gallery-item {
	float: left;
	list-style: outside none none;
	margin: 0 0 1em 0;
	overflow: hidden;
	text-align: left;
}
.gallery-columns-2 .gallery-item {
	width: 47%;
}
.gallery-columns-3 .gallery-item {
	width: 30%;
}
dl.gallery-item {
	margin: 0;
	text-align: left;
}
#content .gallery {
	margin: 0 auto;
	padding: 0;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Status */
.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}

/* Quote */
.format-quote blockquote {
	color: #000;
	margin: 0 0 1.5em 0;
}
.format-quote .quote-excerpt {
	border: 1px solid #999;
	background: #f1f1f1;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.5em;
	padding: 1em 1.5em 0.3em;
}
.format-quote .quote-excerpt p {
	margin-bottom: 0.8em;
}
.format-quote .entry-header .entry-meta {
	display: none;
}
.format-quote .quote-excerpt .blockspace {
	display: block;
	float: left;
	height: 2.5em;
	width: 2.1em;
}
.format-quote .quote-excerpt:before {
	color: #000;
	content: "“";
	font-size: 180px;
	font-weight: 300;
	left: -9px;
	line-height: 0.7em;
	position: absolute;
}
.format-quote .entry-content blockquote p:last-child {
	margin: 0 0 1em !important;
}
.format-quote blockquote cite,
blockquote cite {
	margin:12px 12px .9em 6px;
	padding:0;
	border:none;
	color:#000;
}
.format-quote blockquote span {
	display: block;
	float: left;
	width: 2.1em;
	height: 2.5em;
}
.single .format-quote .entry-content blockquote p:first-child {
	position: relative;
}
.single .format-quote .entry-content blockquote p {
	position: relative;
	z-index: 100;
}
.single .format-quote blockquote:before {
	content: "“";
	font-size: 180px;
	font-weight: 300;
	left: -9px;
	line-height: .7em;
	position: absolute;
	color: #AAA;
}
.single .format-quote .entry-content blockquote p:last-child {
	margin: 0 !important;
}
.singular .format-quote .entry-content {
	margin: .9em auto;
}
.singular .format-quote .entry-header .entry-meta {
	display: none;
}

/* Image */
.indexed.format-image .entry-header {
}
.indexed.format-image .entry-content {
	padding-top: 0;
}
.indexed.format-image .entry-content p {
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: ;
	margin:;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
}
.indexed.format-image div.entry-meta {
}
.indexed.format-image div.entry-meta + div.entry-meta {
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
}
.indexed.format-image footer.entry-meta a {
}
.indexed.format-image footer.entry-meta a:hover {
}
#content .indexed.format-image img {
	border: 1px solid #666;
	max-width: 100%;
	padding: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.indexed.format-image .wp-caption {
	margin-bottom: 1em;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #000;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #000;
}
#content .indexed.format-image a:hover img {
	opacity:;
	border:1px solid #000;
}
.format-image .entry-content {
	margin: .9em auto 1em auto;
}

/* Attachments */
.entry-attachment {
	margin: 1em 0 0;
}
.attachment #content {
	width: 100%;
}
.image-attachment div.attachment {
	border: 1px solid #999;
	margin: ;
	overflow: hidden;
	padding: ;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-width: 1px 0;
	border-width: 0;
}
.image-attachment div.attachment img {
	display: ;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #000;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #999;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 0 0 1em;
	text-transform: uppercase;
}

/* Media */
audio,
video {
	display: inline-block;
	max-width: 100%;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
embed,
iframe,
object {
	max-width: 966px;
	width: 100%;
	margin: 1em 0;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Navigation */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 2em 0;
}
#content nav a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1em;
	padding: 3px;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	clear: both;
	float: right;
	font-size: 15px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100.5%;
	z-index: 1
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}

/* Widgets */
.widget.widget_text {
	margin-bottom: 3em;
}
.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2em;
}
.widget-title {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 3px;
}
.widget ul {
	font-size: 13px;
	margin: 0;
	list-style: none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #000;
	font-size: 13px;
	margin-bottom: 6px;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* Recent Comments */
.widget_recent_comments {
	-moz-hyphens: auto;
	clear: both;
	word-wrap: break-word;
	background: #f1f1f1;
	padding: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #999;
}

/* Jetpack Subscription Widget */
.jetpack_subscription_widget .widget-title {
	margin: 0 0 3px 0;
	padding: 0;
}
.jetpack_subscription_widget p {
	margin-bottom: 6px;
	clear:both;
	text-align: left;
	padding: 0;
}
.jetpack_subscription_widget input[type="text"],
.jetpack_subscription_widget textarea {
	float: right;
}
.jetpack_subscription_widget input[type="email"] {
	color: #000;
	font: 300 12px/18px Georgia,Times,serif;
	margin: 0 0 9px 0;
	float: left;
	width: 168px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	height: 27px;
	padding: 0 6px !important;
	background: #f1f1f1;
	border: 1px solid #999;
	box-shadow: none;
}
.jetpack_subscription_widget input[type="email"]:focus {
	background-color: #f9f9f9;
	border: 1px solid #999;
	-webkit-transition-duration: 300ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	color: #000;
}
.jetpack_subscription_widget input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	color: #666;
	background-color: #f1f1f1;
	border: 1px solid #999;
	box-shadow: none;
	font-size: 9px;
}
.jetpack_subscription_widget input[type="submit"]:hover {
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	color: #000;
}

/* Search Form Widget */
input#searchsubmit {
	display: none;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_junkscience_ephemera ol {
	list-style: disc;
	margin: 5px 0 0;
}
.widget_junkscience_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
}
.widget_junkscience_ephemera .comments-link a,
.widget_junkscience_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_junkscience_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Tag Cloud */
.BigCloud,
.widget_tag_cloud {
	-moz-hyphens: auto;
	background: #f5f5f5;
	background: -moz-linear-gradient(#f1f1f1, #dedede);
	background: -o-linear-gradient(#f1f1f1, #dedede);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#dedede));
	background: -webkit-linear-gradient(#f1f1f1, #dedede);
	border: 1px solid #999;
	clear: both;
	word-wrap: break-word;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:12px 15px;
	margin: .8em 0 4em 0;
}
.widget_tag_cloud h3,
.widget_tag_cloud h2 {
	display:none;
}
.BigCloud a,
.widget_tag_cloud a {
	color:#000;
}
.BigCloud a:hover,
.widget_tag_cloud a:hover {
	background-color:#0060ff;
	color:#FFF;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
#calendar_wrap {
	width: 100%;
	display: table;
}
.widget_calendar th,
.widget_calendar tfoot {
	font-weight: normal;
}
.widget_calendar a {
	color: #0060ff;
}
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 6px;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	color: #ff0000;
}
.widget_calendar tbody td {
	background-color: transparent;
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.widget_calendar #wp-calendar tbody {
	margin: 1em;
}
.widget_calendar table, .widget_calendar td {
	border: 0 none;
	border-collapse: separate;
}
.widget_calendar #wp-calendar {
	color: #000;
	width: 100%;
	max-width: 340px;
	text-align: center;
	float: left;
}
.widget_calendar #wp-calendar td {
	text-align: center;
	font-size: 15px;
}
.widget_calendar #wp-calendar th {
	background: #f1f1f1;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	color: #000;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f1f1f1;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#wp-calendar caption {
	margin: 0;
	letter-spacing: 3px;
	padding: 3px 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 16px;
}
#prev {
	padding: 0 0 0 12px;
	text-align: left !important;
}
#next {
	padding: 0 12px 0 0;
	text-align: right !important;
}
#wp-calendar #today a {
	color: #ff0000;
}

/* Categories */
.widget_categories {
	-moz-hyphens: auto;
	clear: both;
	word-wrap: break-word;
}

/* Contact Form */
.contact-form label,
.contact-form input {
	margin-bottom: 3px;
	float: none;
	font-weight: normal !important;
	display: block;
	font-size: 15px;
}
.contact-form input {
	font-size: 12px;
	padding: 3px 5px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	background: #f5f5f5;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
}
.contact-form input[type='radio'],
.contact-form input[type='checkbox'],
.contact-form input[type="text"],
.contact-form input[type="email"] {
	float: none;
	margin-bottom: 12px !important;
	color: #000!important;
	background: #dedede;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 6px;
	max-width: 200px !important;
	height: 21px;
}
.contact-form textarea {
	background: #dedede;
	border: 1px solid #999;
	color: #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px;
	font-size: 15px;
	width: 94% !important;
	float: none;
	margin-bottom: 12px!important;
	height: 180px !important;
}
.contact-form label span {
	color: #FFF!important;
	margin-left: 4px;
	font-weight: normal;
	display: none!important;
}
.contact-form select {
	margin-bottom: 12px !important;
}

/* Comments */
.entry-meta .comments a:hover,
.entry-meta .comments a:active,
.entry-meta .comments a:focus {
	background: transparent !important;
}
.comment-content blockquote {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0 0 0 2.5em;
}
.comment-content {
	font-size: 14px;
	line-height: 1.2em;
	margin: .8em 0 0 3px;
	text-align: left;
}
.comment-content h1 {
	color: #000;
	font-weight: bold;
	margin: 0;
	font-size: 1.7em;
	line-height: 1.3em;
}
#comments-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0 0 1em;
}
.nopassword,
.nocomments {
	color: #000;
	font-size: 1.2em;
	font-weight: 100;
	margin: 2em 0;
	text-align: left;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #DDD;
	background: -moz-linear-gradient(#DDD, #EEE);
	background: -o-linear-gradient(#DDD, #EEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#EEE));
	background: -webkit-linear-gradient(#DDD, #EEE);
	border: 1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.5em;
	padding: 2.8em 1em 1.5em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.5em;
	padding: 1em 1em 0 5.3em;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF url(images/pings.png) no-repeat 9px 9px;
	min-height: 70px;
	font-size: 16;
	line-height: 1.3em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 1em 0 0;
	padding: 1em 1em 1em 2em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
	margin: 19px 0 -19px 0;
}
.comment-meta .fn,
.comment-meta a {
	font-style: normal;
	margin: 0;
	padding: 0;
}
.comment-meta {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin: 6px 0 0 5.5em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.2em;
	margin: 1.7em 0 .5em 58px
}
.commentlist .children li.comment .comment-content {
	margin: 1em 0 0 -9px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	left: 15px;
	padding: 0;
	position: absolute;
	top: 15px;
	height: 66px;
	width: 66px;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 1em;
	padding: 0;
	top: 1em;
}
a.comment-reply-link {
	background: #FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #666;
	color: #000;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	line-height: 24px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #DDD;
	color: #000;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.commentlist .edit-link a {
	position: relative;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: -moz-linear-gradient(#e3a554, #fbd597);
	background: -o-linear-gradient(#e3a554, #fbd597);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3a554), to(#fbd597));
	background: -webkit-linear-gradient(#e3a554, #fbd597);
	background: #cde6fb;
	border-color: #999;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #000;
}
.bypostauthor .comment-content blockquote {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0 0 0 2.5em;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #cde6fb;
	border-color: #999;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}

/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 48px 0 6em;
	padding: 0;
	position: relative;
	width: 96.7%;
}
#respond input[type="text"],
#respond textarea {
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 6px;
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	background: #dedede;
	border: 1px solid #999;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	color: #000;
	display: inline-block;
	font-size: 15px;
	left: 0;
	min-width: 21px;
	padding: 0 0 3px;
	position: relative;
	z-index: 1;
	top: 3px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	margin: 9px 0 -6px 0;
	background: #f1f1f1;
	border: 1px solid #999;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	line-height: 1.3em;
	padding: 15px 12px 12px 18px;
	position: relative;
	width: 95%;
}
#respond textarea:focus,
#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
	background: #f5f5f5;
	border: 1px solid #666;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	display: none;
}
#respond .logged-in-as {
	font-size: 14px;
	margin: 0 0 .8em 0;
}
#respond .comment-notes {
	display: none;
}
#respond p {
	margin: 0;
	font-size: 14px;
}
.comment-subscription-form {
	margin: 84px 0 -78px 0 !important;
}
#respond .form-submit {
	float: left;
	margin: 0;
}
#respond .form-submit input,
#respond input#submit {
	background: #DDD;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin: 1em 0 2em 0;
	position: relative;
	text-decoration: none;
	border: 1px solid #999;
	display: inline-block;
	line-height: 1.42857;
	padding: 2px 5px 3px 5px;
}
#respond .form-submit input[type="submit"]:hover,
#respond input#submit:active {
	background: #f5f5f5;
	color: #000;
}
#respond #cancel-comment-reply-link {
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	color: #ff0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 15px;
	margin-left: 10px;
	padding: 4px;
	position: absolute;
	right: 24px;
	text-decoration: none;
	text-transform: none;
	top: 12px;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #FFF;
	background: #ff0000;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	display: none;
}
#respond input[type=text] {
	display: block;
	height: 18px;
	width: 75%;
	max-width: 180px;
	margin: 0 0 9px 0;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Footer */
.push {
	clear: both;
	height: 48px;
}
#colophon {
	clear: both;
	background: -moz-linear-gradient(#eee, #666);
	background: -o-linear-gradient(#eee, #666);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#666));
	background: -webkit-linear-gradient(#eee, #666);
	background: #000;
	clear: both;
	position:relative;
	width:100%;
	min-height: 48px;
	margin: 0 auto;
	padding: 0;
}
#supplementary {
	padding: 1em 3.3%;
	overflow: hidden;
	max-width: 1152px;
	margin: 1em auto 0 auto;
	color: #FFF;
}
#supplementary .widget {
	margin-bottom: 1em;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
	font-size: 15px;
	line-height: 1.3em;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	color: #fff;
	font-size: 15px;
	line-height: 1.3em;
	padding: 2em 3.3%;
	text-align: left;
	margin: 0 auto;
	max-width: 1152px;
}
#site-generator a {
	color: #fff;
	font-weight: normal;
}
#site-generator a:hover {
	color: #FFF;
	border-bottom:1px dotted #fff;
}

/* Buttons */
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #000;
	background-color: #DDD;
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	text-transform:uppercase;
	letter-spacing:.15em;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button:hover,
input[type="submit"]:hover,
.jetpack_subscription_widget input input[type="button"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	background-repeat: repeat-x;
	color: #000;
	background-color: #f5f5f5;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #000;
	background-color: #F9F9F9;
	border: none;
}


/* Search Widget */
#secondary .widget_search form .widget_search form {
	margin: 0 0 1.625em;
	float:right;
}
.widget_search form {
	margin: 9px 0 1em 0;
}
.widget_search #s {
	width: 120px;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #0000ee;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
#secondary #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 108px;
	margin: 0 0 4em 0;
}
.left-sidebar #secondary #s {
	float: left;
}
#secondary #s:focus {
	background-color: #f9f9f9;
	width: 150px;
}
#secondary #s {
	background-color: #f1f1f1;
	border-color: #999;
	color: #000000;
}
#secondary #s {
	float: right;
	transition-duration: 400ms;
	transition-property: width, background;
	transition-timing-function: ease;
}
input#s {
	background: url("images/search.png") no-repeat scroll 5px 6px #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}


/* Responsive Structure */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1059px) {
	.latest hr {
		display: none;
	}
	#menu #searchform {
		position: absolute;
		right: 24px;
	}
}

@media (max-width: 852px) {
	/* Simplify the basic layout */
	#main {
	}
#site-title {
	padding: 5em 0 0;
}
.left-sidebar #primary {
	margin: 0 0 4em -36.9%;
}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	#grid img,
	img[class*="align"],
	img[class*="wp-image-"],
	#content .gallery .gallery-icon img {
		max-width: 99.5%;
	}
	.image-attachment div.attachment img {
		max-width: 99%;
	}
	.archive.left-sidebar #primary,
	.category.left-sidebar #primary,
	.page.left-sidebar #primary,
	.paged.left-sidebar #primary,
	.search.left-sidebar #primary,
	.single.left-sidebar #primary,
	.tag.left-sidebar #primary,
	.archive.left-sidebar #content,
	.category.left-sidebar #content,
	.page.left-sidebar #content,
	.paged.left-sidebar #content,
	.search.left-sidebar #content,
	.single.left-sidebar #content,
	.tag.left-sidebar #content {
		margin: 0 !important;
		width: 100% !important;
		float: left !important;
	}
	.archive #content,
	.category #content,
	.page #content,
	.paged #content,
	.search #content,
	.single #content,
	.tag #content {
		width: 100% !important;
	}
	#main #content {
		margin: 0;
	}
	#nav-below {
	}
	#main #secondary {
		float: none;
		margin:;
		width: auto;
	}
	.wp-caption .wp-caption-text,
		.gallery-caption {
		line-height: 1.3em;
	}

	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	#respond textarea {
		width: 93.4%;
	}
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 0;
		width: auto;
	}
	.comment-meta a {
		display: inline-block;
	}
	.comment-subscription-form {
		margin: 84px 0 -78px 0 !important;
	}

	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}

	/* Mobile Menu */
	#access a {
		font-size: 18px;
		line-height: 1.5em;
		text-align: left;
		padding: 0;
		color: #000;
	}
	#access ul {
		margin: 0;
		padding: 0;
	}
	#access li:hover > a,
	#access ul ul :hover > a,
	#access a:focus {
		background: transparent;
		color: #0060ff;
		background: #f5f5f5;
	}
	#access li {
		float: none;
	}
	#access ul ul {
		display: block !important;
		position: relative;
		top: 0;
		text-align: left;
		background: transparent;
		border: none;
		font-size: 15px;
		line-height: 1.4em;
		padding: 0;
		width: auto;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color:;
	}
	#access ul ul a {
		background: transparent;
		border-bottom: none;
		margin: 0 0 0 1em;
		padding: .12em 0;
		font-size: 18px;
		line-height: 1.3em;
		border-bottom: 1px solid transparent;
		color: #000;
	}
	#access li a {
		line-height: 1.3em;
		text-transform: none;
		letter-spacing: 0;
		margin: 0 0 0 -6px;
		padding: 6px;
	}
	ul li .sub-menu a {
	}
	.site-navigation ul ul,
		ul ul .sub-menu {
	}
	.fixed-nav,
	.site-navigation {
		position: absolute !important;
	}
	#menu input#s {
		background-image: url("images/search-icon.png");
	}

	/* Toggle Button */
	#toggle {
		display: block;
		width: 30px;
		height: 30px;
		margin: 21px 0 0 5px !important;
		float: left;
		border: none;
		padding: 0 !important;
	}
	#toggle span:after,
	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -8px;
	}
	#toggle span:after {
		top: 8px;
	}
	#toggle span {
		position: relative;
		display: block;
	}
	#toggle span,
	#toggle span:after,
	#toggle span:before {
		width: 100%;
		height: 4px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		border-radius: 3px;
	}
	#toggle:focus {
		background: transparent !important;
	}

	/* on activation */
	#toggle.on span {
		background: transparent;
	}
	#toggle.on span:before {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-ms-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
		-webkit-transform: rotate(-45deg) translate(6px, -7px);
		-ms-transform: rotate(-45deg) translate(6px, -7px);
		transform: rotate(-45deg) translate(6px, -7px);
	}
	#toggle.on + #menu {
		opacity: 1;
		margin: 47px 0 0 3.3%;
	}

	/* menu appearance*/
	#menu {
		background: #f5f5f5;
		border-radius: 3px;
		display: inline-block;
		-moz-border-radius: 2px;
		border-radius: 2px;
		float: left;
		margin: -9999px 0 0;
		opacity: 0;
		padding: 1em 9px 1em .9em;
		position: absolute;
		text-align: left;
		left: 0;
		text-align: left;
		transition: opacity .3s;
		-webkit-transition: opacity .3s;
		width: 240px !important;
		z-index: 999;
		border: 1px solid #999;
	}
	#menu:after {
		display: none;
	}
	#menu:before {
	}
	.site-navigation a {
		color: #000;
	}
	ul,
	li,
	li a {
	}
	li a {
		text-decoration: none;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	li a:hover,
	li a:focus {
	}
	.widget-title,
		.widget_calendar #wp-calendar caption {
		text-align: left;
	}
	#secondary #s {
		float: left;
	}
	.sameHeights {
		width: 47%;
	}
	#grid li {
		width: 100%;
		margin-bottom: 30px;
	}
	#grid .placeholder {
		width: 50%;
	}
}

@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 17px
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 4em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 18px;
	}
	#access ul {
		font-size: 12px;
	}
	.subtitle {
		font-size: 18px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
	}
	blockquote.pull {
		font-size: 17px;
	}

	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	img.alignleft,
	img.alignright,
	img.aligncenter {
		margin-bottom: 1em;
	}
	.wp-caption {
		margin-bottom: 1em;
		max-width: 93.4%;
	}
	ul, ol {
		margin: -0.5em 0 1em 2em;
	}

	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 0;
	}
	.singular.page .hentry {
		padding: 0;
	}
	.singular .entry-header .entry-meta,
	.singular .entry-header .entry-format,
	.singular .entry-meta .edit-link a {
		position: static;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 98%;
		padding-right: 0%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
	#branding img {
		margin: 1em 0;
	}
	.sameHeights {
		width: 100%;
	}
	#grid li {
		width: 100%;
	}
	#grid .placeholder {
		width: 100%;
	}
	#respond,
	.singular .entry-content img,
	.paged .entry-content img,
	.category .entry-content img,
	.search .entry-content img,
	.archive .entry-content img,
	.tag .entry-content img {
		max-width: 93.4%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
}

/* Print */
@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
		.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}
}





/* Calendar Widget */
#content #wp-calendar table {
	max-width: 500px;
	width: 100%;
	margin: 3em 0;
}
#content #wp-calendar {
	color: #000;
	font-size: 15px;
}
#content #wp-calendar a {
	color: #0060ff;
}
#content #wp-calendar caption {
	color: #000;
	font-size: 16px;
	padding: 9px 0;
}
#content #wp-calendar thead th {
	font-size: 15px;
	padding: 6px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: #f9f9f9;
	text-align: center;
}
#content #wp-calendar tbody td {
	color: #000;
	padding: 9px;
	text-align: center;
}
#content #wp-calendar tbody td.pad {
	background: transparent;
}
#content #wp-calendar tfoot {
	color: #000;
	font-size: 12px;
	text-align: center;
}
#content #wp-calendar tfoot tr {
	background: #f9f9f9;
}
#content #wp-calendar tfoot td {
	padding: 9px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#content #wp-calendar tfoot a {
    color: #0060ff;
}
#content #wp-calendar tfoot td#prev {
	text-align: left;
}
#content #wp-calendar tfoot td#next {
	text-align: right;
}
#content #wp-calendar #today a {
	color: #ff0000;
}