/*
Theme Name: fiduswriter
Theme URI: http://www.fiduswriter.com
Author: Fidus Writer Team
Author URI: http://www.fiduswriter.com
Description: Fidus Writer Wordpress Theme
Version: 3.7
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Find out more at Underscores.me.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */
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;
}
html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
#secondary ol, #secondary ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =Global----------------------------------------------- */
body,button,input,select,textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
body > small {
	display: none; /* Hide comment wiper comment */
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	/* margin: 0 0 1.5em 3em;
	*/
}
li > ul,li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
	font-family: scalabold, "Arial Black";
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,input,select,textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	*vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}
button,input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],input[type="email"],input[type="password"],input[type="search"],textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus {
	color: #111;
}
input[type="text"],input[type="email"],input[type="password"],input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Links */
a {
	color: #a7321f;
	text-decoration: none;
}
a:visited {
	color: #a7321f;
}
a:hover,a:focus,a:active {
	color: #a7321f;
	text-decoration: underline;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Clearing */
.clear:before,.clear:after,[class*="content"]:before,[class*="content"]:after,[class*="site"]:before,[class*="site"]:after {
	content: '';
	display: table;
}
.clear:after,[class*="content"]:after,[class*="site"]:after {
	clear: both;
}
/* =Menu----------------------------------------------- */
.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,.navigation-main li.current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation ul {
	display: none;
}
/* =Content----------------------------------------------- */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,.group-blog .byline {
	display: inline;
}
.entry-content,.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Asides----------------------------------------------- */
.blog .format-aside .entry-title,.archive .format-aside .entry-title {
	display: none;
}
/* =Media----------------------------------------------- */
.site-header img,.entry-content img,.comment-content img,.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}
.site-header img,.entry-content img,.comment-content img[height],img[class*="align"],img[class*="wp-image-"] {
	height: auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,.entry-content img,img.size-full {
	max-width: 100%;
	width: auto;
	/* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {
	max-width: 100%;
}
/* =Navigation----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Comments----------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets----------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .submit {
	display: none;
}
/* =Infinite Scroll----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
@font-face {
	font-family: lato;
	src: url(fonts/Lato-Black.ttf) format("truetype");
}
@font-face {
	font-family: lanenar;
	src: url(fonts/LANENAR_.ttf) format("truetype");
}
@font-face {
	font-family: scalareg;
	src: url(fonts/ScalaSans_Regular.ttf) format("truetype");
}
@font-face {
	font-family: scalabold;
	src: url(fonts/ScalaSans_Bold.ttf) format("truetype");
}
body {
	font-family: scalareg, "courier new", courier;
	font-size: 13px;
	color: #3f3f3f;
	width: 100%;
}
input {
	font-family: scalareg, "courier new", courier;
}
.container {
	position: relative;
	width: auto;
	height: auto;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
}
.grid.first {
	float:left;
}
.grid.second {
	float:right;
}
h1 a {
	color: black !important;
}
h1 a:hover {
	text-decoration: underline;
}
.entry-content table {
	border-collapse: collapse;
}
.entry-content table td {
	padding-left: 8px;
	padding-right: 8px;
}
.entry-content table tr:first-child td {
	padding-bottom: 20px
}
.entry-content table td {
	padding: 0 8px;
}
.entry-content img.name-image {
	height: 31px;
	width: auto;
}
.page article.page.top-selected .entry-header {
	display: none;
}
.recentcomments a{
	display:inline-block !important;
}
h1.entry-title {
	float: left;
}
div.entry-meta {
	float: right;
}
.cat-links a {
	display: inline-block;
	padding: 7px;
	background-color: #a7321f;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
}
.cat-links a:hover {
	text-decoration: none;
	background-color: #b94f3e;
}
.entry-meta .comments-link {
	display: inline-block;
	margin-bottom: 42px;
}
.post {
	border-bottom: 1px solid #797979;
	padding-bottom: 32px;
}
article.post footer.entry-meta {
	padding-top: 22px;
}
div.entry-content, div.entry-summary {
	clear: both;
}
div.entry-summary {
	padding-top: 26px;
}
td.summary-text {
	padding-left: 18px;
}
table.blog-table td {
	vertical-align: top;
	min-width: 220px;
}
#commentform input[type=text], #commentform textarea {
	float: right;
	font-size: 14px;
	width: 141px;
}
#commentform .logged-in-as {
	font-size: 0.8em;
}
#commentform label {
	font-size: 14px;
}
.form-allowed-tags {
	display: none;
}
#commentform .form-submit {
	clear: both;
}
#commentform #submit, #commentform #submit:hover, #commentform #submit:active, #commentform #submit:focus {
	display: inline-block;
	padding: 7px;
	background-color: #464545;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
	text-transform: lowercase;
	margin-right: 430px;
	margin-top: 23px;
	border: none;
	outline:none;
}
#commentform #submit:hover {
	background-color: #d4d4d4;
}
#commentform .comment-notes, #reply-title {
	float: right;
	font-size: 14px;
	margin-top: 21px;
	margin-bottom: 21px;
}
#reply-title {
	float:left;
}
.comment-form-author, .comment-form-comment {
	clear:both;
}
.edit-link, .comment-meta {
	font-size: 13px;
}
.comment-text {
	vertical-align:top;
}
.comment-table {
	margin-top: 24px;
}
article.comment {
	border-bottom: 1px solid #797979;
}
.comment-edit-link {
	float: right;
}
table.comment-meta td {
	vertical-align: top;
}
table.comment-meta td.comment-author {
	padding-left: 13px;
}
.featured_video_plus {
	width: 220px;
}
#nav-posts {
	position: relative;
}
#nav-posts .prev {
	position: absolute;
	left: 0;
	top: 0;
}
#nav-posts .next {
	position: absolute;
	right: 0;
	top: 0;
}
a.social-link {
	display: inline-block;
	width: auto;
	height: 20px;
	overflow: hidden;
}
a.social-link img {
	width: 20px;
	height: 40px;
}
a.social-link img:hover {
	margin-top: -20px;
}
#header {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #8ab5a6;
	color: white;
	padding: 38px 0;
}
#header .container {
	overflow: visible;
}
#header a {
	color: #ececec;
	text-decoration: none;
}
#header .current_page_item a {
	color: #a7321f;
}
#header a:hover {
	color: #a7321f;
}
#header #headertitle {
	position: relative;
	width: 225px;
	height: auto;
	float: left;
	z-index: 2;
}
#header #headertitle img {
	width: 225px;
	height: auto;
}
#header #headermenu {
	display: block;
	position: relative;
	font-family: scalareg, helvetica;
	font-size: 15px;
	text-transform: uppercase;
	padding: 19px 0 0;
	text-align: right;
}
.category-4 #header #headermenu {
	padding-bottom: 25px;
}
#header #headermenu li {
	display: inline-block;
	letter-spacing: 1px;
	margin-left: 20px;
	height: 20px;
	vertical-align: middle;
	line-height: 22px;
}
#header hr {
	width: 100%;
	height: 1px;
	background-color: white;
	margin: 0;
	border: none;
	clear: both;
}
#header #headerline {
	display: inline-block;
	position: relative;
	width: 70%;
	font-family: lanenar, Helvetica;
	font-size: 36px;
	margin-top: 40px;
	line-height: 105%;
	color: black;
	float: left;
}
#header #headerline div {
	position: relative;
	top: 0;
	display: none;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
#header a.subscription {
	float: right;
	display: inline-block;
	padding: 8px;
	background-color: #a7321f;
	font-family: scalareg, helvetica;
	font-size: 25px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
	width: 164px;
	text-align: center;
	margin: 10px 0 10px;
}
#header a.snapcraft {
	float: right;
	clear: right;
}
#header a.subscription:hover {
	color: white;
	background-color: #b94f3e;
}
#wrapper {
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
}
#wrapper table p, #wrapper p {
	line-height: 146%;
	/* margin-top: 20px;
	*/
}
#wrapper .grid.full {
	margin-right: 0 !important;
}
#wrapper .grid.full article p,#wrapper .grid.first article p,#wrapper table.blog-table p,#wrapper .grid.first article li,#wrapper .grid.full article li {
	font-size: 21px;
}
.entry-content > *:first-child {
	margin-top: 40px;
}
.page article.page.top-selected .entry-content > *:first-child {
	margin-top: 0;
}
.entry-content h3{
	font-family: lato, "arial black";
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	margin-top:20px;
}
div.reply {
	margin-bottom: 24px;
	margin-top: 24px;
}
div#respond {
	margin-top: 21px
}
.grid.second blockquote, .grid.second blockquote p {
	font-size: 13px !important;
}
#wrapper table.small_letters p {
	font-size: 13px !important;
}
#wrapper table.blog-table p {
	margin-top:0;
}
table.comment-table .comment-info {
	width: 156px;
}
table.comment-table .comment-text p {
	font-size: 16px !important;
}
.comment-table {
	margin-top: 24px;
}
.comment-table td {
	vertical-align: top;
}
#wrapper p.wp-caption-text {
	font-size: 16px !important;
	text-align: left;
	padding: 4px;
}
#wrapper p.first {
	margin-top: 0;
}
#wrapper #videoContainer {
	background-color: white;
	border: solid 1px #cccccc;
}
#wrapper #madeToChile {
	position: absolute;
	top: 0;
	right: 22px;
}
#wrapper #fidusgrid {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: white;
	border-top: 30px solid #f2f2f2;
}
#wrapper #fidusgrid div.grid {
	display: inline-block;
	min-height: 1px;
	vertical-align: top;
	/* width: 198px;
	*/
	margin-right: 20px;
	margin-bottom: 40px;
}
#wrapper #fidusgrid div.grid.second {
	width: 198px;
}
#wrapper #fidusgrid div.grid h1 {
	font-family: lato, "arial black";
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 20px;
	max-width: 380px;
	text-align: left;
}
#wrapper #fidusgrid div.grid.second h1 {
	font-size: 10px;
}
#wrapper #fidusgrid div.grid h1 img {
	position: relative;
	width: auto;
	height: 30px;
	margin-top: 20px;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
#wrapper #fidusgrid div.grid h1.page-title {
	max-width: 500px;
	margin-bottom: 20px;
}
/* #wrapper #fidusgrid div.grid h1:after {
	display: block;
	width: 50px;
	height: 1px;
	margin: 20px auto 0;
	content: " ";
}
*/
#wrapper #fidusgrid div.last {
	margin-right: 0;
}
#wrapper #fidusgrid {
	padding-top: 70px;
	padding-bottom: 70px;
}
#wrapper #fidusgrid div.grid {
	display: inline-block;
	vertical-align: top;
}
#wrapper #fidusgrid div.first {
	width: 70%;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
#wrapper #fidusgrid div.first h2 {
	font-size: 21px;
}
#wrapper #fidusgrid div.first h2 {
	margin-top: 40px;
	font-weight: bold;
	font-family: scalabold, "Arial Black";
}
#wrapper #fidusgrid div.second {
	/* text-align: right;
	*/
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
#wrapper #fidusgrid div.second h1, #wrapper #fidusgrid div.second p {
	display: inline-block;
	width: 198px;
	text-align: left;
}
#wrapper #fidusgrid div.second h1 {
	font-family: lato, "arial black";
	letter-spacing: 1px;
	text-transform: uppercase;
	/* text-align: right;
	*/
	line-height: 20px;
	margin-top: 3px;
}
#wrapper #fidusgrid div.second h1 img {
	position: relative;
	width: auto;
	height: 30px;
	margin-top: 5px;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
#wrapper #fidusgrid div.second h1 .position {
	font-size: 11px;
}
/* #wrapper #fidusgrid div.second h1:after {
	display: block;
	width: 50px;
	height: 1px;
	margin: 17px auto 0;
	content: " ";
}
*/
#wrapper #textContent {
	padding-top: 30px;
	padding-bottom: 70px;
}
#wrapper #textContent h2 {
	font-family: scalabold, Helvetica;
	margin-top: 40px;
}
#wrapper #textContent p {
	max-width: 640px;
}
#wrapper #textContent a {
	color: #3f3f3f;
	text-decoration: underline;
}
#wrapper #textContent a:hover {
	text-decoration: none;
}
#footer {
	position: relative;
	width: 100%;
	height: 150px;
	padding-top: 26px;
	color: black;
	text-transform: uppercase;
}
#footer a {
	color: #3f3f3f;
}
#footer .current_page_item a {
	color: #a7321f;
}
#footer a:hover {
	color: #a7321f;
}
#footer #copyright {
	display: inline-block;
	width: 198px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	vertical-align: top;
	text-transform: normal;
}
#footer .footermenu {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 198px;
	vertical-align: top;
}
#footer .footermenu li {
	list-style: none;
	padding: 0;
	margin-bottom: 7px;
}
#footer .footermenu a:hover {
	text-decoration: none;
}
#footer #socialmeia {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 100px;
}
#footer #socialmeia li {
	list-style: none;
	padding: 0;
	color: #7f7f7f;
	margin-bottom: 7px;
}
#footer #socialmeia li a {
	display: inline-block;
	width: auto;
	height: 20px;
	overflow: hidden;
	margin-right: 5px;
}
#footer #socialmeia li img {
	width: 20px;
	height: 40px;
}
#footer #socialmeia li img:hover {
	margin-top: -20px;
}
#footer #sponsor {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 190px;
}
#footer #sponsor li {
	color: #7f7f7f;
	margin-bottom: 7px;
}
#footer .container {
	overflow: visible;
}
a#backtotop {
	position: static;
	right: 150px;
	bottom: 60px;
}
a#backtotop:hover img {
	opacity:0.4;
}
#betaInviteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#betaInviteWrapper #betaInviteContainer {
	position: relative;
	height: auto;
	background-color: white;
	max-width: 380px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 50px;
	margin: 0 auto;
}
#betaInviteWrapper #betaInviteContainer h1 {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
}
#betaInviteWrapper #betaInviteContainer #form_email {
	width: 94%;
	margin: 25px 0 10px;
	padding: 11px 3%;
	font-size: 18px;
	border: solid 1px #cfcfcf;
	color: #999999;
	font-size: 18px;
}
#betaInviteWrapper #betaInviteContainer #form_submit, #betaInviteWrapper #betaInviteContainer #form_facebook {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin-top: 20px;
	border: none;
	background-color: #92bf40;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
}
#betaInviteWrapper #betaInviteContainer #form_submit:hover {
	background-color: #7dac28;
}
#betaInviteWrapper #betaInviteContainer #form_email, #betaInviteWrapper #betaInviteContainer #form_submit, #betaInviteWrapper #betaInviteContainer #form_facebook {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#betaInviteWrapper #betaInviteContainer #form_facebook {
	display: block;
	background-color: #5a6ca7;
	font-size: 13px;
}
#betaInviteWrapper #betaInviteContainer #form_facebook img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
#betaInviteWrapper #betaInviteContainer #form_facebook span {
	vertical-align: top;
	line-height: 18px;
}
#betaInviteWrapper #betaInviteContainer #form_facebook:hover {
	background-color: #22356b;
}
#betaInviteWrapper #betaInviteContainer hr {
	margin: 25px 0 0;
	background-color: transparent;
	border: none;
	border-top: dotted 1px #bbbbbb;
}
div.bbp-template-notice p, fieldset.bbp-form p, div.indicator-hint p {
	font-size: 15px !important;
}
