/* ############## DEFAULT STYLES ############### */

div
{
	font-size: 12px;
}


/* ############## TEXT STYLES ############### */

div.feedBurnerFeedBlock ul, li 
{
	margin: 0px;
	padding: 2px 0 0 0;
	list-style: none;
}
div.feedBurnerFeedBlock p.date 
{
	color: #f499f4;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

#ftrImg
{
	vertical-align: bottom;
	height: 110px;
}

#hdrPromo
{
	background-color: #f1bbf1;
	height: 65px;
	padding: 5px 15;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#isImg
{
	font-size: 12px;
	background-image: url('/images/teacher2010_internetsmarts.gif'); 
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 62px 0 0 182;
	height: 126px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#leftCol
{
	width: 305px;
	vertical-align: top;
	border-right: 1px solid #ccc;
}

.leftColBoxPad
{
	width: 305px;
	padding: 10px 15 5 15;	
	-moz-box-sizing: padding-box; 
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}

.leftColTxtBox
{
	color: #ffffff;
	background-image: url('/images/teacher2010_bkgd_purple_longer.jpg'); 
	background-repeat: no-repeat;
	width: 305px;
	height: 470px;
}
.leftColTxtBox .PageText 
{
	color: #ffffff;
}

#lessonActTxt
{
	padding: 20px 30 12 15;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.progBoxImg
{
	float: right;
	width: 79px;
	margin-bottom: 8px;
}

.progBoxTxt
{
	float: left;
	width: 198px;
	height: 72px;
	background-color: #e5d0e5;
	padding: 5px 5 0 10;
	margin-bottom: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#rightCol
{
	width: 288px;
	vertical-align: top;
}

#rightMainBox
{ 
	padding: 5px 0 5 10;
	height: 220px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ############## LINK STYLES ############### */

a.artHdr:link, a.artHdr:visited, a.blogHdr:link, a.blogHdr:visited  
{
	color: #fff;
}

a.lessonAct:link, a.lessonAct:visited
{ 
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	width: 287px; 
	height: 24px;
	background-color: #993399;
	text-align: center;
	vertical-align: bottom;
	padding-top: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
}
a.lessonAct:hover
{
	background-color: #cc66cc;
	text-decoration: none;
}

a.main:link, a.main:visited  
{
	color: #660066;
	font-weight: bold;
}
a.main:hover  
{
	color: #993399;
	font-weight: bold;
}

.leftColTxtBox span a:link, .leftColTxtBox span a:visited  
{
	color: #f499f4;
}
.leftColTxtBox span a:hover 
{
	color: #fadcfa;
}

