/* CSS Document */


body{
	/*background-color:#ffffff;*/
	/*background-image:url(../images/grad-green.jpg);
	background-repeat:repeat-x; */
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background: rgb(204,255,102);
background: linear-gradient(0deg, rgba(204,255,102,1) 0%, rgba(222,255,156,1) 23%, rgba(255,255,255,1) 100%);

}

.topbox{
	margin:0px; padding:15px; text-align:center;
	
}

* {
  box-sizing: border-box;
}
.menu {
  float:left;
  width:20%;
  text-align:center;
  margin-bottom:10px;
  
}

.menu a {
	background-color:transparent;
	padding:7px;
	padding-top:15px;
	/*border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;*/
  margin-top:7px;
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	border-top:1px #333 solid;
  }
.menu a:hover {
  text-decoration:none;
  background-color:transparent;
  /*outline: solid #fa75c6 1px;
  outline-offset: -1px;
  -moz-outline-radius: 3px;*/
  color:#ffffff;
}

.small{
	font-size:12px;
}


#chat{
		background: rgb(204,255,102);
background: linear-gradient(0deg, rgba(204,255,102,1) 0%, rgba(222,255,156,1) 23%, rgba(255,255,255,1) 100%);
	width:100%;
	padding:7px;
	border:solid 1px #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:300px;
}

#loadtweets{
	width:100%;
	padding:7px;
	border:solid 1px #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:300px;
}


#msgroll{
	width:100%;
	padding:7px;
	border:solid 1px #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:300px;
}

chat{
	width:80%;
	padding:5px;
	border:solid 1px #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:3px;
	display:block;
	background:# f1f1f1 ;
}

chatspecial{
	
background: linear-gradient(0deg, rgba(204,255,102,1) 0%, rgba(222,255,156,1) 23%, rgba(255,255,255,1) 100%);
	width:80%;
	padding:5px;
	border:solid 1px #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:3px;
	display:block;
}

gifts{
	width:20%;
	padding:5px;
	float:right;
	
}

friend{
	width:96%;
	padding:2px;
background: rgb(204,255,102);
background: linear-gradient(0deg, rgba(204,255,102,1) 0%, rgba(222,255,156,1) 23%, rgba(255,255,255,1) 100%);
	border:solid 1px #ccff66;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:2px;
	display:block;
	color:#666;
	font-size:12px;
}








.main {
  float:left;
  width:60%;
  padding:0 20px;
  margin-bottom:20px;
  min-height:520px;
  background-color:#FFF;
  border-radius:15px;
  padding:15px;
}
.right {
  background-color:#e5e5e5;
  float:left;
  width:20%;
  padding:15px;
  margin-top:7px;
  text-align:center;
  margin-bottom:20px;
}

.footer{
	background-color:#CCC;
	border-top:solid #333 1px;
	text-align:center;
	padding:10px;
	margin-top:7px;
	padding-bottom:50px;
	font-size:12px;
}
.responsive_form{
	width:300px;
	padding:10px;
	margin-bottom:5px;
}
.responsive_signin_form{
	width:250px;
	padding:5px;
	margin-bottom:5px;
}
.responsive_signin_form_button{
	float:right;	
}

.minitext{
	font-size:12px;
}
.exsmlgrey{
    font-size:12px;
	color:#333;	
}


@media only screen and (max-width:620px) {
  /* For mobile phones: */
  
  .menu, .main, .right  {
    width:100%;
	margin-bottom:20px;
  }
  .responsive_form{
	width:100%;
	font-size:14px;  
	padding:5px;
	margin:5px;
  }
  
  .responsive_signin_form{
	width:100%;
	font-size:14px;  
	padding:5px;
	margin:5px;
}
  
  
#menuBox{
margin-top:-10px;
margin-bottom:5px;
}

  #menuBox2{
display:none;
} 

.responsive_logo {
    width: 50%;
	height: auto;
	
}

  
}






.responsive {
    width: 100%;
    height: auto;
}



.responsive_form{
	max-width:620px;
}


.eform{
	border:solid 1px #666666;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding:5px;
	font-size:14px;
	margin:2px;	
	width:100%;
	max-width:400px;
}
.eform-box{
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #666666;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding:5px;
	font-size:14px;
	margin:2px;	
	width:100%;
	max-width:400px;
	resize:none;
	height:300px;	
}
.eform-button{
	border:solid 1px #666666;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding:5px;
	font-size:14px;
	margin:2px;	
	width:100%;
	max-width:400px;
	cursor:pointer;
}

.chalkboard{
	width:300px;
	background-color:#000000;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

#outPopUp {
  position: absolute;
  width: 300px;
  height: 200px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
  background: red;
}

