/* ======================================== *
	Front Page Lists
 * ======================================== */
.cma-front-page-list {
	margin-bottom: 25px;
}

.cma-front-page-list li {
	border: 1px solid #cbcbcb;
	border-top: none;
	line-height: 15px;
}

.cma-front-page-list a {
	display: block;
	padding: 7px 15px;
	font-size: 14px;
}

.cma-front-page-list a:link,
.cma-front-page-list a:active,
.cma-front-page-list a:visited,
.cma-front-page-list a:hover {
	color: #198cbf;
}

.cma-front-page-list a:hover {
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
	background-image: -moz-linear-gradient(#eeeeee, #dddddd);
	background-image: -o-linear-gradient(#eeeeee, #dddddd);
	background-image: linear-gradient(#eeeeee, #dddddd);
	color: #0d607a;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.8);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.8);
	box-shadow: inset 0 1px 1px rgba(255,255,255, 0.8);
}

.cma-front-page-list a:active {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#eeeeee));
	background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
	background-image: -moz-linear-gradient(#dddddd, #eeeeee);
	background-image: -o-linear-gradient(#dddddd, #eeeeee);
	background-image: linear-gradient(#dddddd, #eeeeee);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255, 0.8), inset 0 1px 1px rgba(0,0,0, 0.01);
	-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255, 0.8), inset 0 1px 1px rgba(0,0,0, 0.01);
	box-shadow: inset 0 -1px 1px rgba(255,255,255, 0.8), inset 0 1px 1px rgba(0,0,0, 0.01);
}

.cma-front-page-list li:hover {
	border-bottom-color: #b2b2b2;
}

.cma-front-page-list li:active {
	border-bottom-color: #cbcbcb;
}

.cma-front-page-list .cma-title {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	font-size: 16px;
	padding: 7px;
	text-align: center;
	border-left: none;
	border-right: none;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.2);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.2);
}

.cma-front-page-list .cma-last,
.cma-front-page-list .cma-last a {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}



/* ======================================== *
	Core Subjects
 * ======================================== */
#cma-core-subjects .cma-title {
	background-color: #c72017;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c73b33), to(#c72017));
	background-image: -webkit-linear-gradient(#c73b33, #c72017);
	background-image: -moz-linear-gradient(#c73b33, #c72017);
	background-image: -o-linear-gradient(#c73b33, #c72017);
	background-image: linear-gradient(#c73b33, #c72017);
	border-bottom-color: #951811;
}



/* ======================================== *
	Highlighted Categories
 * ======================================== */
#cma-highlighted-categories .cma-title {
	background-color: #349b48;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#349b48), to(#029b1f));
	background-image: -webkit-linear-gradient(#349b48, #029b1f);
	background-image: -moz-linear-gradient(#349b48, #029b1f);
	background-image: -o-linear-gradient(#349b48, #029b1f);
	background-image: linear-gradient(#349b48, #029b1f);
	border-bottom-color: #016715;
}



/* ======================================== *
	Free abctools
 * ======================================== */
#cma-free-abctools {
	height: 480px;
	width: 272px;
	margin-bottom: 25px;
}

#cma-free-abctools .cma-tools-table {
	width: 265px;
	margin-left: 6px;
}

#cma-free-abctools td {
	text-align: center;
	width: 33%;
	padding: 0 0 12px 0;
	line-height: 11px;
	vertical-align: top;
}

#cma-free-abctools .cma-tools-logo {
	text-align: center;
	margin-bottom: 5px;
	margin-left: 10px;
}

#cma-free-abctools a.cma-free-tool-link {
	font-size: 10px;
	color: #0d607a;
}

#cma-free-abctools .cma-free-tool-link:hover {
	text-decoration: none;
}

#cma-free-abctools .cma-free-tool-link span {
	font-size: 10px;
	color: #0d607a;
	margin-top: 4px;
	left: -2px;	
	position: relative;
	display: inline-block;
}

#cma-free-abctools .cma-free-tool-link:hover span {
	color: #198cbf;
	text-decoration: underline;
}

#cma-free-abctools .cma-offset-tool-link img {
	margin-top: -9px;
	left: 8px;
	padding: 1px 1px 0 0;
	width: 76px;
	height: 71px;
	position: relative;
}

#cma-free-abctools .cma-offset-tool-link:hover img {
	margin-top: -8px;
	margin-bottom: 0;
	left: 8px;
	width: 76px;
	padding: 0;
	height: 71px;
	position: relative;
}

#cma-free-abctools .cma-wrong-image-size-shift:hover img {
	position: relative;
	margin-bottom: 0;
}

#cma-free-abctools .cma-more-tools-link a {
	display: block;
	background-color: #ed8a1a;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed8a1a), to(#c57216));
	background-image: -webkit-linear-gradient(#ed8a1a, #c57216);
	background-image: -moz-linear-gradient(#ed8a1a, #c57216);
	background-image: -o-linear-gradient(#ed8a1a, #c57216);
	background-image: linear-gradient(#ed8a1a, #c57216);
	text-align: center;
	padding: 8px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #be6e15;
	border-bottom-color: #884f0f;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.6);
	box-shadow: inset 0 1px 1px rgba(255,255,255, 0.6);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

#cma-free-abctools .cma-more-tools-link a:hover {
	background-color: #f9911b;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9911b), to(#ed8a1a));
	background-image: -webkit-linear-gradient(#f9911b, #ed8a1a);
	background-image: -moz-linear-gradient(#f9911b, #ed8a1a);
	background-image: -o-linear-gradient(#f9911b, #ed8a1a);
	background-image: linear-gradient(#f9911b, #ed8a1a);
	text-decoration: none;
}

#cma-free-abctools .cma-more-tools-link a:active {
	display: block;
	background-color: #c57216;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c57216), to(#ed8a1a));
	background-image: -webkit-linear-gradient(#c57216, #ed8a1a);
	background-image: -moz-linear-gradient(#c57216, #ed8a1a);
	background-image: -o-linear-gradient(#c57216, #ed8a1a);
	background-image: linear-gradient(#c57216, #ed8a1a);
	border: 1px solid #be6e15;
	border-top-color: #884f0f;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255, 0.6);
	-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255, 0.6);
	box-shadow: inset 0 -1px 1px rgba(255,255,255, 0.6);
}
#cma-canvas {
	background-color: #fff;
	width: 978px;
	min-height: 500px;
	margin: 50px auto 0;
	padding: 25px 25px 0 0;
	border-radius: 15px;
	border: 3px solid #2f65b5;
}

.cma-left-column {
    width: 272px;
    float: left;
    margin-left: 20px;
}

.cma-center-column {
    width: 354px;
    float: left;
    margin-left: 30px;
}

.cma-right-column {
    width: 272px;
    float: left;
    margin-left: 30px;
}

.sgk_abcfeature{
    background-image: url('https://s3.amazonaws.com/s3.abcteach.com/Stephen/abc_feature2.jpg');
    width: 395px;
    height: 220px;
    margin-top:7px;
    padding-left:20px;
}

#sgk_featureprice{
    font-style:italic;
    margin-top:15px;
}
#sgk_featureblurb{
    padding-top:30px;
	width: 225px;
	color: #484848;
}


.sgk_feature_links{
    margin-top:20px;
}

.sgk_feature-button{
	font-size: 1.3em;
	font-family: "badger_probold", Arial, sans-serif;
	text-shadow: 1px 1px 0 #484848;
}

#sgk_featureaside{
	background-color: white;
	background-color: rgba(255,255,255,0.4);
	border-radius: 3px;
	font-size: .9em;
	color: #484848;
	margin: 10px;
	padding: 3px;
    float:right;
}

#abcHomePageTitle {
    background-color: #ECECEC;
    text-align: center;
    width: 100%;
    padding: 7px;
}
#abcHomePageTitle h1 {
    color: #737373;
    margin:0;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}
