/* @override 
	http://sfz.dev/CSS/text.css
	http://sfzstringcamp.org/CSS/text.css
*/

div.body {
	font: italic bold 18px "Gill Sans", Arial, sans-serif;
	color: #fbff8d;
}

body.Contact_Us div.body p.indent {
	padding-left: 50px;
}

body.Registration div.body p.indent {
	padding-left: 25px;
	padding-bottom: 0px; 
}

div.blog_body {
	font: italic bold 18px "Gill Sans", Arial, sans-serif;
	color: #fbff8d;
}

p {
	font: italic bold 18px "Gill Sans", Arial, sans-serif;
	color: #fbff8d;
}

p.extra_space_after {
	margin-bottom:25px
}

em {
	color: #ff9900;
}

h1 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #ff9900;
}

h2 {
	text-align: left;
	font-size: 18px;
	color: #ff9900;
	padding-top: 12px;
}
sup {
	font-size: 70%;
	vertical-align: 35%;
}
a:hover,
a:active,
a:visited:hover {
	color: #005300;
}

a, a:visited {
	color: #e7d44b;
}

a img {
	border: none;
}
/* @faculty picture alignments */
.align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.align_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}


div#footer p {
	text-align: center;
	color: #3f3f3f;
	font: 12px "Times New Roman";
}

div#footer p a {
	color: #3f3f3f;
}

/* @group blog */

#blog li.news_item a {
	color: white;
}

#blog li.news_item span.news_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

#blog li.news_item span.news_date {
	display: block;
	font-size: 13px;
}

#blog li.news_item span.news_summary {
	display: block;
	padding: 10px 0;
	font-size: 15px;
}

#blog li.news_item span.links {
	display: block;
	font-size: 15px;
}

span.news_title {
	display: block;
	margin-bottom: 1em;
	color: white;
	font-size: larger;
}

#news_container span.news_date {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#news_container span.news_summary {
	font-size: 14px;
}

span.quote_nav_links  {
	display: block;
	color: #fbff8d;
	font-size: 14px;
	text-align: center;
}

span.quote_nav_links a {
	color: #fbff8d;
	font-size: 14px;
}


/* @end */
