

.padded { padding:30px; }


body
{
	min-width:1200px;
}


#bodyframe
{
	padding:0;
}

#bodypane
{
	padding:0;
	height:600px;
	width:100%;
	max-width:100%;
	overflow:hidden;
}


#leftside, #rightside
{
	position:absolute;
	top:0;
	bottom:0;
}
#leftside
{
	right:55%;
	left:10%;
	padding:130px 0;
	margin-right:100px;
	text-align:right;
}
#rightside
{
	right:0;
	left:42%;
	padding:50px 0;
}





#aboutme
{
	text-align:left;
}
#aboutme h2
{
	font-size:2em;
	text-shadow:2px 2px 3px rgb(0,0,0);
}
#aboutme p
{
	font:1.3em MyCentury,"Century Gothic",futura,"URW Gothic L",verdana,"Bitstream Vera Sans",helvetica,arial,sans-serif;
	line-height:1.8em;
}

.para2
{
	display:none;
}





#photostream
{
	width:600px;
	height:500px;
	font-size:0;
	line-height:0;
}
#photostream .tile
{
	display:inline-block;
	position:relative;
	width:100px;
	height:100px;
	overflow:hidden;
	text-align:center;
}
#photostream .tile:hover
{
	overflow:visible;
	z-index:10;
}
#photostream .tile img
{
	position:absolute;
	filter:url('res.svg#desaturate');
	-webkit-filter:url('res.svg#desaturate');
	opacity:0.7;
}
#photostream .tile:hover img
{
	filter:none;
	opacity:1.0;
}




@media only screen and (max-device-width:960px)
{

#photostream
{
}
#photostream .tile
{
	width:100px;
	height:100px;
}
#photostream .tile img
{
	filter:none;
	-webkit-filter:none;
	opacity:1.0;
}

}





/* ****************************************** */


.linkbox
{
	text-align:left;
}
.linkbox dt
{
    margin:2em 10px 5px 5px;
}
.linkbox dt:first-child
{
    margin-top:0.5em;
}




