/*
Company:	Athena Learning
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #457972;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
/* @end */

/* @group Layout */
div#wrap-top {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bkg-top.gif) no-repeat 0 0;
	height: 17px;
	overflow: hidden;
}
div#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bkg-mid.gif) repeat-y 0 0;
	overflow: hidden;
	padding: 0 20px;
}
div#wrap-btm {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: url(../images/bkg-btm.gif) no-repeat 0 0;
	height: 17px;
	overflow: hidden;
}
/* Head */

/* Body */
body.home div#bd {
	background: url(../images/home-btm-cols-bkg.gif) repeat-y 100% 0 #c7da98;
	width: 960px;
}
body.wide div#bd {
	width: 960px;
	background: url(../images/library-bkg.gif) repeat-y 0 0;
}
body.standard div#bd {
	width: 960px;
	background: url(../images/standard-bkg.gif) repeat-y 0 0;
}

/* Footer */
div#ft {
	overflow: hidden;
	padding: 15px 20px;
	background: url(../images/ft-bkg.gif) repeat-x 0 0 #708150;
	width: 920px;
}
div#ft p.ft-contact {
	width: 200px;
	margin: 0;
	float: left;
	display: inline;
}
div#ft p.ft-contact a {
	display: block;
	background: url(../images/icon-contact.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	font-size: 93%;
}
div#ft p.ft-contact a:link, div#ft p.ft-contact a:visited {
	color: #fff;
	text-decoration: none;
}

div#ft p.copyright {
	width: 600px;
	margin: 0;
	font-size: 77%;
	color: #b1b9a1;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, sans-serif;
	text-align: right;
	float: right;
	display: inline;
}
div#ft p.copyright a:link, div#ft p.copyright a:visited {
	color: #b1b9a1;
	text-decoration: none;
}
div#ft p.copyright a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Font Sizer */
div#text-sizer {
	width: 250px;
	padding: 13px 24px;
	float: right;
	display: inline;
}
div#text-sizer p {
	font-size: 93%;
	margin: 0;
	color: #bbd282;
	float: right;
	display: inline;
}
div#text-sizer p a:link, div#text-sizer p a:visited {
	color: #bbd282;
	text-decoration: none;
}
div#text-sizer span {
	display: block;
	line-height: 26px;
	padding: 0 4px 0 0;
	float: left;
	display: inline;
}
div#text-sizer a.increaseFont {
	background: url(../images/text-plus.gif) no-repeat 0 0;
	padding: 0 10px 0 32px;
	line-height: 26px;
	display: block;
	float: left;
	display: inline;
}
div#text-sizer a.decreaseFont {
	background: url(../images/text-decrease.gif) no-repeat 0 0;
	padding: 0 0 0 32px;
	line-height: 26px;
	display: block;
	float: left;
	display: inline;
}

/* Logo */
div#logo {
	width: 960px;
	height: 102px;
	background: url(../images/athena-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Home Left */
div.home-left {
	width: 223px;
	background-color: #c7da98;
	float: left;
	display: inline;
}
div.home-left h2 {
	font-size: 138.5%;
	color: #4d5f2c;
	font-weight: normal;
	margin: 0 0 15px 0;
}
div.home-left h3 {
	margin: 0 0 10px 0;
	color: #33665f;
	font-size: 116%;
	font-weight: bold;
}
div.home-left h3 a:link, div.home-left h3 a:visited {
	text-decoration: none;
}
div.home-left p {
	font-size: 85%;
	line-height: 140%;
	color: #444;
	margin: 0 0 .3em 0;
}
div.home-left img {
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}

div.featured-dark {
	background: url(../images/home-featured-dark.gif) repeat-x 0 0 #bbd282;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 15px;
}
div.featured-light {
	background: url(../images/home-featured-light.gif) repeat-x 0 0 #c7da98;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 15px;
}
div.featured-last {
	border-bottom: none!important;
}

/* Home Main */
div.home-main {
	width: 737px;
	float: right;
	display: inline;
}

/* Home Top */
div.home-top {
	background: url(../images/home-flash-bkg.gif) repeat-y 0 0 #57948c;
	overflow: hidden;
	width: 737px;
}
div.home-top-left {
	width: 584px;
	overflow: hidden;
	float: left;
	display: inline;
}
/*div.home-top div.home-video {
	width: 441px;
	background: url(../images/home-flash-top-shade.gif) repeat-x 0 0;
	padding: 15px;
	overflow: hidden;
	float: left;
	display: inline;
}
div.home-top div.home-video-chooser {
	width: 113px;
	padding: 20px 0 15px 0;
	text-align: center;
	overflow: hidden;
	float: left;
	display: inline;
} */
div.home-top-right {
	width: 153px;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Home Bottom */
div.home-bottom {
	
}
div.home-btm-right {
	width: 153px;
	float: right;
	display: inline;
}
div.home-dvds {
	width: 584px;
	background: url(../images/dvds-bkg.gif) no-repeat 0 0;
	padding: 35px 0 30px 0;
	float: left;
	display: inline;
}
div.home-dvds-list {
	padding: 0 0 10px 32px;
}
div.home-dvds-list img {
	margin: 0 15px 0 0;
}
div.home-dvds-callout {
	width: 450px;
	background-color: #ebc456;
	float: left;
	display: inline;
}
div.home-dvds-callout p {
	margin: 0;
	padding: 10px 20px;
	font-size: 93%;
	color: #444;
}
div.home-dvds-logo {
	background: url(../images/athena-logo-home.gif) no-repeat 0 100%;
	width: 98px;
	height: 23px;
	text-indent: -9000px;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	float: right;
	display: inline;
}
div.home-dvds-logo a {
	display: block;
	height: 100%;
}

/* Side Shop */
div.side-shop {
	background: url(../images/side-green-bkg.gif) repeat-x 0 0 #718250;
	overflow: hidden;
	padding: 12px;
}

/* Side News */
div.side-news {
	padding: 12px;
	overflow: hidden;
	background: url(../images/side-blue-bkg.gif) repeat-x 0 0;
}
div.side-news p {
	margin: 0 0 .4em 0;
}
div.side-news input.txt {
	width: 125px;
	font-size: 93%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 5px 0;
}
div.side-news input.btn {
	margin: 5px 0 10px 0;
}

/* Side Poll */
div.side-poll {
	padding: 15px 15px 10px;
	background: url(../images/side-green-bkg.gif) repeat-x 0 0 #718250;
}

/* Side Download */
div.side-download {
	padding: 15px;
	background: url(../images/side-blue-bkg.gif) repeat-x 0 0;
}
div.side-download p {
	font-size: 85%;
	background: url(../images/icon-pdf.gif) no-repeat 0 50%;
	margin: 0;
}
div.side-download a {
	display: block;
	padding: 5px 0 5px 30px;
	width: 93px;
}
div.side-download a:link, div.side-download a:visited {
	color: #fff;
	text-decoration: none;
}

/* Side Programs */
div.side-programs {
	padding: 15px;
	background: url(../images/side-programs-bkg.gif) repeat-x 0 0;
	overflow: hidden;
}
div.side-programs h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 138.5%;
	color: #4d5f2c;
}
div.side-programs table {
	width: 100%;
}
div.side-programs table td {
	padding: 5px 0;
	vertical-align: top;
	text-align: center;
}

/* Side Box Headings/p's */
div.side-shop h2, div.side-news h2, div.side-poll h2 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
div.side-shop p, div.side-news p {
	font-size: 85%;
	color: #fff;
}
div.side-shop a:link, div.side-news a:link, div.side-shop a:visited, div.side-news a:visited {
	color: #fff;
}


/* Left */
div.left {
	width: 222px;
	float: left;
	display: inline;
}

/* Main */
body.wide div.main {
	width: 747px;
	padding: 30px;
	float: left;
	display: inline;
}
body.standard div.main {
	width: 538px;
	padding: 23px;
	background-color: #ffefc9;
	float: left;
	display: inline;
}

/* Main Right */
div.right {
	width: 153px;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Library Table */
table.library {
	width: 100%;
}
table.library td {
	font-size: 93%;
	text-align: center;
	vertical-align: top;
	padding: 10px 0 10px 0;
}
table.library td img {
	margin: 0 0 5px 0;
}
table.library td a {
	display: block;
}


/* Download Booklet */
div.download-booklet {
	background: url(../images/side-booklet-bkg.gif) repeat-x 0 0 #c7da98;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px;
	text-align: center;
}


/* Related Links */
div.related-links {
	background: url(../images/side-booklet-bkg.gif) repeat-x 0 0 #c7da98;
	border-bottom: 1px solid #fff;
	padding: 15px;
}

div.related-links p {
	font-size: 93%;
}

div.related-links h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 138.5%;
	color: #4d5f2c;
}


/* Program Pic */
.program-pic {
	margin: 0 10px 20px 0;
	float: left;
	display: inline;
}

/* Right Aligned Pics */
.rightalign-pic {
	margin: 0 0 10px 15px;
	float: right;
	display: inline;
}

/* Right Aligned Pics */
.leftalign-pic {
	margin: 5px 15px 0 0;
	float: left;
	display: inline;
}

/* Script Pics */
.script-pic {
	margin: 30px 0 0 0;
}

/* Globe Theatre */
div.theatre-box {
	text-align: center;
	padding: 25px 0;
	background: url(../images/theatre-box-bkg.gif) repeat-x 0 0 #ebc456;
}
div.theatre-box p {
	margin: 0;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	text-align:center;
}


/* Episode Highlights */
div#accordion {
	border-top: 1px solid #ebc456;
	border-right: 1px solid #ebc456;
	border-left: 1px solid #ebc456;
}
div#accordion h2 {
	padding: 10px 35px;
	background: url(../images/episode-arrow.gif) no-repeat 20px 50%;
	color: #33665f;
	margin: 0;
	border-bottom: 1px solid #ebc456;
}
div#accordion h2 span.sm-italic{
	font-style: italic;
	font-size: 75%;
}
div#accordion h2 span.sm-normal{
	font-size: 75%;
}
div#accordion h2.ui-state-active {
	border: none;
}
div#accordion h2:hover {
	cursor: pointer;
}
div#accordion h3 {
	text-transform: uppercase;
}
div#accordion div.acc-content {
	padding: 0 35px 20px 35px;
}
div#accordion div.ui-accordion-content-active {
	border-bottom: 1px solid #ebc456;
}


/* Country Table */
table.country-table {
	border: 1px solid #ebc456;
}
table.country-table thead th {
	background-color: #2F867B;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	width: 50%;
}
table.country-table {width: 100%;}

table.country-table tbody th {
	background-color: #FFDA75;
	color: #444;
	text-align: left;
	vertical-align: top;
	font-size: 93%;
	padding: 10px;
	text-transform: uppercase;
}
table.country-table tbody th span.italic {
	font-weight: normal;
}
table.country-table tbody td {
	background-color: #FFE494;
	color: #444;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 30px;
	font-size: 93%;
	line-height: 150%;
}

/* History Table */
table.history-table {width: 100%;}

table.history-table tbody th {
	color: #4d5f2c;
	text-align: left;
	vertical-align: top;
	font-size: 93%;
	padding: 2px 5px 20px 5px;
	font-weight: bold;
	text-transform: uppercase;
	width: 15%;
}

table.history-table tbody td {
	color: #444;
	text-align: left;
	vertical-align: top;
	font-size: 93%;
	padding: 0 5px 20px 10px;
	line-height: 150%;
}

/* Google Table */
table.google-table {width: 100%;}

table.google-table tbody th {
	color: #4d5f2c;
	text-align: left;
	vertical-align: top;
	font-size: 93%;
	padding: 2px 5px 20px 5px;
	font-weight: bold;
	text-transform: uppercase;
	width: 22%;
}

table.google-table tbody td {
	color: #444;
	text-align: left;
	vertical-align: top;
	font-size: 93%;
	padding: 0 5px 20px 10px;
	line-height: 150%;
}

/* Common Words Cols */
div.main div.common-words {
	padding: 0 0 30px 0;
}
div.main p.common-note {
	font-size: 77%;
}
div.main p.common-legend {
	margin-bottom: 2em;
}
div.main p.common-legend span {
	padding: 0 0 0 35px;
}
div.main div.common-words p {
	margin: 0 0 3px 0;
}
div.main p span.label-oldnorse {
	color: #007bad;
}
div.main p span.label-oldfrench {
	color: #ff6600;
}
div.col1, div.col2, div.col3, div.col4 {
	width: 24%;
	margin-right: 1%;
	float: left;
	display: inline;
}
div.col4 {
	margin: 0;
}


/* Poll */
div.pds-answer-feedback {
	height: 15px;
	padding: 0;
}
div.pds-answer-feedback img {
	margin: 0!important;
}
div.pds-answer label {
	line-height: 140%;
	padding: 0 0 0 0;
	vertical-align: middle;
}
div.pds-totalvotes-inner {
	margin: 0 0 3px 0!important;
}
input.pds-radiobutton {
	margin-right: 4px;
	vertical-align: middle;
}
input.pds-votebutton {
	position: absolute;
	margin: -30px 0 0 0!important;
}
.pds-votebutton-outer {
	padding-top: 25px;
}

/* @end */

/* @group Nav */
div#navbar {
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
	height: 37px;
}
div#nav {
	width: 700px;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
/*div#nav ul li:hover, div#nav ul li.sfhover {
	background: url(../images/nav-hover.gif) repeat-x 0 0;
}*/
div#nav ul li.selected {
	background: url(../images/nav-hover.gif) repeat-x 0 0;	
}
div#nav ul li a {
	display: block;
	line-height: 37px;
	padding: 0 30px;
	font-size: 108%;
	background: url(../images/nav-div.gif) no-repeat 100% 0;
	text-transform:uppercase;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #457972;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: none;
	background: url(../images/nav-hover.gif) repeat-x 0 0;	
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #ebc456;
	width: 200px;
	z-index: 100;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li.selected {
background-image: none!important;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 110%;
	padding: 10px 20px;
	margin: 0;
	font-size: 85%;
	display: block;
	font-weight: bold;
	background-image: none!important;
	border-bottom: 1px solid #fff;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {

}
div#nav ul li ul a:hover {
	background-color: #58958d;
	color: #fff;
}
/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}


/* Section Nav */
div.section-nav {
	background: url(../images/section-nav-bkg.gif) repeat-x 0 0 #718250;
}
div.section-nav h2 {
	color: #ffd65c;
	margin: 0 0 5px 0;
	padding: 10px 15px 0 15px;
	font-weight: normal;
	font-size: 138.5%;
}
div.section-nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #637246;
	width: 222px;
}
div.section-nav ul li {
	list-style: none;
	width: 222px;
	padding: 0;
	margin: 0;
}
div.section-nav ul li a {
	display: block;
	padding: 7px 10px 7px 28px;
	border-top: 1px solid #829165;
	border-bottom: 1px solid #637246;
	width: 184px;
}
div.section-nav ul li a:link, div.section-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div.section-nav ul li a:hover, div.section-nav ul li.selected a {
	background: url(../images/section-nav-arrow.gif) no-repeat 15px .7em #ffefc9;
	color: #49601c;
}
div.section-nav ul li.selected a:link, div.section-nav ul li.selected a:visited {
	color: #49601c;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 182%;
	margin: 0 0 15px 0;
	color: #4d5f2c;
	font-weight: normal;
}
div.main h2 {
	margin: 0 0 10px 0;
	color: #4d5f2c;
	font-weight: normal;
	font-size: 138.5%;
}
div.main h3 {
	margin: 0 0 2px 0;
	color: #4d5f2c;
	font-size: 93%;
	font-weight: bold;
	line-height: 150%;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #444;
}
div.main p {
	font-size: 93%;
	line-height: 150%;
	text-align:justify;
}
div.main div.avenues p {
	margin: 0 0 3px 0;
	padding: 0 0 0 20px;
	text-indent: -20px;
}
div.main div.avenues h1 {
	margin-bottom: 0;
}
div.main div.avenues h3 {
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
div.main div.center p {
	text-align:center;
	line-height:30px;
}
div.main div.center h1 {
	text-align:center;
}

.qa-question {
display: block;
margin: 0 0 20px 0;
}
.qa-answer p span.name {
	text-transform: uppercase;
	color:#4d5f2c;
	font-weight:bold;
}

.italic, .italics {
	font-style: italic!important;
}
.center {
	text-align: center!important;
}
.bold {
	font-weight: bold!important;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
	line-height: 150%;
	margin-bottom: 4px;
}
/* @end */

/* @group Forms */
div#search-box {
	width: 240px;
	padding: 7px 10px 0 0;
	text-align: right;
	float: right;
	display: inline;
}
div#search-box input.txt {
	vertical-align: middle;
	width: 150px;
	padding: 1px;
	font-size: 93%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-right: 4px;
}
div#search-box input.btn {
	vertical-align: middle;
}

/* Comment Block */
div.comment-block {
	padding: 15px 15px 0 15px;
	border: 1px solid #ebc456;
}
div.main div.comment-block h4 {
	width: 350px;
	font-size: 108%;
	float: left;
	display: inline;
}
div.comment-block div.rating {
	width: 100px;
	text-align: right;
	float: right;
	display: inline;
}

div.comment-block div.comments-list {
	clear: both;
	padding: 10px 0 0 0;
}
div.comment-block div.comment-container {
	border: none;
}
div.comment-block div.comment-container div.header {
	background-color: #ffe8a9!important;
	color: #444;
}
div.comment-block div.comment-container div.content {
	font-size: 85%;
	background-color: #fff;
}
div.comment-block div.comment-form {
	background-color: #fff;
	border: none;
}
div.main div.comment-block div.comment-form h3 {
	font-size: 108%;
	font-weight: normal;
	color: #444;
}
/* End Comment Block */
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #33665f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
outline: none;
}
:focus {
  -moz-outline-style: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


/* Latest News Box */
div#news-text-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
div.latest-news-box {
	width: 650px;
	color: #fff;
	float: left;
	display: inline;
}
div.latest-news-box a:link, div.latest-news-box a:visited {color: #fff;}
div.latest-news-box p.latest-news-title {
	width: 100px;
padding: 15px 0 0 20px;
	float: left;
	display: inline;
}
div.latest-news-box div.latest-news-feed {
	width: 530px;
	float: right;
	display: inline;
}
div.latest-news-box div.latest-news-item {
display: none;
padding: 15px 0 0 0;
}