/* Universal */

* {
	font: 1em Georgia, Serif;
	color: #869f82;
	}

body {
	background: #112d33;
	margin: 0; padding: 0;
	}

a {
	color: #1391ab;
	text-decoration: none;
	}

h2 {
	font-size: 2em;
	color: #b4ff00;
	margin-bottom: 0;
	}
	h2 span, h3 span {
		color: #425357;
		font-size: 0.375em;
		}
		h3 span {
			font-size: 0.5em;
			}
h3 {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 0;
	}
h4 {
	color: #d23491;
	font-size: 1.25em;
	}

p, blockquote {
	font-size: 0.875em;
	line-height: 140%;
	}

strong {
	color: #fff;
	font-weight: bold;
	}

hr {
	height: 0;
	border: 0;
		border-bottom: 1px #06161a dotted;
	margin: 10px 0 50px;
	}
.clear { clear: both; }
.hide { display: none; }

/* Notice */

#notice {
	position: absolute;
		top: -100px;
	padding: 10px 0;
	width: 100%;
	background: #08171a;
	opacity: .95;
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	}
	#notice h1, #notice p, #notice .ctc {
		width: 940px;
		margin: 0 auto;
		}
	#notice h1 {
		font: 1.5em Helvetica, Arial, Sans-Serif;
		color: #fb4c7d;
		}
	#notice .ctc {
		text-align: right;
		}
		#notice .ctc span {
			font: 0.6875em Helvetica, Arial, Sans-Serif;
			padding: 3px 5px;
			color: #fb4c7d;
			}

/* Layout */

#container, #navi ul {
	width: 1000px;
	margin: 0 auto; padding;
	}
	.page {
		padding: 0 30px;
		}

#left {
	width: 460px;
	margin: -10px 0 0 30px;
	float: left;
	}
	.pg #left {
		margin: 0 0 0 30px;
		}
#right {
	width: 460px;
	margin: -40px 30px 0 0;
	float: right;
	}
	.pg #right {
		margin: 0 30px 0 0;
		}

/* Navigation */

#navi {
	background: #f8f0e1;
	width: 100%;
	}
#navi ul {
	list-style: none;
	}
	#navi ul li {
		background: #f8f0e1;
		text-align: center;
		float: left;
		}
		#navi ul li a {
			width: 160px; height: 40px;
			padding: 20px 0 0;
			font: bold 1em Arial, Serif;
			color: #112d33;
			text-transform: uppercase;
			display: block;
			}
			#navi ul li a:hover, #navi ul li:hover a {
				background: #eae0ce;
				}
			#navi ul li.home a:hover {
				background: #f8f0e1;
				}
	#navi ul li ul {
		display: none;
		}
		#navi ul li:hover ul {
			position: absolute;
				top: 60px;
			margin: 0; padding: 0;
			width: 160px;
			display: block;
			}
			#navi ul li ul li {
				float: none;
				background: #eae0ce;
				border-bottom: 1px #b2a081 dotted;
				text-align: left;
				}
				#navi ul li ul li.last {
					border-radius: 0 0 15px 15px;
						-moz-border-radius: 0 0 15px 15px;
						-webkit-border-radius: 0 0 15px 15px;
					border: 0;
					}
					#navi ul li ul li.last a {
						padding-bottom: 20px;
						border-radius: 0 0 15px 15px;
							-moz-border-radius: 0 0 15px 15px;
							-webkit-border-radius: 0 0 15px 15px;
						}
				#navi ul li ul li a {
					font: 1em Georgia, Serif;
					height: auto;
					text-transform: none;
					padding: 3px 10px;
					width: 140px;
					}
					#navi ul li ul li a:hover {
						background: #ddd1bc;
						}
					#navi ul li ul li a span, #bottomtext li span, #bottomtext p {
						font: 0.6875em Helvetica, Arial, Sans-Serif;
						color: #577452;
						}

#bionavi {
	margin: -40px 30px 80px 190px;
	}
	#bionavi ul {
		list-style: none;
		margin: 0; padding: 0;
		}
		#bionavi ul li {
			float: left;
			margin: 3px 20px 0 0;
			}
		#bionavi ul li, #bionavi ul li a, .upback a {
			font: 0.6875em Helvetica, Arial, Sans-Serif;
			}
			#bionavi ul li a {
				background: #0b2025;
				padding: 0 3px;
				font-size: 1em;
				}
.upback {
	margin: 50px 0 10px;
	text-align: right;
	clear: both;
	}

/* Introduction */

#intro {
	font-size: 1.5em;
	background: url(../images/ylogo2.gif) no-repeat;
	height: 180px;
	margin: -60px 0 0;
	padding: 60px 0 0 435px;
	}
		#intro span {
			font-size: 1.5em;
			color: #b4c7b1;
			}
		div.two {
			margin: 5px 0 5px 70px;
			}
		div.three {
			margin: 0 0 5px 50px;
			}
		div.four {
			font-size: .583em;
			color: #597363;
			margin: 0 0 0 210px;
			}
			div.four em {
				font-style: italic;
				color: #f68668;
				}

			#intro div.text a.school {
				background: #094b59;
				color: #fff;
				padding: 0 5px;
				}
				a.school:hover {
					background: #236776 !important;
					color: #ccc !important;
					}
			#intro div.text a.world {
				color: #d23491;
				padding: 0 5px;
				}
				a.world:hover {
					background: #532e3b !important;
					}
#logo {
	margin: -60px 0 0 34px;
	border: 0;
	}

/* News */

#updates {
	list-style: none;
	margin: 10px 0; padding: 0;
	}
	#updates li, #events li {
		background: #153138;
		padding: 3px 0;
		border-bottom: 1px #0b2025 dotted;
		}
		#updates li em {
			font-size: 0.875em;
			color: #1391ab;
			padding: 0 5px;
			display: block;
			}
			#updates li em:hover {
				color: #fff;
				cursor: pointer;
				}
			#updates li em span {
				float: right;
				}
		#updates li div {
			border-top: 1px #0b2025 dotted;
			background: #1c3d45;
			margin: 5px 0 -3px;
			padding: 3px 20px;
			}
			#updates li div p {
				font: 0.6875em Helvetica, Arial, Sans-Serif;
				}

.commentbox {
	text-align: rig;
	}
.commentbox h3 {
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 2px;
	}
	.commentbox h3 span {
		color: #fb4c7d;
		}
		.commentbox h3 span:hover {
			color: #ff789e;
			}
.commentbox span {
	background: #0b2025;
	font-size: 0.6875em;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 3px 5px;
	}
	.commentbox a:hover {
		color: #227789;
		}

/* Events */

#events li {
	padding: 10px 0;
	font-size: 0.875em;
	}
#events, #events li ul {
	list-style: none;
	margin: 10px 0; padding: 0;
	}
	#events .date, #events .name, #events .location {
		float: left;
		margin: 0 20px 0 0;
		}
		#events .date {
			font-size: 1.1429em;
			width: 55px;
			padding: 0 0 0 5px;
			}
			#events .date div, #events .location div, #events .desc {
				font: 0.7857em Helvetica, Arial, Sans-Serif;
				color: #56696d;
				margin: 0 0 5px;
				}
			#events .date div {
				font-size: 0.6875em;
				}
			.page #events .date {
				width: 135px;
				}
		#events .name {
			color: #fb4c7d;
			width: 140px;
			}
			.page #events .name {
				width: 140px;
				}
		#events .location {
			width: 215px;
			padding: 0 5px 0 0;
			margin: 0;
			}
			.page #events .location {
				width: 300px;
				margin: 0 20px 0 0; padding: 0;
				}
		#events .desc {
			padding: 5px 5px 0 0;
			color: #95aaae;
			width: 375px;
			float: right;
			}
			.page #events .desc {
				float: left;
				width: 295px;
				padding: 0 5px 0 0;
				}

#events.page {
	padding: 0 100px;
	}

/* Bottom */

#bottom {
	background: #0b2025;
	margin: 30px 0 -14px;
	padding: 20px 0;
	}
	#bottomtext {
		width: 940px;
		margin: 0 auto;
		}
		#bottomtext .module {
			width: 140px;
			margin: 0 0 0 20px;
			text-align: right;
			float: right;
			}
			#bottomtext .last {
				margin: 0;
				}
		#bottomtext h4 {
			font: bold 1em Helvetica, Arial, Sans-Serif;
			text-transform: uppercase;
			margin: 5px 0;
			}
		#bottomtext ul {
			list-style: none;
			margin: 0; padding: 0;
			}
			#bottomtext li a {
				font: 0.625em Helvetica, Arial, Sans-Serif;
				}

/* Agendas */

.entry ol li {
	color: #fff;
	margin: 0 0 10px;
	}
	.entry ol li li {
		color: #869f82;
		margin: 10px 0 0;
		}
		.entry ol li li li {
			/* font: 0.6875em Arial, Tahoma, Sans-Serif; */
			font-size: .75em;
			margin: 5px 0 0;
			}
		.entry ol li .events li {
			color: #69B6C7;
			}
			.entry ol li .events li li {
				color: #869f82;
				}

/* Picture Box */

.pic {
	margin: 20px;
	background: #153138;
	}
.picleft, .bioleft {
	margin-left: 0;
	float: left;
	}
.picright, .bioright {
	margin-right: 0;
	float: right;
	}
.pic ul {
	margin: 20px auto;
	padding: 0 0 0 15px;
	width: 225px;
	list-style: none;
	}
	.pic ul li {
		padding: 5px 0 0 47px;
		height: 27px;
		margin: 10px 0;
		}
		.pic ul li.facebook {
			background: url(../images/icons/facebook_32.png)
				no-repeat;
			}
		.pic ul li.aim {
			background: url(../images/icons/aim_32.png)
				no-repeat;
			}
		.pic ul li.skype {
			background: url(../images/icons/skype_32.png)
				no-repeat;
				}
		.pic ul li.twitter {
			background: url(../images/icons/twitter_32.png)
				no-repeat;
				}
		.pic ul li span {
			display: none;
			}