/* CSS Document
 * Static Page
 * @Created by Angela Jusuf
 * @Last modified: 12August 2008
 */

.date_modified {
	text-align: right;
}

.article_content {
	float: left;
}

.article_content p {
	margin: 1em 0 1em 0;
}

.article_content ol, 
.article_content ul {
	margin-left: 3em;
}
	
.aritcle_author {
	float: left;
	font-type: italic;
	margin-top: 1em;
}

ul.podcast_menu_list {
	list-style-type: none;
	margin: 1em 0 0 1em;
}

ul.article_menu_list li {
	margin-bottom: 1em;
}

/********************
 * Reflection Corner
 ********************/
.reflectioncorner {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.reflectioncorner h3 {
	font-size: 1.1em;
	color: #38ACEC;
	margin-bottom: 5px;
}

.reflectioncorner_image {
	padding: 1em 0 0.5em 0;
	text-align: center;
}

#podcastMenuBlock {
	width: 300px;
	_width: 300px;
	height: 30px;
	float: left;
}



#podcastMenu li {
	display: inline;
	list-style-type: none;
	background: url(../images/menu_background.jpg) repeat-x;
	margin-right: 3px;
	float: left; /* IE6 fix */
	text-align: center;
}

#podcastMenu ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#podcastMenu li a,  .sideMenu {
	display: block; /* IE6 fix */
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 5px 10px 5px;
}

#podcastMenu div {
	position: absolute;
}

#mainMenu div a {
	background-color:#38ACEC;
	border-top: solid 1px #FFFFFF;
	display: block;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	width: 101px;	
}

#podcastMenu div a:hover {
	background-color:#3E3535;
}



