.blog 
{
	float: left;
	width: 650px;
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 0px 0px;
	border-right: 1px dotted #cccccc;
}

.blog_comment_view
{
	float: left;
	width: 650px;
	margin: 0px 15px 0px 15px;
	padding: 0px 15px 0px 0px;
	border-right: 1px dotted #cccccc;
}

.blog_sidebar 
{
	float: right;
	width: 290px;

}

.blog_comment_sidebar 
{
	float: right;
	width: 290px;
		margin: 0px 15px 0px 0px;
}

.blog_header 
{
	width: 100%;
}

.blog_title 
{
	float: left;
}

.blog_rss 
{
	float: right;
	margin-top: 15px;
}

.blog_desc 
{
	display: none;
	clear: both;
}

.blog_share
{
	float: right;
	margin: 15px 15px 0px 0px;
}

.post 
{
	border-bottom: 1px dotted #cccccc;
	margin: 0.5em 0 1.5em;
	padding-bottom: 1.5em;
}

.post_date 
{
	color: #999999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	font-size: 78%;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
}

.post_title 
{
	color: #FF9900;
	font-family: Georgia,Serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0.25em 0 0 0;
	padding: 0 0 4px 0;
}

.post_photo img
{
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0px;
}

.post_photo .left
{
	margin: 0px 10px 10px 0px;
	float: left;
}
.post_photo .right
{
	margin: 0px 0px 10px 10px;
	float: right;
}

.post_photo .center
{
	margin: 0px 0px 10px 10px;
	text-align: center;

}

.post_footer 
{
	color: #999999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	font-size: 78%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
}

.post_comments 
{
	padding-left: 10px;
}

.comment 
{
	border-bottom: 1px dotted #cccccc;
	margin: 0.5em 0 1.5em;
	padding-bottom: 0.5em;
}

.comment_footer 
{
	color: #999999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-Serif;
	font-size: 78%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 0.5em 0 0 0;
	text-transform: uppercase;
}


/* --- ALUMNI MAGAZINE --- */

.subpage_head
{
	font-weight: bold;
	font-size: 130%;
	color: #ff9900;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	line-height: 160%;
}

.mag_listings {
	text-decoration: none;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.magstory_subhead {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9900;
	padding-bottom: 0px;
}


.caption {
	font-weight: bold;
	font-size: 80%;
	color: #ff9900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.note {
	font-size: 80%;
	color: #000000;
	font-style: italic;
	}
	
.feature_story
{
	font-weight: bold;
	color: #ff9900;
	padding: 0px;
}

.inthisissue
{
	font-weight: normal;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
}
.class_designiation {
	font-size: 85%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
}
.caption_white {
	font-size: 85%;
	color: #FFFFFF;
	padding: 3px;
	margin: 3px;
}

.picture_left {
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
}
.picture_center {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	display: block;
}
	
.picture_right {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 2px;
}

