/* CSS FOR THE PBS KIDS GO! MODULE */

/* PBS KIDS GO! MODULE HEADER */

#gomoduleheader {
background: #EA720F;
padding: 8px;
}

#gomodulesitebg {
background: #429ECE;
vertical-align: top;
padding: 15px;
}

/* PBS KIDS GO! MODULE GAME SECTION */

#gomodulegame {
background: #C4EA4E;
padding: 8px;
}

#gomodulegametitle {
font-weight: bold;
}

a#gomodulegametitle:link, a#gomodulegametitle:visited, a#gomodulegametitle:active {
text-decoration: none;
}

a#gomodulegametitle:hover {
text-decoration: underline;
}

#gomodulegametext {
font-family: verdana, arial, sans-serif;
color: #000;
font-size: 12px;
padding: 5px 0 0 0;
}

/* PBS KIDS GO! MODULE SHARE SECTION */

#gomoduleshare {
background: #429ECE;
padding: 8px;
}

#gomodulesharequestion, a#gomodulesharequestion {
font-family: verdana, arial, sans-serif;
color: #000;
font-size: 12px;
margin: 0 0 5px 0;
}

#gomoduleshareanswer, a#gomoduleshareanswer {
font-family: verdana, arial, sans-serif;
color: #CCFFFF;
font-size: 12px;
text-decoration: none;
}

/* PBS KIDS GO! MODULE FOOTER */

#gomodulefooter {
background: #EA720F;
padding: 8px;
font-family: verdana, arial, sans-serif;
color: #fff;
font-size: 12px;
font-weight: bold;
}

#gomodulefooter a {
font-family: verdana, arial, sans-serif;
color: #fff;
font-size: 12px;
font-weight: bold;
}

