/* Design by CDI. Markup and CSS by David Hammond. */

html
{
	background: #1d166b;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #5551cf;
	border-left: 10px solid #19135C;
	border-right: 10px solid #19135C;
	color: #000;
	float: left;
	font-family: "Lucida sans", "DejaVu Sana", "Arial", sans-serif;
	margin: 0 5%;
	min-height: 100%;
	min-width: 90%;
	padding: 0;
}

#page
{
	padding-top: .5em;
}

/* Main heading */

h1
{
	background: #fee435;
	border-bottom: 2px solid #fc2602;
	border-top: 2px solid #fc2602;
	font-size: 2em;
	padding-bottom: 1px;
	padding-top: 1px;
}

h1 .wrapper
{
	background: #2a209c;
	border-bottom: 10px solid #3d36b3;
	border-top: 10px solid #3d36b3;
	color: #fee435;
	display: block;
	line-height: 1.2em;
	text-indent: 1.5em;
}

h1 a
{
	color: #fee435;
	font-size: 1.5em;
	font-style: normal;
	text-decoration: none;
}

#skipnav
{
	height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: 10em;
	width: 0;
}

/* Some front page stuff */

h1 .wrap-1
{
	font-size: .6em;
	font-weight: normal;
}

h1 .wrap-2
{
	font-size: .8em;
	font-weight: normal;
	padding-left: 1em;
}

h1 .wrap-3
{
	font-size: 1.1em;
	font-weight: normal;
}

h1 .wrap-4
{
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: -.2em;
}

#points
{
	background: url("/images/students.jpg") no-repeat center bottom;
	color: #fee435;
	font-weight: bolder;
	line-height: 1.4;
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 186px;
	position: relative;
}

#front-page #nav
{
	background: #5551cf url("/images/students-bg.gif") repeat-x top;
	margin-top: -170px;
	padding-top: 186px;
	width: 100%; /* hasLayout hack for IE */
}

/* Navigation */

.nav
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li
{
	display: block;
	font-weight: bolder;
	padding-bottom: 1em;
}

.nav a:link, .nav a:visited
{
	color: #fee435;
	text-decoration: none;
}

.nav a:hover
{
	color: #fff;
}

.nav li.current a
{
	background: url("/images/current-section-marker.gif") no-repeat left center;
	padding-left: 32px;
}

#nav li, #nav-2 li
{
	color: #000;
	display: block;
	float: left;
	font-size: 1.1em;
	min-width: 16%;
	text-align: center;
	white-space: nowrap;
}

#nav li:before, #nav-2 li:before
{
	content: "";
	display: block;
	height: 1px;
	margin-bottom: -1px;
	width: 7em;
}

#nav li.current a, #nav-2 li.current a
{
	padding-right: 32px;
}

#nav-2
{
	padding-top: 1em;
}

#section-nav
{
	float: left;
	padding: .5em 2em 0 0;
	width: 19em;
}

#section
{
	clear: both;
	padding-top: 1.5em;
	margin: 0 2em;
}

/* Content */

#content
{
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	padding: 1em 2em;
	margin: 0 0 0 20em;
}

#content.no-nav
{
	margin-left: 0;
}

fieldset
{
	margin: 1em 0;
}

label
{
	display: block;
	float: left;
	min-width: 8em;
	padding-right: .5em;
	text-align: right;
}

* html label /* IE 6 hack */
{
	width: 8em;
}

.has-long-label
{
	clear: both;
	display: block;
	padding-left: 8.5em;
}

input.error, select.error, fieldset.error, span.error
{
	background-color: #fcc;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1em;
	text-transform: uppercase;
}

ins
{
	background: #eee;
	text-decoration: none;
}

li
{
	margin-top: 1em;
}

p, ul, ol
{
	margin-bottom: 1em;
	margin-top: 1em;
}

dd
{
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0 1em;
}

caption
{
	font-size: 1.5em;
	font-weight: bold;
	padding: .5em;
}

td, th
{
	background: #eee;
	padding: .5em;
	text-align: center;
}

tbody th
{
	background: #ddd;
}

th.windows, th.macintosh, th.linux
{
	background-position: 50% 8px;
	background-repeat: no-repeat;
	padding-top: 108px;
}

th.windows
{
	background-image: url('/images/windows.png');
}

th.macintosh
{
	background-image: url('/images/macintosh.png');
}

th.linux
{
	background-image: url('/images/linux.png');
}

#errors, #warnings
{
	margin-bottom: 2em;
}

#errors ul, #warnings ul
{
	background: #fdd;
	border: 1px solid #fcc;
	margin-left: 0;
	padding: 4px;
}

#errors li, #warnings li
{
	line-height: 1.4;
	list-style-position: inside;
	margin: 0;
	padding: 2px;
}

#errors li a.whole-error, #warnings li a.whole-error
{
	color: #000;
	text-decoration: none;
}

#errors li a.whole-error:hover
{
	text-decoration: underline;
}

#warnings ul
{
	background: #ee9;
	border-color: #dd7;
}

#warnings li a
{
	text-decoration: underline;
}

#warnings input
{
	margin-top: 2em;
}

#faq dt
{
	font-weight: bolder;
}

#faq dd
{
	background-image: url("http://cahseesteps.net/images/a-watermark.gif");
	background-repeat: no-repeat;
	border-color: #f7f7f7;
	padding-left: 64px;
}

.notice, .notice a:link, .notice a:visited
{
	color: #f00;
}

p.video
{
	text-align: center;
}

/* Footer */

#footer
{
	clear: both;
	padding: 1em 2em 0;
	text-align: right;
}

#front-page #footer
{
	color: #fee435;
	font-size: .9em;
	font-weight: bolder;
	padding-top: 8em;
	text-align: center;
}
#footer p
{
	text-align: center;
}
#footer a
{
	color: white;
}
p.mla
{
	padding-left:2em;
	text-indent:-2em;
}
dl.assessment
{
	margin-left:5%
}
dl.assessment ul
{
	list-style-type:none;
}
