@media only screen and (min-width: 1141px) {

/*-----CONTAINER -----*/
#container {
	margin: 2em auto;
	border: 1px solid #333;
	box-shadow:0 0 15px #000;
}

/*------HEADER--------*/
figure.w50 {
	width: 50%;
}



/*-----DECORATIVE BAR -----*/
div.decWrap{display:none;}



/*-----NAVigation -----*/
div.navWrap {background-color: #C77966;} /* right */
div.navWrap div.left {width: 91.666%; background-color: #703030;} /* left */
div.navWrap div.middle {margin-left: 18.181%; background-color: #333} /* center */


nav {
	float: none;
	width: 100%;
	padding: 0;
}
nav .left {
	background-color: tan;
}
nav .middle {
	width: 75%;
	margin-left:16.666%;
	background-color: #717171;
}
nav ul {
	margin-left: 2%;
	border:none;
}
/*main menu items float side by side*/
nav ul li {
	float: left;
	border-right: solid 1px rgba(0,0,0,0.7); 
	border-left: solid 1px rgba(255,255,255,0.1); 
}




/*-----CONTENT -----*/
div.contentWrap {background-color: #703030;} /* right */
div.contentWrap div.left {width: 91.666%; background-color: #E3CDA4;} /* left */
div.contentWrap div.middle {margin-left: 18.181%; background-color: aqua} /* middle */

/*turn off the margin from the tablet*/
#content {margin-left: 0;}



/*----- RSS FROM SMASHING MAGAZINE -----*/
aside#RSSfeed span.description, aside#RSSfeed span.date, aside#RSSfeed p.item br {display:block}





/*-----IMAGES -----*/
figure.w50 {
	width: 50%;
}




/*----- SIGNUP FORM -----*/
form .bcinput {
	width: 30%;
}





/*----- FOOTER -----*/
footer {background-color: #333;}/*--right--*/
footer div.left {width: 91.666%;}/*--left--*/
footer div.middle {margin-left: 18.181%; width:81.819%;}/*--center--*/








}