@font-face
{
font-family: 'charcoal_cy';
src: url('./CharcoalCY.ttf') format('truetype');
}


body {
	width:900px;
	margin:auto;
	background-color: #ffffff;
	margin-top:30px;
	font-family:"Charcoal CY", charcoal_cy, Arial, Helvetica, sans-serif;
}

#header{
	width: 100%;
	height: 100px;
}
#logoContainer{
	width:250px;
	height:94px;
	position:relative;
}
#logo{
	width:250px;
	position:absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out; 
	opacity:1;
}
#logoHover{
	width:250px;
	position:absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out;
	opacity:0; 
}
#logoContainer:hover #logo{
	opacity:0;
}
#logoContainer:hover #logoHover{
	opacity:1;
}

#mapView{
	width: 100%;
}

#mapTitle{
	width: 100%;
	height: 40px;
	margin-bottom:3px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	background-color:#2daae2;
	position:relative;
	z-index:1;
}

.sectionTitle{
	color:#fff;
	font-size:23px;
	position:absolute;
	left:20px;
	top:5px;
}

#searchDiv{
	position:relative;
	float:right;
	margin-right:0px;
	margin-top:0px;
	height:40px;
	width:50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out;
	background-color:#2daae2;
	border-radius: 15px;
	-moz-border-radius: 15px;
	overflow: hidden;
}
#searchDiv img{
	width:30px;
	position:absolute;
	right:20px;
	top:5px;
}
#searchDiv span{
	margin-top:4px;
	font-size:20px;
	opacity:0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out; 
	-o-transition: all 0.6s ease-in-out; 
	-ms-transition: all 0.6s ease-in-out;
}
#searchDiv input{
	position:absolute;
	left:22px;
	top:45px;
	width:250px;
	height:25px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out; 
	-o-transition: all 0.6s ease-in-out; 
	-ms-transition: all 0.6s ease-in-out;
	border: 0px;
	font-size:20px;
}

#searchDiv:hover input{
	opacity:1;
}

#searchDiv:hover{
	width:300px;
	height:90px;
}
#searchDiv:hover span{
	opacity:1;
}
#refreshDiv{
	position:relative;
	float:right;
	margin-right:20px;
	margin-top:0px;
	height:40px;
	width:140px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out;
	background-color:#2daae2;
	overflow: hidden;
}
#refreshDiv span{
	margin-top:4px;
	font-size:20px;
	opacity:0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out; 
	-o-transition: all 0.6s ease-in-out; 
	-ms-transition: all 0.6s ease-in-out;
}

#refreshDiv img{
	width:28px;
	position:absolute;
	right:0px;
	top:6px;
}
#refreshDiv img:hover, #searchDiv img:hover{
	cursor:pointer;
}
#refreshDiv:hover span{
	opacity:1;
}

#mapContainer{
	width: 100%;
	height:500px;
	background-size:100% 100%;
	margin-bottom:3px;
}

#tweetsTitle{
	width: 100%;
	height: 40px;
	margin-bottom:3px;
	background-color:#a3a3a3;
	position:relative;
}

#tweetsContainer{
	width:100%;
	height:320px;
	margin-bottom:3px;
	position:relative;
}
.tweets{
	width:183px;
	padding: 120px 20px 0px 20px;
	margin-right:3px;
	height:200px;
	float:left;
	position:relative;
	background-color:#e8a5de;
	opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out; 
}
.tweets:hover{
	opacity:0.7;
}
.tweets .tweetsImage{
	position:absolute;
	right:60px;
	top:25px;
	width:100px;
	opacity:1;
}
#tweets3{
	width:182px;
	margin-right:0px;
}

#tweetsView{
	width: 100%;
	color:#FFFFFF;
}

.tweetsName{
	font-size:20px;
	color:#FFFFFF;
	opacity:1;

}

.tweetsContent{
	margin-top:-15px;
	font-size:15px;
	color:#FFFFFF;
	opacity:1;
}

#left, #right{
	position:absolute;
	top: 135px;
	opacity:0.4;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out; 
}
#left:hover, #right:hover{
	opacity:0.6;
	cursor:pointer;
}
#left{
	left:-40px;
}
#right{
	right:-40px;
}


#footer{
	width: 100%;
	height: 100px;
	margin-top:3px;
	margin-bottom:30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	background-color:#2daae2;
}







#map-div{
	margin:0 auto;	
	margin-top:15px;
	padding:10px;
	width:1020px;
	height:605px;	
	border-radius: 3px;	
/*	display:none;*/
}
#map_canvas{
	position:absolute;
	width:900px;
	height:500px;
	margin:0 auto;
	color:black;
}
.mapitem{
	padding-left:20px;
	position:relative;
	width:376px;
	height:133px;
	overflow-x:hidden;	
}
.mapitem-left{
	float:left;
	position:relative;
	width:220px;
	height:128px;
}
.mapitem-right{
	float:left;
	position:relative;
	width:128px;
	height:128px;
}
.mapitem-img{
	width:128px;
	height:128px;
}
.mapitem-tweet{
	font-size:10px;
}
.mapitem-time{
	padding:0;
	font-size:8px;
}
.mapitem-line{
	width:191px;
	height:1px;
}
.mapitem-title{
	margin-top:0px;
	margin-bottom:-10px;
}
