/*
Theme Name: Ground Floor
Theme URI: http://buynowshop.com/themes/ground-floor/
Description: Richly toned wood floor background with bare-earth colored widgetized sidebar and footer (six widget areas in total). A strong theme to begin with; grow into; and, build on.
Version: 2.4
Author: Edward Caissie
Author URI: http://edwardcaissie.com/
Tags: black, brown, red, tan, light, two-columns, right-sidebar, fixed-layout, threaded-comments, sticky-post, custom-background, custom-menu, editor-style
WordPress Required Version: 3.4
WordPress Tested Version: 4.2.2
Textdomain: ground-floor
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/**
 * Copyright 2009-2015  Edward Caissie  (email : edward.caissie@gmail.com)
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 2, as published by the
 * Free Software Foundation.
 *
 * You may NOT assume that you can use any other version of the GPL.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, write to the
 *
 *      Free Software Foundation, Inc.
 *      51 Franklin St, Fifth Floor
 *      Boston, MA  02110-1301  USA
 *
 * The license for this software can also likely be found here:
 * http://www.gnu.org/licenses/gpl-2.0.html
 */

/*-- YUI Reset: Start --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/*-- YUI Reset: End --*/

/*-- WordPress Rules --*/
div.aligncenter, .aligncenter, .center {
	margin: 0 auto;
}

.alignleft, .left {
	float: left;
	text-align: left;
}

.alignright, .right {
	float: right;
	text-align: right;
}

.bypostauthor {
	/* Recommended */
}

.gallery-caption {
	/* Required */
}

img.aligncenter, img.center {
	display: block;
}

img.alignleft, img.left {
	display: inline;
	margin: 0 8px 8px 0;
}

img.alignright, img.right {
	display: inline;
	margin: 0 0 8px 8px;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding-top: 4px;
	text-align: center;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-- End WordPress Rules --*/

/*= The Starting Line - Edit after this point =*/
body {
	color: #f5e5c5;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 170%;
	margin-bottom: 9px;
}

h2 {
	font-size: 150%;
	margin-bottom: 8px;
}

h3 {
	font-size: 130%;
	margin-bottom: 7px;
}

h4 {
	font-size: 115%;
	margin-bottom: 6px;
}

h5 {
	font-size: 95%;
	margin-bottom: 5px;
}

h6 {
	font-size: 75%;
	margin-bottom: 4px;
}

hr {
	background: #673000;
	border: 1px solid black;
	height: 5px;
	margin: 2px auto;
	width: 620px;
}

.hr, .groundfloor {
	background: url(images/hr-img.png);
	border: none;
	height: 100px;
	margin: 0 auto;
	width: 640px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/* -= Elements =- */
a {
	color: #f5e5c5;
}

a:hover {
	color: #000;
}

abbr, acronym {
	border-bottom: dotted 2px #000000;
	cursor: help;
}

address {
	margin-left: 10px;
	font-family: "Courier New", Courier, monospace;
}

em {
	font-style: italic;
}

/** List elements */
ul,
ol li ul li,
ul li ol li ul li {
	list-style: disc inside none;
}

ul li ul li {
	list-style: circle inside none;
}

ul li ul li ul li {
	list-style: square inside none;
}

ol,
ul li ol li,
ol li ul li ol li {
	list-style: decimal inside none;
}

ol li ol li {
	list-style: upper-alpha inside none;
}

ol li ol li ol li {
	list-style: lower-roman inside none;
}

p {
	margin: 9px 0;
}

strong {
	font-weight: bold;
}

.widget select {
	width: 100%;
}

sup {
	/* Superscripts */
	font-size: 80%;
}

sub {
	/* Subscripts */
	font-size: 80%;
}

/* =- End Elements -= */

/* -= Begin Style =-*/

/*-= Main Blog Layout =-*/
#outside {
	margin: 0 auto;
	width: 990px;
}

#main-blog {
	float: left;
	margin: 0 -330px 0 0;
	width: 100%;
}

#content {
	margin: 0 330px 0 0;
	padding: 10px;
}

#sidebar {
	float: right;
	overflow: hidden;
	width: 320px;
}

#footer {
	clear: both;
	width: 100%;
}

/*-= Header =-*/
#header-top {
	background: #784800 url(images/fw-top-bg.png) no-repeat;
	height: 20px;
	margin-top: 10px;
}

#header-middle {
	background: #784800 url(images/fw-wrapper-bg.png);
}

#header-title {
	margin: 0 20px;
	text-align: center;
}

#blog-title {
	color: #eccfa0;
	font-size: 200%;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 5px;
}

#blog-title a {
	color: #eccfa0;
}

#blog-title a:hover {
	color: #000;
}

#blog-description {
	color: #eccfa0;
	font-size: 150%;
	padding-bottom: 10px;
}

#header-bottom {
	background: #784800 url(images/fw-bottom-bg.png) no-repeat;
	clear: both;
	height: 20px;
}

/*=- End Header -=*/

/* === MENU === */
div#top-navigation-menu {
	clear: both;
	left: 10px;
	position: relative;
	width: 970px;
}

.page ul.nav-menu {
	padding-left: 0;
}

.nav-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000; /* Raise above all other elements */
}

.nav-menu a, .nav-menu a:hover {
	background: url(images/bg50.png);
	border: none;
	display: block;
	text-decoration: none;
}

.nav-menu li {
	float: left;
	list-style: none outside none;
	margin-left: 2px;
	margin-right: 2px;
	min-width: 99px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.nav-menu a, .nav-menu a:visited {
	color: #ECCFA0;
	display: block;
	font-weight: bold;
	padding: 8px 12px;
}

.nav-menu a:hover, .nav-menu a:active {
	background: url("images/form-bg.png") repeat scroll 0 0 transparent;
	color: #000;
	text-decoration: none;
}

/**
 * Strongly influenced by the "Horizontal CSS Drop-Down Menu Module"
 *
 * found @link: http://www.lwis.net/
 * @copyright 2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.nav-menu,
ul.nav-menu li,
ul.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav-menu {
	float: left;
	position: relative;
	z-index: 1097;
}

ul.nav-menu li {
	float: left;
	vertical-align: middle;
	zoom: 1;
}

ul.nav-menu li.hover,
ul.nav-menu li:hover {
	cursor: default;
	position: relative;
	z-index: 1099;
}

ul.nav-menu ul {
	background: url("images/form-bg.png") repeat scroll 0 0 transparent;
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: auto;
	z-index: 1098;
}

ul.nav-menu ul li {
	float: none;
}

ul.nav-menu ul ul {
	left: 99%;
	margin-top: -1px;
	top: 1px;
}

ul.nav-menu li:hover > ul {
	visibility: visible;
}

ul.nav-menu ul.sub-menu li,
ul.nav-menu ul.children li {
	list-style: none;
}

/* End: Horizontal CSS Drop-Down Menu Module */

/* -- Rounded Corners for Menu -- */
.nav-menu a, .nav-menu a:visited, .nav-menu a:hover, .nav-menu a:active,
ul.nav-menu ul.sub-menu li, ul.nav-menu ul.children li, ul.nav-menu ul, ul.nav-menu ul ul {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* WordPress 3.0 Navigation Menu default widget */
.widget_nav_menu ul.sub-menu li {
	background: none;
	list-style: disc inside none;
	padding: 0 0 0 15px;
}

/* === End: Menu === */

/*-= Posts and Pages =-*/
.sticky {
	background: url(images/form-bg.png);
	color: #000;
	padding: 5px;
}

.sticky a {
	color: #000;
}

.sticky a:hover {
	color: #eccfa0;
}

#page-content:hover {
	background: url(images/bg50.png);
}

.post, .page {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.page {
	border-bottom: thick double Black;
	padding-bottom: 9px;
	padding-top: 9px;
}

.page ol {
	padding-left: 20px;
}

.page ul {
	padding-left: 20px;
}

.page dl dd {
	margin-left: 20px;
}

.post {
	border-bottom: thick double Black;
	padding-bottom: 9px;
	padding-top: 9px;
}

.post:hover {
	background: url(images/bg50.png);
	color: #eccfa0;
}

.post-comments {
	padding-bottom: 10px;
}

.post ol {
	padding-left: 20px;
}

.post ul {
	padding-left: 20px;
}

.post dl dd {
	margin-left: 20px;
}

blockquote {
	background: url(images/quotes.png) no-repeat top left;
	margin: 18px 18px 18px 0;
	padding-bottom: 8px;
	padding-left: 40px;
}

cite {
	border-bottom: 2px dashed #000000;
	font-style: italic;
}

cite a {
	text-decoration: none;
}

cite.fn {
	border-bottom: none;
}

blockquote cite {
	margin-left: 10px;
}

blockquote cite a {
	font-weight: bold;
}

pre {
	/* Use for "code" text styling */
	background-image: url(images/pre-bg.png);
	border: 2px inset;
	color: #000;
	font-style: italic;
	margin: 0;
	overflow: auto;
	padding: 5px;
	text-align: left;
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

code {
	/* Use with "pre" for text styling */
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	overflow-x: auto; /* Use horizontal scroll if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.post-details, #page-meta {
	font-size: 90%;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 9px;
}

/*-- Tables --*/
table {
	margin: 0 auto;
	width: 98%;
}

tr.even {
	background: none;
}

/*-- End Tables --*/

.current_page_item {
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}

.current_page_item a {
	color: #eccfa0;
	text-decoration: underline;
}

.current_page_item ul li.menu-item a {
	text-decoration: none;
}

/*-- Category, Tag, and Date pages --*/
#category-title {
	font-size: 150%;
}

#category-name {
	font-size: 125%;
}

#category-description {
	font-style: italic;
	padding-left: 10px;
}

#tag-title {
	font-size: 150%;
}

#tag-name {
	font-size: 125%;
}

#tag-description {
	font-style: italic;
	padding-left: 10px;
}

#date-title {
	font-size: 150%;
	padding-bottom: 14px;
}

/*-- End Category, Tag, and Date pages --*/

/*=- End Posts and Pages -=*/

/*-= Images =-*/
img.wp-smiley {
	display: none;
}

/** Keeps Featured Images to width of container */
img.wp-post-image {
	height: auto;
	width: 100%;
}

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

/**
 * Make the image the full width of the container (read: columns width) then
 * have the height auto adjust to maintain the image ratio.
 */
.gallery-item img {
	height: auto;
	width: 100%;
}

/**
 * Set single column galleries to use only 50 percent of the content/column
 * width due to the low quality of most thumbnails generated by WordPress.
 */
.gallery-columns-1 img {
	width: 50%;
}

/*-- Captions --*/
.wp-caption {
	max-width: 100%;
}

.wp-caption-text a {
	color: inherit;
}

.wp-caption img {
	height: auto;
	max-width: 99%;
}

.wp-caption.aligncenter {
	margin: 0 auto;
	max-width: 638px;
}

.wp-caption.alignleft, .wp-caption.left {
	margin-right: 10px;
}

.wp-caption.alignright, .wp-caption.right {
	margin-left: 10px;
}

.wp-caption p.wp-caption-text {
	color: #000000;
	font-size: 75%;
	padding: 2px 4px;
}

.caption {
	background: #E5F2FF;
	border: 1px solid #E5E5FF;
	font-size: 90%;
	margin: 5px;
	padding: 5px;
}

/*=- End Images -=*/

/*= Forms =*/
form, fieldset, legend {
	/* Initialized */
	border: 0;
	margin: 0;
	padding: 0;
}

input, textarea {
	background-image: url(images/form-bg.png);
}

input:focus, textarea:focus {
	background-image: url(images/form-full-bg.png);
}

textarea {
	width: 99%;
}

textarea#text_area {
	max-width: 628px;
}

/* =- End Forms -= ---*/

/*-= Comments =- ---*/
/*-- Threaded Comments --*/
#comments-main {
	margin-top: 10px;
}

.commentlist {
	border: 2px solid #71380f;
}

.depth-1 {
	border: 2px solid #71380f;
}

ul#singlecomments.commentlist {
	list-style: none none;
	margin: 0;
	padding: 0;
}

ul#singlecomments.commentlist li {
	margin-top: 0;
	padding-left: 10px;
	padding-top: 10px;
}

ul.children {
	list-style: none none;
	margin: 0;
	padding: 0;
}

.avatar {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.comment-meta, .commentmetadata {
	font-size: 75%;
	padding-top: 2px;
}

.reply {
	font-size: 85%;
	padding-bottom: 5px;
}

.odd, .comment-text-1 {
	background: #d69d5a;
	margin-top: 1px;
}

.even, .comment-text-2 {
	background: #ba743d;
	margin-top: 1px;
}

.user-id-1, .administrator {
	/* also styles author page user block */
	background-color: #922e0c;
	margin-top: 1px;
}

/* Sample when User_ID == 2 */
.user-id-2 {
	/* margin-top: 1px; */
	/* background-color: #888844; */
}

/* Additional comment/author classes */
.editor {
}

.contributor {
}

.subscriber {
}

.guest {
}

.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}

#commentform p {
	margin: 2px;
}

#commentform #submit {
	cursor: pointer;
}

textarea#comment {
	padding: 0;
}

#respond {
	margin-top: 10px;
}

/*-- End Threaded Comments --*/

/*-- Comment Form from WP3.0 --*/
p.form-allowed-tags {
	font-size: 90%;
}

.form-allowed-tags code {
	color: #f5e5c5;
	font-size: 90%;
	text-align: justify;
}

form#commentform p.form-submit {
	text-align: right;
}

form#commentform p.form-submit input#submit {
	padding: 5px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
}

/*-= End Comments =-*/

/*=- Miscellaneous -=*/
#author {
	border: 2px solid #71380f;
	margin-bottom: 10px;
	padding: 10px;
}

#author ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}

#author li {
	padding-bottom: 10px;
}

/*-= End Miscellaneous =-*/

/*-= Sidebar =-*/

/*-- Search / Forms --*/
label.screen-reader-text {
	display: none;
}

div.widget ul#search li form#searchform div input#s {
	width: 75%;
}

div.widget form#searchform div input#s {
	width: 75%;
}

/*-- Widgets --*/
.widget {
	background: #784800 url(images/sw-wrapper-bg.png);
	color: #eccfa0;
	padding-left: 20px;
	padding-right: 20px;
}

.widget a {
	color: #eccfa0;
}

.widget a:hover {
	color: #000;
}

.widget h2 {
	text-align: center;
}

h2.widget-title {
	margin: 0 auto;
}

.widget p {
	margin-bottom: 0;
}

.widget-top {
	background: #784800 url(images/sw-top-bg.png) no-repeat;
	height: 20px;
}

.widget-bottom {
	background: #784800 url(images/sw-bottom-bg.png) no-repeat;
	height: 20px;
}

.textwidget {
	padding: 0 10px;
}

.textwidget form {
	text-align: center;
}

.widget ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}

.widget ul ul li {
	padding-left: 10px;
}

/*-- Calendar --*/
#wp-calendar {
	margin: 0 auto;
}

.widget table#wp-calendar {
	text-align: center;
	width: 100%;
}

table#wp-calendar caption,
table#wp-calendar thead tr th {
	text-align: center;
}

/*=- End Sidebar -=*/

/*=- Footer -=*/
#footer-widgets-above {
	padding-top: 10px;
}

#footer-widgets .widget-top {
	background: #784800 url(images/fw-top-bg2.png) no-repeat;
	height: 20px;
}

#footer-widgets .widget-bottom {
	background: #784800 url(images/fw-bottom-bg2.png) no-repeat;
	height: 20px;
}

#footer-widgets a {
	color: #eccfa0;
}

#footer-widgets {
	color: #eccfa0;
	padding-left: 330px;
	padding-right: 330px;
}

#footer-widgets .fw-column {
	float: left;
	position: relative;
}

#fw-middle,
#fw-left,
#fw-right {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

#fw-middle {
	width: 100%;
}

#fw-left {
	margin-left: -100%;
	right: 330px;
	width: 330px;
}

#fw-right {
	margin-right: -330px;
	width: 330px;
}

/*-- Footer Widget - to style each widget --*/
.footer-widget {
	/* matches .widget */
	background: #784800 url(images/fw-wrapper-bg2.png) repeat;
	color: #eccfa0;
	padding-left: 20px;
	padding-right: 20px;
}

.footer .widget a {
	color: #eccfa0;
}

.footer-widget h2 {
	text-align: center;
}

.footer-widget h6 {
	/* Used for BNS-Login function */
	margin-bottom: 0;
	padding-top: 9px;
}

.footer-widget ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}

.footer-widget ul ul li {
	padding-left: 10px;
}

/*-- End Footer Widget --*/

#footer-widgets-below {
	clear: both;
}

#footer-middle {
	margin: 20px 0;
}

#footer-middle p {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#footer-middle p span.copyright strong {
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
}

div#footer-bottom {
	text-align: center;
}

/*-= End Footer =-*/

/*-- WordPress' plugin styles --*/
img#wpstats {
	display: none;
}

#akismetstats {
	margin: 0 auto;
}

/** Calendar */
table#wp-calendar tbody tr td#today {
	outline: 1px solid;
}

/** RSS */
div.widget_rss ul li cite {
	border-bottom: none;
}

div.widget_rss ul li cite:before {
	content: '~';
}

/** Text Widgets */
div.textwidget p {
	overflow: hidden;
}

div.widget div.textwidget div.wp-caption {
	margin: 0;
}

div.widget div.textwidget div.wp-caption a img {
	height: auto;
	width: 98%;
}

/* WordPress 3.0 Navigation Menu core widget */
.widget_nav_menu .menu {
	margin: 0;
}

.widget_nav_menu .menu {
	/* remove the comment tags around this property if menu has no title
	border-top: none;
	*/
}

.widget_nav_menu .menu li {
	display: block;
	float: none;
}

/** ------------------------------------------------------------------------- */
iframe.twitter-tweet.twitter-tweet-rendered {
	width: 100% !important;
}

/** BNS Plugins ------------------------------------------------------------- */
/** BNS Theme Details */
.page .widget.bns-theme-details {
	background: none;
}

/** BNS Support - hide sidebar background in content areas */
.page > div.bns-support-shortcode > div.widget.bns-support,
.post > div.bns-support-shortcode > div.widget.bns-support {
	background: none;
}

/*-= The Finish Line - All Your Edits Belong To Us! =-*/
/* Testing, testing, testing ... */