
/*
	aniGaiku Forums
		- Nijiko
		- 2009	
*/

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

.clear {
	clear: both;
}

/* # Body # */
body, table {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 11px;
	margin: 0px; padding: 0px;
	line-height: 1.3;
	background: #000 url('../images/background.png') no-repeat top center;
}

/* # Links # */
a {
	color: #7C0608;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* # Form # */
#form p {
	margin: 0px 0px 10px 0px;
}

#form input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 5px;
	color: #fff;
	background: #151515;
	border: 0px solid #fff;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,.2);
	width: 25%;
}

#form input[type="submit"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 5px;
	color: #fff;
	background: #151515;
	border: 0px solid #fff;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,.2);
	font-weight: 700;
}

#form input[type="reset"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 5px;
	color: #fff;
	background: #151515;
	border: 0px solid #fff;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,.2);
	font-weight: 700;
}

#form textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 5px;
	color: #fff;
	background: #151515;
	border: 0px solid #fff;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	width: 80%;
}

/* # Rounded # */
.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 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: 900px;
	margin: 0 auto;
}

/* # Navigation # */
#navigation  {
	color: #fefefe;
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#navigation li { 
	float: left;
	list-style: none;
}

#navigation li a { 
	color: #fff;
	font-weight: bold;
	padding: 0px 10px;
	float: left;
	list-style: none;
	margin-left: 3px;
}

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

#navigation li a em { 
	border-bottom: 1px dotted #fefefe;
	font-style:normal;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li a.current {
	text-decoration: underline
}

/* # Banner # */
#banner {
	height: 150px; overflow: hidden; text-align: center;
	text-indent: -9999px; width: 900px; margin-top: 5px;
	background: url('../images/banner2.png') no-repeat;
}

/* # announcement # */
#announcement {
	width: 900px;
	height: 40px;
	background: #0E0E0E;
	margin: 5px 0px;
	color: #fefefe;
}

#announcement h1 {
	font-size: 11px;
	margin: 12px 3px 0px 10px;
	display: inline-block;
}

#announcement img { float: right; margin-top: 3.5px; margin-right: 5px; }

#announcement span ul { margin: 0; list-style: none; padding: 0; display: inline-block; width: 87%; }
#announcement span ul li { margin: 0; list-style: none; padding: 0; }
#announcement span ul li .follow { float: right; color: #fff; font-weight: bold; }

/* # Columns # */
#columns  {
	padding: 10px;
	color: #fefefe;
	line-height: 1.5em;
	background: #0E0E0E;
}

#columns .left {
	width: 500px;
	float: left;
}

	#columns .left .links {
		list-style: none;
		margin: 0px; padding: 0px;
		padding-left: 10px;
	}
	
	#columns .left .links li {
		width: 480px;
		float: left;
		font-weight: 700;
		margin-bottom: 5px;
	}
	
		#columns .left .links li span {
			display: inline-block;
			margin: 0px 3px;
			color: #7C0608;
			width: 20px;
			text-align: center;
		}
		
		#columns .left .links li a {
			display: inline-block;
			color: #fefefe;
		}
		
		#columns .left .links li a:hover {
			text-decoration: underline;
		}

#columns .right {
	width: 350px;
	float: right;
}

	#columns .right .links {
		list-style: none;
		margin: 0px; padding: 0px;
		padding-left: 10px;
	}
	
	#columns .right .links li {
		font-weight: 700;
		margin-bottom: 5px;
	}
	
		#columns .right .links li span {
			display: inline-block;
			margin: 0px 3px;
			color: #7C0608;
		}
		
		#columns .right .links li a {
			display: inline-block;
			color: #fefefe;
		}
		
		#columns .right .links li a:hover {
			text-decoration: underline;
		}

#columns h2 {
	font-size: 11px;
	color: #fefefe;
	margin: 0px 0px 3px 0px;
}


/* # FOOTER # */
#footer {
	color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

#footer .right {
	float: right; text-align: right;
}
