/*
Theme Name: Shelter
Theme URI: http://buynowshop.com/themes/ground-floor/
Description: Child-Theme of Ground Floor - Richly toned wood floor background with bare-earth colored widgetized sidebar and footer (six widget areas in total, as shown on the included widget-map.png). A strong theme to begin with; grow into; and, build on.
Version: 2.0.3
WordPress Required Version: 3.4
WordPress Tested Version: 4.0
Author: Edward Caissie
Author URI: http://edwardcaissie.com/
Template: ground-floor
Template Version: 2.2.2
Tags: brown, red, tan, light, two-columns, left-sidebar, fixed-width, threaded-comments, sticky-post, translation-ready
*/
/**
 * Copyright 2011-2014  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
 */
/**
 * NB: This is currently a CSS only Child-Theme; the WordPress Required Version
 * and WordPress Tested Version are not relevant for implementation at this time
 */
@import url(../ground-floor/style.css);

/**
 * Significant changes from Ground Floor theme:
 * - move sidebar from right to left
 */

/* -- Layout -- */
#main-blog {
	float: right;
	margin: 0 0 0 -330px;
	width: 100%;
}

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

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

/* ---- */

body {
	color: #F5E5C5;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 16px;
}

#blog-description {
	color: #ECCFA0;
	font-family: "Lucida Calligraphy", "Zapf Chancery", cursive, serif;
	font-size: 13px;
	padding-bottom: 10px;
}

.post dl dd.wp-caption-dd {
	margin-left: 0;
	color: #784800;
}

.wp-caption p.wp-caption-text {
	color: #784800;
}

#top-menu ul li a {
	font-size: 16px;
	font-weight: normal;
}