@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Chalkboard";
  src: url("http://www.linguascope.com/assets/fonts/ComicNeue-Bold.woff");
}

/* GENERAL RULES */
a > img {
    border: 0;
	border: none; /* IE10 ignores above line! */
}

/* SPECIFIC RULES */

html, body {
  width:  100%;
  height: 100%;
  margin: 0px;
  font-family: "Chalkboard", "Comic Sans MS", sans-serif;
  font-size: 1em;
}

a {
	text-decoration: none;
}

/* TOP MENU LINE */

#header {
	width: 100%;
	background-color: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 20;
}

ul#menu_main {
	margin: 0;
	padding: 0;
	color: #808080;
	margin: 60px 12px 0 230px;
}

ul#menu_main li {
	display: inline;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

ul#menu_main li a {
	color: #808080;
}

ul#menu_main li + li::before {
    content: " / ";
}

/* social media menu */

ul#menu_social {
	position: absolute;
	list-style: none;
	width: 110px;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	font-size: 1px;
	text-align: right;
}

ul#menu_social li {
	display: inline;
}

ul#menu_social li a {
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	color: #FFF;
}

ul#menu_social li a.youtube {
	width: 44px;
	background-image: url(../images/icon_youtube.png);
}

ul#menu_social li a.facebook {
	width: 26px;
	background-image: url(../images/icon_facebook.png);
}

ul#menu_social li a.twitter {
	width: 38px;
	background-image: url(../images/icon_twitter.png);
}

/* MAIN CONTENT SECTION HOLDER */

#content {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

div.section {
	padding: 10px;
	margin: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* ABOUT SECTION */

div#about {
	padding-top: 50px;
	color: #8AD6EC;
	/* background image */
	background-image: url(../images/frontpage_square_blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	/* Saf4+, Chrome */
	background-image: url(../images/frontpage_square_blue.png), -webkit-gradient(linear, left top, left bottom, from(#2a9ccd), to(#2978b4));
	/* Chrome 10+, Saf5.1+ */
	background-image: url(../images/frontpage_square_blue.png), -webkit-linear-gradient(top, #2a9ccd, #2978b4);
	/* FF3.6+ */
	background-image: url(../images/frontpage_square_blue.png),    -moz-linear-gradient(top, #2a9ccd, #2978b4);
	/* Opera 11.10+ */
	background-image: url(../images/frontpage_square_blue.png),      -o-linear-gradient(top, #2a9ccd, #2978b4);
	/* W3C */
	background-image: url(../images/frontpage_square_blue.png),         linear-gradient(to bottom, #2a9ccd, #2978b4);

}

div#about h2 {
	font-size: 1px;
	text-indent: -2000px;
	background-image: url(../images/heading_about.png);
	background-repeat: no-repeat;
	height: 50px;
	margin: 10px auto;
	max-width: 800px;
}

div#about p {
	margin: 20px auto;
	font-size: 150%;
	max-width: 780px;
}

div#about p a {
	color: #8AD6EC;
	font-weight: normal;
}

/* PRODUCTS SECTION */

div#products {
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../images/frontpage_square_red.png);
	/* Saf4+, Chrome */
	background-image: url(../images/frontpage_square_red.png), -webkit-gradient(linear, left top, left bottom, from(#7dd600), to(#63a700));
	/* Chrome 10+, Saf5.1+ */
	background-image: url(../images/frontpage_square_red.png), -webkit-linear-gradient(top, #7dd600, #63a700);
	/* FF3.6+ */
	background-image: url(../images/frontpage_square_red.png),    -moz-linear-gradient(top, #7dd600, #63a700);
	/* Opera 11.10+ */
	background-image: url(../images/frontpage_square_red.png),      -o-linear-gradient(top, #7dd600, #63a700);
	/* W3C */
	background-image: url(../images/frontpage_square_red.png),         linear-gradient(to bottom, #7dd600, #63a700);
}

div#products h2 {
	font-size: 1px;
	text-indent: -2000px;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-size: contain;
	background: url(../images/heading_products.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#products ul {
	list-style: none;
	margin: 0 0 0 1%;
	padding: 0;
	margin: 20px auto;
	max-width: 740px;
	overflow: hidden;
	clear: both;
}

div#products li {
	float: left;
	width: 32%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#products li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #C5FF59;
	text-decoration: none;
	text-align: center;
	background: none;
	border: none;
	outline: none;
	font-size: 130%;
}

div#products li img {
	display: block;
	z-index: -10px;
	width: 80%;
	border: none;
	outline: none;
	margin: 0 auto;
}

div#products p {
	text-align: right;
}

div#products p a {
	padding: 20px;
	color: #C5FF59;
	text-decoration: none;
}

/* MEMBERS SECTION */

div#members {
	background: url(../images/frontpage_square_yellow.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	/* Saf4+, Chrome */
	background-image: url(../images/frontpage_square_yellow.png), -webkit-gradient(linear, left top, left bottom, from(#e6be00), to(#d29500));
	/* Chrome 10+, Saf5.1+ */
	background-image: url(../images/frontpage_square_yellow.png), -webkit-linear-gradient(top, #e6be00, #d29500);
	/* FF3.6+ */
	background-image: url(../images/frontpage_square_yellow.png),    -moz-linear-gradient(top, #e6be00, #d29500);
	/* Opera 11.10+ */
	background-image: url(../images/frontpage_square_yellow.png),      -o-linear-gradient(top, #e6be00, #d29500);
	/* W3C */
	background-image: url(../images/frontpage_square_yellow.png),         linear-gradient(to bottom, #e6be00, #d29500);
}

div#members h2 {
	font-size: 1px;
	text-indent: -2000px;
	background-image: url(../images/heading_members.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 800px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}

div#members form {
	margin: 20px auto;
	max-width: 740px;
	color: #FDE65E;
}

div#members form p {
	display: inline-block;
	width: 30%;
	color: #FDE65E;
}

div#members form p label {
	font-size: 150%;
	color: #FDE65E;
}

div#members input {
	display: block;
	margin: 10px 0;
	height: 25px;
	width: 90%;
	height: auto;
	font-family: "Chalkboard", "Comic Sans MS", sans-serif;
	font-size: 150%;
	color: #D19406;
}

div#members input.logon {
	background: none;
	border: none;
	text-align: right;
	color: #FDE65E;
	font-size: 150%;
	height: auto;
}

div#members ul {
	margin: 20px auto;
	max-width: 740px;
	padding: 0;
	list-style: none;
	font-size: 150%;
}

div#members ul li {
	margin: 20px 0;
}

div#members ul li a {
	color: #FDE65E;
	margin-bottom: 2%;
}

/* SUBSCRIPTIONS SECTION */

div#subscriptions {
	background: url(../images/frontpage_square_green.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #D85600;
}

div#subscriptions img#logo {
	position:absolute;
	width: 218px;
	height: 136px;
	left: 5px;
	top: 5px;
	margin: 0 auto;
	z-index: 100;
	display: block;
}

div#subscriptions h2 {
	font-size: 1px;
	text-indent: -2000px;
	background-image: url(../images/heading_subscribe.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
	margin: 10px auto;
}

div#subscriptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 20px auto;
	max-width: 740px;
	clear: both;
}

div#subscriptions li {
	float: left;
	width: 24%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#subscriptions li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #FAA832;
	text-decoration: none;
	text-align: center;
	background: none;
	border: none;
	outline: none;
	font-size: 110%;
}

div#subscriptions li img {
	display: block;
	z-index: -10px;
	width: 80%;
	border: none;
	outline: none;
	margin: 0 auto;
}

div#subscriptions p {
	clear: both;
	width: 100%;
	height: 40px;
	text-indent: -3000px;
}

/* FOOTER */

#footer {
	width: 100%;
	color:#808080;
	background-color: #FFF;
	font-size: 12px;
	height: 15px;
	padding: 5px 10px;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: right;
}