/*
Theme Name: Suffusion Child
Template: suffusion
Description: Terry's Suffusion Child theme 
Author: Terry Vazirianis
Tags: not sure
*/
@import url('../suffusion/style.css');
/**
 * No @import declarations are necessary if you go to Suffusion Options -> Back-end -> Child Themes -> Inherit styles, and Inherit all stylesheets.
 * Otherwise import as follows.
 */

/* Include this if you are not inheriting and you wish to have rounded corners */
@import url("../suffusion/rounded-corners.css");

/* Include this for your specific skin if you are not inheriting */
@import url("../suffusion/skins/light-theme-royal-blue/skin.css");

/* Include this if you are using a dark theme and you are not inheriting. This is not needed for newer skins like Minima or Photonique */
/* @import url("../suffusion/dark-style.css"); */

/* Include this for your specific skin if you are using a dark theme and you are not inheriting */
@import url("../suffusion/skins/dark-theme-royal-blue/skin.css"); */

/**
 * Define additional styles here. Note that the styles defined through options will override these styles.
 * To override those styles you have to increase the CSS specificity here. For more on specificity see
 */
 
/* Terry child Style Changes ==============================================================================================
Changes made in this child style sheet will overload the parent style sheet
*/

/* Change the Height of the Header Image */
#header {
        padding-top: 5px;
        padding-bottom: 5px;
}
/* Widget below header */
/* #horizontal-outer-widgets-1 { background-color: #F0F0F0; } */


/* Sidebar 1 */
/* #sidebar-shell-1 {background-color: pink; } */
#nav_menu-4 { background-color: #D7D7D7; }  /* mnu-dna      		*/
#nav_menu-5 { background-color: #D7D7D7; }  /* mnu-services 		*/
#nav_menu-6 { background-color: #D7D7D7; }  /* mnu-cloud 		*/
#nav_menu-8 { background-color: #D7D7D7; }  /* mnu-web      		*/

/* Sidebar 1 (Bottom) */
#nav_menu-12 { background-color: #ECE6D8; }  /* mnu-blog-cloud	*/

/* Sidebar 2 */
/* #sidebar-shell-2 {background-color: yellow; } */

/* Widget Above Footer */
#horizontal-outer-widgets-2 { background-color: #D7D7D7;}


/* #wpcf7-f1259-p18-o1 */
/* #wpcf7-f2154-p2152-o1 */
.wpcf7
{ 	background-color: #ADD8E6; 
	padding: 20px;
}
