@charset "UTF-8";
/* CSS Document */

/*  maybe this should just be 480 pixels, typical phone width */

.square {
	float:left;
/*	height:0;
	width:30%;
	padding-bottom:30%;	*/
	height: 360px;	
	width: 360px;
	margin: 5px;
	border:black;
	border-style:solid;
	border-width:thin;
	position: relative;
}

.vertical-center {
	top-margin: 0;
	position: absolute;
	top: 50%;
/*	-ms-transform: translateY(-50%);	*/
	transform: translateY(-50%);
}
/* this isn't really working yet

.vertical-center p.caption{
	text-align: center;
	font-style: italic;
}
*/

.item {
	float:left;
	width: 360px;
	padding: 1rem;
}

.item img.full-width {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	width:95%;
}

.item img.left-side {
	float:left;
	margin:1em;
	width:45%;
}

.item img.right-side {
	float:right;
	margin:1em;
	width:45%;
}

.item img.mini-right-side {
	float:right;
	margin:1em;
	width:25%;
}

.item img.middle {
	display: block;
	margin-right:auto;
	margin-left: auto;
	margin-top:1em;
	margin-bottom:1em;
	width:50%;
}
/*
.item p {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
*/
img.icon-inline {
	float:none;
	width:1em;
	height:1rem;
	padding-left:.5rem;
	padding-right:.5rem;
	border:0px;
}

/* for << and >> symbols */


a.motion {
	text-decoration: none;
	color: #BBBBBB !important;
}





