/* @override http://bfred.it/style.css */

@font-face {
	font-family: 'Diavlo';
	src: local('Diavlo Book'), local('DiavloBook-Regular'), url('/content/diavlo.woff') format('woff'), url('/content/diavlo.ttf') format('truetype'), url('/content/diavlo.svg#webfontezJGRzD1') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	overflow-y: scroll;
	cursor: default;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #5A5A5A;
	min-width: 772px;
}
h1,h2,h3,p,ul,body,html{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
section a[href]:active{
	position: relative;
	top: 2px;
}
img{
	border: none;
}

/*header*/
header{
	background: url(/content/bg.png) repeat-x top center;
	display: block;
	margin-top: 1.5em;
}
h1 a{
	background: url(/content/logo.png) no-repeat top center;
	height: 126px;
	width: 357px;
	margin: 0 auto;
	text-indent: -10000em;
	display: block;
}
/*navigation*/
nav{
	width: 100%;
	overflow: hidden;
	height: 4em;
	display: block;
}
nav ul{
	position: relative;
	float: left;
	left: 50%;
}
nav li{
	float: left;
	margin: 0 .5em;
	right: 50%;
	position: relative;
}
nav a{
	display: block;
	padding: 8px;
	color: #5A5A5A;
	text-decoration: none;
	font: 1.3em/1.3em Diavlo,"Lucida Grande", Lucida, Verdana, sans-serif;
	outline: none;
}
nav .selected a{
	padding-top: 13px;
	position: relative;
	background: url(/content/selected.gif) no-repeat center top;
}
nav a[href]:hover,
nav a[href]:focus{
	color: #ff4cc3;
}
nav a[href]:active{
	position: relative;
	top: 1px;
}

/*body*/
section{
	display: block;
	overflow: hidden;
	text-align: center;
	clear: both;
	width: 356px;
	margin: 0 auto;
}
section h3{
	margin-top: 20px;
	font: 1.3em/1.3em "diavlo","Lucida Grande", Lucida, Verdana, sans-serif;
}
body.error section{
	width: 500px;
}
section.present{
	line-height: 1.5em;
}
section.future{
	line-height: 1.5em;
}
section.future h3{
	margin: 0;
}
/*past*/
section.past{
	width: 752px; /*356*2+imgborder,margin+*/
}
section.past>p{
	margin-bottom: 10px;
}
article{
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
article.odd>*,article.odd{
	float: right;
}
article.even>*,article.even{
	float: left;
}
article div,
article img{
	width: 356px;
	margin: 4px;
	display: block;
}
article.odd>div{
	padding-right: 20px;
	text-align: right;
}
article.even>div{
	padding-left: 20px;
	text-align: left;
}
article h2{
	margin-top: 2px;
	font: 1.9em "diavlo","Lucida Grande", Lucida, Verdana, sans-serif;
}
/*img link*/
article>a{
	border: solid 1px white;
}
article>a:hover,
article>a:focus{
	border: solid 1px #ff4cc3;
}

/*body links*/
article:hover div a,
section.future a{
	color: #73d4fd;
}
section div a:hover,
section div a:focus,
section.future a:hover,
section.future a:focus{
	color: #ff4cc3;
	border-bottom: solid 1px #ff4cc3;
}

/*form*/
form{
	text-align: left;
	margin-top: 20px;
}
form span{
	float: left;
	overflow: hidden;
	line-height: 1.3em;
	margin: 5px 0;
	width: 100%;
}
.simple input, textarea, pre{
	border: none;
	margin: 0;
	padding: 1px;
	background: #f0f9fd;
	border-width: 1px;
	border-color: #73d4fd;
	border-bottom-style: solid;
	font: inherit;
}
input:focus{
	background: #c6ecfc;
}
input[required],
.simple textarea{
	border-color: #ff4cc3;
	background: #ffedf9;
}
input[required]:focus,
.simple textarea:focus{
	background: #ffcfef;
}
.simple label{
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	line-height: 1.7em;
}
.simple input,
textarea{
	width: 240px;
	outline: none;
	float: right;
	display: block;
}
.checkbox,
button{
	float: right;
	width: auto;
	clear: both;
}
.submit{
	float: right;
}
textarea{
	resize: vertical;
}
pre{
	margin: 20px 0;
	text-align: left;
	padding: 0 10px;
	background: #f6f6f6;
	border-color: #c5c5c5;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.error span{
	color: gray;
	border-bottom: solid 1px #ff4cc3;
	height: 15px;
	font-size: .7em;
	top: -21px;
	position: relative;
	padding: 3px 5px;
}