/*
Theme Name: Sustain Creative
Description: Child theme for the Sustain Creative site
Author: Patrick Ledwell
Template: Envisioned
*/

/* there must be no other CSS rules above the @import rule */
@import url("../Envisioned/style.css");

body {
    font-size: 13px;
	color: #333333;
	background-color: #111c16;
}

/* new spacing for logo */
#logo {
    margin: 10px 13px 5px;
}

/* new spacing between navigation and featured slider */
#top .container {
    padding-bottom: 45px;
}

/* new spacing at top of main content area */
#content-shadow {
    padding-top: 30px;
}

#featured {
    height: 385px;
    overflow: hidden;
    position: relative;
}

/* links in the top navigation menu */
ul#top-menu a {
    font-size: 14px;
}

#breadcrumbs {
    margin-bottom: 20px;
    margin-top: -20px;
}