/* * * * * *
 * 1. Layout
 */

/* Most of the layout comes from the designer's new code in css-screen.css. */

.right-menu {
	float: right;
	width: 200px;
	padding: 10px;
	margin-left: 20px;
	}

#inner-wrapper {
	padding: 20px;
	}




/* * * * * *
 * 3. Formatting
 */

a img {
	border: 0;
	}

blockquote {
	font-style: italic;
	}

ol li {
	margin-bottom: 15px;
	}

td h2 {
	margin-top: 0;
	padding-top: 0;
	}


#main-content {
	}
	#main-content img {
		}

#second-content {
	font-size: 0.75em;
	}
	#second-content h3 {
		font-size: 1em;
		margin-bottom: 5px;
		}

.error {
	color: #c00;
	font-weight: bold;
	}

.right-menu {
	background: #d5ebfa;
	border: 1px solid #9fb6c5;
	font-size: 0.8em;
	}
	.right-menu h2 {
		margin: 0;
		}
	.right-menu ul {
		margin-top: 5px;
		margin-left: 15px;
		padding: 0;
		}
	.right-menu li.yah {
		list-style-image: url(../images/template/li-yah.gif);
		}
		.right-menu li.yah a {
			color: #000;
			font-weight: bold;
			}



/**** Contact */

.contact-details td {
	padding: 5px;
	vertical-align: top;
	}

.contact-details h3 {
	border-top: 1px solid #999;
	margin: 0;
	padding-top: 0px;
	}

.contact-details .label {
	text-align: right;
	color: #999;
	}

/**** Policies */

.policies td {
	border-left: 1px solid #999;
	font-size: 0.85em;
	padding: 5px;
	}
.policies tr.a td {
	background: #eee;
	}


/**** Endorsements and faculty */

.leader-endorsements td {
	padding: 15px;
	vertical-align: top;
	border-top: 1px solid #999;
	}
.leader-endorsements img {
	}
.inline-navigation a {
	padding-right: 20px;
	}
.inline-navigation-column {
	width: 25%;
	float: left;
	}
	.inline-navigation-column a {
		display: block;
		}

/**** Site map */

.site-map ul {
	margin-top: 0;
	}
.site-map li {
	list-style-type: none;
	}
	.site-map li li {
		font-size: 0.9em;
		list-style-type: disc;
		}
	.site-map li li li {
		list-style-type: circle;
		}


/**** Quiz */

.quiz li {
	list-style-type: none;
	}
.quiz ul {
	margin-left: 10px;
	margin-top: 0;
	}
.quiz h3 {
	font-size: 1.2em;
	margin-bottom: 0;
	}
.quiz-response {
	margin-top: 20px;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #090;
	}


/**** Application form */

.application-form fieldset {
	padding: 20px;
	}
.application-form legend {
	font-weight: bold;
	padding-bottom: 10px;
	}


/**** Values */

.values h2 {
	}






/* * * * * *
 * 3. Debugging
#container{
	border: 1px solid orange;
	}

#header {
	border: 1px solid green;
	}

#main-content {
	border: 1px solid blue;
	}

#main-content-fullwidth {
	border: 1px solid cyan;
	}

#navigation {
	border: 1px solid red;
	}

#footer {
	border: 1px solid yellow;
	}
 */
