/*
Theme Name: TwoMorrows Twenty Twelve
Theme URI: http://twomorrows.com/
Description: Twenty Twelve Customized for TwoMorrows
Author: Rand HOPPE
Author URI: http://randhoppe.com
Version: 1.0.0
Template: twentytwelve

This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

@import url('../twentytwelve/style.css');

@media screen and (min-width: 600px) {
	.widget-area {
		width: 15%;
	}
	.site-content {
		width: 81%;	
	}
}


/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {

    .site-content {
        float: right;
    }

    .widget-area {
        float: left;
    }
}

/* for IE8 and IE7 ----------------*/

.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}

.ie .template-front-page #secondary.widget-area {
	width: 100%;
}

.ie .template-front-page #secondary.widget-area .first.front-widgets {
	width: 50.1%;
	margin-right: 3%;
	background: #f4f4f4;
}

.ie .template-front-page #secondary.widget-area .second.front-widgets {
	width: 46.8%;
	margin-right: 0;
	background: #f4f4f4;
}

.ie .template-front-page #secondary.widget-area .widget {
	width: 100%;
}

body .site {
	margin-top: 0;
	padding: 0;
	max-width: 920px;
}

#masthead {
	background-color: #EE1C24;
}

img.header-image {
	box-shadow: none;
	margin-top: 0;
}

.site-header {
	padding: 0;
	height: 
}

.main-navigation {
	margin-top: 0;
}


.main-navigation ul.nav-menu {
	border: none;
	background-color: #000000;
}


.main-navigation li a {
	text-transform: none;
	font-weight: bold;
	font-size: .95em;
	color: #fff;
	padding: .27em 0em .27em .5em;
	line-height: 1.5em;
}

.main-navigation li a:active, .main-navigation li a:visited {
	color: #fff;
}

.main-navigation li a:hover {
	color: #EE1C24;
}

.main-navigation ul {
	padding-left: 1.66em;
}

.widget-title {
	font-size: .75em;
	text-transform: none;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}

.widget-area {
	margin-left: 0;
}



.widget {
	background-color: white;
}

	
.widget-area .widget li {
	margin-bottom: 1.25em;
	line-height: 1.25em;
	margin: .5em;
}



.widget-area .widget a {
	text-decoration: none;
}


.widget-area .widget a, .widget-area .widget a:visited {
	color: #EE1C24;
}

.widget-area .widget a:hover {
	color: #444;
}

.entry-header .entry-title a:hover {
	color: #EE1C24;
}

.entry-header .entry-title a, .entry-header .entry-title a:visited {
	color: #000;
	font-family: serif;
	font-weight: bold;	
}

.entry-header .entry-title a:hover {
	color: #EE1C24;
}

#blacktop {
	background-color: black;
	height: 1.75em;
}

