@charset "UTF-8";

html{
	font-size: 62.5%;
	min-height: 95%;
	}
	
body{
    background-color:  #F3F3F3;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: #333333;
	
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
	
    min-height: 100%;
}


h1 {
	font-size: 3.5rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300;
	}
	
h2{
	font-size: 2.0rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
	margin-top: 2.2rem;
	margin-bottom: 0;
	font-weight: 300;
	}	
	
p{
	margin-top: 0px;
	margin-bottom: 3px;
	}
	
header{
	background-color: #00B5CC;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 20px;
	color: #FFFFFF;
	}


	
body p, h1, h2{
	padding-left: 15px;
	padding-right: 15px;
}	
	
	
input{
	height:38px;
	padding:6px 10px;
	background-color: #FFFFFF;
	border:1px solid #D1D1D1;
	border-radius:4px;
	box-shadow:none;
	box-sizing:border-box
}

#info{
	padding: 5px 0 5px 30px;
	border-left: 6px solid #00B5CC;
    background-color: #EAEDED;
    }
    
#market{
    background-color: #EAEDED;
    padding-bottom: 10px;
    }
    
#market h2{
	padding-top: 10px;
}	

#webContent{
	min-height: 100%;
	height: auto;
}
	
/* Links */
    
a {
  color: #1EAEDB;
  text-decoration: none;
   }
   
a:link.linkClass{
   text-decoration: underline;
   display: block;
   }
  
#link a:hover, a:hover{
  color: #0FA0CE; 
  }   

#link a {
    color: #ffffff;
} 

#appName{
	 font-family: Georgia, serif;
	 font-size: 5rem;
	 color: white;
}

#date{
        padding-left:0;
}
	
.footer{
    text-align: center;
    background-color: #000000;
    color: #bfbfbf;
    font-size: 85%;
    padding-bottom: 10px;
}

.footer #logo {
    width: 250px;
}

@media(min-width: 600px){
    .footer .copyright .line1 {
        display: inline-block;
    }
}

/* Searchbox */

#searchbox{
	margin: 0 auto;
    width: 95%;
    position: relative;
    display: block;
	}


#bodyContent {
    margin: 0;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    
    min-height: 100%;
    height: auto;
}
	
/* Autocomplete searchbox */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

ul.ui-autocomplete.ui-menu{width:100px;}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
	
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-state-focus
{
    color:White;
    background:#00B5CC;
    outline:none;
}
/* Autocomplete hover */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #c0c0c0;
	background: #ffffff 50% 50% repeat-x;
	font-weight: bold;
	color: #00B5CC;
}


@media(max-width: 350px) {
	#date{
		padding-left :15px;
	}
	
	#logo{
	height: 25%;
	width: 25%;
	}
	
	#appName{
	font-size: 4rem;}
	
}


@media(min-width: 660px){
	#searchbox{
	    width: 400px;
	}
	
 	body {																									
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #bodyContent {
        padding: 1em;
        border-left: 1px solid #777777;
        border-right: 1px solid #777777;
    }
}