@charset "utf-8";
/* CSS Document */

.clearall{ clear:both;}
.clearalla{ clear:both; padding-bottom:15px;}
.clearalla-1{ clear:both; padding-bottom:10px;}
#findlocation { 
	position: absolute;
    z-index:10000; 
    background-color: #FFF;     
    width:500px;
    min-height:350px;
	padding: 25px;
	margin: 0 auto;
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
#findlocation.hidden { 
	left: -10000px;
} 
.drop {
	width: 260px;
	padding: 5px;
	background-color:#EEE;
	border: #CCC 1px solid;
	cursor: move;
}
.btn { 
	background: #aaa; 
	padding: 5px; 
	margin: 5px; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px #000; 
    -webkit-box-shadow: 1px 1px 3px #000;     
}
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #2BC81A; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(../../images/shade.png); background-position: bottom; }
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }
#jquery-live-search {
	z-index: 20000!important;
	background: #fff;

	padding: 10px 10px;
	max-height: 600px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}	

#gallery {
	min-height: 150px;
	clear:both;
}
#gallery #img {
	float: left;
}
.article-img{
	padding:5px;
}

#jquery-live-search{
	/*overflow:scroll !important;*/
	max-height:500px;
}