/*Rabble CSS - Defines Colors of elements for Anthem Rabble */

.commentInputBox {
width:400px;
}

.postAComment {
	
}

#loginForm {
	color:#ffffff;
}

textarea {
	width:70%;
	height:200px;
	font-size: 20px;
}

input {
	font-size: 20px;
}

/* GENERIC TAGS*/
html, body{
	background-color:#252525
	;
	
	/*background-color:#333a46;*/
}

#wrapper {
	background:url(/rabble/web/img/partner/1/rabbleBG_bridge_Image.jpg) no-repeat;
	min-height:800px;
	color:#CCCCCC;
}

a{
  color:#ffffff;
  text-decoration:none;
}

a:focus, a:hover{
	text-decoration:underline;
 	 color:#864b3d; 
}

/*IDs*/

.rabbleIcon {
	margin: .5em;
}


#footer {
	/*background-color:#d8e5eb; */
	
}


#goMobileRight {
	float:left;
	width:300px;
	margin:1em 0 0 1em;
}

#goMobileRight li {
	font-size:70%;
	margin: 1em 0 1em .5em;
}

#goMobileRight h3 {
 color:#99ff00;
}


#footer a {
	color:#ffffff;
}

#footer a:hover,#footer a:focus {
	
	color:#864b3d;
}

#iconHeader {
	/*
	background-color:#a6c7d6;
	border-bottom:1px solid #ffffff;
	*/
}

#locationLive {
	
}

#title {
	/*background-color:#a6c7d6;*/
	border-bottom:1px solid #ffffff;
	margin-bottom:1em;
}

#headline {
	border-bottom:1px solid #000000;
	width:90%
}

/*CLASSES*/
.subHeading {
	 color:#f26722;
	
}

#interestDiv {
	width:700px;
	margin:1em;
}

.postName {
	font-size:36px;
	font-weight:bold;
}

.postDates {
	font-size:50%;
}


.interest {
	font-size:70%;
}

.listViewItem {
	border-top:thin solid #ffffff;
}

.whatsNewBody {
	padding-left:80px;
	font-size:60%;
}

.resultLink a:link{
	color:#99ff00;
	vertical-align:top;
}


.resultLink a:visited{
	color:#ffd966;
}

.profileImage img{
	border: thin solid #000000;
}

.counter {
text-decoration:none;
color:#99ff00;
}

.pageNumberHead {
	
}

.paging  {
	
	
	border-bottom: 1px solid #a6bec9;
}

.actions {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #ffffff;
}

.messageListItem {
	/*border-top:1px solid #A6BEC9;*/
	border-bottom:1px solid #FFFFFF;
}

.currentStatus {
	color:#AA0000;
}

.banned { 
margin-left: 5px;
color: #AA2200;
 }
