/*    font-family: 'Bubbler One', sans-serif;*/
/*    font-family:'helvetica', sans-serif;*/
/*    font-family: 'Stoke', serif;*/
/*    font-family:'georgia', sans-serif;*/
body {
	min-width:300px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	margin:0;
	padding:0;
}
*::selection {
	background-color:rgba(200,207,200,0.8);
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	font-style:italic;
	font-size:200px;
	text-transform:uppercase;
	margin:0px;
	display:inline-block;
	color:rgb(23, 24, 30);
	line-height:150px;
}
h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:24px;
}
#title {
	top:0px;
	right:0px;
	left:0px;
	text-align:right;
	margin:10px 30px 30px 30px;
}
#title h1 {
	padding:0px;
	margin-left:460px;
}
#footer {
	text-align:right;
    margin: 40px 30px 0px 30px;
    padding-bottom: 100px;
}
#aka {
	margin-bottom:20px;
}
#aka li, #categories li, #user_menu li {
	font-size:18px;
	display:inline-block;
	transition:padding 0.5s ease;
	padding:2px;
}
ul#aka {
	padding-bottom:14px;
	border-bottom:solid 1px rgba(0, 104, 170, 0.3);
}
ul#categories, ul#user_menu {
	padding-bottom:14px;
	border-bottom:solid 1px rgba(87, 44, 40, 0.3);
}
#side {
    position: fixed;
    right: 0;
    top: 200px;
    display: inline-block;
}
#title a, #footer a {
	color:rgb(0, 104, 170);
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-decoration:none;
	line-height:30px;
	padding-bottom:5px;
	-webkit-transition:padding 0.2s ease-in-out;
	-moz-transition:padding 0.2s ease-in-out;
}
#title a:hover, #footer a:hover {
	padding-bottom:20px;
}
#title a:visited, #footer a:visited {
	padding-bottom:0px;
}
#title a:active, #footer a:active {
	padding-bottom:3px;
}
#aka a, a {
	color:rgb(0, 104, 170);
	border-color: rgb(0, 104, 170);
}
#aka a:hover, a:hover {
	color:rgb(50, 154, 230);
	border-color:rgb(50, 154, 230);
}
#aka a:visited, a:visited {
	color:rgb(50, 104, 130);
	border-color:rgb(50, 104, 130);
}
#aka a:active, a:active {
	color:rgb(50, 134, 100);
	border-color:rgb(50, 134, 100);
}
#categories a, #user_menu a {
	color:rgb(87, 44, 40);
	border-color: rgb(87, 44, 40);
}
#categories a:hover, #user_menu a:hover {
	color:rgb(127, 84, 70);
	border-color: rgb(127, 84, 70);
}
#categories a:visited, #user_menu a:visited {
	color:rgb(67, 24, 10);
	border-color: rgb(67, 24, 10);
}
#categories a:active, #user_menu a:active {
	color:rgb(107, 64, 60);
	border-color: rgb(107, 64, 60);
}
#content .date {
	margin-top: -20px;
    margin-bottom: 0px;
    font-style: italic;
}
#content {
	position:relative;
	z-index:10;
	line-height:24px;
	font-size:15px;
	max-width:800px;
	margin:15px auto;
	background-color:rgba(230,230,230,0.4);
	padding: 3px 15px;
}
#content h2 {
	font-weight:400;
	font-size:28px;
	margin-top: 10px;
}
#content h2 a {
	color:rgb(67, 24, 10);
	text-decoration: none;
}
#content img.thumb {
	border: solid 1px rgba(87, 44, 40, 0.3);
	padding: 5px;
    max-width: 400px;
}
#content img, #content iframe {
	display:block;
	margin: auto;
	max-width: 100%;
}
#content span {
	max-width: 100%;
}
#content .section {
    display: block;
    margin: 10px;
    padding: 3px 150px;
}
#content .section:nth-of-type(odd) {
    background-color: #fffc;
}
#content .section:nth-of-type(even) {
    background-color: #e2e2e270;
}
#content .clue-body {
	margin-bottom: 40px;
}
#centre {
    margin: auto;
    max-width: 1200px;
}

.html-area, .markdown-area {
	width:97%;
	height:200px;
}
.html-button, .markdown-button, .render-button {
	line-height: 10px;
	display: inline-block;
	background-color: rgba(30, 30, 30, 0.5);
	padding: 2px 5px;
	margin:2px 5px;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
}
.html-button:hover, .markdown-button:hover, .render-button:hover {
	background-color: rgba(170, 170, 170, 0.7);
}
@media all and (max-width: 1230px) {
	h1 {
		font-size:150px;
	}
}
@media all and (max-width: 1050px) {
	#title h1 {
		max-width:100%;
		word-wrap:break-word;
		margin-left:0;
		line-height: 0.8em;
	}
}
@media all and (max-width: 630px) {
	h1 {
		font-size:120px;
	}
}
@media all and (max-width: 510px) {
	#content {
		margin: 15px 5px;
		padding: 3px 15px;
	}
    #content .section {
        padding: 3px 10px;
    }
    #content img.thumb {
        max-width: 100%;
        padding: 0;
    }
}

canvas#background {
	position:absolute;
	overflow:hidden;
	max-width:100%;
	top:0px;
	left:0px;
	right:0px;
    pointer-events: none;
    z-index: -1;
}

div.hallotoolbar {
    border: 1px solid #babdb6;
    padding: 2px;
    background-color: #eeeeec;
    border-radius: 6px;
    font-size: 12pt;
    line-height: 1.1em;
    width: 260px;
    z-index: 500;
}

div.hallotoolbar .dropdown-menu {
    width: "200px";
    background-color: #eeeeec;
    margin-top: -1px;
    border-left: 1px solid #babdb6;
    border-bottom: 1px solid #babdb6;
    border-right: 1px solid #babdb6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.hallotoolbar .dropdown-menu .selected {
    background-color: #729fcf;
}

[contenteditable="true"].* {
    outline-style: auto;
    outline-width: 3px;
    outline-color: #111111;
}

.prev-page {
	position: absolute;
	right: 10px;
}
.next-page {
	position: absolute;
	left: 10px;
}
