
/*
	aniGaiku Forums
		- Nijiko
		- 2009	
*/

/* # Other # */
* {
	outline: none;
}

:focus {
	outline: none;
}

:hover {
	outline: none;
}

.clear {
	clear: both;
}

/* # Body # */
body, table {
    font-family: Verdana,Arial, sans-serif;
    font-size: 11px;
	margin: 0px; padding: 0px;
	line-height: 1.3;
}

/* # Links # */
a {
	color: #3B5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* # Rounded # */
.rounded {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

.rounded-left { 
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px; 
}

.rounded-right { 
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

/* # Container # */
#container {
	width: 780px;
	margin: 0 auto;
}

/* # Header # */
#header {
	padding-bottom: 2px;
	padding-top: 10%;
	background: url('../images/site/header-bg.png') no-repeat right;
}

#header a {
    color: #698C2D;
    text-decoration: none;
}

#header a:hover{
    text-decoration: underline;
}

/* # Header # Navigation # */
#header .links {
	color: #fff;
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#header .links li { 
	float: left;
	list-style: none;
}

#header .links li a { 
	color: #3B5998;
	padding: 0px 10px;
	float: left;
	list-style: none;
	margin-left: 3px;
	border-left: 1px solid #ccc;
}

#header .links li a.first { 
	border-left: 0px solid #ccc;
}

#header .links li a em { 
	border-bottom: 1px dotted #3B5998;
	font-style:normal;
}

#header .links li a:hover {
	text-decoration: underline;
}

#header .links li a.current {
	color: #3B5998;
	text-decoration: none;
}

/* # Header # Logo # */
#header .logo {
	background: url('../images/site/logo-three.png') no-repeat;
	width: 230px;
	height: 33px;
	text-indent: -9999px;
}

/* # Header # Logo # Premier # */
#header .logo.premier {
	background: url('../images/premier/premier-logo.png') no-repeat;
	width: 230px;
	height: 33px;
	text-indent: -9999px;
}

/* # Banner # */
#banner {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-height: 200px; overflow: hidden; text-align: center;
}

/* # Ad # */
#serve { 
	margin: 10px 0 0;
	padding: 3px 0 0;
	text-align: center;
}

/* # Columns # */
#columns td {
	padding: 10px;
	color: #000;
	line-height: 1.5em;
}

#columns .left {
	width: 255px;
	padding-left: 0px !important;
}

#columns .wide{
	width: 400px;
	padding-left: 0px !important;
}

#columns .even {
	width: 50%;
	padding-left: 0px !important;
}

#columns .right {
	width: 255px;
}

#columns h1 {
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	margin-top: 4px;
	padding: 3px 0;
}

#columns h1 .info {
	float: right;
	text-align: right;
}

#columns h1 .info a {
    color: #3B5998;
    text-decoration: none;
	font-weight: 400;
	font-size: 11px;
}

#columns h1 .info a:hover {
    text-decoration: underline;
}

#columns h2 {
	font-size: 11px !important;
	color: #3B5998;
	margin-bottom: 2px;
}

/* # FORMS # REGISTER # */
#columns td.text {
	text-align: right;
	min-width: 100px;
	padding: 0px;
	padding-bottom: 6px;
}

#columns td.status {
	padding: 0px;
	min-width: 17px;
}

#columns td.status span span {
	color: #EFEFEF;
	font-size: 11px;
	width: 17px;
	text-align: center;
	display: block;
	margin-top: -4px;
}

#columns td.status span span.register-error {
	color: #880000;
}

#columns td.text label {
	display: inline;
	margin-left: 5px;
	font-weight: bold;
	color: #3B5998;
}

#columns td.input {
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 200px;
}

#columns td.input input[type="text"],
#columns td.input input[type="password"],
#columns td.input select {
    border: 1px solid #BBBBBB;
    background-color: #ffffff;
    color: #ccc;
    font-size: 12px;
    font-family: tahoma, sans-serif;
	width: 200px;
	padding: 4px;
}

#columns td.input input[type="text"]:focus,
#columns td.input input[type="password"]:focus,
#columns td.input select:focus {
    color: #3B5998;
}

#columns td.input input[type="submit"] {
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	background-color:#f5f5f5;
	color: #565656;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
}

#columns td.input input[type="submit"]:hover,
#columns td.input input[type="submit"]:focus {
    border: 1px outset #3B5998;
	background-color: #3B5998;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
}

#columns td.input textarea {
    border: 1px solid #BBBBBB;
    background-color: #ffffff;
    color: #3B5998;
    font-size: 12px;
    font-family: tahoma, sans-serif;
	width: 200px;
	padding: 4px;
}

#columns td.links a {
    color: #3B5998;
    text-decoration: none;
}

#columns td.links a:hover {
    text-decoration: underline;
}

/* # NEWS # */
#columns .post {
	margin: 0px 5px;
}

#columns .postdata {
	font-size: 11px;
	color: #808080;
}

#columns .news {
	padding: 0 0 12px;
	border-bottom: 1px solid #E6E6E6;
}

/* # LIST # */
#columns .list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#columns .list li {
	list-style: none;
	margin: 0px;
	padding: 3px;
	display: block;
	border-bottom: 1px solid #E6E6E6;
}

#columns .list .info {
	float: right;
	text-align: right;
}

#columns .list strong {
	color: #444;
}

#columns .list .info .ago {
	font-size: 11px !important;
	color: #808080;
}

#columns .list ul  {
	background: #fefefe;
	margin: 0px; padding: 0px;
}

#columns .list ul li {
	padding-left: 15px;
}

#columns .list li a {
    color: #3B5998;
    text-decoration: none;
}

#columns .list li a.title {
	margin-left: 5px;
	font-weight: bold;
}

#columns .list li a.group {
	font-weight: bold;
}

#columns .list li a:hover {
    text-decoration: underline;
}

#columns .list li .about {
	display: block;
}

#columns .list li .description {
	display: block;
	font-size: 9px;
	margin-left: 5px;
}

#columns .list li .action {
	display: block;
	margin: 3px 0px;
}

#columns .message blockquote, #columns #preview blockquote {
	border: 1px solid #bbb;
	padding: 3px;
	margin-bottom: 0px;
}

/* # PREMIER # */
#movie { 
	position: relative;
	background: #000;
	padding: 5px 0px;
}

#columns .buttons { 
	text-align: center;
	margin: 12px 0;
	font-size: 11px;
}

#columns a.button { 
	margin-right: 5px;
	color: #252525;
	border: 0px solid #fff;
	padding: 2px 10px 2px 2px;
}

#columns a.button:hover { 
	color: #3B5998;
}

#columns .series-image {
	float: left;
	background: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

#columns .data {
}

#columns .tags {
	font-size: 11px !important;
	color: #808080;
	margin-top: 5px;
}

#columns .list li .watch {
	font-size: 10px;
	float: right;
	font-weight: normal;
}

#columns .list li .tags {
	margin-left: 43px;
}

#columns .list li h2 {
	margin-top: 0px;
}

#columns span.avatar {
	position: relative;
	display: block;
}

#columns .list .episode {
	position: relative;
	display: inline-block;
}

#columns span.avatar img, #columns .list .episode .episode_thumb, #columns .list .episode-list .episode_thumb {
	border: 1px solid #BBBBBB;
	line-height: 0;
	margin: 0;
	padding: 1px;
}

#columns .list .episode-list .episode_thumb {
	margin-right: 5px;
}

#columns .list .episode-list .episode-title {
	display: block;
}

#columns span.level {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	bottom: 5px;
	font-size: 9px;
	padding: 3px 5px;
	position: absolute;
	right: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 #555; /* FALL BACK */
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#columns .list .episode .number, #columns .list .episode-list .number {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	bottom: 8px;
	font-size: 9px;
	padding: 3px 5px;
	position: absolute;
	right: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 #555; /* FALL BACK */
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}


/* # Messaging # */
#columns .lighter {
	color: #777777;
}

/* # Torrents # */
#columns .download {
	font-size: 9px !important;
	margin-top: 5px;
}

#columns .list li .download {
	margin-left: 10px;
}

#columns h1.torrent_title {
	margin-bottom: 5px;
}

#columns .torrent_category {
	padding: 5px; background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

#columns .torrent_desc {
	margin-left: 45px;
}

#columns .member {
	float: left;
	margin: 5px;
	text-align: center;
}

#columns a.member .username {
	color: #3B5998;
}

#columns a.member:hover .username {
	text-decoration: underline;
}

#columns span.avatar {
	position: relative;
	display: block;
}

#columns span.avatar img {
	border: 1px solid #BBBBBB;
	line-height: 0;
	margin: 0;
	padding: 1px;
}

#columns span.level {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	bottom: 5px;
	font-size: 9px;
	padding: 3px 5px;
	position: absolute;
	right: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 #555; /* FALL BACK */
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

/* # Footer # */
#footer {
    border-top: 1px solid #ccc;
    margin: 5px 0px 10px 0px;
    padding-top: 5px;
    font-size: x-small;
}

#footer a {
    color: #3B5998;
    text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .links {
    float: right;
}

#footer form {
    left: 10px;
    width: 120px;
    font-size: x-small;
    font-family: tahoma, sans-serif;
    color: #3C5E92;
    display: inline;
}

#footer input {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #ccc;
    font-size: xx-small;
    font-family: tahoma, sans-serif;
}

#footer input:focus {
    border: 1px solid #3B5998;
    background-color: #ffffff;
    color: #3B5998;
    font-size: xx-small;
    font-family: tahoma, sans-serif;
}

#footer input[type="submit"] {
    border: 1px solid #cccccc;
    background-color: #cccccc;
    color: #ffffff;
}

#footer input[type="submit"]:focus {
    border: 1px solid #3B5998;
    background-color: #3B5998;
    color: #ffffff;
    outline: none;
}

/* # BUTTONS # */
.btn {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 3px 0;
	border-width: 0;
	overflow: visible;
	font: 100%/1.2 Arial,Sans-serif;
	text-decoration: none;
	color: #333;
}

* html button.btn {
	padding-bottom:1px;
}

/* # BUTTONS # HACK # */
html:not([lang*=""]) button.btn {
	margin:0 -3px;
}

.btn span {
	background:#ddd url(../images/bg-button.gif) repeat-x 0 0;
	margin:0;
	padding:3px 0;
	border-left:1px solid #bbb;
	border-right:1px solid #aaa;
}

* html .btn span {
	padding-top:0;
}

.btn span span {
	position:relative;
	padding:3px .5em;
	border-width:0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #aaa;
}

.btn:hover span, .btn:hover span span {
	cursor: pointer;
	border-color: #BDC7D8 !important;
	color: #000;
}

.btn:active span {
	background-position:0 -400px;
	outline:none;
}

.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

.primary {
	font-weight: bold;
}


/* # DARKEN # */
#darkenheader {
	background-color: #000000;
	display: none;
	height: 113px;
	left: 0;
	margin: 0;
	min-width: 920px;
	opacity: .75;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 150;
}

#darken {
	background-color: #000000;
	display: none;
	height: 900px;
	left: 0;
	margin: 0;
	min-width: 920px;
	opacity: .75;
	padding: 0;
	position: absolute;
	top: 500px;
	width: 100%;
	z-index: 150;
}

/* # LOGGED IN MENU # */
#topnav a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("http://s.twimg.com/a/1249943174/images/toggle_up_dark.png");
	color:#789;
}

#logged {
	border:1px none transparent;
	color:#fff;
	font-size:11px;
	margin-left:480px;
	*margin-left:-483px;
	margin-top:1px;
	padding: 0px;
	position:absolute;
	text-align:right;
	width:280px;
	z-index:100;
	text-shadow: 1px 1px 0 #555; /* FALL BACK */
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#logged .item {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: none repeat scroll 0 0 rgb(0,0,0); /* FALL BACK */
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size:11px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	z-index: 100;
	text-shadow: 1px 1px 0 #555; /* FALL BACK */
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	display: inline-block;
	float: right;
	height: 16px;
}

#logged img {
	border: 0px;
}

#logged .avatar {
	float: left;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: none repeat scroll 0 0 rgb(0,0,0); /* FALL BACK */
	background-color: rgba(255,255,255, 0.3);
}

/* # LOGIN MENU # */
#login {
	border:1px none transparent;
	display:none;
}

#login #username, #login #password {
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 203px;
}

#login p {
	margin: 0;
}

#login a {
	color: #3B5998;
}

#login a:hover {
	text-decoration: underline;
}

#login label {
	font-weight: normal;
	display: block;
	padding: 3px 0px;
}

#login p.remember {
	padding: 10px 0;
}

#login p.forgot, #login p.forgot-username {
	clear: both;
	margin: 5px 0;
	text-align: right;
}

#signin_submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #eee;
	color: #888;
	border: 0px solid #fff;
	text-shadow: 1px 1px 0 #fff;
	padding: 4px 10px 5px;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
}

#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position: 0 -5px;
	cursor: pointer;
}

/* # RECENT EPISODE WRAPPERS # */
.bx_wrap {
	position: relative;
	clear: both;
}

.bx_container {
	position: absolute !important;
}

.bx_wrap .prev {
	position: absolute;
	top: 30px;
	outline: 0;
	left: 0;
}

.bx_wrap .next {
	float: right;
	margin-top: 30px;
}

.bx_wrap {
	padding-left: 60px;
}

.bx_wrap img {
	border: none;
}

.items .episode {
	display:inline-block;
	position:relative;
}

.items .episode a img {
	float:left;
	margin: 5px 5px 5px 18px;
	background: #fff;
	padding:1px;
	border:1px solid #ccc !important;
	max-width: 100px;
	max-height: 75px;
	-webkit-transition-duration: .7s;
	-moz-transition-duration: .7s;
	-o-transition-duration: .7s;
}

.items .episode a:hover img {
	max-width: 200px;
	max-height: 150px;
	margin-top: -10px;
}

.items .episode .number {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 10px;
	color: #FFFFFF;
	font-size: 9px;
	padding: 0px 5px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

/* # AFFILIATES # */
.affiliates { list-style:none; margin: 5px 0; padding:0; } 
.affiliates li { margin: 0px 5px; padding: 0; display: inline-block; }