@media only screen and (min-width: 1141px) {
/*-----BODY -----*/
	body {
		background-image: url(../img/background.png);
		background-repeat: repeat-x;
		background-color: #6883D4;
	}

/*-----WRAPPER -----*/
	#wrapper {}

/*-----CONTAINER -----*/
	#container {
		margin: 2em auto;
		border: 1px solid #888;
	}

/*-----HEADER -----*/



/*-----NAVigation -----*/
nav ul li.tablet a {
	background-color: transparent;
}
nav ul li.desktop a {
		background-color:#274FCC;
}


/*-----CONTENT -----*/
#content h1.tablet {
	display: none;
}
#content h1.desktop {
	display: block;
}
#content img {
	width: 33%;
}

#content .news {
	float: left;
	width: 45%;
}

#content .tweets {
	float: right;
	width: 45%;
}

#content .news h2, .tweets h2 {
	margin-bottom: 0;
}


/*----- FOOTER -----*/


}
