/*
Theme Name: Fighting Calculators
Description: Custom theme based on twentytwelve, used for FRC team 2175 
Author: Ben Visness
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

#page {
	background-image:url('back.png');
	background-repeat:no-repeat;
	background-position:center top;
}

h1.site-title {
	max-width:none;
}

@media screen and (min-width: 600px) {
	.site {
		max-width: 960px;
	}
	.nav-menu ul, .main-navigation ul {
		background-color:rgba(256,256,256,0.7);
	}
	.nav-menu ul li:first-child, .main-navigation ul li:first-child {
		margin-left:40px;
	}
	#page {
		background-position:left top;
		background-image:url('back_ribbon.png');
	}
}