/*
Theme Name: Alpha-jfm
Theme URI: http://themehall.com/alpha-first-omega-child-theme
Author: themehall.com
Author URI: http://www.themehall.com
Description: Alpha-jfm is a responsive Omega child theme, based on Alpha child theme
Version: 0.2.3
License: GNU General Public License
License URI: license.txt
Tags: light, black, white, two-columns, one-column, right-sidebar, left-sidebar, flexible-width, custom-menu, threaded-comments, sticky-post, translation-ready
Template: omega

Alpha WordPress theme, Copyright (C) 2013 themehall.com
Alpha WordPress theme is licensed under the GPL.

Alpha WordPress theme modified by Thea for JFM Consulting.  May 2014

*/

@import url(../omega/style.css);

/* Thea: font-family is Oswald, was Lato */
body {
	background-color: #333333;
	color: #666;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;	
	font-weight: 300;
	line-height: 1.625;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Thea: keep original container
.site-container {
	margin: 0 auto;
	max-width: 980px;
	background-color: #fff;
} */

/* Thea: keep single page narrow for readability */
.wrap {
    max-width: 600px;
    margin: 20px auto 0 auto;
}
/*.wrap {
	max-width: 100%;
} */

.site-inner {
	padding-top: 0px;
}

/* Thea: don't need reformatting of this theme - stay with Omega
.site-inner .wrap {
	margin: 0px 40px;
}

.content {
	width: 610px;
}

.sidebar-primary {
	width: 250px;
}

.footer-widgets {
	background: none repeat scroll 0 0 #F5F5F5;
}

.footer-widgets .wrap {
	margin: 0 40px;
}

.footer-widgets .widget-area:last-child {
	float: right;
} */

/* Headings
--------------------------------------------- */

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

.entry-title {
	font-size: 34px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
/* Thea: change colour to JFM green */
.site-header {
	background: none repeat scroll 0 0 #097338;
}

.site-header .wrap {
	padding: 20px 0 40px;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Thea: change font style of 2nd header */
.site-description {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 2px;
    padding-top: 20px;
}

/* Thea: change colour of background to JFM grey */
.site-inner {
    background: none repeat scroll 0 0 #E6E7E8;
}

/* Thea: add new line in header for name, telephone & email */
.info-line {
height: 36px;
width: 100%;
text-align: center;
padding: 4px 0 4px 0;
border-bottom: 1pt solid #097338;
}

/* Thea: divider bar on info line is JFM green */
#green-bar {
color: #097338;
}

/* Thea: change footer colour to JFM grey */
.site-footer {
    background: none repeat scroll 0 0 #E6E7E8;
    border-top: 1px solid #E6E7E8;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background: none repeat scroll 0 0 #000;
}

.nav-primary a:hover {
	color: #bbb;
}


/* Thea: don't need to centre footer info 
p.copyright,
p.credit {
    float: none;
    font-size: inherit;
    text-align: center;
} */

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Thea: not required
@media only screen and (max-width: 768px) {
	.content,
	.sidebar-primary,
	.site-container {
		width: 100%;
	}

	.site-inner .wrap {
	    margin: 0 40px;
	}
} */