#navWork {
	display:none;
}

#title h1
{
	background:url("images/work.png") no-repeat 0px 1px;
	max-width:215px;
	float:left;
	cursor:pointer;
}

.pageButton
{
	cursor:pointer;
	float:right;
	height:29px;
	width:29px;
	margin-top:50px;
	margin-left:15px;
	text-indent:-9999em;
}

#controlContainer
{
	width:auto;
	max-width:940px;
}

#pageBeauty
{
	background:url('images/1_2.png') no-repeat 0px 0px;
}

#pageBW
{
	background:url('images/2_1.png') no-repeat 0px 0px;
}

#pageEssay
{
	background:url('images/3_1.png') no-repeat 0px 0px;
}

.column
{
	width:45%;
	float:right;
	font-weight:bold;
	margin-left:5%;
}

#columnBW
{
	display:none;
}

#columnEssay
{
	display:none;
}

.linkable
{
	cursor:pointer;
	margin:0 auto;
	display:inline-block;
	width:100%;
	position:relative;
}

.linkable span
{
	display:none;
	width:100%;
	background-color:rgba(0,0,0,.3);
	color:white;
}

.linkable span p
{
	padding:2px 5px;
}

.linkable:hover span
{
	display:block;
	position:absolute;
	top:0;
	left:-125%;
}

.column .linkable .img
{
	/*margin:0 auto;*/
	/*margin:0.25em 5%;*/
	width:16em;
	height:16em;
	background-size:contain;
	background-repeat:no-repeat;
	display:inline;
	margin-bottom:1em;
}

#beauty1
{
	background-image:url("images/Beauty1.jpg");
	float:left;
}

#beauty2
{
	background-image:url("images/Beauty2.JPG");
	float:right;
}

#beauty3
{
	background-image:url("images/Beauty3.jpg");
	float:left;
}

#beauty4
{
	background-image:url("images/Beauty4.JPG");
	float:right;
}

#beauty5
{
	background-image:url("images/Beauty5.jpg");
	float:left;
}

#BW1
{
	background-image:url("images/BW1.JPG");
	float:left;
}

#BW2
{
	background-image:url("images/BW2.JPG");
	float:right;
}

#BW3
{
	background-image:url("images/BW3.JPG");
	float:left;
}

#BW4
{
	background-image:url("images/BW4.jpg");
	float:right;
}

#essay1
{
	background-image:url("images/Essay1.jpg");
	float:left;
}

#essay2
{
	background-image:url("images/Essay2.jpg");
	float:right;
}

#essay3
{
	background-image:url("images/Essay3.jpg");
	float:left;
}

#essay4
{
	background-image:url("images/Essay4.jpg");
	float:right;
}

#essay5
{
	background-image:url("images/Essay5.jpg");
	float:left;
}

/*iPad/iPhone layout*/
@media only screen and (max-width:800px){
.page
{
	min-height:0;
}

.column
{
	display:inline;
	margin:0 auto;
	width:100%;
	margin-bottom:1em;
	font-size:350%;
}

.column .linkable .img
{
	width:8em;
	height:8em;
	float:none !important;
	margin:0 auto;
	display:block;
}

.linkable span
{
	display:block;
	width:100%;
	margin-bottom:0.5em;
}

.linkable span p.large
{
	font-size:0.6em;
}

.linkable:hover span
{
	display:block;
	position:static;
}
}

/*iPhone layout*/
@media only screen and (max-width:540px){
#navHome
{
	margin:0 !important;
}
}

@media only screen and (max-width:370px){
#title h1
{
	width:40% !important;
}

.column .linkable .img
{
	width:6em;
	height:6em;
}
}