@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);


html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


@font-face{
	font-family: nevis;
	src: url(nevis.ttf);
}



body{
	height: 100%; margin: 0px; padding: 0px;
	color: #eeeeee;
	background-color: #222;
	overflow-y: scroll;
	font-family: Verdana, Arial, Georgia;
	font-size: 13px;
}

img {
	margin-bottom: 0px;
}

input {
	background-color: #2a2a2a;
	border-top: solid 1px #222;
	border-left: solid 1px #222;
	border-bottom: solid 1px #353535;
	border-right: solid 1px #353535;
	box-shadow: #111 1px 1px 6px inset;
	border-radius: 16px;
	padding-left: 12px;
	color:#bbb;
	font-size: 24px;
	margin-bottom: 8px;
}


a:link {
	color:#44aaff;
	text-decoration: none;
}
a:visited {
	color:#44aaff;
	text-decoration: none;
}
a:hover {
	color:#77ccff;
	text-decoration: none;
}
a:active {
	color:#44aaff;
	text-decoration: none;
}
 

a.button{
	font-family: Droid Sans;
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #777;
	text-decoration:none;
}
a.button:hover{
	font-family: Droid Sans;
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #ccc;
	text-decoration:none;
}

.notification_bg{
	background-color: #234;
	width: 100%;
	padding: 8px;
	box-shadow: rgba(0,0,0,0.4) 5px 5px 5px;
	margin-bottom: 20px;
	text-align: center;
}

	.notification_text{
		font-family: Droid Sans;
		font-size: 20px;
		text-align: center;
	}


.navbar{
	text-align: center;
	display: inline-block;
}

.header_separator{
	position: absolute;
	border-bottom: dashed 1px #383838;
	width: 100%;
	left: 0px;
	top: 130px;
}

.footer{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 16px;
	margin-top: 30px;
	border-top: dashed 1px #383838;
	width: 100%;
	left: 0px;
	top: 140px;
	font-size: 11px;
	color: #777;
}

	

.main_header{
	margin: auto;
	display: inline-block;
	padding-bottom: 40px;
	vertical-align: top;
}
	.main_header_title{
		margin: auto;
		display: inline-block;
		text-align: center;
		font-size: 30px;
	}
	.main_header_subtitle{
		margin: auto;
		text-align: center;
		font-size: 10px;
		font-weight: 700;
		margin-bottom: 8px;
		color: #555;
	}

.node_upper_separator{
	border-bottom: dashed 2px;
	border-color: #222;
	margin-top: 6px;
	margin-bottom: 6px;
}


.search_not_found{
	color: #500;
	font-weight: 700;
	font-size: 10px;
	margin-bottom: 20px;
	background-color: #A44;
	display: inline-block;
	padding: 4px;
	border-radius: 8px;
	border: solid 1px #F00;
}

.search_label{
	color: #999;
	font-weight: 700;
	font-size: 10px;
}


.mainpage_title{
	padding-left: 6px;
	color: #ccc;
	font-family: Droid Sans;
	font-size: 20px;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.38);
	/*border-bottom: dashed 1px #303030;*/
	margin-bottom: 12px;
}

.header_quote{
	display: inline-block;
	vertical-align: top;
	height: 63px;
	padding: 8px;
	padding-top: 1px;
	padding-right: 0px;
}


.mainpage_quote_body{
	color: #666;
	font-style: italic;
	width: 640px;
}
.mainpage_quote_author{
	font-size: 11px;
}

.wip_large{
	padding-left: 6px;
	color: #fa3;
	font-family: Droid Sans;
	text-align: center;
	font-size: 20px;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.38);
	border-bottom: dashed 1px #303030;
	margin-bottom: 6px;
}


.faq_wrap{
	padding: 20px;
	margin-bottom: 20px;
}
.faq_wrap_highlight{
	border: dashed 1px;
	border-radius: 10px;
	border-color: rgba(68, 180, 255, 0.9);
	background-color: rgba(68, 180, 255, 0.1);
	box-shadow: 0px 0px 90px rgba(68, 180, 255, 0.2) inset;
	padding: 20px;
	margin-bottom: 20px;
}
	.faq_title{
		font-family: Droid Sans;
		font-size: 20px;
	}
	.faq_title_highlight {
		font-family: Droid Sans;
		font-size: 20px;
	}

	.faq_q{
		color: #666;
	}

		.faq_text{
			color: #999;
		}
		.faq_text_highlight{
			color: #ccc;
		}

.mainpage_text{
	color: #ccc;
}

.mainpage_screenshot{
	width: 320px;
	height: 180px;
	/*border: solid 1px #555;*/
	padding: 1px;
	border-radius: 6px;
	box-shadow: 1px 2px 20px #000;
}

.mainpage_screenshot:hover{
	width: 320px;
	height: 180px;
	border: solid 1px #888;
	border-radius: 6px;
	padding: 0px;
	box-shadow: 1px 2px 20px #000;
}


.mainpage_imgdesc_left{
	display: inline-block;
}

.mainpage_imgdesc_right{
	margin-left: 16px;
	padding-top: 8px;
	display: inline-block;
	width: 550px;
	font-size: 12px;
	vertical-align: top;
	line-height: 24px;
	color: #999;
}

.mainpage_forumlink{
	display: inline-block;
	padding-top: 9px;
	vertical-align: top;
	margin-left: 6px;
	margin-right: 32px;
}

.mainpage_twitter_right{
	display: inline-block;
	height: 500px;
	vertical-align: top;
	padding: 8px;
}

.input_gifs{
	text-align: center;
	margin: auto;
}
	.input_gif_label{
		-webkit-font-smoothing: antialiased;
		transform: rotate(-25deg) translate3d( 0, 0, 0);
		-ms-transform: rotate(-25deg) translate3d( 0, 0, 0);
		-webkit-transform: rotate(-25deg) translate3d( 0, 0, 0);
		width: 0px;
		margin-top: 4px;
		margin-left: 2px;
		display: inline-block;
		vertical-align: top;
		color: #555;
		padding-left: 8px;
		white-space: nowrap;
	}

	.small_input_gif{
		width: 46px;
		height: 46px;
		border-right: solid 1px #444;
		border-top: solid 1px #111;
		border-left: solid 1px #111;
		border-bottom: solid 1px #444;
		box-shadow: 1px 2px 5px #000;
		border-radius: 4px;
		margin-top: 20px;
		margin-left: -8px;
		display: inline-block;
	}


.page_wrapper{
	/*box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.44);
	background-color: #303030;*/
	max-width: 960px;
	margin: auto;
	padding-top: 28px;
	height: 100%;
}

	.node_desc_header{
		margin: auto;
		display: inline-block;
		text-align: center;
		width: 100%;
	}


	.node_desc_wrapper{
		margin: 8px;
		margin-bottom: 48px;
	}


		.node_desc_title{
			padding-left: 6px;
			font-family: Droid Sans;
			font-size: 20px;
			text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.38);
			/*border-bottom: dashed 1px #303030;*/
		}
 
		.node_desc_title_hotkey{
			padding-left: 6px;
			font-family: Droid Sans;
			font-size: 18px;
			color: #444;
			display: inline;
		}

		.node_desc{
			background-color: #282828;
			/*box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);*/
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			border-radius: 3px;
		}

		.node_desc_main_input{
			

		}

		.node_desc_main_input_right{
			display: inline-block;
			margin-left: 4px;
			margin-top: 3px;
			vertical-align: top;
			width: 830px;

		}

		.node_desc_main_input_title{
			font-size: 14px;
			font-weight: 700;
			vertical-align: top;
			margin-bottom: 2px;
			
		}

		.node_desc_main_input_desc{
			display: inline-block;

		}

			

			.node_desc_inner{
				padding: 4px;
				color: #aaa;
			}

				.node_desc_inner_img{
					display: inline-block;

				}

				.node_desc_inner img{
					display: inline-block;
					vertical-align: middle;
					border: solid 1px;
					border-color: #111;
					border-radius: 5px;

				}

				.node_desc_inner_txt{
					display: inline-block;
					vertical-align: top;

				}



.tutorial_entry{
	display: inline-block;
}
	.tutorial_entry_right{
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
		color: #777;
	}
	.tutorial_entry_right_title{
		padding-left: 6px;
		font-family: Droid Sans;
		color: #999;
		font-size: 20px;
		text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.38);
	}

.youtubethumb {
    width: 256px;
	height: 144px;
	overflow: hidden;
	display: inline-block;
	border: solid 1px #444;
	border-radius: 4px;
	box-shadow: 1px 2px 5px #111;
}

	.youtubethumb img {
	    width: 256px;
		height: 192px;
		margin-top: -24px;
	}



.node_list{
	/*max-width: 960px;*/
	/*margin: auto;*/
}
