
#homePage .live .theBorder {
    padding: 2px;
    background: #9654a2;   
}

#chat_buttons .mainBtns a {
    color:  #FFFFFF;    
}

#chat_buttons .mainBtns a:hover {
    color:  #FFFFFF;   
}

#chat_input_btn {
    color:  #FFFFFF;      
}

#login .boxTitle span {
    color:  #FFFFFF;  
}

.loginForm a, .loginForm a:visited, .loginForm a:hover {
    color: #FFFFFF;   
}

.smallForm input[type='submit'], .smallForm input[type='submit']:hover {
     color: #FFFFFF; 
     border: none;   
}

#registerOverlay input[type=submit], #registerOverlay input[type=submit]:hover {
    color: #FFFFFF;   
    border: none;
    padding-left: 12px;
    padding-right: 12px; 
}

#homePage .live .buttonWrap a {
    color:  #FFFFFF;   
}

#homePage .live .buttonWrap a:hover {
    color: #FFFFFF;
}

.live .buttonWrap a {
    color:  #FFFFFF;   
}

.live .buttonWrap a:hover {
    color: #FFFFFF;
}

.buttonWrap a {
    color:  #FFFFFF;   
}

.buttonWrap a:hover {
    color:  #FFFFFF;   
}


#homePage .live .info .buttonWrap {
    background: #9654a2;
}

#homePage .live .info .buttonWrap a {
    color:  #FFFFFF; 
}

nav .navigation li.join a {
	background:				#008000;
	color:					#fff;
	transition:				all 500ms ease-out;
	-moz-transition:		all 500ms ease-out; 
	-webkit-transition:		all 500ms ease-out; 
	-o-transition:			all 500ms ease-out;
	-webkit-animation-name: greenBgGlow;
    animation-name: 		greenBgGlow;	
	animation-duration: 	2s;
	-webkit-animation-duration: 	2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
	text-transform:			uppercase;
	
}

nav .navigation li.join a:hover {
	background:				#25bf28;
	color:					#fff;
	transition:				all 500ms ease-out;
	-moz-transition:		all 500ms ease-out; 
	-webkit-transition:		all 500ms ease-out; 
	-o-transition:			all 500ms ease-out;	
	-webkit-animation-name: none;
    animation-name: 		none;
    opacity: 1;
}

.catTitle {
    background: #572177;
    color: #FFFFFF;
    margin-bottom: 6px; 
}

.chatCats .catType {
    color:  #e9aefa;  
}

@-moz-keyframes greenBgGlow { 
    0% { background-color: #008000; }
    50% { background-color: #25bf28; }
    100% { background-color: #008000; }
}

@-webkit-keyframes greenBgGlow {  
    0% { background-color: #008000; }
    50% { background-color: #25bf28; }
    100% { background-color: #008000; }
}

@keyframes greenBgGlow {  
    0% { background-color: #008000; }
    50% { background-color: #25bf28; }
    100% { background-color: #008000; }
}