/** TVRage.com Style **/

body {
	background: #0A0A0A;
}

a:hover {
	color: #111 !important;
}

a, a:link, a:active, a:visited,
.fa, .fa:hover {
	background: transparent !important;
	transition: color 0.25s ease-out; 
	-webkit-transition: color 0.25s ease-out; 
	-moz-transition: color 0.25s ease-out; 
	-o-transition: color 0.25s ease-out;
}

#usrout {
	margin: 10px 0 -20px 20px;
}

#usrbar {
	width: 100%;
	margin-left: 2px;
	background: url(img/background.png) top center no-repeat;
}

#usrbar ul {
	display: inline-block;
	list-style-type: none;
	vertical-align: text-top;
	margin-right: 20px;
}

#usrout, #usrout a,
#usrbar a, #usrbar .fa {
	color: #aed581 !important;
}

#usrout a:hover,
#usrbar a:hover,
#usrbar a:hover > .fa {
	color: #f1f8e9 !important;
	text-decoration: none;
}

#usrtxt {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
}

#usrbox {
	overflow: hidden;
	display: none;
	margin-top: 10px;
}

#usrbox.visible {
	display: block;
}

#usrlnk:hover {
	cursor: pointer;
}

#usrbox li .fa {
	padding-right: 5px;
	text-align: center;
}

#avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #555;
	border-radius: 5px;
}

.tvrold, .tvrnew {
	display: inline-block;
	vertical-align: text-top;
	width: 16px; height: 16px;
	padding-right: 5px;
}

.tvrold {
	background: url(img/tvrold.png) no-repeat;
}

.tvrnew {
	background: url(img/tvrnew.png) no-repeat;
}

/** Login Form **/

#login {
	width: 420px;
	margin: 50px auto;
	padding: 20px;
}

#login label {
	color: #777;
	text-align: right;
	font-weight: bold;
	line-height: 2;
}

#login input[type="checkbox"] {
	vertical-align: text-top;
}

#login input {
	padding: 5px;
	border-radius: 3px;
	color: #222;
}

#login .tdsps {
	line-height: 2;
}

#login img {
	margin: 10px 10px 0 0;
}

#submit {
	float: right;
	margin: 5px 120px 0 0;
	padding: 5px 20px !important;
	border: 1px solid #AAA !important;
}

#submit:hover {
	background: #DDD;
}

/** EOF **/