/*

Theme Name: Skeleton Child

Theme URI: http://www.simplethemes.com/wordpress-themes/theme/skeleton

Description: Skeleton Child Theme. Use this child theme to safely make modifications to the existing theme. Using a child theme ensures that you do not lose the modifications with theme updates.

Version: 2.0.0

Author: Simple Themes

Author URI: http://www.simplethemes.com

Template: smpl_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("../smpl_skeleton/style.css");

#header {min-height:110px;}

#header .inner { padding:0;}



/**/



#site-title {

	padding-left: 1em !important;

	padding-top:.25em !important;}



#header div#site-title ,

#header div#site-title a, 

#header h1#site-title, 

#header h1#site-title a { 

	letter-spacing:1px;

	font-family:Book Antiqua, arial;

	text-shadow:

	1px 1px #16171b, 2px 2px #16171b, 3px 3px #16171b, 4px 4px #16171b, 

	5px 5px #16171b, 6px 6px #16171b !important;}



#header h1#site-title a:hover {color:#ffffff;}



#header {

	background: url('http://elijahsrest.com/img/header.jpg') no-repeat

	bottom right;}



#navigation ul {

	border-radius:0;

	border:none;

	/* background: -moz-linear-gradient(top, #000000 0%, #c9c190 75%, #e0cc9a 100%); */

	background: #e0cc9a;

	box-shadow:none;}



#navigation ul li a, #navigation ul li, #navigation ul li:hover a, #navigation 	ul li a:hover { 

	border: none;

	background: none; 

	color:#000;

font-family:Book Antiqua, arial;}



#navigation ul li a:first-letter {

	background-color:#f7b959;

	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

	padding:.25em;

	margin-right:.25em;}



#navigation ul li.active a {

	background:none;

	border: none;}



table.plain td { 

	background:none;

	border:none;}





#activitiestable {

	border: 2px solid #7A6325;

	padding: 1em;

	background: url("http://elijahsrest.com/newsite/wp-content/uploads/riverwatermark-1024x680.jpg") no-repeat center 50% !important;

	color: #fff;}



div.tanned {

	border: 4px solid #7A6325;

	padding: 1em;

	color: #463815;

	clear:both;}





div.slideshowleft {

	width:300px;

	float:left !important;

	margin-right:1em !important;

	display:block;}