/* @override http://ifxtheny.dev/stylesheets/screen.css */

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	background: #fff url(/images/backgrounds/graph_paper.jpg) repeat-y scroll top center;
}
a{
	color: #2d6ca7;
}
sup{
	vertical-align:super;
	font-size: 0.8em;
}
#header{
	margin-bottom: 23px
}
#header ul{
	margin-bottom: 0;
}

#logo{
	height: 60px;
	margin-bottom: 0;
}
#logo a{
	display: block;
	border: 1px dashed #2d6ca7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	text-decoration:none;
	padding:10px;
	height: 40px;
}
#header ul li a{
	border: 1px dashed #2d6ca7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:10px;
	display: block;
	text-align:center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#header a:hover,
#header a.current{
	font-weight: bold;
	background-image: url(/images/backgrounds/highlighted.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  center center;
	text-shadow: 0px 1px 5px #fff200;
	/*rgba(9,30,60,1);*/
}

#header ul li a:hover,
#header ul li a.current{
		background-image: url(/images/backgrounds/highlighted_small.png);

}

.theory{
	clear: left;
	border: 1px dashed #2d6ca7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	padding: 10px 10px 10px 120px;
	margin: 0 120px 21px 120px;
	position: relative;
	min-height: 100px;
	font-size: 1.2em;
}

* html .theory{
	height: 100px;
}
.theory input{
	width: 3em;
	border-style: dashed;
	border-color: #2d6ca7;
	border-width: 0 0 1px 0;
	background: transparent;
	font-size: 1em;
	text-align:center;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}
.theory cite{
	left: 0;
	width: 100px;
	padding-right: 20px;
	position: absolute;
	top: -4px;
	font-size: 0.8em;
	text-align:right;
}
.theory cite .timestamp{
	font-size: 0.8em
}

#theorem_form{
	padding-left: 240px;
}
#theorem_form label,
#login label{
	text-align:right;
}

#theorem_form input[type=text],
#login input[type=text],
#login input[type=password]{
	border-style: dashed;
	border-color: #2d6ca7;
	border-width: 0 0 1px 0;
	background: transparent;
	font-size: 1em;
}

#theorem_form .submit_fields{
	padding-left: 120px;
}
#login:focus{
	outline: #2d6ca7;
}

.flash{
	padding: 4px 0 0px 24px;
	margin: 20px 110px 20px 110px;
	border: 1px dashed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.error{
	color: #ae1515;
	background-image: url(/images/icons/error.png);
}

.notice{
	color: #228b3d;
	background-image: url(/images/icons/notice.png);

}
.copy{
	position: absolute;
	width: 0px;	
	overflow: hidden;
}
span.highlight{
	background-image: url(/images/backgrounds/highlighted.png);
	background-color: #fef9c0;
	background-repeat: no-repeat;
	background-position:  center center;
}

.note{
	float: left;
	margin-left: 120px;
	clear: left;
	font-size: 0.8em;
	font-style:italic;
	color: #929c8c;
}

#pages{
	color: #888;
	text-align: center;
	line-height: 0.7em;
	font-size: 2em;
}

#footer{
	margin-top: 20px;
	color: #666
}