/* @override 
	http://bkwld.dev/css/master.css
	http://bkwld3.bkwlddev.com/css/master.css
	http://bkwld.com/css/master.css
*/

/* The line-height: 0.1em;'s are for IE 6
   they don't care about height, but set it
   as the 12px default for the font size.
   
   So you have to make it small. */

@import "/css/reset.css";

/* Don't let your underwear show! */
body { background-color: #fff; }

a:hover {
	color: #333;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header { padding: 0 0 65px; }

/* What We're Saying */
#what_were_saying { 
	margin: 0 0 30px;
	position: relative;
}
#what_were_saying .top {
	padding: 14px 0 10px;
}
.back_arrow {
	width: 38px;
	height: 38px;
	text-indent: -9999em;
	position: absolute;
	left: 0;
	top: 130px;
	background-image: url(../images/buttons/arrows.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.back_arrow:hover, .left_arrow a:hover {
	background-position: left -38px;
}
.next_arrow {
	width: 38px;
	height: 38px;
	text-indent: -9999em;
	position: absolute;
	top: 128px;
	left: 960px;
	background-image: url(../images/buttons/arrows.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.next_arrow:hover, .right_arrow a:hover {
	background-position: right -38px;
}

/* Statement */
#statements {
	width: 825px; 
	height: 180px;
	overflow: hidden;
	margin: 0 0 20px;
	position: relative;
	left: 65px;
}
#statements .overflow {
	width: 10000px;
	position: relative;
}
.statement {
	width: 405px;
	float: left;
	border-right: 1px solid #ccc;
	margin: 0 30px 0 0; padding: 0 0 10px;
}
.statement .author {
	width: 150px;
	float: left;
}
.statement .content {
	width: 215px;
	float: left;
	padding: 2px 20px;
}
.statement .content h2 {
	padding: 0 0 2px;
}
.statement .content h2, .statement .content h2 a {
	font: normal 16px Georgia, serif;
}
statement .content h2 {
	color: #00a7e5;
}
.statement .content p {
	padding: 10px 0 0;
}

/* --------------------
 * Paginate
 * -------------------- */
.paginate {
	position: relative;
	float: right;
	top: -3px;
}
.paginate ul {
	float: right;
}
.paginate li {
	margin: 0 3px;
	float: left;
	font: normal 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.paginate li a {
	display: block;
	padding: 3px 6px;
	border: 1px solid #ccc;
}
.paginate li a:hover {
	background: #00a7e5;
	color: #fff;
	display: block;
	padding: 3px 6px;
	border: 1px solid #00a7e5;
}
.paginate .current a {
	background: #00a7e5;
	color: #fff;
	display: block;
	padding: 3px 6px;
	border: 1px solid #00a7e5;
}
.paginate .previous a {
	color: #00a7e5;
	display: block;
	padding: 3px 6px 3px 15px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/misc/blue_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.paginate .previous a:hover {
	color: #fff;
	display: block;
	padding: 3px 6px 3px 15px;
	border: 1px solid #00a7e5;
	background-color: #00a7e5;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/misc/white_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.paginate .next a {
	color: #00a7e5;
	display: block;
	padding: 3px 15px 3px 6px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/misc/blue_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.paginate .next a:hover {
	color: #fff;
	display: block;
	padding: 3px 15px 3px 6px;
	border: 1px solid #00a7e5;
	background-color: #00a7e5;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/misc/white_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#prev_next {
	float: right;
	top: 18px;
	position: relative;
}
#prev_next .prev {
	text-indent: -9999px;
	display: block;
	width: 27px;
	height: 27px;
	margin-right: 2px;
	line-height: 0;
	float: left;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/buttons/arrows_mini.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#prev_next .prev:hover {
	background-position: left -27px;
}
#prev_next .next {
	text-indent: -9999px;
	display: block;
	width: 27px;
	height: 27px;
	line-height: 0;
	float: left;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/buttons/arrows_mini.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#prev_next .next:hover {
	background-position: right -27px;
}

#comments {
	padding: 0 0 0; margin: 0 0 40px;
}
#comments .paginate {
	padding-top: 15px;
}
#comments .comment {
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}
.comment div.avatar {
	width: 54px;
	float: left;
	padding: 0 20px 0 0;
}
.comment div.avatar img {
	border: 2px solid #ccc;
}
.comment .comment-content {
	width: 500px;
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 0 0 20px;
	min-height: 52px;
}
.comment .comment-author {
	font: normal 14px Georgia, serif;
	padding: 0 0 3px;
}
	
.left_arrow a {
	width: 38px;
	height: 38px;
	float: left;
	text-indent: -9999em;
	margin: 131px 0 0;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/buttons/arrows.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_arrow a {
	width: 38px;
	height: 38px;
	float: right;
	text-indent: -9999em;
	margin: 131px 0 0;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/buttons/arrows.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.current img {
	border: 2px solid #00a7e5 !important;
}
li.launch {
	float: right !important;
	width: 107px; height: 19px;
}
li.launch a {
	width: 107px;
	height: 19px;
	text-indent: -9999em;
	display: block;
	background-image: url(file:///C|/Users/Nick/Desktop/bkwld/images/buttons/launch.gif);
}
li.launch a:hover {
	background-position: 0 -19px;
}

/* Detail Pagination */
.page_navigation {
	float: right;
}
.page_navigation .left {
	width: 26px; height: 26px;
	float: left;
}
.page_navigation .left a {
	background: url('/images/buttons/small_arrows.gif') no-repeat top left;
	width: 26px; height: 26px;
	display: block;
	text-indent: -9999em;
}
.page_navigation .left a:hover {
	background-position: bottom left;
}
.page_navigation .right {
	width: 26px; height: 26px;
	float: left;
	margin: 0 0 0 10px;
}

.page_navigation .right a {
	background: url('/images/buttons/small_arrows.gif') no-repeat top right;
	width: 26px; height: 26px;
	display: block;
	text-indent: -9999em;
}
.page_navigation .right a:hover {
	background-position: bottom right;
}
