/*  LANDING & SEARCH CSS  */

<style>

@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";


/*			*/
/* LINKS 	*/
/*			*/

a {
    target: _blank;
    text-decoration: none;
    transition-timing-function: ease-out;
    transition: .6s;
}
a:link {	
	color: green;
	text-decoration: none;
	text-shadow: 1px 1px 1.6px black, 0 0 25px white ;
}
a:visited {
	color: gold;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 25px purple, 0 0 5px purple;
	transition: .3s;
}
a:active {
	color: purple;
	cursor: progress;		/*  HERES PROGRESS  */
	text-decoration: underline;
    transition: .1s;
}
a:hover {	
	/*background-color: yellow;*/
	text-decoration: underline;
	color: orange;
	text-shadow: 2px 2px 2px black, 3px 3px 10px red, 4px 4px 15px gold;
	transition: .3s;
}




body{
	background-color: silver;
	font-family:arial;
	font-size:20px;
	line-height:40px;
}
div{
	overflow:auto;
}

#container{
	width:80%;   /*  WIDTH OF THE WHOLE CONTAINER  ;) */
	text-align:left;
}
.searchblock{
	padding:5px;
	text-align:center;

}
#footer{
	text-align:center;
	font-size:10pt;
	margin:10px;
}
.footer a{
	text-decoration:none;
}
#header{			
	position:relative;
	margin-top:20px;
	padding:15px;
}
#main{
	border:1px solid #ccc;
	border-top:0px;
}


.divider{			/*  DIVIDER  */
	height:20px;
	margin:1px 0px;
}


.logo a{			/*  DEFAULT LOGO LOOK  */
	font-size:32pt;
	font-weight:bold;
	text-decoration:none;
	color:white;  
}
.logo a:hover{
	transition: 1s;
	margin-top:-2px;
}
	
.header_text{
	position:relative;
	float:right;			/* COOL FLOAT RIGHT */
	font-size:12pt;
	color:white;
}
.relatedsearchtitle2{
	position:relative;
	padding:0px;
	font-size:12px;
	margin-top:20px;
	padding-left:20px;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
}
#sponsoredresults,#webresultstitle,#bottomsponsoredresults{
	margin:10px 0px;
}
#results_container{
	width:460px;
	background:white;
	padding:10px 30px;
}
.main_image{
	width:40%;
	margin:0px;
	float:right;
	background:white;
}
#search{
	padding:20px;
}
.ourterm{
	padding-left:20px;
	margin-top:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #CCC;
	font-size:14px;
}
.ourterm a{
	text-decoration:none;
}
.ourterm a:hover{
	text-decoration:underline;
}
.related_keywords{
	float:right;
	width:250px;
}
.related_keywords .relatedsearchtitle{
	background:white;
	opacity:0.4;
	margin:0px;
	padding:7px 10px;
	border-bottom:1px dotted #999;
}
.related_keywords .term{
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #CCC;
	font-size:14px;
	background:white;
	opacity:0.9;
	padding-left:10px;
	margin-left:1px;
}
.related_keywords .term a{
	text-decoration:none;
}
.text_area{
	margin:20px;
}
.left_side{
	background:white;
	padding:10px;
}
.sub{
	margin: 20px;
}
.frame{
	overflow:hidden;
}
.search{
	width:200px;
}



.banner-background{
    background-color: none;
}

.banner{
    width: 732px;
    height: 94px;
    padding: 2px;
    background-color: black;
	box-shadow: rgba(0, 0, 0, 0.35) -2px 5px 15px; 
}
.banner:hover{
	transition: .5s;
	margin-top: -2px;
    box-shadow: rgba(0, 0, 0, 0.8) -2px 5px 20px; 

}



/* END  */
</style>

