@import url('blueprint/screen.css');

body {
	background: white;
}

body.home iframe {
	width: 100%;
	height: 1000px;
	background: transparent;
	overflow: hidden;
}

h1 {
	font-size: 4em;
	color: transparent;
	background: url(../images/edupath.org-logo@200px.png) no-repeat;
	height: 50px;
}

h2 {
	font-size: 3.5em;
	clear: both;
}

h2 .small {
	padding-left: 1em;
	font-size: 50%;
}

.box h2 {
	font-size: 2em;
}

h3 {
	font-weight: bold;
}

.rect {
	border: 1px solid black;
	padding: 2em;
}

big {
	font-weight: bold;
	font-size: 2.5em;
	line-height: 100%;
}

label,
input {
	font-size: 1.2em; 
	padding: .5em .5em;
	border-radius: .5em;	
}

input[type=text] {
	width: 18em;
}

input.large[type=text] {
	width: 18em;
	padding: 1em 1em;
	border-radius: .5em;
}


sup {
	font-weight: bold;
	font-size: 1.5em;
	color: #3db1ee;
}


#content {
	overflow: auto;
}


#nav {
}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

#nav a {
	display: block;
	float: left;
	padding: 0 24px;
}

#nav a:first-child {
	padding-left: 0;
}


a.selected {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.status {
	display: none;
}

.center {
	text-align: center;
}

strike {
	opacity: .6;
}

.box {
	overflow: auto;	
}