/*
Theme Name: Untitled-Child-Monash
Theme URI: http://theme.wordpress.com/themes/untitled/
Author: Automattic/Monash Hockey Club
Description: A nice bold theme. Features full-bleed featured posts and featured images, a fixed header, and subtle CSS3 transitions.
Author URI: http://theme.wordpress.com/
Template: untitled
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, one-column, right-sidebar, two-columns, fluid-layout, custom-background, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready, responsive-layout
Text Domain: Untitled-Child-Monash
*/

/*Change of font to raleway, sans-serif*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	font-family: open-sans,raleway,sans-serif;
}

/* Changed font size in horizontal navigation bar */

.main-navigation a {
  color: #999;
  display: block;
  font-size: .7em;
  padding: 9px 0px;
  text-decoration: none;
  font-weight: bold;
}

/* Edited sidebar widget to tighten elements within the sidebar widget vertically. Edited widget header also. */

.site-main .widget-area {
  margin-top: 30px;
} 

.widget-area .widget {
  margin-bottom: 1rem; 
}

.widget {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 0rem 0rem 0rem;
}

.widget h1 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-style: inherit;
  font-weight: inherit;
}

/* Custom style for Contact Us page for custom post type page call. Edited to be uniformly inline within the contacts list */

.page-id-4083 .site-content {
  margin-left: 0rem;
 }

.page-id-4083 .contacts {
  list-style-type: none;
  width: 100%;
  margin-left: 0rem;
  padding-left: 0rem;
}

.page-id-4083 .contacts li {
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0rem;
}

.page-id-4083 .thumb {
  width: 150px;
  float: left;
  margin-right: 15px;
}

/* Custom style for Facebook header feed as default is too big in the sidebar and looks like shit. */

._1dro ._1drp {

  font-size: 100%;

}