/*
Theme Name: HealthCenter
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.1
Author: Simple Themes
Author URI: http://www.simplethemes.com
Template: smpl-skeleton
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


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

#header, #header .inner { margin-top: 0px; padding-top: 0px; }
#header .inner { padding-bottom: 0px; }
body.home .entry-title { display:none; }

.header_extras { margin: 20px; }

h1#site-title { margin-top: 5px; position: relative; width:90%; }
#header span.site-desc { font-family: 'Lora', serif; font-size: 0.8em; font-weight:normal; position: absolute; top: 45%; }

#content_container  { background: rgba(255,255,255,0.6); border-radius:0.6em; }

#content.columns { margin-left: 0; margin-right: 0; }
#content .page { padding:15px; }

#credits { display: none; }

/* Sidebar styles */
.widget_nav_menu { margin-top: 4.0em; }

.widget_nav_menu h3.widget-title { color: #333; font-size: 1.2em; }
.widget_nav_menu li.menu-item	{ width: 96%; }
.widget_nav_menu li.menu-item a { font-weight: normal; font-size: 0.9em; background: none; padding:10px 8px; }

/* Responsive Tweaks */
@media only screen and (max-width: 767px){
	h1#site-title { width: 170px; }
	#header span.site-desc	{display: none; }	
}