/*
Theme Name: Amadeus Child
Description:  A child theme of Amadeus
Author:       Scott
Template: amadeus
Version:      1.0.0
*/
h1 {
	font-size: 26px;
}
.content-area {
	width: 610px;
}
.site-content {
	margin-top: 16px;
	width: 915px;
}
.page .hentry {
	padding: 25px;
	background-color: #eee;
}
.post-inner {
	padding: 25px;
}
.widget-area {
	width: 260px;
}
.widget-area .widget {
	margin: 0 0 15px;
	padding: 10px;
	background-color: #eee;
}
.widget-area .widget-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 0px;
	background-color: #eeeeee;
	content: "";
}
.entry-thumb:hover .entry-thumb-inner {
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	opacity: 0.0;
}
table {
	width: 100%;
	margin-bottom: 0px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	line-height: 1.5;
}
th
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td
{
	width: 50px;
}
table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th
{
	width: 50px;
}
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td
{
	width: 50px;
}
table > tfoot > tr > td
}
.thumb-icon:hover {
	color: #000;
}
.entry-thumb:hover .thumb-icon {
	opacity: 0;
}
.wp-polls .Buttons {
	border:1px solid #171f93;
	background-color: #1b9cff;
}
blockquote {
  background: #f9f9f9;
  border-left: 0px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-family: 'Museo500Regular';
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #f9f9f9;
  content: close-quote;
}
blockquote p {
  display: inline;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
 background-color: #ffbf00 !important;
}
.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
} 
div.bbp-topic-tags {
  font-size: 7px;
}



