body {
	background: #252525;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #999;
	
	font-size: 14px;
}

a {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #ddd;
}
.lcorner{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 0;
	height: 0;
	border-top: 180px solid #6b0000;
	/*border-top: 180px solid #6090C0;*/
	border-right: 180px solid transparent;

}
.lcorner2{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 0;
	height: 0;
	border-top: 182px solid #fff;
	border-right: 182px solid transparent;
}

.logo {
	display: block;
	background: url('logo_ls.png');
	width: 224px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

.menu {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 53px;
	left: 0px;
	z-index: 5;
	
	background: #6b0000;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.menu item {
	margin-left: 240px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 2px;
}

.content {
	margin: 180px 40px 0;
}

.content .item  {
	display: inline-block;
	max-width: 500px;
	margin: 0 25px 50px;
	vertical-align: top;
}

.content .item h1{
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.content .item h1 {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}

.content .item p{
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: justify;
}
#instafeed {
	max-width: 480px;
	margin: 0 auto;
}
insta {
	display: inline-block;
	margin: 5px;
}
credits {
	font-size: 10px;
	font-style: italic;
}

#deviantfeed {
	
}

deviant {
	display: block;
	margin: 0 0 10px;
}