html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/* ----------------------------------------------------------------
	-------------------------- Essentials ---------------------------
	---------------------------------------------------------------- */

html {
	height: 99%;
	font-size: 62.5%;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

}

body {
	font-size: 1.2em;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #171c22;
	background-image: url(/img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% -70px;
	z-index: 10;
}

body #bg_overlay_wrapper {
	display: block;
	position: relative;
	width: 936px;
	height: 1px;
	margin: 0 auto;
	z-index: 10;
}

body #bg_overlay_wrapper #bg_overlay {
	z-index: 15;
	background-image: url(/img/body_bk_overlay.jpg);
	background-repeat: no-repeat;
	width: 869px;
	height: 598px;
	background-position: 50% -70px;
	position: absolute;
	right: -84px;
}

#body-simple {
	font-size: 1.2em;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #263a44;
	background-image: url(/img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 230px;
}

#bk_header {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 133px;
	z-index: 999;
}

#bk_logo {
	top: -11px;
	left: -5px;
	position: relative;
	width: 308px;
	height: 164px;
}

#bk_logo h1 {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	outline: none;
	overflow: hidden;
}

#bk_logo h1 a{
	background-image: url(/img/div_logo_bladekitten_r2.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}

#bk_logo h1 a:hover{
	background-image: url(/img/div_logo_bladekitten_r2.png);
	background-repeat: no-repeat;
	background-position: 0 -164px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}

/* ----------------------------------------------------------------
	-------------------------- MENU ---------------------------
	---------------------------------------------------------------- */
	
#bk_menu {
	float: right;
	right: 15px;
	position: absolute;
	z-index: 999;
	top:114px;
}

#bk_menu ul {
	list-style-type: none;
}

#bk_menu ul li {
	float: left;
	padding-bottom: 9px;
	height: 32px;
	color: #fff;
	display: inline-block;
	clear: none;
}

#bk_menu ul li.active {
	margin: 0px 0px 0px 0px;
}

#bk_menu ul li a {
	height: 32px;
	display: inline-block;
}

#bk_menu ul li a:link,
#bk_menu ul li a:visited{
	color: #fff;
	cursor: pointer;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#bk_menu ul li a:active {
	color: #b7faff;
}

#bk_menu ul li.active a:link,
#bk_menu ul li.active a:visited {
	color: #333333;
}

#bk_menu ul li a:hover {
	text-decoration: none;
	color: #0a222b;
}

#bk_menu ul li.active a:hover {
	color: #666;
}


#bk_menu li .bk_menu_item,
#bk_menu li.active .bk_menu_item {
	margin: 0;
	background-repeat: repeat-x;
	background-position: top left;
	white-space: nowrap;
	text-align: center;
	float: left;
	display: block;
	padding: 0px 2px;
}

/* normal menu items */
#bk_menu li .bk_menu_item {
	padding: 0;
	background-image: url(/img/bk_menu_bg_r03.png);
	background-position: 0px 0px;
	height: 25px;
	padding: 7px 4px 0px 4px;
	line-height: 1.2em;
}

#bk_menu li .bk_menu_item_left {
	background-image: url(/img/bk_menu_left_bg_r03.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 32px;
	padding: 0;
	display: block;
	float: left;
}

#bk_menu li .bk_menu_item_right {
	background-image: url(/img/bk_menu_right_bg_r03.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	width: 10px;
	height: 32px;
	padding: 0;
	display: block;
	float: left;
}

/* active menu items */
#bk_menu li.active .bk_menu_item {
	padding: 8px 2px 0px 2px;
	background-color: transparent;
	background-image: url(/img/bk_menu_active_bg.png);
	height: 28px;
}

#bk_menu li.active .bk_menu_item_left,
#bk_menu li.active .bk_menu_item_right {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width: 15px;
	height: 36px;
	padding: 0;
	display: block;
	float: left;
}

#bk_menu li.active .bk_menu_item_left {
	background-image: url(/img/bk_menu_active_left_bg.png);
}

#bk_menu li.active .bk_menu_item_right {
	background-image: url(/img/bk_menu_active_right_bg.png);
}


/* ----------------------------------------------------------------
	----------------- BORDER/CONTAINER -----------------------
	---------------------------------------------------------------- */

div#content_container_top {
	background-image: url(/img/div_content_container_topbottom_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 936px;
	height: 33px;
	margin: 0 auto;
	display: block;
	z-index: 900;
	position: relative;
}

div#content_container_bottom {
	background-image: url(/img/div_content_container_topbottom_bg.png);
	background-repeat: no-repeat;
	background-position: 0 -33px;
	width: 936px;
	height: 33px;
	margin: 0 auto;
	display: block;
	z-index: 900;
	position: relative;
}

div#content_container_outer {
	background-image: url(/img/div_content_container_outer_bg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 936px;
	margin: 0 auto;
	display: block;
	z-index: 900;
	position: relative;
}

/* ----------------------------------------------------------------
	-------------------------- Outer Wrapper ---------------------------
	---------------------------------------------------------------- */

div#content_wrapper { 
	width: 860px;
	margin: 0px auto;
	padding: 0;
	color: #484848;
}

/* ----------------------------------------------------------------
	-------------------------- Columns ---------------------------
	---------------------------------------------------------------- */
	
div#container_lhs {
	width: 560px;
	float: left;
}

div#container_rhs {
	width: 285px;
	margin-left: 15px;
	float: left;
}


/* ----------------------------------------------------------------
	-------------------------- Table/Block Headers ------------------------
	---------------------------------------------------------------- */

.block-header {
	margin: 0; 
	padding: 0;
	position: relative;
	white-space: nowrap;
	height: 27px;
	text-align: left;
	width: 100%;
}

.block-header h3 {
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	white-space: nowrap;
}

.block-header table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	height: 27px;
}

.block-header table td,
.block-header table tr {
	height: 27px;
	padding: 0;
	margin: 0;
}

.block-header table td.block-l,
.block-header table td.block-r {
	background-position: top left;
	background-repeat: repeat-x;
	width: 22px;
	height: 27px;
	padding: 0;
	margin: 0;
}

.block-header table td.block-l {
	background-image: url(/img/block_header_left.png);
}

.block-header table td.block-r {
	background-image: url(/img/block_header_right.png);
}

.block-header.block-header-alt table td.block-l {
	background-image: url(/img/block_alt_header_left.png);
}

.block-header.block-header-alt table td.block-r {
	background-image: url(/img/block_alt_header_right.png);
}

.block-header table td.block-m {
	background-image: url(/img/block_header_main.png);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top;
	color:#EFF3F6;
	font-weight:bold;
	height: 27px;
	padding: 0px 0px 0px 5px;
}

.block-header table td.block-m span {
	position: absolute;
	z-index: 9999;
	line-height: 27px;
	vertical-align: middle;
	height: 27px;
	display: block;
}

.block-header.block-header-alt table td.block-m {
	background-image: url(/img/block_alt_header_main.png);
}

.block-header .block-header-overlay {
	position: absolute;
	right: 5px;
	top: 0px;
	/*background-image: url(/img/block_header_overlay.png);
	background-repeat: no-repeat;
	*/
	background-image: none;
	width: 268px;
	height: 27px;
	z-index: 900;
}

.block-header-nologo .block-header-overlay {
	display: none;
}

a.block-rss-icon {
	display: block;
	text-indent: -9999px;
	position: absolute;
	z-index: 960;
	background-image: url(/img/feed-icon-14x14.png);
	background-repeat: no-repeat;
	right: 10px;
	top: 8px;
	width: 14px;
	height: 14px;
}

/* Blocks
********************************* */

.block-start {
	position: relative;
}

.block-content {
	padding: 10px 10px;
	line-height: 1.6em;
	color: #444;
	border: solid 1px #B2B2B2; 
	background-color: #eeeeee;
	background-image: url(/img/table_cell.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 1em;
}

.block-content p {
	margin: 5px 0px 5px 0px;
}

.block-content p strong {
	font-weight: bold;
}

.block-content p em {
	font-weight: normal;
	font-style: italic;
}

.block-content h3 {
	font-size: 1.5em;
	color: #CF6A1E;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
}

.block-content h3 a,
.block-content h3 a:visited {
	color: #CF6A1E;
	text-decoration: none;
}

.block-content h4 {
	font-size: 1.2em;
	color: #05A2B6;
	font-weight: bold;
	margin: 13px 0px 2px 0px;
}

.block-content h4.block-content-header {
	border-bottom: 1px solid #E2E2E2;
	padding: 1px 0px 5px 0px;
	font-size: 0.85em;
	color: #888;
	margin-bottom: 10px;
}

.block-content h5 {
	text-decoration: underline;
	margin: 3px 0px;
}

.block-content .block-content-author {
	font-weight: bold;
}

.block-content-body {
	width: 95%;
	line-height: 1.7em;
	padding-left: 5px;
	overflow:hidden;
}

.block-content-body a img {
	max-width: 500px;
	width: expression(this.width > 499 ? 500: true);
	height: auto !important;
}

.block-content-body a,
.block-content-body a:visited {
	color: #CF6A1E;
	text-decoration: none;
}

.block-content-footer {
	border-top: 1px solid #E2E2E2;
	padding: 1px 0px 5px 0px;
	font-size: 0.85em;
	color: #888;
	margin: 10px 0px;
	position: relative;
}

.block-content-footer-line a,
.block-content-footer-line a:visited {
	color: #1a87a5;
	text-decoration: none;
}

.block-content-footer-line a:hover {
	color: #29788a;
	text-decoration: underline;
}

.block-content-footer-line .pipe {
	padding: 0px 5px;
	color: #aaa;
}

.block-end {
	border-bottom: 2px solid #346873;
}

div.container-lhs .block-content p,
div.container-rhs .block-content p {
	margin-top: 3px;
	margin-bottom: 6px;
}

.textile-content ul {
	list-style: disc;
}

.textile-content ul li {
	margin-left: 25px;
	margin-bottom: 4px;
	padding-left: 5px;
}

.shaded_block {
	font-size: 1em;
	list-style: none;
	margin: 20px 0px 15px 0px;
	padding: 10px 10px 5px 10px;
	border-top: 1px dotted #0A6D7A;
	border-bottom: 1px dotted #0A6D7A;
	background-color: #dbe2e3;
	color: #3d798e;
}

.shaded_block strong {
	text-transform: uppercase;
	font-weight: bold;
}





/* ----------------------------------------------------------------
	-------------------------- Footer ---------------------------
	---------------------------------------------------------------- */


#footer_container {
	width: 860px;
	padding: 20px;
	margin: 5px auto;
	text-align: left;
	position: relative;
	z-index: 998;
	font-size: 10px;
	line-height: 1.2em;
	color: #889095;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	min-height: 187px;
	background-image: url(/img/div_footer_container_bg.png);
	background-repeat: no-repeat;
}

#footer_container #footer_sitemap {
	width: 390px;
	float: left;
}

#footer_container #footer_sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
}

#footer_container #footer_sitemap ul li {
	float: none;
	clear: both;
	color: #cccccc;
}

#footer_container #footer_sitemap ul#sitemap_browse {
	width: 90px;
}

#footer_container #footer_sitemap ul#sitemap_about {

}

#footer_container #footer_sitemap ul#sitemap_legal {
	width: 170px;
}

#footer_container #footer_sitemap ul li.sitemap_header {
	color: #05a2b6;
	font-weight: bold;
}

#footer_container #footer_sitemap ul li a {
	color: #cccccc;
}

#footer_container #krome_logo {
	width: 190px;
	height: 59px;
	float: left;
	position: relative;
}

#footer_container #krome_logo h1 {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	outline: none;
	overflow: hidden;
}

#footer_container #krome_logo h1 a{
	background-image: url(/img/krome_logo.gif);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}


#footer_container .media_icons {
	width: 260px;
	float: right;
}

#footer_container .media_icons ul {
	float: right;
}

.media_icons ul li {
	width: 40px;
	margin-right: 5px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	display: block;
}

.media_icons ul li a{ 
	outline: none;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	display: block;
}

.media_icons ul li.icon_rss a {
	background-image: url(/img/media_icon_rss.png);
}

.media_icons ul li.icon_fb a {
	background-image: url(/img/media_icon_facebook.png);
}

.media_icons ul li.icon_twitter a {
	background-image: url(/img/media_icon_twitter.png);
}

.media_icons ul li.icon_youtube a {
	background-image: url(/img/media_icon_youtube.png);
}

#footer_container #copyright_blurb {
	width: 100%;
	text-align: center;
	clear: both;
	color: #cccccc;
}




/* forums footer? */




/* ----------------------------------------------------------------
	-------------------------- Links ---------------------------
	---------------------------------------------------------------- */
a {
	color: #3d798e;
	text-decoration: none;
}

a:active,
a:visited {
	color: #3d798e;
	text-decoration: none;
}

a:hover {
	color: #0a6d7a;
	text-decoration: underline;
}

/* ----------------------------------------------------------------
	------------------------ Breadcrumbs ---------------------------
	---------------------------------------------------------------- */

ul#menu_breadcrumbs {
	list-style-type: none;
	width: 840px;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 15px;
}

ul#menu_breadcrumbs li {
	float: left;
}

ul#menu_breadcrumbs li.sep {
	padding: 0 10px;
	color: #b2b2b2;
}

ul#menu_breadcrumbs li.here {
	font-weight: bold;
}

ul#menu_breadcrumbs li.here_sep {
	font-weight: bold;
	padding: 0 10px;
	color: #b2b2b2;
}
/* ----------------------------------------------------------------
 	-------------------- Comic Book Section ---------------------
	---------------------------------------------------------------- */

#comic_container {
	width: 760px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#comic_bottom_container {
	clear: both;
	margin: 20px auto;
}

#comic_bottom_container .block-comic-bottom {
	width: 286px;
	float: left;
	margin: 0 2px;
}

.comic-content {
	padding: 0;
}

img.comic_page_image {
	/*width: 558px;*/
	width: auto;
	margin: 0 auto;
	display: block;
}

ul.chapter_list {
	list-style: none;
}

ul.chapter_list li {
	width: 100%;
	font-size: 0em;
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 0;
	/*width: 263px;*/
	width: 101px;
	float: left;
	margin: 0px 3px 10px 3px;
}

ul.chapter_list li .active-border {
	border: 5px solid #000;
	display: none;
	height: 28px;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	/*width: 253px;*/
	width: 91px;
	z-index: 900;
}

ul.chapter_list li.active .active-border {
	display: block;
}

ul.chapter_list li img {
	/*width: 263px;*/
	width: 101px;
}

div.comic_navigation {
	width: 100%;
	font-size: 0.9em;
	display: block;
	margin: 8px auto 4px auto;
	text-align: center;
}

div.comic_navigation span.comic_nav_prev {

}

div.comic_navigation span.comic_nav_next {

}

div.comic_comment {
	font-size: 0.9em;
	display: block;
	margin: 0px auto 10px auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	border-top: 1px solid #bbb;
	position: relative;
	width: 92%;
}

div.comic_comment_inner {
	width: 580px;
	margin: 0 auto;
	background-color: #DDD;
	padding: 10px;
}

div.comic_comment_inner h4 {
	margin: 2px 0px;
}

div.comic_sharing_buttons {
	width: 92%;
	font-size: 0.9em;
	display: block;
	margin: 8px auto 8px auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-top: 1px solid #bbb;
	position: relative;
}

div.comic_sharing_buttons span {
	padding: 5px;
	position: relative;
	
}

div.comic_sharing_buttons span.pipe {
	font-size: 0.9em;
	font-weight: normal;
	color: #b5b5b5;
	padding-left: 1px;
	padding-right: 1px;
}

div.comic_sharing_buttons span.comic_addthis img {
	position: relative;
	top: 4px;
}

ul.character_list {
	list-style: none;
}

ul.character_list li {
	width: 125px;
	font-size: 0em;
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 0;
	margin-bottom: 10px;
	float: left;
	margin-left: 3px;
}


ul.featured_page_list {
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}

ul.featured_page_list li {
	float: left;
	padding: 3px;
	border: 2px solid #346873;
	margin: 7px;
}

ul.featured_page_list li a {
	display: block;
	line-height: 0;
	font-size: 0;
	
}



/* ----------------------------------------------------------------
 	-------------------- Character/Universe Section ---------------------
	---------------------------------------------------------------- */

div#hexagon-icon-slider {
	width: 850px;
	margin: 0 auto;
	position: relative;
	background-image: url(/img/characters_honeycomb_bg.png);
	background-position: 24px -48px;
	background-repeat: no-repeat;
}

div#hexagon-icon-slider div#hexagon-icon-scroll {
	width: 810px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 auto;
	position: relative;
}

div#hexagon-icon-scroll-inner div.hexagon-icon-group {
	width: 810px;
	height: 180px;
}

div#hexagon-icon-scroll-inner div.hexagon-icon-group a {
	width: 125px;
	height: 112px;
	display: block;
	float: left;
	position: relative;
	margin-left: -28px;
}

div#hexagon-icon-scroll-inner div.hexagon-icon-group a.icon-bottom {
	top: 58px;
}

div#hexagon-icon-scroll-inner div.hexagon-icon-group a.icon-top {
	
}

div#hexagon-icon-scroll-inner div.hexagon-icon-group a.icon-first {
	margin-left: 0;
}

div#hexagon-icon-slider .scroll_buttons {
	cursor: pointer;
	position: absolute;
	z-index: 999;
	display: block;
	top: 77px;
	width: 44px;
	height: 41px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div#hexagon-icon-slider #hexagon-group-prev {
	left: 0;
	top: 39px;
	background-image: url(/img/scroll_left.png);
}

div#hexagon-icon-slider #hexagon-group-next {
	right: 6px;
	top: 91px;
	background-image: url(/img/scroll_right.png);
}

div#hexagon-icon-slider .scroll_buttons_hover {
	background-position: 0px -41px;
}

div#hexagon-icon-slider .hide {
    display: none;
}

div#character_splash {
	position: relative;
	display: block;
}

div#character_splash #character_trailer {
	position: absolute;
	right: 30px;
	top: 100px;
	z-index: 990;
	border: 7px solid #fff;
	width: 320px;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#character_splash img {
	z-index: 900;
	display: block;
}

table.character-data {
	width: 860px;
	border-collapse: collapse;
}

div.character-data {
	width: 860px;
	padding: 0;
	margin-top: 15px;
}

div.character-data .character-data-lhs {
	float: left;
	width: 600px;
}


div.character-data .character-data-rhs {
	width: 240px;
	margin-left: 20px;
	float: right;
}

div.character-data dl {
	width: 100%;
	font-size: 0.9em;
}

div.character-data dl dt {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 80px;
}

div.character-data dl dd {
	float: left;
	font-weight: normal;
	display: block;
	width: 135px;
}

div.character-data dl dd span {
	color: #999;
	font-style: italic;
}

#votingMessage {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	margin: 5px 3px;
	text-align: center;
	padding: 3px;
	border: 1px solid #555;
	background-color: #888;
	color: #333;
}


/* ----------------------------------------------------------------
 	------------------------- BK Homepage --------------------------
	---------------------------------------------------------------- */

#homepage_container {
	position: relative;
	left: -10px;
	top: -10px;
	background-image: url(/img/homepage_inner_bg.jpg);
	background-repeat: no-repeat;
	width: 881px;
	margin: 0 auto;
	min-height: 1461px;
}

#homepage_trailer {
	height:194px;
	left:22px;
	position:relative;
	top:260px;
	width:320px;
	border: 3px solid #000;
	z-index: 990;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a#homepage_bubble_overlay {
	position: absolute;
	z-index: 950;
	width: 130px;
	height: 211px;
	display: block;
	text-indent: -9999px;
	top: 370px;
	right: 25px;
	background-image: url(/img/homepage_speech_bubbles_rhs.png);
	background-repeat: no-repeat;
}

a#homepage_bubble_overlay:hover {
	background-position: 0px -211px;
	
}
#homepage_content {
	left:22px;
	position:relative;
	padding-top:266px;
	width:330px;
}

ul#homepage_feed {
	list-style-type: none;
}

ul#homepage_feed li {
	margin: 5px 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #d2e3e7;
}

ul#homepage_feed li img.feed_icon {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	padding-top: 3px;
}

ul#homepage_feed li h4 {
	float: left;
	font-weight: bold;
	width: 250px;
	font-size: 1.0em;
	margin-top: 0px;
}

ul#homepage_feed li h5.date {
	font-weight: normal;
	display: block;
	font-size: 0.9em;
	color: #777;
	clear: both;
	margin-left: 26px;
	text-decoration: none;
}

ul#homepage_feed li .enc_thumbnail {
	display: block;
	clear: left;
	margin-left: 26px;
	float: left;
	width: 60px;
}

ul#homepage_feed li .enc_thumbnail img {
	width: 60px;
}

ul#homepage_feed li span {
	display: block;
	clear: both;
	margin-left: 26px;
	line-height: 1.5em;
	font-size: 1em;
	white-space: normal !important;
	word-wrap: break-word;
	width: 265px;
}

ul#homepage_feed li span.enc_text {
	clear: none;
	float: left;
	margin-left: 10px;
	width: 190px;
	
}

/* ----------------------------------------------------------------
 	------------------------ BK Downloads --------------------------
	---------------------------------------------------------------- */

ul.wallpaper_listing {
	list-style-type: none;
}

ul.wallpaper_listing li {
	float: left;
	padding: 13px;
	margin: 5px;
	background-color: #DBE2E3;
	width: 225px;
	font-size: 0.9em;
	text-align: center;

}

ul.wallpaper_listing li div {
	float: left;
	text-align: left;
	padding-left: 10px;
	line-height: 1.8em;
}

ul.wallpaper_listing li img {
	display: block;
	text-align: center;
	float: left;
}


/* ----------------------------------------------------------------
 	------------------------- BK Store Section  ---------------------
	---------------------------------------------------------------- */

table.store {
	border-collapse: collapse;
}

table.store td {
	padding: 10px 3px 15px 3px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table.store td.product_image  {
	text-align: center;
	width: 125px;
	padding-left: 10px;
}

table.store td.product_description {
	padding-left: 8px;
	padding-right: 15px;
	width: 250px;
}

table.store td.product_separator {
	width: 1px;
	font-size: 0px;
	background-color: #ccc;
	padding: 0;
}

table.store td.product_image img {
	width: 115px;
	display: block;
	padding: 3px;
}

table.store td p {
	padding: 3px 0px;
}

table.store td ul {
	list-style-type: disc;
	padding: 5px 0px;
}

table.store td ul li {
	padding-left: 12px;
	margin-left: 20px;
	padding: 2px 0px;
}

table.store td strong {
	font-weight: bold;
}

table.store td a:link,
table.store td a:visited,
table.store td a:active {
	font-weight: bold;
}


/* ----------------------------------------------------------------
 	------------------------ BK Game Page --------------------------
	---------------------------------------------------------------- */

#gamepage_container {
	position: relative;
	top: -10px;
	left: -10px;
	background-image: url(/img/gamepage_inner_bg_3.jpg);
	background-repeat: no-repeat;
	width: 881px;
	margin: 0px auto 20px auto;
	min-height: 600px;
}

body .gamepage_container_home {
	background-image: url(/img/gamepage_inner_bg_home.jpg) !important;
}

body .gamepage_container_cast {
	background-image: url(/img/gamepage_inner_bg_3_nobk.jpg) !important;
}

#gamepage_content {
	position: relative;
	width: 420px;
	left: 420px;
	top: 120px;
	line-height: 1.6em;
	margin-bottom: 90px;
}

body .gamepage_container_home #gamepage_content {
	width: 480px !important;
	left: 390px !important;
	top: 60px !important;
}

body .gamepage_container_cast #gamepage_content {
	top: 50px !important;
	left: 170px !important;;
	width: 640px !important;;
}

body .gamepage_container_trailers #gamepage_content {
	left: 390px !important;
	width: 480px !important;
}


body .gamepage_container_cast div.cast-splash {
	width: 605px;
	height: 270px;
	margin-top: 25px;
	margin-left: 33px;
	display: block;
	background-image: url(/img/gamepage_character_splash_bg.png);
	background-repeat: no-repeat;
}

body .gamepage_container_cast  div.cast-splash img {
	display: block;
	padding: 14px 0px 0px 6px;
	width: 592px;
	height: 250px;
}

#gamepage_content .glossary_tooltip {
	color: #000;
	font-weight: bold;
}

#gamepage_content p {
	color: #222;
	margin: 5px 0px 9px 0px;
}


ul#gamepage_menu {
	width: 142px;
	height: 185px;
	display: block;
	position: absolute;
	top: 160px;
	left: 5px;
	float: left;
}

ul#gamepage_menu li {
	list-style: none;
	float: none;
	display: block;
	width: 142px;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 0;
	font-size: 0;
}

ul#gamepage_menu li a {
	display: block;
	width: 142px;
	padding: 0;
	margin: 0;
	background-image: url(/img/gamepage_menu_r3.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	position: relative;
	text-indent: -9999px;

}


ul#gamepage_menu li.gp_gameinfo a {
	width: 117px;
	height: 38px;
	background-position: 0px 0px;
}
ul#gamepage_menu li.gp_gameinfo a:hover { background-position: -142px 0px;}

ul#gamepage_menu li.gp_trailer a {
	height: 38px;
	width: 107px;
	background-position: 0px -38px;
}
ul#gamepage_menu li.gp_trailer a:hover { background-position: -142px -38px; }

ul#gamepage_menu li.gp_screenshots a {
	height: 35px;
	width: 142px;
	background-position: 0px -76px;	
}
ul#gamepage_menu li.gp_screenshots a:hover { background-position: -142px -76px; }

ul#gamepage_menu li.gp_conceptart a {
	height: 37px;
	width: 139px;
	background-position: 0px -110px;
}
ul#gamepage_menu li.gp_conceptart a:hover { background-position: -142px -110px; }

ul#gamepage_menu li.gp_cast a {
	width: 142px;
	height: 65px;
	background-position: 0px -147px;
}
ul#gamepage_menu li.gp_cast a:hover { background-position: -142px -147px; }

ul#gamepage_menu li.gp_blog a {
	width: 95px;
	height: 40px;
	background-position: 0px -214px;
}
ul#gamepage_menu li.gp_blog a:hover { background-position: -142px -214px; }


div.cast-data h4 {
	font-size: 1.1em;
	font-weight: bold;
}

div.cast-data {
	line-height: 1.6em;
	font-size: 1.0em;
	margin-top: 15px;
	margin-left: 33px;
}

div#gamepage_content ul.media_thumbs {
	list-style: none;
	padding-left: 73px;
}

div#gamepage_content ul.media_thumbs_wide {
	margin-left: -254px !important;
	padding-left: 0px !important;
}

div#gamepage_content ul.media_thumbs li {
	margin: 0px 21px 16px 0px;
	float: left;
	display: block;
	border: 4px solid #000;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height: 0;
	font-size: 1px;
}

div#gamepage_content ul.media_thumbs li.last {
	margin-right: 0px;
}

div#gamepage_content ul.media_thumbs li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* extends the hexagon slider for just the cast page... makes it smaller! */
div#gamepage_content div#hexagon-icon-slider {
	width: 661px;
	background-image: url(/img/cast_honeycomb_bg.png);
}

div#gamepage_content div#hexagon-icon-slider div#hexagon-icon-scroll {
	width: 621px;
}

div#gamepage_content div#hexagon-icon-scroll-inner div.hexagon-icon-group {
	width: 621px;
}

/* ----------------------------------------------------------------
 	---------------------- BK Games Page (TRAILERS) -----------------------
	---------------------------------------------------------------- */

#trailers {
	position: relative;
	display: block;
	width:480px;
	padding: 0;
	margin: 0 auto;
}

#trailers #image_wrap {
	position: relative;
	margin:0 auto 15px auto;
	padding: 0px;
	text-align:center;
	border: 5px solid #000;
	line-height: 0px;
	background-color: #000;
	
}

#trailers .trailer_holder_img {
	display: none;
}

#trailers .scrollable {
	position:relative;
	overflow:hidden;
	width: 480px;
	margin: 0px auto;;
	height:100px;
}

#trailers .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}


#trailers .scrollable img {
	float:left;
	cursor:pointer;
	width:100px;
	height:75px;
	border: 4px solid #000;
	margin: 0px 16px 0px 0px;
}

#trailers .scrollable .active {
	border:4px solid #666;
	z-index:9999;
	position:relative;
}



/* ----------------------------------------------------------------
 	---------------------- BK Community Page -----------------------
	---------------------------------------------------------------- */

body .registration-message {
	width: 243px;
	background-color: #05A2B6;
	padding: 10px;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;	
}

#newsletter_form {
	width: 263px;
	text-align: center;
}

#newsletter_form div.nl_form_input {
	margin: 1px auto 2px auto;
}

#newsletter_form div.nl_form_input label {
	float: left;
	display: block;
	width: 45px;
	padding-right: 5px;
	font-size: 0.9em;
	padding-top: 1px;
	text-align: right;
}

#newsletter_form div.nl_form_input input.nl_input_text {
	width: 190px;
	font-size: 0.9em;
	background-color: #f3f5f7;
	border: 1px solid #b4b9bf;
	padding: 3px;
	text-align: left;
}

#newsletter_form div.nl_form_input select.nl_select {
	padding: 1px;
	font-size: 0.9em;
	width: 197px;
	background-color: #f3f5f7;
	border: 1px solid #b4b9bf;
	text-align: left;
}

#newsletter_form div.nl_form_input input.nl_checkbox {
	display: block;
	float: left;
	margin: 3px 10px 2px 57px;
}

#newsletter_form div.nl_form_input label.nl_checkbox {
	float: left;
	width: 170px;
	line-height: 1.6em;
	font-size: 0.8em;
	text-align: left;
}

#newsletter_form #nl_extra_fields {
	display: none;
}

#newsletter_form #nl_submit {
	margin-top: 5px;
}

#newsletter_form #nl_errors {
	font-size: 0.9em;
	color: red;
	width: 250px;
	text-align: left;
}

#newsletter_form #nl_errors label {
	margin: 4px 0px;
	display: block;
	float: none;
	clear: both;
	margin-left: 16px;
	line-height: 1.3em;
	height: 16px;
	padding-left: 24px;
	background-image: url(/img/exclamation.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#community_threads {
	font-size: 1em;
	width: auto;
}

ul#community_threads li {
	margin-bottom: 5px;
	padding-left: 26px;
	margin-left: 5px;
	background-image: url(/img/bk_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	font-weight: bold;
	
}

ul.community_feed {
	font-size: 0.9em !important;
}

ul.community_feed li span {
	width: 220px !important;
}

/* ----------------------------------------------------------------
 	------------------------ BK FAQ Section  -----------------------
	---------------------------------------------------------------- */
	
dl#faq_list {
	
}

dl#faq_list dt {
	font-weight: bold;
}

dl#faq_list dd {
	margin: 6px 0px 12px 0px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

dl#faq_list p {
	margin: 0;
	padding: 0;
}


#tooltip { 
    display: none; 
    background-color:#ffa; 
    border:1px solid #cc9; 
    padding:3px; 
    font-size:13px;
    line-height: 1.4em;
    width: 350px;
    z-index: 9999;
    -moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
}





/* ----------------------------------------------------------------
 	-------------------- Clear Fix Stuff ---------------------
	---------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


