body
{
	margin: 0;
	font-family: Palatino,"Palatino Linotype",georgia,serif;
	font-weight: normal;
	background-color: #004;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	-moz-osx-font-smoothing: grayscale;
}

#topbar
{
	width: 100%;
	height: 1px;
	font-size: 18px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
}

#topbarinnerL
{
	height: 1px;
	width: 49%;
	float: left;
	text-align: right;
}

#topbarinnerR
{
	height: 1px;
	width: 48%;
	float: left;
}

#topbarinnerRR
{
	height: 1px;
	width: 1%;
	float: left;
}

#smallpic_container
{
	position: absolute;
	z-index: 100;
	margin: 0;
}

#largepic_container
{
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: none;
	text-align: center;
}

#largepic_container img
{
	width: 500px;
	height: auto;
	margin: 20px auto 0 auto;
}

#top_spacer
{
	width: 100%;
	height: 180px;
}

#topbarinnerM
{
	height: 1px;
	width: 2%;
	float: left;
	text-align: right;
}

#topbar a
{
	color: #fff;
	text-decoration: none;
}

#topbar a:hover
{
	color: #80FF00;
}

#menubox
{
	font-family: verdana, san-serif;
	position: absolute;
	z-index: 1000;
	width: 270px;
	background-color: #000;
	margin: 60px 0 0 -160px;
	background: rgba(0,0,0,0.8);
	text-align: left;
	padding: 30px;
	font-size: 16px;
	display: none;
	color: #777;
}

#menuboxclose
{
	position: absolute;
	z-index: 1100;
	margin: -10px 0 0 270px;
	opacity: 1;
	color: #fff;
	font-size: 30px;
}

#menuicon
{
	position: absolute;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 16px;
	line-height: 9px;
	margin: -6px 0 0 -25px;
}

ul
{
	list-style-type: none;
	opacity: 1;
}

li
{
	margin: 0 0 35px 0;
	opacity: 1;
}

h1
{
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #80FF00;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}

#content
{
	margin: 50px auto 30px auto;
	text-align: left;
	width: 50%;
	max-width: 500px;
}

#titlebox
{
	position: absolute;
	z-index: 500;
	margin: -5px 0 0 -200px;
	text-align: right;
}

#author
{
	position: absolute;
	z-index: 600;
	margin: 49px 0 0 79px;
	color: #bbb;
}

.innerpara
{
	position: relative;
	width: 100%;
	clear: left;
	padding: 0 0 15px 0;
}

.leftcol
{
	position: relative;
	width: 30%;
	float: left;
}

.rightcol
{
	position: relative;
	width: 69%;
	float: left;
	padding: 0 0 15px 0;
}

p
{
	margin: 0;
}

#pics
{
	width: 100%;
}

.pic
{
	width: 31%;
	float: left;
	text-align: center;
	max-width: 31%;
	padding: 3px;
}

a img
{
	width: 100%;
	height: auto;
	border: 1px transparent solid;
}

a img:hover
{
	border: 1px #80FF00 solid;
}

.smallpic
{
	width: 105px;
	height: auto;
}

.caption
{
	font-size: 14px;
}

.pink
{
	color: #FFD4E7;
}

.cyan
{
	color: #BCFFFE;
}

.yellow
{
	color: #fffebe;
}

.green
{
	color: #bdffc9;
}

.purple
{
	color: #D8CDFF;
}

#copyright
{
	font-size: 12px;
	padding: 20px 0 20px 0;
	text-align: center;
	display: block;
	width: 100%;
	clear: left;
}

@media (min-width: 300px) and (max-width: 600px)   /* phone */
{
	#content
	{
		margin: 50px auto 30px auto;
		text-align: left;
		width: 85%;
		max-width: 300px;
	}

	#titlebox
	{
		display: block;
		margin: -90px 0 0 0;
	}

	.leftcol
	{
		width: 0px;
		overflow: hidden;
	}

	.rightcol
	{
		width: 100%;
		padding-top: 80px;
	}

	#largepic_container img
	{
		display: block;
		max-width: 90%;
		height: auto;
		margin: 20px auto 0 auto;
	}
}