div#indexContentBox {
	width: 98%;
	margin: 12px auto 12px auto;
	text-align: left;
}

div.inputArea {
	background: #FFF;
}

div#indexGamercard {
	float: right;
	margin: 0 2px 0 2px;
}

div.guestWelcomeMessage {
	background: #FFF url(imgs/360rings.gif) no-repeat;
}

	div.guestWelcomeMessage p {
		text-indent: 2em;
		font-size: 90%;
		padding: 2px 10px 2px 10px;
	}

ul#index_userOptions {
	list-style: none;
	text-align: center;
}

	ul#index_userOptions li {
		margin-bottom: 8px;
	}

	ul#index_userOptions a,
	ul#index_userOptions a:active,
	ul#index_userOptions a:visited {
		color: #000;
	}
	
		ul#index_userOptions a.important {
			color: #7D1711;
		}
	
ul.index_list {
	list-style: none;
	margin: 10px;
	padding: 0;
}

	ul.index_list li {
		margin-bottom: 5px;
	}

	ul.index_list a,
	ul.index_list a:visited,
	ul.index_list a:active {
		color: #000;
	}
	
	ul.index_list .nicety {
		color: #656565;
	}

span.postPreview {
	position: relative;
	display: none;
	z-index: 3;
}

span.postPreview div {
	position: absolute;
	display: block;
	width: 200px;
	right: -220px;
	bottom: -25px;
	padding: 4px;
	z-index: 100;
	background: #FFF;
	color: #000;
	font-size: 80%;
	line-height: 140%;
	border: 1px #989898 solid;
	font-weight: normal;
	text-decoration: none;
}

div.voiceLogo {
	float: left;
	margin: 5px;
}

div.groupMemberTotal {
	font-size: 320%;
	float: right;
	padding: 10px;
	text-align: center;
	color: #545454;
}

	div.groupMemberTotal .memberTotalLabel {
		font-size: 8pt;
		font-weight: normal;
		margin: 0;
	}
	
div.voiceInformation {
	float: right;
}
	
.voiceGroup h3 {
	margin-top: 30px;
}

div.newestMember div.avatar {
	float: left;
	margin: 0 2px 0 2px;
}

div.newestMember h3 {
	float: left;
	margin-top: 50px;
	text-align: center;
}

div.newestMember div.newestGamercard {
	float: left;
	margin: 3px 5px 0 3px;
}

div.newestMember table.information {
	float: left;
	margin-top: 10px;
	font-size: 80%;
	width: 180px;
}

div.eventBit {
	margin: 4px;
	padding: 1px;
}

	div.eventBit .information {
		vertical-align: top;
	}
	
		div.eventBit .information a {
			color: #000;
			text-decoration: underline;
		}
		
div.currentlyActive a:link, div.currentlyActive a:visited, div.currentlyActive a:active {
	color: #457402;
	text-decoration: none;
}

div.fundraiserBarOuter {
	border: 1px #000 solid;
	width: 80%;
	height: 30px;
	margin: 5px auto 5px auto;
}

div.fundraiserBarInner {
	background: url(/imgs/fundraiserbg.png) repeat-x;
	width: 0%;
	height: 100%;
}

#liveForumLink {
	text-align: right;
	margin: 3px;
}

	#liveForumLink a {
		color: #457402;
		text-decoration: underline;
	}
	
	#liveForumLink a:hover {
		color: #000;
	}
	
	
#indexContentBox .contributeArticles {
	text-align: right;
	margin: 3px;
	font-size: 90%;
}

	#indexContentBox .contributeArticles a {
		color: #457402;
		text-decoration: underline;
	}
	
	#indexContentBox .contributeArticles a:hover {
		color: #000;
	}
	
.socialNetworkLink {
	margin: 5px;
	float: left;
}

	.socialNetworkLink img {
		width: 40px;
		height: 40px;
	}
	
.firstPostLink {
	margin-right: 5px;
}

.threadClosed {
	font-size: 80%;
	color: #7d1414;
}

ul.birthdays {
    list-style: none;
    padding: 0;
    margin: 5px;
}

    ul.birthdays li {
        float: left;
        margin-bottom: 5px;
    }

    ul.birthdays li:after{
        content: ',';
        padding-right: 5px;
    }
    
    ul.birthdays li:nth-last-child(2):after {
        content: '';
        padding-right: 5px;
    }
    
    ul.birthdays li:last-child:before {
        content: 'and ';
        padding-right: 0;
    }
    
    ul.birthdays li:last-child:after {
        content: '.';
        clear: both;
    }
    
    ul.birthdays li:only-of-type:before,
    ul.birthdays li:only-of-type:after {
        content: '';
        padding: 0;
    }