@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 100%;
}
#top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 40px;
	padding-top: 10px;
	background-color: #333;
	color: #CCC;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
}
#languages {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	margin: 1%;
	border-top: #CCC solid 2px;
	border-bottom: #CCC solid 2px;
	margin-bottom: 10px;
}
#languages a{
	color: #000;
	font-weight: bold;
}
#active-lang {
	clear: none;
	float: left;
	width: 32.5%;
	display: block;
	height: 30px;
	line-height: 30px;
	/* [disabled]padding-left: 10px; */
	border-left: #f1f1f1 solid 1px;
	border-right: #f1f1f1 solid 1px;
	margin: 5px 0px;
	text-align: center;
	font-size: 13px;

}
#other-languages {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	margin: 1%;
	/* [disabled]border-top: #CCC solid 2px; */
	border-bottom: #f3f3f3 solid 2px;
	color: #666;
}
#other-languages a{
	color: #666;
}
#sleep-lang {
	clear: none;
	float: left;
	width: 46%;
	display: block;
	height: 35px;
	padding-left: 10px;
	border-left: #f1f1f1 solid 1px;
	border-right: #f1f1f1 solid 1px;
	margin: 0px 0px;
	text-align: left;
	padding-top: 5px;
	font-size: 12px;
}
#aip-search {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 96%;
	display: block;
	margin-bottom: 30px;
	padding-top: 10px;
}
#aip-search-bar {
	clear: both;
	padding-left: 0%;
	margin-bottom: 30px;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	border-bottom:#CCC solid 1px;
	border-top:#CCC solid 1px;
	margin-bottom: 50px;

}
#bottom a{
	color: #333;
}
#searchbox{
	background: #f9f9f9;
	border-radius: 0px;
	border-width: 1px;
	width: 90%;
	height: 30px;
	padding: 5px;
	/* [disabled]padding-right: 16px; */
	overflow: show;
	text-align: center;
	margin-left: 3%;
}

#search
{
height: 20px;
width:250px;
border: 1px solid #a4c3ca;
font: normal 13px 'trebuchet MS', arial, helvetica;
padding:5px;
}

#note
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#some-element {
  border: 1px solid #ccc;
  display: none;
  margin-top: 0px;
  padding: 5px;
  text-transform: uppercase;
  width:280px;
  line-height:30px;
  margin-left:3px;
  font-weight:bold;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;

}

#some-div:hover #some-element {
	display: block;
	color: #09F;
	font-size: 13px;
}

#m-menu {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 50px;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
}

.menutoggler { /* fixed toggler that toggles menu visibility */
    position: fixed;
	width:39px;
	height:34px;
	background-image:url(/askislampedia_welcome-theme/images/responsive-icon.JPG);
    top: 100px;
    left: 0;
    z-index: 500;
    padding: 2px 5px;
    border: 1px solid #a4c3ca;
    cursor: pointer;
}

.menutoggler:hover{
    border: 1px solid gray;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 15px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 50px;

}
#languages {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;

}
#active-lang {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 18.5%;
	display: block;
	font-size: 13px;

}
#other-languages {
	clear: both;
	float: left;
	margin-left: 0;
	width: 93%;
	display: block;
	padding-left: 5%;

}
#sleep-lang {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 28%;
	display: block;
	text-align: center;

}
#aip-search {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 60%;
	display: block;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 10px;
	padding-bottom: 50px;
	height: 50px;
}
#aip-search-bar {
	clear: both;
	padding-left: 0%;
	margin-bottom: 30px;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	border-bottom:#CCC solid 1px;
	border-top:#CCC solid 1px;
	margin-bottom: 50px;

}
#searchbox{
background: #f9f9f9;
border-radius: 0px;
border-width: 1px;
width:80%;
height: 30px;
padding: 5px;
padding-right:16px;
overflow: show;
text-align:center;
margin-left:10%;
}

#search
{
height: 20px;
width:350px;
border: 1px solid #a4c3ca;
font: normal 13px 'trebuchet MS', arial, helvetica;
padding:5px;
}

#note
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
}

#m-menu
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	/* [disabled]max-width: 1232px; */
	margin: auto;
}
#top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 20px;
	color: #CCC;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 50px;

}
#languages {
	clear: both;
	float: left;
	margin-left: 0;
	width: 59%;
	display: block;
	padding-left: 20%;
	padding-right: 20%;

}
#active-lang {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 17%;
	display: block;
	font-size: 13px;

}
#other-languages {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 59%;
	display: block;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 30px;
}
#sleep-lang {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 28%;
	display: block;
	text-align: center;
	height: 25px;
}
#aip-search {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 40%;
	display: block;
	padding-left: 30%;
	padding-right: 30%;
	margin-bottom: 0px;
	padding-bottom: 50px;
	text-align: center;
}
#aip-search-bar {
	clear: both;
	margin-bottom: 30px;
	text-align:center;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-bottom: #CCC solid 1px;
	border-top: #CCC solid 1px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#searchbox{
background: #f9f9f9;
border-radius: 0px;
border-width: 1px;
width:80%;
height: 30px;
padding: 5px;
padding-right:16px;
overflow: show;
text-align:center;
margin-left:10%;
}

#search
{
height: 20px;
width:350px;
border: 1px solid #a4c3ca;
font: normal 13px 'trebuchet MS', arial, helvetica;
padding:5px;
}
#note
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
}

#m-menu
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
}
.menutoggler { /* fixed toggler that toggles menu visibility */
    position: fixed;
	width:39px;
	height:34px;
	background-image:url(images/responsive-icon.JPG);
    top: 100px;
    left: 0;
    z-index: 500;
    padding: 2px 5px;
    border: 1px solid #a4c3ca;
    cursor: pointer;
	display:none;
}

.menutoggler:hover{
    border: 1px solid gray;
}