/*****
*
* MyVocabtionary © 2012 MyVocabtionary
* 
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* A copy of the GNU General Public License should be located in the
* \docs\ directory. If you cannot find it, you can view it online
* at <http://www.gnu.org/licenses/gpl.html>
*
*****/
body
{
color:#333333;
background:  #a0adde;
font-family:Arial;
}
h1.title {text-align:center;color:white;font-family:Trebuchet MS,Arial;margin:0;}

.container
{
color:#333333;
margin-left: 5%;
margin-right: 5%;
width: 90%;
background: #BCD66F;
}
div.footer
{
background: #7A991A;
width: 90%;
height: auto;
margin-left: 5%;
margin-right: 5%;
padding-top: 3px;
padding-bottom: 3px;
}
div.footer span.right {
	display:inline;
	float:right;
}
div.footer span.left {
	display:inline;
}
ul.nav a:link, a:visited
{
display:block;
font-weight:bold;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
padding-left:20px;
padding-right:20px;
}
ul.nav a:hover, a:active
{
background-color: #98bf21;
}
a:link, a:visited
{
color: #191683;
text-decoration:underline;
}
a:hover, a:active {
color: #ad0e00;
text-decoration:none;
}
ul.nav li
{
float:left;
color:white;
}
ul.nav
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
margin-left:auto;
background-color:#7A991A;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Trebuchet MS',Arial;
	margin:0;
}
h1 {
	margin-bottom:5px;
	color:darkgreen;
}
h2 {
	color:red;
}
h3 {
	color:blue;
}
h4, h5, h6 {
	color:orange;
}
div#advanced { display:none; /*jQuery Magic*/ }