/*
Theme Name: KSWP Premium
Description: Kid Scoop Wordpress Premium Theme
Author: Kid Scoop
Template: kswp2
Version: 2.0
Text Domain: kswp-premium
*/

@import url("../kswp2/style.css");

body {
	background: #ececec;
}

p.indent {
	margin-left: 20px;
}

.lessonlib {
	width: 325px;
	padding: 1px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#footer {
	width: 780px;
	padding-top: 1px;
	margin-top: 0px;
	color: black;
	background: #ececec;
	background: -moz-linear-gradient(top, #dadada 0%, #ececec 25%);
	background: -webkit-linear-gradient(top, #dadada 0%,#ececec 25%);
	background: linear-gradient(to bottom, #dadada 0%,#ececec 25%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

a.footer {
	color: #a600a6;
}

a.footer:visited {
	color: black;
}

#mainbox {
	border: 0px;
	margin-top: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.content {
	min-height: 900;
}

.headersearch > a {
	margin: 2px 15px 0px 0px;
	display: flex;
	align-items: center;
	color: #a600a6;
	font-weight: bold;
	text-decoration: none;
}

/* ---------- navmenu ---------- */
#navmenu {
	width: 780px;
}

#navmenu li {
	width: 195px;
	margin-right: 0px;
}

/*#navmenu ul li.navcyan {
	width: 60px;
}*/

#navmenu ul li a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 0px;
}

#navmenu ul li.navorange a {
	background: #f47a20;
	background: -moz-linear-gradient(top,  #f47a20 75%, #db6c1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#f47a20), color-stop(100%,#db6c1d));
	background: -webkit-linear-gradient(top,  #f47a20 75%,#db6c1d 100%);
	background: -o-linear-gradient(top,  #f47a20 75%,#db6c1d 100%);
	background: -ms-linear-gradient(top,  #f47a20 75%,#db6c1d 100%);
	background: linear-gradient(to bottom,  #f47a20 75%,#db6c1d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47a20', endColorstr='#db6c1d',GradientType=0 );
}
/* ---------- navmenu ---------- */

/* -------- breadcrumbs -------- */
.breadcrumbs {
	text-align: left;
	color: black;
	width: 740px;
	margin: 0 auto 0;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 2px solid #dadada;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

.breadcrumbs a:link {
	color: #a600a6;
}

.breadcrumbs a:visited {
	color: black;
}
/* -------- breadcrumbs -------- */