body {
	width: 100%;
}
@font-face {
	font-family: traceryText;
	src: url("font/JosefinSans-Regular.ttf");
}

@font-face {
	font-family: traceryLogo;
	src: url("font/JosefinSans-Regular.ttf");
}

#title {
	position: relative;
	font-style: bold;
	font-size: 40px;
	color: rgb(50, 50, 50);
}

#subtitle {
	top: -18px;
	left: 60px;
	position: relative;
	color: rgb(20, 160, 240);
	font-style: italic
}

#header {

	font-family: traceryLogo;
	position: relative;
	width: 100%;
	height: 60px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
	background-color: rgba(255, 255, 255, .9);
	z-index: 50;
}

#titleBar .details {
	text-align: right;
	position: absolute;
	left: 50px;
	top: 0px;
	padding: 5px;
	font-size: 12px;
	color: rgba(20, 50, 50, .6);
	float: right;
	width: 500px;
	height: 100%;
}
#titleBar .links {
	float: right;
	width: 400px;
	height: 100%;
}
#author {

}

#main {
	top: -10px;
	font-family: traceryText;
	position: relative;
	height: 700px;
}

#mainColumn {

	position: relative;
	z-index: 20;
	height: 100%;
	margin-right: 270px;
}

#storyHolder {
	margin: 10px auto;
	max-width: 700px;
	height: 95%;
	background-image: url("img/bg/canvas.jpeg");
	padding: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}

#social {
	overflow: scroll;
	position: relative;
	float: right;
	height: 100%;
	width: 300px;
	background-color: rgba(255,255, 255, .8);
	z-index: 40;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}

