.wrapper {
	width: 960px;
	}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
h1 {
	font-size:1.5em;
	margin:50px 0px 50px 0px;
	}

.header, h2, .footer, .col h3, p {
	font-size:3em;
	}

.navigation a{
	font-size:3em;
	}


.subNav li{
	display:inline-block;
	padding:5px 5px 5px 5px;
	border-bottom:none;
	}

.subNav a{
	border-bottom:none;
	font-size:3em;
	}

.fluidHeight {
	display:none;
	width:800px;

}

}






/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {




}


/* Small Desktop [portrait + landscape] */
@media only screen and (min-width: 1025px) and (max-width: 1280px){

h1 {
	font-size:20px
	}


.wrapper {
	width: 960px;
	
	}

#legendaBox {
	width: 960px;
	
	
	}

.navigation a {
	display:inline-block;
	text-decoration:none;
	color:#333;
	padding:20px 7px 20px 7px;
	}


.logo {
	width:400px;
	z-index:200;
	float:right;
	margin:-10px 0px 0px 0px;
	text-align:right;
	}


.thumbIcon img{
	width:85px;
	height:85px;
	margin:10px 0px 0px 40px;
	background-color:#096;
	clear:both;
	display:inline-block;
	}






}


/* Desktop [portrait + landscape] */
@media only screen and (min-width: 1281px) {

.wrapper {
	width: 1180px;
	}
#legendaBox {
	width: 1180px;
	
	
	}



}