/*
Theme Name: Skeleton Child
Theme URI: http://www.simplethemes.com
Description: A simple WordPress theme based on the Skeleton RWD framework
Version: 1.9.1
Author: Simple Themes
Author URI: http://www.simplethemes.com
Template: skeleton
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

This child theme enables you to make customizations while allowing for safe updates to the parent theme.
The parent theme's style.css is imported below. If you wish to make customizations, do one of the following:

A.) Copy the contents of skeleton/style.css into this file, but leave the (above) child theme head in tact!
B.) Add specific rules BELOW the import. This is intended for minimal customizations.

----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

*/

@import url("/skeleton/style.css");

body {
	background:#160b09 url(https://inspirationalthoughtsfromgod.com/bt-bgd2.jpg) no-repeat top center fixed !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	color:#dadada !important;
	font-weight:300 !important;
	line-height:1.8em;
}

.container {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.04);
	padding:20px;
	max-width:960px;
	margin:0 auto;
}

#header div#site-title a, #header h1#site-title, #header h1#site-title a {
	font-family: 'Homemade Apple', cursive;
	color:#e69100;
	text-shadow:1px 1px 8px #000;
	font-weight:normal !important;
}
#header span.site-desc {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 24px;
	font-weight:300;
	line-height: 28px;
	color: #e69100;
	letter-spacing: -1px;
}
.resize {
	display:none;
}

