.wrap
{
	position:			absolute;
	width:				100%;
	top:				0;
	left: 				0;
}

.mainbox
{	
	max-width: 			960px;
	margin: 			0 auto;
	position:			relative;
	padding: 			auto;
}
/*---------body---------*/
body
{
	font-family:		'Century Gothic';
	background-image: 	url("http://leolong.ueuo.com/images/background.jpg"); 
}
/*---------header---------*/	
.header
{
	position:			relative;
	float:				left;
	width:				100%;
	max-width: 			960px;
	margin: 			0 auto;
	border: 			2px solid #adf4ff;
	border-radius: 		5px;
}

.menu
{
	background-color:	deepskyblue;
	text-align:			center;
	width:				100%;
}

.menulink
{
	color:				white;
	text-decoration:	none;
	font-size:			20px;
}

.highlighted
{
	background-color:	darkblue;
}	

.menuitem:hover
{
	background-color:	darkblue;
}
/*---------content---------*/
.content
{
	position:			relative;
	margin:				auto;
	width:				100%;
	float:				left;
	background-color:	dodgerblue;
	max-width: 			960px;
	margin: 			0 auto;
	border: 			1px solid #000000;
	border-radius: 		5px;
}
.content_padding
{
	padding:			10px;
	color:				cornsilk;
}
/*---------page title---------*/
h1
{
	font-style: 		italic;
	text-decoration: 	underline;
}

/*---------social-icon-box---------*/
.social-icon-box
{
	
}
/*---------link---------*/
.link
{
	text-decoration:	none;
	color:				#FFFF00;
}

.link:hover
{
	text-decoration:	underline;
	color:				#7CFC00;
}
/*---------footer---------*/			
.footer
{
	position:			relative;
	width:				100%;
	float:				left;
	text-align:			center; 
	/*background-color:	deepskyblue;*/
	max-width: 			960px;
	margin: 			0 auto;
	padding:			0;
	/*border: 			2px solid #adf4ff;
	border-radius: 		5px;*/
	color:				gray;
}
/*---------back-to-top button---------*/		
a.back-to-top {
	display: 				none;
	width: 					60px;
	height: 				60px;
	text-indent: 			-9999px;
	position: 				fixed;
	z-index: 				999;
	right: 					20px;
	bottom: 				20px;
	background: 			#27AE61 url("http://leolong.ueuo.com/images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 	30px;
	-moz-border-radius: 	30px;
	border-radius: 			30px;
	padding:				0;
}
a:hover.back-to-top {
	background-color: #000;
}
/*---------blog stuff---------*/	
.blog-post
{
	background:				#f5f5f5;
	border-radius:			10px;
	padding:				1px;
	position:				relative;
	margin: 				20px;
	display:				none;
}
.blog-header
{
	color:					#e67300;
	padding:				5px;
}
h2
{
	font-size:			26px;
	font-weight:		400;
}
#blog-post-number
{
	font-size:			14px;
	color:				black;
}
.blog-date
{
	font-size:				13px;
	margin:					0;
	line-height:			1;
}
.blog-separator
{
	clear:					both;
	border-bottom:			1px solid #2a92e5;
	padding-top: 			2px;
	margin-top: 			0px;
	margin-bottom: 			5px;
	font-size: 				2px;
	height: 				2px;
}
.blog-content
{
	padding:				5px;
}
.paragraph
{
	font-size:				16px;
	line-height: 			1.5;
	color:					#806600;
}
#load-more-text
{
	text-decoration:		none;
	color:					black;
	
}
.load-more-button
{
	height:					30px;
	width: 					80%;
	
}
.load-more-button:hover
{
	background:				#00e7ca;
}