/* 8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
----------------------------------------------------------------------------------------*/
#container {
	padding: 1.618em;
	margin: 0 auto; 
	max-width: 60em;
}

#branding {
	float: left;
}
#top-contact {
    margin: 0;
    padding: 0;
    float: right;
}	
#top-contact h2 {
	margin: 0 0 0.28em 0;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 6px;
}
#top-contact p {
    font-size: 1.2em;
    letter-spacing: 2px;
}

.gallery {
	clear: both;
}
	.gallery img {
		margin: 0;
		padding: 0 20px 20px 0;
		float: left
	}
	.gallery img:nth-of-type(3) {
		padding: 0 0 20px 0;
	}
.hidden {
	display: none;
}

aside {
	position: absolute;
	right: 0;
	width: 22.5em;
	height:auto;
 }
 
	aside.about {
		top: 6em
	}
	aside.services {
		top: 5em;
	}


/* 9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 30em) and (max-width: 63.236em) {

	#container { width: 30em; }
	
	#top-contact, nav ul li, .gallery img{
		float: none;
	}
	
	aside {
		position: relative;
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 0.25em;
	}
		aside.about {
			top: 0;
		}
		aside.services {
			top: 0;
		}
		
}