/* General Styles */

body {
	font-family: Georgia;
}

a {
	text-decoration: underline;
	color: inherit;
}
	a:hover {
		text-decoration: none;
	}

h1 {
	font-family: Lucida Sans Unicode;
	font-size: 22px;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-shadow: #9F9F9F 0.08em 0.08em 0.1em;
	font-weight: 200;
	margin-bottom: 10px;
}
	h1.sec_head {
		text-decoration: underline;
	}
h2 {
	font-family: Lucida Sans Unicode;
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-shadow: #9F9F9F 0.08em 0.08em 0.1em;
	font-weight: 200;
	margin-bottom: 10px;
}
h1 a, h2 a {
	text-decoration: inherit;
	color: inherit;
}

.blurb_container {
	width: 700px;
	background-color: #333333;
	margin: 0 auto;
	position: relative;
}
#blurb {
	color: #AAAAAA;
	font-size: 18px;
	line-height: 32px;
	padding: 0 30px;
}
#blurb_egg {position: relative; top: 20px; left: 0px;}

.blurb_top {height: 30px; background: url('/img/word_bubble_top.png');}
.blurb {color: #AAAAAA; padding: 0 30px;}
.blurb_bottom {height: 30px; background: url('/img/word_bubble_bottom.png');}
.blurb_connect {position: absolute; left: 130px; bottom: -110px; z-index: 1;}

.blurb_below {position: relative; overflow: hidden; background-color: #EEEEEE; margin: 0 0 10px; padding: 0 0 10px;}
	.blurb_speak {position: relative; top: 20px; left: 0px; float: left;}
	.blurb_connect2 {position: absolute; left: 130px; top: 0; z-index: 1;}

.egg_blurb_1, .egg_blurb_2 {
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 700px;
	min-height: 160px;
}
.egg_blurb_1 {
	background: #EEEEEE url('/img/blurb_egg_right.jpg') no-repeat right;
	padding: 0 187px 0 0;
	font-size: 18px;
}

.egg_blurb_2 {
	background: #EEEEEE url('/img/blurb_egg_left.jpg') no-repeat left;
	padding: 0 0 0 187px;
	font-size: 18px;
}

/* Some font colors */

.nw_orange {color: #FFC937; font-size: 24px; font-variant:small-caps;}
.error {color: red; font-weight: bold;}
.success {color: green; font-weight: bold;}