/*
---------------------------------------------
MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/

p { padding: 10px 0; }

h1, h2, h3, h4 { padding: 10px 0; clear: both; }

#wrapper {
	width: 778px;
	margin: 0 auto;
	padding: 10px 14px;
/*	background: url("./wrapbg.png") repeat-y 0 0;*/
	position:relative;
	padding-top:70px;
}
#header {
	width: 818px;
	height: 161px;
	position: absolute;
/*	background: url("./header.png") no-repeat 0 0;
	left: -39px;
	top: 0px;
	z-index: 0; */

}

/*
---------------------------------------------
HEADER & NAVIGATION ELEMENTS
---------------------------------------------
*/

#nav {
	float: right;
	margin-right: 25px;
	position: relative;
	margin-top: -15px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	padding: 5px;
	margin: 0 5px;
	float: left;
	display: block;
	background: #f0f3f8;
	color: #6c86b7;
}

#nav li a:hover,
#nav li .active {
	background: #7089bb;
	color: #fff;
	text-decoration: none;
}

#nav li .inactive {
	background: #C0C0C0;
	color: #808080;
	text-decoration: none;
}


/*
---------------------------------------------
MAIN CONTENT ELEMENTS
---------------------------------------------
*/

#container {
	width: 750px;
	clear: both;
	overflow: hidden;
	border: 1px solid #ede6dc;
	background: #fbf8f2;
	position: relative;

}

#container-header,
#container-footer {
	width: 750px;
	height: 10px;
	clear: both;
	position: relative;
        background: #fbf8f2;
}

#container-header {
	padding-top: 15px;

}
/*
#container li {
	list-style: none;
	padding-left: 15px;

}
*/
#content {
	width: 550px;
	float: right;
        border: 2px solid #DCDCDC;
     }

#content p { padding: 10px 0; 
             font-family: "Trebuchet MS";
             font-weight: normal;
             color: #696969;
             font-size: 12px;
             }

#content li { 
             padding: 10px 0;
             font-family: "Trebuchet MS";
             font-weight: normal;
             color: #696969;
             font-size: 12px;
 }


#content h2 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 17px;
	color: #000080;
	line-height: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #F0DDDA;
}

#content .featured {
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

#content .featured h3 {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	float: left;
	clear: none;
	display: block;

}

#content .featured h3 a {
	padding-right: 10px;
	display: block;
	color: #9f9675;
	font-size: 12px;
}

#content .featured a span {
	padding-left: 10px;
	height: 30px;
	display: block;
}

#sidebar,
#content {
	padding: 10px;
}

/*
---------------------------------------------
SIDEBAR ELEMENTS
---------------------------------------------
*/

#sidebar {
/*	clear: both; */
	width: 146px;
	float: left;
       position: absolute;
        background: #ccdddd;
}


#sidebar h2 {
	width: 160px;
	height: 34px;
	display: block;
	text-indent: -1500px;
}

#sidebar ul {
	padding: 0 10px;
}

#sidebar p { padding: 10px 0;
    font-size: 9px; 
    color: #990000;
}


/*
---------------------------------------------
FOOTER ELEMENTS
---------------------------------------------
*/

 #footerbg {
	background: #ccdddd;
	position: absolute;
        float: right;
        width: 600px;
	height: 30px;
/*	bottom: -17px;
	left: 40px; */
	}

/*
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 23px 0 5px;
	text-align: center;
	clear: both;
} */

#footer-links {
        margin: 15px 0 -10px 0;
	text-align: center;
        background: #fbf8f2;
}

#footer-links li {
	list-style: none;
	display: inline;
}

#footer-links li a {
	padding: 0 10px;
/*	border-right: 1px solid #88a4d8; */
}

#footer-links .last { border-right: none; }

#footer-links p { padding: 10px 0;
    font-size: 9px; 
    color: #990000;
}


/*
---------------------------------------------
DIVs in EXPLANATIONS
---------------------------------------------
*/

.showexample1
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
width: 75%;
text-align: center;
background: #DCDCDC;
border: 1px solid #D3D3D3;
}

.subexplain1
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
width: 75%;
text-align: left;
background: #DCDCDC;
border: 1px solid #D3D3D3;
}


/*
----------------------------------------------
VOCAB LESSON STYLES
----------------------------------------------
*/

.engfield
{ 
background-color: #B0C4DE; 
border-top: 3px solid #778899;
border-right: 3px solid #778899; 
border-bottom: 3px solid #778899;  
border-left: 3px solid #778899;
font-family: "Trebuchet MS";
font-weight: bold;
font-size: 36px;
color: #990000;
text-align: center;
  }

.spanfield
{ 
background-color: #D3D3D3; 
border-top: 3px solid #C0C0C0;
border-right: 3px solid #C0C0C0; 
border-bottom: 3px solid #C0C0C0;  
border-left: 3px solid #C0C0C0;
font-family: "Trebuchet MS";
font-weight: bold;
font-size: 36px;
color: #A9A9A9;
text-align: center;
  }

.spanvocinstruct
{ 
color: #696969;
 }

.vocnavtable
{ 
background-color: #C0C0C0;
border: 1px solid #ede6dc;
margin-left: auto; 
margin-right: auto;
 }

.showvoctable
{ 
margin-left: auto; 
margin-right: auto;
 }



/*
---------------------------------------------
TEXT ENHANCEMENTS
---------------------------------------------
*/

.krunk {
	width: 20px;
	padding: 0px;
	font: 10px "Trebuchet MS";
	text-align:center;
	border: 1px solid #dcd6c6;
	margin-right: 5px;
}

.plonk {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 17px;
	color: #000080;
	line-height: normal;
	padding-bottom: 2px;
        border-bottom: 1px solid #F0DDDA;
}

.specnote1
{ 
font: 16px "Trebuchet MS";
color: #990000;
padding: 2px;
 }

.specnote2
{ 
font: 14px "Trebuchet MS";
color: #990000;
padding: 2px;
 }

.emph1
{ 
font: 12px "Trebuchet MS";
font-weight: bold;
color: #990000;
padding: 2px;
border-bottom: 1px solid #000000;
 }

.translate1
{ 
font: 9px "Trebuchet MS";
color: #990000;
 }

.engexample1
{ 
font: 12px "Trebuchet MS";
font-weight: bold;
color: #000080;
 }

.engexample2
{ 
font: 12px "Trebuchet MS";
font-weight: bold;
color: #000080;
border-bottom: 1px solid #000000;
 }

.maintitle 
{
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 36px;
	color: #990000;
	line-height: normal;
	padding-bottom: 1px;
        border-bottom: 1px solid #F0DDDA;
        
}

.copynote
{ 
font: 10px "Trebuchet MS";
color: #000080;
 }

/*
----------------------------------------------
OTHER ENHANCEMENTS
----------------------------------------------
*/

.listencell {
        border: 1px solid #000000;
        background-color: #C0C0C0;
        margin: 1px;
        margin-left: auto;
        margin-right: auto;
}


.playercell {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin: 1px;
        margin-left: auto;
        margin-right: auto;
}
