body {text-align:center;}

#wrapper {
	background: #476673 url(/images/uploads/chase-background.gif) repeat-y 0 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}

#header {
	padding: 31px 0 0 0;
}

	#header h1 {
		margin: 0 0 0 100px;	
	}

	#header h1 a {
		background: url(/images/uploads/chase-logo.gif) no-repeat 0 0;
		display: block;
		height: 155px;
		position: relative;
		text-indent: -9999px;
		width: 600px;
		z-index: 10;
	}
	
	#header .extra {
		background: url(/images/uploads/chase-goose.gif) no-repeat 0 0;
		height: 230px;
		left: -123px;
		position: absolute;
		top: 0;
		width: 281px;
		z-index: 5;
	}
	
#content {
	float: left;
	padding: 0 50px;
	margin: 100px 0 1.75em 0;
	width: 487px;
}

	.article {
		background: #31464f;
		background: rgba(43, 62, 70, .8);
		margin: 0 0 2em 0;
		padding: 44px 20px 0 20px;
		position: relative;
	}
	
		.article a.add_this img {
			float: none;
			margin: 0 0 1.75em 0;
		}
	
		.article p.date {
			color: #abbac0;
			font-size: 1em;
			line-height: 1.75;
			margin: 0;
		}
		
		.article div.extra {
			background: transparent url(/images/uploads/chase-tape.png) no-repeat 0 0;
			height: 73px;
			left: 150px;
			position: absolute;
			top: -47px;
			width: 200px;
		}
		
		ul.article_links {
			background: url(/images/uploads/chase-border.gif) no-repeat 0 0;
			font-size: 1em;
			list-style: none;
			margin: 0;
			padding: 2.75em 0;
		}
		
			ul.article_links li {
				display: inline;
				margin-right: 30px;
				text-transform: uppercase;
			}

	.pagination ul {
		list-style: none;
		margin: 0;
		overflow: hidden;
	}
	
		.pagination ul li.previous {
			float: left;
		}
		
		.pagination ul li.next {
			float: right;
		}
		
		.pagination ul li a {
			background: #31464f;
			background: rgba(43, 62, 70, .8);
			display: block;
			padding: 1em 20px;
		}
		
		.pagination ul li a:hover {
			background: #333;
			background: rgba(51, 51, 51, .8);
			display: block;
			padding: 1em 20px;
		}
	
#aside {
	float: right;
	margin: 100px 0 1.75em 0;
	padding: 0 36px 0 27px;
	width: 150px;
}

	#product img {
		float: none;
		margin: 0;
	}

	#product p {
		font-size: .8333em;
		line-height: 1.6;
		margin: 0 0 1.6em 0;
		text-align: center;
	}

	#twitter {
		background: #e6e2e0;
		border-radius : 10px;
		-moz-border-radius : 10px; /* Mozilla */
		-webkit-border-radius : 10px; /* Webkit */
		color: #31464f;
		margin: 81px 0 0 0;
		padding: 16px;
		position: relative;
	}
	
		#twitter a {
			color: #476673;
		}
	
		#twitter p {
			font-size: .8333em;
			line-height: 1.6;
			margin: 0 0 1.6em 0;
		}
	
		#twitter p.follow {
			font-size: 1.1667em;
			line-height: 1.5;
			margin: 0;
		}
	
		#twitter p.follow a {
			color: #bd9638;
		}
		
		#twitter .extra {
			background: url(/images/uploads/chase-goose_talk.gif) no-repeat 0 0;
			height: 39px;
			left: 20px;
			position: absolute;
			top: -39px;
			width: 99px;
		}
	
#footer {
	background: #31464f;
	background: rgba(43, 62, 70, .8);
	clear: both;
	position: relative;
}

#footer ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 1.3125em 0;
}

	#footer ul li.norman {
		background: transparent url(/images/threads/norman.png) no-repeat 0 0;
		height: 37px;
		margin: -18px 0 0 0;
		position: absolute;
		right: 0;
		text-indent: -5000px;
		top: 50%;
		width: 109px;
	}

		#footer ul li.norman a {
			display: block;
			height: 37px;
			width: 109px;
		}
		
/*----Comments----*/

#comments {
	background: url(/images/uploads/chase-border.gif) no-repeat 0 0;
	clear: both;
	margin: 1.75em 0 0 0;
	padding: 2.75em 0;
}

#comments p, #comments ul, #comments ol {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em 0;
	text-align: left;
}

#comment_wrap div.reg, #comment_wrap div.alt {
	clear: both;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 18px;
	width: 411px;
}

#comment_wrap div.reg {
	background: #1a313b;
	background: rgba(15, 36, 45, .8);
}

#comment_wrap div.comment_info {
	border-top: 1px solid #d6d3cf;
}

#comment_wrap div.comment_info p.author {
	float: left;
}

#comment_wrap div.comment_info p.posted {
	color: #9f9f9f;
	font-size: .8333em;
	font-style: italic;
	line-height: 1.8;
	margin: 1.8em 0;
	text-align: right;
}

#post_comment {
	clear: both;
}

#comment_fields {
	float: left;
	margin-right: 20px;
	width: 200px;
}
		
	#spam_question p {
		color: #727567;
		font-style: italic;
	}
			
	#comment_boxes {
		clear: both;
		overflow: hidden;
		width: 447px;
	}
			
		#comment_boxes label {
			display: block;
		}
  		
  	#comment_form .form_input {
		margin: 0 0 1em 0;
	}
  		
  	#comment_form .form_input label {
		display: block;
		line-height: 1.5;
	}
		  		
  	#comment_form .form_input input {
		width: 180px;
	}
		  		
  	#comment_form .form_input textarea {
		height: 23.5em;
		width: 215px;
	}
		
	#comment_area {
		float: left;
		width: 225px;
	}
		
	#comment_form .buttonHolder {
		margin: 1.5em 0;
	}
		
	#comment_preview div.comment {
		background: #1a313b;
		background: rgba(15, 36, 45, .8);
		overflow: hidden;
		padding: 0 18px;
	}
		
#comments_closed p {
	font-weight: bold;
	margin: 3em 0;
	text-align: center;
}

/*----Winner Form*/

#winner_form {
	background: url(/images/uploads/chase-border.gif) no-repeat 0 0;
	clear: both;
	margin: 1.75em 0 0 0;
	padding: 2.75em 0;
}

#winner_form .form_input {
	margin: 0 0 1em 0;
}
  		
#winner_form .form_input label {
	display: block;
	line-height: 1.5;
}
		  		
#winner_form .form_input input {
	width: 180px;
}
		  		
#winner_form .form_input textarea {
	height: 6.5em;
	width: 75%;
}
		
#winner_form .buttonHolder {
	margin: 1.5em 0;
}