﻿/********** top navigation links ***********************************/
a:link {
	font-size: 9pt;
	color: #1b427f;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #1b427f;
}

a:hover {
	text-decoration: underline;
}

/* ********************   activity links - blue ****************************88  */
a.activitylink:link {
	color: #21539E;
	/*font-weight: bold;*/
	text-decoration: none;
    /*margin-top:7px;
    display: inline-block;*/
}
a.activitylink:visited {
	color: #21539E;
}
a.activitylink:hover {
	text-decoration: underline;
}

/* ********************  answers and translations links  - grey ****************************88  */
a.answerlinks:link {
	font-size: 9pt;
	color: #4A4A4A;
	background-color: transparent;
	text-decoration: none;
	margin-left: 25px;
    margin-top: 55px;
    text-decoration: underline;


}

a.answerlinks:visited {
   color: #4A4A4A;
}

a.answerlinks:hover {
	text-decoration: underline 10;
}


/* ************************ main holder *********************** */
.content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/**************************************************************************/
/* All elements */
body, h2, h3, h4, h5, p, a, th, tr, td, p, table,  blockquote, caption{
    font-family: Verdana, Calibri, Ariel, sans-serif;
    font-size: 9pt;
    overflow-x:hidden;
    color: #444444;
}

body {
    background-color: #EEEEEE;
    text-align: center;
    margin-top: 20px;
}

H1{
	FONT-SIZE: 24pt;
	COLOR: #FFFFFF;
	margin: 0px 0px 0px 0px
}
H2{
    FONT-SIZE: 16pt;
	COLOR: #FFFFFF;
	margin: 0px 0px 0px 0px

}
H3{
   	FONT-SIZE: 11pt;
	COLOR: #595959;
	background-color: transparent;
    margin-bottom: 5px;
    margin-top: 0px;
}
H4{
	FONT-SIZE: 11pt;
	COLOR: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}

H5{
   /*	FONT-SIZE: 11pt;    */
	COLOR: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
    font-weight: normal;
}

H6{
   FONT-SIZE: 10pt;
	COLOR: #444444;
	margin-bottom: 0px;
	margin-top: 10px;
    font-weight: bold;
}

/*  this is used in Chrome - ie.css controls the spacing of <ul> and <li> in ie   */
UL {
	margin-left: -13px;
    margin-top: 10PX;;
    list-style-type: square;
    margin-bottom: 10PX;;

}
LI{
	margin-top: 2px;
	color: #555555;
	font-size: 9pt;

}

.activitylist li{
  list-style-image: url('../images/bullet.gif');
   FONT-SIZE: 9pt;
	color: #555555;
    margin-top: 4px;
	padding-right: 14px;
}



/*.nav li:first-child {
    border-right :0px solid #FF0033;
    background: #CC0000;
}*/
P{
	font-size: 9pt;
	margin: 5px 0px 5px 0px;
	padding: 0px 14px 0px 0px;
	font-weight: normal;
    line-height: 160%;
    color: #555555;
}

hr {
    border: 0;
    color: #DDDDDD;
    background-color: #DDDDDD;
    height: 3px;
    width: 100%;
    text-align: left;
}

/* little grey text used on index pages and main language naviation pages*/
.greytext {
    FONT-SIZE: 9pt;
	color: #555555;
}
table{
    width: 750px;
    border-collapse: collapse;
    margin-bottom: 5px;
}
td{
    vertical-align: top;
}
/* ------------------------------------------------- navigation tags ------------------------ */

ul.nav {
     margin-left: -40px;
     margin-top: 0px;
     margin-bottom: 0px;
}

.nav li{
     display: inline;
     padding-right: 12px;
	 padding-left: 6px;
     padding-right: 6px;
     border-right :1px solid #595959;
     /* background: #339900;                 */
}
.nav li:first-child {
   padding-left: 0px;

}
.nav li:last-child {
  border-right :1px solid #FFFFFF;
  }

.wrapper{
    /*background: #66CCFF;  */
    padding-top: 5px;
    padding-bottom: 5px;
    overflow:auto;
}

.topright{

    float: right;
    text-align: right;
    text-transform: lowercase;
    display: inline;


}
.topleft{

    float: left;
    text-transform: lowercase;
    display: inline;

}



/*  ---------------------------------  HEADER TABLES FOR INDEX AND ACTIVITY PAGES ------------------   */
table.blue{
    /*background-color:#3399ff;  */
    background-color:#006BD7;
   /* background-color:#003366;    */
    vertical-align: middle;
    height: 65px;
}

.blue td {
    vertical-align: middle;
    padding-left: 10px;
}
table.yellow {
    background-color: #ffcc00;
    vertical-align: middle;
    height: 60px;
}
.yellow td {
    padding-left: 10px;
    vertical-align: middle;
}

.yellow td h2{
    color: #444444;
}
.yellow td h4{
    color: #444444;
	font-size:10pt;
	font-weight: normal;
}



.bluewrapper{
    background-color:#006BD7;
    overflow:auto;
    margin-bottom: 6px;

}

.blueright{
    padding: 5px;

    float: right;
    text-align: right;
     display: inline;
}

.blueleft{
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    display: inline;
}


/*  ---------------------------------  table used for answers and translation pages ------------------  */
table.answers{
    width: 100%;
    line-height: 170%;
    margin-left:10px;
   border: thin solid #DDDDDD;
    }
.answers td {
	width: 50%;
    padding-bottom: 20px;
    padding-left: 10px;
}
.answers th {
	width: 50%;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
}
.ansheading td{
    background: #DDDDDD;
    padding-bottom: 0px;
     /*border-collapse: collapse;       */
}
/* ________________________________________________    used on game maker pages  */
table.diagram{
    padding: 0px;
    margin-top:10px;
   /* background: #DDDDDD;   */

}

.diagram td{
    padding: 0px;
   /* border: 1 solid #444444;   */
    vertical-align: top;
    font-size: 8pt;
}
.diagram td h6{
    margin-top: 0px;
    font-size: 8pt;

}

/*  ---------------------------------  classes added by Nickolay below ------------------  */

/*  ---------------------------------  this is to control the case in navigation area; i prefer lower case from a design point of view, but entries can be easily capitalised from here ------------------
.navigation {text-transform: lowercase;}
                                           */
/*  ---------------------------------  the footer; it's nested inside a container which uses the .content class ------------------  */
.footer {
	width: 750px;
	padding-top: 15px;
	font-size: 8pt;
	text-align: center;
}

.footer a {font-size: 8pt;}

.footer img {
	float:right;
	margin-left: -60px;
}
.footer p{
     font-size: 8pt;
     margin-bottom: 6px;
}

/*  --------------------------------- the landing (home) page classes ------------------  */

#columns {margin-top:20px;}
#columns td {padding: 0px;}

.home_banner {
	/*background-color: #3399FF;  */
    background-color: #006BD7;
	height: 100px;
	width: 750px;
	/*background-image: url(../images/languages_online_logo.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}

.float_right {float:right;}
.subtitle {
	color: #FFFFFF;
	margin-top: -29px;
	padding-left: 15px;

}

#home {
	margin-top:20px;
	border-collapse:separate;
	width: 750px;
}

#home td {
	width: 32%;
	border: 1px solid #E6E6E6;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.topic_bg {
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: -9px;
	margin-top: -2px;
	margin-right: -9px;
}



/*  --------------------------------- 3 column table for content pages ------------------  */
.three_col_table {margin-top:20px;}
.three_col_table td {padding: 0px; width: 32%;}


/*  --------------------------------- this is the holder for topic illustration which is 250x250px at the bottom right and covers part of the third column ------------------  */
#illustration_holder { height:10px; width: 750px; }

#illustration {
	height:250px;
	width: 250px;
	float:right;
	margin-top: -240px;
	position: relative;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}

/*  --------------------------------- vertical spacers for 10, 20, etc. pixels ------------------  */
.space10 {height:10px;}
.space20 {height:20px;}
.space30 {height:30px;}
.space50 {height:50px;}
.space100 {height:100px;}
.space200 {height:200px;}

.float_right {float:right;}

/* ------------------------------------- used for embed code on alt.htm page -------------------- */
.embed {
	border: 1px solid #000000;
	width: 650px;
    height: 100px;
    background: #FFFFCC
}
.smallTxt
{
font-size: 8pt;
line-height: 100%;

}
