/*
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");

/* Hide default page titles */
.page .entry-title { display: none !important; }

/* Hide credits in footer */
#credits .themeauthor { display: none !important; }

/* Hide corner graphic */
div.resize { display: none !important; }

/* Hide the Edit link for logged in users */
.edit-link { display: none; }

body {
    background-color: #bdc3c7;
}

a, a:link { 
    color: #5e6163;
}

#header #site-title.graphic a { margin: 0 auto; }

#navigation { display:none !important; }

#navigation ul {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -pie-box-shadow: 0 0 0 #ccc;

/*
border-style: solid;
border-width: 1px;
*/
}

/*
#downloadAppStore { margin: 0 50px; }
*/

.one_half { text-align: center; }

/* Help Page */
body.page-id-16 #header .inner { display:none !important; }


body.page-template-onecolumn-page-php #site-title{
    display: none;
}
body.page-template-onecolumn-page-php .btn-download {
    display:block;
    margin-top: 150px !important;
}