/*
Theme Name: Alpha
Theme URI: http://themehall.com/alpha-first-omega-child-theme
Author: themehall.com
Author URI: http://www.themehall.com
Description: Alpha is a responsive Omega 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.

*/

@import url(../omega/style.css);

body {
	background-color: #333333;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;	
	font-weight: 300;
	line-height: 1.625;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 980px;
	background-color: #fff;
}

.wrap {
	max-width: 100%;
}

.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
---------------------------------------------------------------------------------------------------- */
.site-header {
	background: none repeat scroll 0 0 #000;
}

.site-header .wrap {
	padding: 20px 0 40px;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background: none repeat scroll 0 0 #000;
}

.nav-primary a:hover {
	color: #bbb;
}


p.copyright,
p.credit {
    float: none;
    font-size: inherit;
    text-align: center;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
	.content,
	.sidebar-primary,
	.site-container {
		width: 100%;
	}

	.site-inner .wrap {
	    margin: 0 40px;
	}
}