/**
 * Anologue: anonymous, linear dialogue
 *
 * @copyright     Copyright 2010, Union of RAD (http://union-of-rad.org)
 * @license       http://opensource.org/licenses/bsd-license.php The BSD License
 */
@font-face {
	font-family: 'Anologue Titling';
	src: url('../media/font/Blackout/blackout-midnight-webfont.ttf');
/*	src: local('☺'), url('../media/font/Blackout/blackout-midnight-webfont.svg#webfontr2bsaV0s') format('svg');
*/	font-weight: normal;
	font-style: normal;
}

body {
	font-family:Helvetica, Arial, sans-serif;
}

a {
	color:#6B407F;
	text-decoration:none;
	border-bottom:1px dotted #2B1933;
}

a:hover {
	color:#00557F;
}

html,body,input,password,textarea {
	background:#FFF;
	color:#000;
}

p {
	line-height:140%;
	padding:.5em 0;
}

em {
	font-style:italic;
}

.home #anologue-logo {
	margin: -32px -40px 0 -20px;
}

.home h1 {
	font-size:170px;
	text-shadow:0 0 18px #000;
	color:#FFF;
	text-transform:uppercase;
	font-family:"Anologue Titling", Helvetica, Arial, sans-serif;
	margin:.5em 0;
}

.home h2 {
	font-family:"Anologue Titling", Helvetica, Arial, sans-serif;
	font-size:3.8em;
	font-weight:400!important;
	color:#00557F;
	margin:.75em 0 .25em;
}

.home .width-constraint {
	display:block;
	width:1002px;
	padding: 0 1em;
	margin:0 auto;
}

.home .header {
	background:#2B1933;
	color:#fff;
	margin:0;
	padding:2em;
	min-width: 1002px;
}

.home .header h1 {

}

.home .header .aside {
	text-align:right;
	vertical-align:bottom;
}

.home .footer {
	text-align:center;
	padding:4em 0 1em 2em;
}

.home .footer a {
	border:none;
	margin:0 auto;
}

#anologue-new a {
	display:block;
	min-width: 1002px;
	font-size:2em;
	color:#6E537F;
	background:#372940;
	border:none;
	text-align:right;
	-webkit-box-shadow:0 0 36px rgba(0,0,0,.5);
	padding:.5em 1em;
}

#anologue-new a:hover {
	background:#43324C;
	color:#FFF;
}

#anologue-logo {
	display:block;
	float:left;
	padding:.7em 0 0;
}

.home .large {
	font-size:3em;
	text-align:center;
	color:#AEBABF;
	margin:2em 0 6em;
	font-family:"Anologue Titling", Helvetica, Arial, sans-serif;
}

.home .excellence {
	float:right;
	background:rgba(0,0,0,.00);
	-webkit-box-shadow:0 0 18px rgba(0,0,0,.25);
	-moz-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
	margin:1em 0 2em 2em;
	padding:1em;
}

.excellence img {
	margin:0 0 .5em;
}

.excellence span {
	display:block;
	font-style:italic;
	font-size:.85em;
	text-align:center;
	color:#AEBABF;
	padding:.5em;
	font-family:"Anologue Titling", Helvetica, Arial, sans-serif;
}

input,
textarea {
	width:14em;
	border: none;
	padding: 6px;
	color: #000;
	height:16px;
	font-size: 14px;
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.75);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.75);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.75);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(0,0,0,.25);
	font-style: italic;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.35);
	font-style: italic;
}

.overlay {
	background: #000;
	background: rgba(0,0,0,.9);
	color: white;
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.75);
	box-shadow: 0 0 18px rgba(0,0,0,.75);
	padding: 2px 2px 56px 4px;
	z-index: 50;
}
.overlay a {
	color: #ccc;
	border-bottom: 1px dotted #A060BE;

}
.overlay a:hover {
	color: #A060BE;
	border-bottom: 1px dotted #ccc;
}

#anologue-settings {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 1em;
	text-align: center;
}
#anologue-settings h1 {
	font-size: 5em;
}
#anologue-settings input,
#anologue-settings textarea {
	font-size: 16px;
	width: 800px;
	margin: 2px;
}
#anologue-settings textarea {
	height: 4em;
}
#anologue-settings #AnologueWebhook {
	background: white url(../img/icons/webhooks.png) no-repeat .5em .45em;
	padding-left: 32px;
	width: 774px;
}
#anologue-settings button {
	text-align: center;
	padding: 0 1em;
	background: none;
	border: none;
	color: rgba(255,255,255,.45);
	font-size: 2.5em;
	font-family: "Anologue Titling", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#anologue-settings button:hover {
	color: white;
}
#anologue-settings label {
	display: none;
}
