/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Description: Child theme connected to Twenty Twelve Wordpress template.
Author: Kristie Taylor-Muise
Author URI: http://www.floatingtree.ca/
Template: twentytwelve
Version: 1.0



Change Notes:
--header.php file added to child: switched nav and header order

*/



@import url('../twentytwelve/style.css');

body {
background-color: #ffffff;
}

.page {
    margin:0;
}

body .site {
    box-shadow:none;
    background-image:url(/wp-content/uploads/2013/09/lightpaperfibers.png);
}

#masthead {
    margin-top:-50px;
}

img.header-image {
    box-shadow:none;
}

div#quote {
    font-size: 1.5em;
    width:35%;
    min-width:300px;
    float:left;
    padding-right:3%;
}

div#image-slideshow {
    width:58%;
    min-width:300px;
    float:left;
}


/****************FORM STYLING**********************/

#ninja_forms_form_1_all_fields_wrap label {
  font-size:0.85em;
}

.contact-wrap {
   float:left;
   width:50%;
}

.ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field, .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
   float:right;
   margin-right:10%;
}

.message-wrap {
  width:100%;
  float:left;
  margin-right:0;
}

.message {
  width:85%;
  float:left;
  margin-right:0;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
  width:100%;
  float:left;
}

.divider {
  margin:5% 0 5% 0;
  width:100%;
  float: left;
}

.field-wrap {
  width:100%;
}

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
  width:70%;
}


/****************WIDGETS**********************/

.widget-area #s {
    width:68.66666666666%;
}

#text-3 {
    background-color:#ececec;
    color:#cde3e0;
    padding:8%; 
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#custom-menu-wizard-3 {
    background-color:#d3dde3; 
    padding:8%; 
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#custom-menu-wizard-3 a {
    text-decoration:none;
}

#custom-menu-wizard-3 a:hover {
    text-decoration:underline;
}

/********TO REMOVE COMMENTS**************/

div#comments, .comments-area {
  display:none;
}