body {
	max-width: 800px !important; margin: 0 auto;
	font-family: 'Roboto Slab', Georgia, Times, Serif !important;
}

#gallery {
	text-align: center;
	margin: 0 auto;
}

#article-wrapper > header { text-align: center; padding-top: 30px }
#article-wrapper > header > p { text-align: left}

#byline {
	margin: 20px 0;
}

.ral { font-family: 'Raleway', Helvetica, Arial, Sans-Serif !important}
.rob { font-family: 'Roboto Slab', Georgia, Times, Serif !important}

.thumb {
	padding: 1%;
	float: left;
	width: 18%;
	min-height: 220px;
	text-align: center;
	cursor:pointer;
}

.thumb img {
	width: 100%;
}

.thumb:hover {
	background: #efefef;
}

.thumb h2 {
	line-height: 1.2em;
}

#nav-tools {
	clear: both;
	margin-bottom: 15px;
}

#back-to-gallery {
	background: #eee;
	color: #444;
	padding: 2px 8px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}

#back-to-gallery:hover {
	background: #dedede;
}

#counter {
	float: right;
}

#next, #prev {
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: inline-block;
}

#prev {
	background: url('../img/slider_arrows.png') no-repeat scroll top left;
}

#next {
	background: url('../img/slider_arrows.png') no-repeat scroll top right;
}

#detail {
	display: none;
	padding: 20px 5% 30px 5%;
	border: 1px solid #ddd;
	width: 90%;
}

#picture-holder img {
	max-height: 450px;
	max-width: 100%;
	width: auto;
}

.h-img {
	width: 100% !important;
	height: auto !important;
	max-height: auto !important;
}

#picture-holder {
	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
}

.story-link, .audio-link {
	clear: right;
}

#descriptor { margin-bottom: 20px}

.story-link {
	padding-left: 23px;
	background: url('../img/story_glyph.png') no-repeat scroll;
}

.audio-link {
	padding-left: 23px;
	background: url('../img/audio-glyph.png') no-repeat scroll;
}

.tag {
	width: 0px;
	height: 0px;
	float: right;
	overflow: visible;
	position: relative;
	right: 13px;
}

.tag span {
	width: 10px;
	height: 10px;
	display: block;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.ingitmo { background: #0a0; }

.notingitmo { background: #a00; }

.dead { background: #000; }

.stat-tag {
	color: #fff;
	border-radius: 2px;
	padding: 3px 5px;
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 12px;
}

.leg-block {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin:0 4px 0 8px;
}

#legend {
	padding: 10px 0;
	clear: both;
}

#legend span {
	line-height: 1em;
}

/*BABY*/
@media only screen and (max-width : 500px) {
	
	.thumb {
		padding: 5% !important;
		width: 40% !important;
		min-height: 185px;
	}

}

/*TEEN*/
@media only screen and (max-width : 700px) {
	
	body {
		width: 90% !important;
		padding: 0 5%;
	}
	
	#picture-holder {
		float: none !important;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	
	.thumb {
		padding: 1%;
		width: 23%;
	}

}

/*MAMA*/
@media only screen and (max-width : 920px) {

}





