@charset "UTF-8";

/* Layout Small Screens */

header {
	height: 75px;
	background-image: url(../images/base/SSDiscoHeaderMedium1.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-bottom: 10px;
}

/*header a.logo {
	width: 75px;
	height: 95px;
	top: 10px;
	right: 5px;
	background-image: url(../images/MinhasCouponsMedlLogo.png);
}*/
header a.logo {
	width: 100px;
	height: 75px;
	top: 0px;
	right: 0px;
	background-image: url(../images/base/MinhasCouponsLogo5Small.png);
}


article {
	padding: 20px 20px 10px 20px;
}

nav {
	position: static;
	background-color: #515673;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1em;
}
nav a {
	color: #a6abc5;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
	
nav a:hover { color: #fff; background-color: rgba(255,255,255,.15);
}

footer { border-top: 1px solid #a6abc5; }

body {background-image: none; }
