body {
	padding-top:30px;
}
#bar {
	font-family:Oswald;
	margin-top: -30px;
	position: absolute;
	z-index: 1000;
	width: auto;
	left:0;
	right:0;
	height: 30px;
	background-color: black;
	min-width:980px;
}
#barLinks {
	float:left;
	height:30px;
	margin-left: 13px;
}
#barLinks > a {
	display:inline-block;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	padding: 2px 13px 0px 13px;
	color: white;
	line-height:26px;
}

#barLinks > a#barLink-gtav:hover {
	background-color:rgb(93, 146, 33);
	border-bottom:2px solid rgb(93, 146, 33);
}
#barLinks > a#barLink-gtav.barLinkCurrent {
	border-bottom:2px solid rgb(93, 146, 33);
}

#barLinks > a#barLink-gta4:hover {
	background-color:rgb(100, 100, 100);
	border-bottom:2px solid rgb(100, 100, 100);
}
#barLinks > a#barLink-gta4.barLinkCurrent {
	border-bottom:2px solid rgb(100, 100, 100);
}

#barLinks > a#barLink-gtasa:hover {
	background-color:rgb(213, 68, 0);
	border-bottom:2px solid rgb(213, 68, 0);
}
#barLinks > a#barLink-gtasa.barLinkCurrent {
	border-bottom:2px solid rgb(213, 68, 0);
}

#barLinks > a#barLink-gtavice:hover {
	background-color:rgb(209, 48, 99);
	border-bottom:2px solid rgb(209, 48, 99);
}
#barLinks > a#barLink-gtavice.barLinkCurrent {
	border-bottom:2px solid rgb(209, 48, 99);
}

#barLinks > a#barLink-gta3:hover {
	background-color:rgb(49, 142, 194);
	border-bottom:2px solid rgb(49, 142, 194);
}
#barLinks > a#barLink-gta3.barLinkCurrent {
	border-bottom:2px solid rgb(49, 142, 194);
}

#barLinks > a#barLink-gtaf:hover {
	background-color:#376DB1;
	border-bottom:2px solid #376DB1;
}
#barLinks > a#barLink-gtaf.barLinkCurrent {
	border-bottom:2px solid #376DB1;
}

#barLinks > a#barLink-gtamods:hover {
	background-color:rgb(199, 52, 52);
	border-bottom:2px solid rgb(199, 52, 52);
}
#barLinks > a#barLink-gtamods.barLinkCurrent {
	border-bottom:2px solid rgb(199, 52, 52);
}

#barRight {
	height:30px;
	right:0;
	position: absolute;
}
#barLoginButton, #barJoinButton {
	line-height:30px;
	display:inline-block;
	font-weight:normal;
	font-size: 16px;
	padding: 0px 13px;
	text-decoration:none;
}
#barLoginButton:hover, #barJoinButton:hover {
	color:black;
	background-color:white;
	cursor: pointer;
}
#barLoginButton {
	color: white;
	background:black;
	border:none;
	font-family:Oswald;
	margin:0;
}
#barJoinButton {
	background: rgb(255, 184, 0);
	color: black;
	cursor: pointer;
}
#barMessages {
	margin: 6px 0 0 0;
	background: url('http://media.gtanet.com/common/images/gta-community-message.png');
	position: absolute;
	right: 75px;
	display: inline-block;
	height: 18px;
	width: 29px;
	opacity: 0.33;
}

#barRight input[type="text"], #barRight input[type="password"] {
	background: rgb(35, 35, 35);
	border: none;
	border-radius: 5px;
	color: white;
	padding: 2px 6px;
	font-family:Oswald;
	width:130px;
}
#barRight form {
	display:inline-block;	
}

#barRight input[type="text"]::-webkit-input-placeholder, #barRight input[type="password"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #707070;
}
#barRight input[type="text"]:-moz-placeholder, #barRight input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #707070;
}
#barRight input[type="text"]::-moz-placeholder, #barRight input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #707070;
}
#barRight input[type="text"]:-ms-input-placeholder, #barRight input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #707070;
}

#rememberMe {
	display: none;
	position:absolute;
	font-size:13px;
	color: white;
	background: rgba(0,0,0,0.6);
	border-radius:0 0 6px 6px;
	padding: 5px 10px;
}

#loginInputs:hover + #rememberMe, #rememberMe:hover {
	display: block
}
