@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: 45px 12px 0 230px;
	text-align: right;
}

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

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

/* 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: 70px 10px 70px 20px;
	margin: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* ABOUT SECTION */

div#about {
	background: url(../images/pl_blue.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #2983bc;
	
	margin-top: 15px;
	
	color: #8AD6EC;
}

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

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

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

/* MEMBERS SECTION */

div#members {
	background: url(../images/pl_orng.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #dcaa00;
}

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


/* -------- LOGIN FORM ------- */

div#members form {
	margin: auto;
	padding: 0;
	max-width: 780px;
	color: #FDE65E;
}

div#members div {
	display:inline-block;
  	margin:0 10px 10px 0;
  	*display:inline;
  	zoom:1;
}

div#members label {
	font-size: 100%;
	display:block;
}

div#members input {
	height: auto;
	font-family: "Chalkboard", "Comic Sans MS", sans-serif;
	font-size: 120%;
	color: #D19406;
	border:0;
	padding:5px;
}

div#members input.logon {
	background: none;
	text-align: left;
	color: #FDE65E;
	height: auto;
	margin-left:-5px;
	cursor: pointer; 
	cursor: hand;
}

/* ----- end of LOGIN FORM ---- */


div#members ul {
	margin: 10px auto;
	max-width: 780px;
	padding: 0;
	list-style: none;
	font-size: 120%;
}

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

div#members ul li a {
	color: #FDE65E;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #D19406;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #D19406;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #D19406;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #D19406;
}

textarea:focus, input:focus{
    outline: 0;
}

/* SUBSCRIPTIONS SECTION */

div#subscriptions {
	background: url(../images/pl_red.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #D85600;
}

div#subscriptions img#logo {
	position:absolute;
	width: 220px;
	height: 141px;
	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;
	height: 55px;
	margin: 10px auto;
	max-width: 780px;
}

div#subscriptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 10px auto;
	max-width: 780px;
	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: 120%;
}

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

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

/* PRODUCTS SECTION */

div#products {
	background: url(../images/pl_green.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #75c800;
}

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

div#products ul {
	list-style: none;
	margin: 0 0 0 1%;
	padding: 0;
	margin: 10px auto;
	max-width: 780px;
	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: 120%;
}

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

div#products p {
	text-align: right;
	margin: 10px auto;
	font-size: 150%;
	max-width: 780px;
}


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

/* FOOTER */

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

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