@import url(css/layout_grids.css);
@import url(css/peoplelist.css);

#wfm-recent-widget img { margin-right: 0.7em; margin-top: 0.7em; border: 1px solid #ccc; }

#late_news{
	margin-top: 1.5em;
}

.item_listing table
{
	border:  0;
}

.item_listing td
{
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top:  0;
	padding-bottom: 0;
	background: #faeddc;/*#FDFAFA;*/
	border: 1px dotted #DDDDDD;
}

.news_item p {
	margin: 1em;
	padding: 1em;
	font-size:  0.9em;
}

.news_item_date{
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 0.5em;
}

.news_excerpt img{
	float:right;
	margin-right: 0.5em;
	margin-right: 0.2em;
}

.breadcrumb{ margin-bottom: .5em;}

.info{ background: #FFFFFF; }

.comment-body {
	border: 1px dotted #cccccc;
	background-color: #efefef;
	padding: 1em;
	text-align: justify;
	margin-bottom: 2em;
}

.commentlist { list-style: none;}

#sidebar h4{
	margin-top: 1em;
}

.navigation div a{
	width: 33%;
	padding: 0.5em;
	border: 1px dotted #EFEFEF;
	background-color:  #FEFEFE;
}

.navigation div a:hover{
	background-color:  #EFEFEF;
}

.navigation .alignleft{
	/*float:  left;*/
}

.navigation .alignright{
	float: right;
}

.entry{
	margin-top:  1em;
}

.archive_post_list{
	background-color: #f6f6f3;
	padding: 1em;
	margin-bottom:  1em;
}

.archive_post_list hr{
	color: #ccc;
}

.gallerylink{
	font-size: 1.1em;
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #f6f6f3;
	margin-bottom: 2em;
	font-weight: bold;
}

.gallerylink a{
	text-decoration: underline;
	
}

.entry a:link, .entry a:active, .entry a:visited{
	size: 1.4em;
	background-color: #f6f6f3;
	font-weight: bold;
	text-decoration: underline;
	margin-left:  0.1em;
	margin-right:  0.1em;
	padding: 0.2em;
	color:  navy;
}

.entry a:hover{
	background-color: #DDDDDD;
	color:  red;
}

#hot_news
{
	padding:  0.5em;
	background-color: #FFFFFF;
	border:  0.18em solid darkred;
	font-size:  1.2em;
	font-weight: bold;
}

.hot_news h2
{
	font-family: Arial, Verdana;
	color:  darkred;
	font-size: 1.5em;
	font-weight:  bold;
	//margin-bottom:  -0.25em;
	text-align: right;
	z-index: -1;
}

#hot_news ul{
	padding:  0;
	margin:  0;
}

#hot_news li{
	list-style: none;
	display: inline;
}

#hot_news li:before {
	content: "\00BB \0020";
	}

#hot_news a, #hot_news a:link, #hot_news a:active, #hot_news a:visited {
	font-size:  0.9em;
	font-weight: none;
}

#hot_news a:hover{
	background:  #FFFFFF;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}


/* PEOPLE LIST */
div.teacher-block {	
	clear: both;
}

div.teacher-thumbnail img {
	float: left;
	border: 1px dotted #efefef;
	margin-right: 1em;
	margin-bottom: 2em;
}

div.teacher-name {
	font-weight: bold;
	font-size: 1.2em;
}

div.teacher-subjects {
	
}

div.teacher-email {
	margin-top: 1em;
}

div.teacher-email a:link, div.teacher-email a:active, div.teacher-email a:visited{
	text-decoration: underline;
	background-color: #fff;
	font-weight: normal;
	color: #111;
}

