/* Add this to HTML export dialog box when preparing a lesson plan for HTML. */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote, ul, li, ol, a, table, th,tr {
	padding:0;
	border-width:0;
	font-family:"Droid Sans", sans-serif;
	font-size: 100%;
	color: #000000;
}

/* Body */

body {
	margin: 6%;
	background:#ccdbe6;
}

/* Headers */
h1 {
	color:#6b84a5;
	font-family:"Lobster", cursive;
	font-size:225%;
	font-weight:100;
}

h2 {
	color:#ffffff;
	font-size:125%;
	line-height:40px;
	margin-left:2%;
	text-transform: capitalize;
}

h3 {
	color:#6b84a5;
	font-size:112.5%;
	margin-bottom:0.5%;
}

h4 {
	font-weight:bold;
}

/* Paragraph */

p {
	margin-bottom: 2%;
}

.caption-img {
	color:#8caad3;
	font-size:87.5%;
	font-style:italic;
	padding-left: 1%;
}
p.caption-source {
	color:#8caad3;
	font-size:87.5%;
}

p.vocab-header {
	font-weight:bold;
}


/* Divs */

.section-header {
	border-style:solid;
	background-color:#6682a6;
	height:40px;
	clear: both;
}

.float-left {
	float:left;
	margin:1%;
	width:30%;
}


.float-right {
	float:right;
	margin:1%;
	width:30%;
}

.full-width {
	float:none;
	margin-top: 1%;
	margin-bottom: 1%;
}

.medium-width {
	float:none;
	margin-top: 1%;
	margin-bottom: 1%;
	width:70%;	
}

.tiny-width {
	float:left;
	margin-right: 3%;
	margin-left: 4%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 5%;
	clear: both;
}

.math {
	float:none;
	margin-top: 1%;
	margin-bottom: 1%;
	width:70%;
	max-width: 550px;
}

/* Video */

.video-wrapper {
	width: 45%;
	float: left;
	margin: 1% 1% 1% 0%;
}
.video-container {
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	position: relative;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Separators */

hr {
	border: 1px solid rgba(0, 0, 0, 0.1);
	clear:both;
}

div._idGenClearFloat {
	clear: both;
}

/* Lists */

ul, ol, li {
	list-style-position:inside;
	margin-left:0%;
	margin-top: 1%;
	margin-bottom: 1%;
}

ul {
	list-style-type:disc;
	margin-top: 2%;
	margin-bottom: 2%;
}

ol {
	list-style-type:decimal;
}

.l2-bullets, .l2-answers, l2-answers-bullets .l2-letters {
	margin-left: 1%;
	margin-right: 1%;
}

.l2-answers {
	color:#6b84a5;
	list-style-type: none;
	margin-top: 2%;
	margin-bottom: 2%;
}

li.l2-answers, li.l2-answers-bullets {
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}

.l2-answers-bullets {
	color:#6b84a5;
	list-style-type: disc;
	margin-top: 2%;
	margin-bottom: 2%;
}

.l2-letters {
	list-style-type: lower-alpha;
}

.b-bullets-l3 {
	margin-left: 12%;
}

/* Tables*/

table {
    border-collapse: collapse;
}

.worksheet-table.header {
	background: #6b84a5;
}

.worksheet-table {
	background: white;
}

span.theader-description {
	font-weight: normal;
	text-align: center;
}

p.theader {
	font-weight: bold;
	text-align: center;
}

td {
	padding: 10px;
	border: 1px solid #666666;
}

.graphic-title {
	color:#6b84a5;
	font-size:112.5%;
	margin-bottom:0.5%;
	clear: both;
}

/* Links */

a:link {
	color:#77b2ee;
}

a:visited {
    color: #6682a6;
}


/* Images */

img {
	width: 100%;
}


/* Span */

.glyph {
	font-family: Arial;
}

/* Misc */

