/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       Mehrzad Samadi
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
 * -------------------------------------------------------------- */
/* change color of the location and date */
.site-header h2 {
  color: #3399ff;
  font-size: 15px;
}

/* remove double lines at bottom of page */
.site-content article { border-bottom: none; }

/* change the title on every page to match the home page,
   i.e. uppercase and smaller font size */
.entry-header .entry-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold; 
  margin-top: 30px;  /* spacing between page title and bottom of header image */
  /* todo color */
}

/* change the entry style to match the widgets */
.entry-content h3 {
  font-size: 90%;
  margin-bottom: 10px;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
  font-size: 90%;
  /*margin-bottom: -30px; */ /* breaks every page except home so disabled */
}

/* reduce space between title and text in widget area */
.widget-area .widget h3 { 
  margin-bottom: 0px; 
}

/* change the line spacing for list items in widgets */
.widget-area ul li {
  white-space: nowrap;
  height: 11px;
  line-height: 0.8em;
}

/* remove some space between menu and image */
.header-image { 
  margin-top: 0.7rem; 
}

/* don't say "home" on the first page */
.home .entry-title { 
  display: none; 
}

/* move "home" section up/down */
#masthead {
  padding-bottom: 0;
}

/* change color of menu item */
.main-navigation li:hover a {
  color: #3399ff;
}

/* reduce the top margin */
body .site {
  margin-top: 1.43rem;
}
