/* mrsperkins.css */

/* PALETTE:
	title: #576ca8
	Slate Gray 3: #98AFC7
*/

html, body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FEFE8D url(../img/orange2yellow.jpg) top repeat-x;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

a 	{ text-decoration: none; color: #005AEB; } 

a:hover { text-decoration: none; color: #CD7300; }

li	{ padding-bottom: 6px; }

h4 {
	padding-bottom: 10px;
}

.left 	{ float: left; }
.right 	{ float: right; }

div.container { 
	border-left: 1px solid #FEFE8D;
	border-right: 1px solid #FEFE8D;
}

div.container-inside { 
	background: #FFFFFF;
	margin: 0 0px 0 0px;
	padding: 0 20px 0 20px;
}

/* HEADER */

div.top-banner {
	margin-top: 10px;
	margin-bottom: 4px;
}

div.intro-text p {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #FFE185;
	border-bottom: 1px solid #FFE185;	
}

div.navlist ul {
	margin: 0 0 0 0;	
}

div.navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	font-size: 12px;
}

/* CONTENT */

div.wrapper {

}

div.sidebar {
	margin-left: -20px; /* overrules span* and maintains -20 set in bootsrap row - keeps content from going below sidebar */
}

div.content {
	margin-top: 20px;
}

div.section {
	margin-bottom: 30px;
}

div.feature img {
	margin: 10px 20px 0px 20px; 
}

p.subheading {
	font-size: 20pt;
	font-style: bold;
	margin-bottom: 16px;
}

p.subheading a:hover {
    	text-decoration: none;
}

p.subheading2 {
	font-size: 16pt;
	font-style: bold;
	margin-bottom: 16px;
}

p.subheading2 a:hover {
    	text-decoration: none;
}

div.footer {
	border-top: 1px solid #98AFC7;
	background-color: #ffffff;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0 10px 0;
}

/* DOLCH LISTS */

table.wordlists td {
	border-bottom: 1px dotted #808080; 
}


/* WORKSHEETS SECTION */

.worksheet-instructions ol {
	margin: 4px 0 20px 44px;
}

.worksheet-instructions li {
	line-height: 160%;
}

.worksheet-descriptions td {
	vertical-align: top;
	padding-left: 10px;
}

.worksheet-descriptions form {
	margin: 0 0 10px;
}

.worksheet-descriptions input {
	padding: 2px 6px 2px 6px;
	margin: 0 8px 0 0;
}

.worksheet-descriptions img {
	padding: 4px;
}

/* EXTRAS */

.well {
  background-color: #fff;
  border: 1px solid #98AFC7;
}

.dolch-generator {
	padding-bottom: 0px;
}

form {
	margin: 0 0 10px 0;
}

.ad-bottom {
	margin: 20px 0 20px 0px;
}

.ad-sky {
	margin: 20px 0 0 40px;
}

.links li {
	margin-bottom: 20px;
}