﻿/******* General *******/

form
{
    margin: 0;
    padding: 0;
}

h1
{
  color: #CB071D;
}

h2
{
    color:#41A62A;
}

.worksheets h2 {
    background-color: #41A62A;
    color: #FFF;
    padding: 3px 14px 3px;
    margin: 15px 0 0;
}

h3
{
    color:#ed0e28;
}

a, a:visited, a:active
{
    color: #ed0e28;
    text-decoration: underline;
}

a:hover
{
    color: #CC071E;
    text-decoration: none;
}

.xmas .info-menu {
    background-color: #61C64A;
}

.xmas .info-menu h2 {
    text-shadow: #2e6325 1px 1px 2px;
}

.xmas .info-menu ul {
    border-color: #52a83e;
}

.xmas .info-menu a.selected {
    border-left: 2px solid #CB071D;
}


/* Games */
ul.sites {
    list-style: none;
    margin: 0;
    padding: 0;
}

.worksheets ul.sites {
    padding: 0 0 1em;
}

.sites li {
    border-bottom: dotted 1px #CCDDFF;
    padding: 10px;
    margin: 0;
}

.sites li:hover {
    background: #E9FFE9;
}

.sites li a {
    text-decoration: none;
}

.sites li a img {
    background-color: #FFF;
    border: solid 1px #CCDDEE;
    display: block;
    float: left;
    margin: 0 12px 0 2px;
    padding: 3px;
}

.sites li img {
    float: left;
    width: 180px;
}

.worksheets .sites li img {
    float: left;
    width: 212px;
}

.sites h2 {
    color: #cc071e;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
    padding: 0;
    margin: 0 0 6px;
}

.sites p {
    color: #222;
    margin: 0 0 0.2em 202px;
}

.worksheets .sites p, .worksheets .sites h2 {
    margin: 0 10px 0.2em 263px;
    line-height: 1.7em;
}

.sites li p a {
    text-decoration: underline;
}

/***** Activities *****/
ul.activities {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.activities li {
    border: solid 2px #61C64A;
    padding: 0;
    margin: 0 12px 12px 0;
    height: 290px;
    width: 290px;
    display: inline-block;
    float: left;
    position: relative;
}

ul.activities li.even {
    margin-right: 0;
}

ul.activities img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/***** Main Body *****/
.feature {
    background-color: #f9b8b8;
    color: #000;
    padding: 20px;
    margin-bottom: 15px;
}

a.blockLink, a.blockLink:active, a.blockLink:visited {
    background-color: #AF0820;
    color: #FFF;
    display: inline-block;
    padding: 2px 12px;
    text-decoration: none;
}

a.blockLink:hover {
    background-color: #BF1830;
    color: #FFF;
    text-decoration: none;
}

hr {
    border-style:none;
    color: #F78D8D;
    background-color: #F78D8D;
    height: 4px;
    margin: 25px 0;
}

#xmasFeatures a
{
    font-size: 20px
}

#xmasFeatures p {
    margin: 0 0 25px 0;
}

#thumbsTable td
{
    text-align:			center;
    vertical-align:		middle;	
}
        
#thumbsTable img
{
    margin-bottom:		15px;
  border: 0;
}

#main ul
{
  list-style: circle;
}

#main ul li
{
  margin: 5px 0;
}

.warning
{
  background-color: #FFDDDD;
  margin: 2px 0 30px 0;
  padding: 4px;
  border: solid 4px #FFAAAA;
}

.warning h1
{
    border: 0;
    color:#FF3333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 5px 0 8px 0;
}

.warning p
{
  margin: 0;
}

#instructions li
{
  margin: 8px 0;
}

/***** Making Cards Page *****/
#thumbGrid
{
  background-color: #F1F1FF;
  border-collapse: collapse;
  border: solid 1px #E1E1EF;
  margin: 10px 0 25px 15px;
  padding: 5px;
  width: 574px;
}

#thumbGrid td
{
  width:278px;
  text-align:center;
  line-height: 2em;
}

#thumbGrid a
{
  color: #CC071E;
  font-weight: bold;
}

#thumbGrid a:hover
{
  text-decoration: none;
}

.cardThumb
{
    margin: 0 0 12px;
    padding: 0;
    width: 200px;
    height: 246px;
    border: solid 1px #CC6666;
    text-decoration: none;
}

.cardThumb:hover
{
    border: solid 1px #660000;
}

.credit {
    color: #666;
    font-size: 80%;
}

/* Xmas Leaderboard */
#xmasLeader {
    background-color: #89C0D3;
    position: relative;
    width: 728px;
    height: 90px;
}

#xmasLeader a > img {
    position: absolute;
    z-index: 100;
}

#xmasLeader div {
    position: absolute;
    width: 728px;
    height: 90px;
}

/* Worksheets */
.worksheets #categories {
    background-color: #FFF;
    border: 4px solid #41A62A;
    padding: 12px;
    margin: 0 0 20px;
    border-radius: 12px;
}

.worksheets #categories h4 {
    color: #41A62A;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 0 4px;
    border-bottom-width: 0;
}

.worksheets #categories a {
    margin: 5px 4px 0 0;
    padding: 2px 4px;
    display: inline-block;
    outline-width: 0;
}