@import url('http://www.khinsider.com/layout/fonts/bebas-neue-fontfacekit/stylesheet.css');

/* Please note, if you work through this interface, be really careful. REALLY REALLY. 
You can easily screw up the whole site
*/

/*RESET*/

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, font, img, ins, kbd, q, s, samp,
small, 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
}

body {
  line-height: 200%;
  background:#ede7e7;
  font-family: Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
  color:#333;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}

/*---------------Links
/*-----------------------------------------*/

a {
  color: #336981;
  text-decoration:none;
}

a:visited {
  color: 333;
  text-decoration:none;
}

a:hover {
  color: #336981;
  text-decoration:none;
}

/*------------------Container
/*---------------------------------------------------*/

#back-drop {
  height:58.1px;
  width:100%;
  background-color:#66a7c5;
  border-bottom:7px solid #000;
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
}

/*
.container {
  width:960px;
  margin:0 auto;
}
*/

.container {
  margin:0 auto;
  width:998px;
}
/*---------------------Header
/*-----------------------------------------------------*/

#logo {
  float:right;
  margin-bottom:15px;
  margin-top:5px;
  margin-right:25px;
}

/*------------------Feature Content
/*--------------------------------------------------------*/

#top-graphic {
  background-image: url('http://images.khinsider.com/images/Site%20Banners/hdr-kh2hd.png');
  background-repeat:no-repeat;
  background-position:0 -16px;
  width:1120px;
  height:504px;
  margin-left:-60px;
  position:relative;
  z-index:-2;
}

#featuredcontent {
  width:860px;
  height:173px;
  position:absolute;
  top:0;
  margin-top: 311px;
  padding-left: 7px;
  margin-left:0;
  z-index:30;
}


.featuredbox {
  width: 227px;
  background: #ededed;
  background: rgba(255,255,255,.5);
  -webkit-border-radius: 10px;
  border: 1px solid #7798ae;
  height: 140px;
  float:left;
  margin: 3px;
  margin-right: 34px;
  font-size:12px;
  font-weight:bold;
  padding: 10px;
}


.featuredbox ul {
  margin:15px 0 10px 36px;
}

.featuredbox, .featuredbox img, a {
  color:#1b1818;
  text-decoration:none;
  margin-bottom:-4px;
  line-height:1;
  text-align:center;
}

.featuredbox img {
  width: 228px;
  border:1px solid #7798ae;
  border-radius: 7px;
}

.featuredbox, a:hover {
  color:#336981;
}

.hover li {
  list-style-type:none;
  margin-left:-38px;
  margin-top: -15px;
}

.hover li:hover {
  cursor:pointer;
}

#featuredad {
  margin-top: -20px;
  margin-bottom: 10px;
/*  margin-right: 320px;
  margin-left: -12;*/
}

/*-------------------Main Nav
/*--------------------------------------------------*/

.menu2 {
  width:auto;
  height:34px;
  line-height:0;
  background-color:#f0eceb;
  border-right:1px solid #e0d8d4;
  border-bottom:1px solid #e0d8d4;
  font-size:1em;
  font-weight:bold;
  padding-bottom:0;
  margin:65px 0 0 500px;
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomleft:10px;
  position:absolute;
}

.menu2 li {
  display:inline;
  padding:9px;
  float:left;
}

.menu2 li:last-child {
  padding-right:25px;
}

.menu2 li a {
  color: #ee3231;
  padding-left:5px;
}

.menu2 li a:before {
  content:url(http://images.khinsider.com/images/navbullet.gif);
}

/*----------------Search Bar
/*--------------------------------------------------*/

.button {
  position:absolute;
}

.search2 label {
  display:none;
}

.search2 {
  margin-left:847px;
  margin-top:65px;
  border:none;
  position:absolute;
  z-index:501;
}

#mod-search-searchword {
  width:160px;
  background-color:#e5e1e0;
  margin-top:0px;
  height:19px;
  margin-left:-56px;
  padding:7px 8px;
  padding-bottom:9px;
  border:none;
  outline:none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  float:left;
}

#mod-search-searchword:focus {
  -webkit-box-shadow: inset 3px 3px 9px rgba(0,0,0,.25);
}

/*---------------------Search Page
/*--------------------------------------------------------*/

.sresults {
	-webkit-animation:colorchange .5s;
	-moz-animation:colorchange .5s;
	-o-animation:colorchange .5s;
}

.sresults a {
	color:rgba(50, 104, 132, 1);
	font-size:1em;
	padding-bottom:1px;
	line-height:1.3;
	border-bottom:1px dotted rgba(50, 104, 132, 1);
}

.sresults a:hover {
	color:#fff;
	background:rgba(50, 104, 132, .9);
	border-bottom:1px solid rgba(50, 104, 132, 1);
}

.sresults:hover {
	background-color:rgba(0,0,0,.1);
	-webkit-animation:colorchange2 .5s;
	-moz-animation:colorchange2 .5s;
	-o-animation:colorchange2 .5s;
}

@-webkit-keyframes colorchange {
	from {background-color:rgba(0,0,0,.1);}
	to {background: rgba(255, 255, 255, 0.1);}
}

@-webkit-keyframes colorchange2 {
	from {background: rgba(255, 255, 255, 0.1);}
	to {background-color:rgba(0,0,0,.1);}
}

@-moz-keyframes colorchange {
	from {background-color:rgba(0,0,0,.1);}
	to {background: rgba(255, 255, 255, 0.1);}
}

@-moz-keyframes colorchange2 {
	from {background: rgba(255, 255, 255, 0.1);}
	to {background-color:rgba(0,0,0,.1);}
}

@-o-keyframes colorchange {
	from {background-color:rgba(0,0,0,.3);}
	to {background: rgba(255, 255, 255, 0.1);}
}

@-o-keyframes colorchange2 {
	from {background: rgba(255, 255, 255, 0.1);}
	to {background-color:rgba(0,0,0,.1);}
}


.search {
  background:rgba(255,255,255,.75);
  width:608px;
  min-height:2000px;
  height:auto;
  padding:25px;
  border:1px solid #dad9d7;
}

.search h1 {
  padding: 90px 300px 100px 5px;
  margin:25px 0 0 0;
  background:url('http://images.khinsider.com/images/search_bg.png') no-repeat;
  color:#fff;
  font-size: 3em;
  font-family:'BebasNeue', Helvetica, Arieal, sans-serif;
  text-shadow:-3px 2px rgba(0,0,0,.35);
}

#searchForm {
  padding:25px;
  margin-bottom:12px;
  /*box-shadow:0px 2px 4px #807e7e;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;*/
  position:relative;
  z-index:0;
  line-height:23px;
  font-size:.9em;
  font-family:Arial, Helvetica, serif;
}

#search-searchword {
  width:250px;
  float:left;
  clear:left;
  margin:10px 0;
  background-color:#E5E1E0;
  padding:10px;
  border:none;
  outline:none;
  color:#333;
  border:1px solid rgba(0,0,0,.25);
}

#searchForm input:focus {
  outline:none;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
}

.word .button, .word label {
  position:static;
  float:left;
}

#searchForm .button {
  border:none;
  background:#EE3231;
  color:#fff;
  font-size:1.1em;
  clear:none;
  margin-top:10px;
  padding:8px 5px 9px 5px;
  text-shadow:-1px 1px #000;
}

#searchForm .button:hover {
  cursor:pointer;
}

.search-results {
  padding:25px;
  min-height:500px;
  height:auto;
  margin-bottom:0px;
  /*box-shadow:0px 2px 4px #807e7e;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;*/
  position:relative;
  z-index:0;
  line-height:23px;
  font-size:.9em;
  font-family:Arial, Helvetica, serif;
}

.searchintro {
  margin:20px 0;
  font-size: 2em;
  font-family:'BebasNeue', Helvetica, Arieal, sans-serif;
  color:##326884;
  text-shadow:-1px 1px #fff;
  font-style: normal;
}

#searchForm .counter {
  float:left;
}

/*-------------Phrase Box---------*/

.phrases, .ordering, .form-limit, #searchForm .counter {
  position:relative;
  float:left;
  padding:10px;
}

.phrases, .only {
  padding:10px;
  display:inline;
  border:1px solid rgba(0,0,0,0.25);
  font-size:1.1em;
  width:520px;
  margin-bottom:15px;
  background:url('http://images.khinsider.com/images/input_bg_light.png');
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
}

.pharses legend {
  padding:0 10px;
}

.phrases-box input, .phrases-box label {
  float:none;
  width:auto;
}

/*--------------Results-----------*/

.search-results {
}

.result-title {
  text-decoration:none;
  text-shadow:-1px 1px #fff;
  color:#326884;
  font-weight:bold;
  margin:20px 0 5px 0;
  font-size:1.5em;
}

.result-title a {
  color:#326884;
}

.small {
  font-style:italic;
}

.result-text {
  margin:10px 0;
}

.result-created {
  display:none;
}

/*------------Game Menu
/*-----------------------------------------------------*/

.m-menu {
  width:996px;
}


.menu {
  color:#fff;
  height:38px;
  background-color:#302d2d;
  background:-webkit-gradient(linear, left bottom, left top, from(#302d2d), to(#1e1a1b));
  background:-moz-linear-gradient(bottom, #302d2d, #1e1a1b);
  background-image:-o-linear-gradient(top, #1e1a1b, #302d2d);
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  position:relative;
  z-index:51;
}

.clear {
  clear:both;
}

.menu li ul {
  background-color:#302d2d;
  position:absolute;
  background:url('http://images.khinsider.com/images/menu_bg.png') no-repeat;
  padding:0;
  margin:0;
  margin-left:-90px;
  overflow:hidden;
  width:320px;
  font-size:1em;
}

.menu li ul {
  padding:0 4px;
}

.menu li ul li ul {
  background:none;
  height:auto;
  padding:0;
}


.item-472, .item-540, .item-541 {
  float:left;
  width:140px;
  padding:0 90px;
  text-align:center;
  /*background:url('http://images.khinsider.com/images/drop_down_arrow.png') bottom center no-repeat;*/
}

.menu li p {
  display:inline;
  text-align:center;
  color:#fff;
  margin-bottom:3px;
  cursor:pointer;
}

.menu li ul li {
  padding:0 0 0 10px;
  width:146px;
}

.menu li ul li a, .separator {
  text-align:left;
  margin:0;
  color:#fff;
}

.menu li ul li a, .separator {
  display:block;
  line-height:240%;
}

.menu li ul li:hover {
  color:#66a7c5;
  background:rgba(0,0,0,.1) /*url('http://images.khinsider.com/images/menu_hover_icon.png') right center no-repeat*/;
}


.menu li ul li a:hover, .menu .separator:hover {
  color:#66a7c5;
}

.menu ul li ul {
  width:160px;
  height:auto;
  position:absolute;
  margin-left:146px;
  margin-top:-38px;
  display:none;
}

#m1 p {
  border:none;
}

.separator:hover {
  cursor:pointer;
}

.menu ul .item-465 ul, .menu ul .item-466 ul, .menu ul .item-467 ul, .menu ul .item-468 ul, .menu ul .item-469 ul, .menu ul .item-470 ul, .menu ul .item-471 ul  {
  top:38px;
}

/*#sm1 {
  width:155px;
}

#sm1 li {
  float:left;
  clear:both;
  width:155px;
}

#sm2 {
  width:175px;
}

#sm2 li {
  float:left;
  clear:both;
  width:175px;
}

#sm3 {
  width:168px;
}

#sm3 li {
  float:left;
  clear:both;
  width:168px;
}

#sm4 {
  width:125px;
}

#sm4 li {
  float:left;
  clear:both;
  width:125px;
}

#sm5 {
  width:141px;
}

#sm5 li {
  float:left;
  clear:both;
  width:141px;
}

#sm6 {
  width:89px;
}

#sm6 li {
  float:left;
  clear:both;
  width:89px;
}

#sm7 {
  width:117px;
}

#sm7 li {
  float:left;
  clear:both;
  width:117px;
}*/

/*-------------Categories Menu
/*----------------------------------------------------*/

.blog h2 {
    background:rgba(255, 255, 255, .75);
    border-top:#a4a4a4;
    border-left:1px solid #dad9d7;
  width:660px;
}

.subheading-category {
  font-size:.9em;
  font-style:italic;
  padding: 1px 10px;
  color:#fff;
  background:#EE3231;
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  text-shadow:-1px 1px #333;
  margin: 3px 0 13px -1px;
  float: left;
}

.menu3 {
  -webkit-border-top-l: 7px;
  width:640px;
  float:left;
  background: #66A7C5;
  padding:0 10px 5px 9px;
  font-weight:bold;
  font-size:.9em;
  position:relative;
  z-index:50;
  height: 28px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-top-left-radius: 7px;
  -moz-border-top-right-radius: 7px;
}

.menu3 li {
  float:left;
  display:inline;
  padding:10px;
}

.menu3 li a {
  color:#656565;
  color:#304e5c;
}

.menu3 li a:hover {
  color:#fff;
}

#c-edge {
  float:left;
  position:absolute;
  margin:0px 0 0 -12px;
  position: relative;
  z-index: -1;
}

/*This gets rid of the "more articles" part when you click on one of the categories*/

.items-more {
  display:none;
}

/*-----------------------Side Bar
/*----------------------------------------------------*/

#side-navigation {
  float:right;
  width:336px;
}

#ad-box, #ad-skyscraper {
  width:336px;
  float:left;
  margin-top: 0px;
}

#ad-box{
  margin-bottom:10px;
}

#ad-skyscraper {
  height:600px;
  margin-bottom:10px;
}

#box1, #box2, #box3, #box4, #box5, #midi-box, #box-email, #box_games_new  {
  width:340px;
  background-position: right top;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
}



#box5 li:before, #box1 li:before, #box2 li:before, #box_games_new li:before  { 
    content: "\00BB \0020";
    color: #6099b4;
    font-size: 13px;
    position: relative;
    left: -0.2em;
    top: -0.1em;
}

#box1 a, #box2 a, #box3 a, #box4 a, #box5 a, #midi-box a, #box-email a, #box_games_new a {
  font-size:13px;
  color:#326884;
}

#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover, #box5 a:hover, #midi-box a:hover, #box-email a:hover, #box_games_new a:hover {
  text-decoration:underline;
}

#box_games_new {
  background-color:#fff;
  background-image:url('http://images.khinsider.com/images/backdrop2-2.png');
  background-repeat:no-repeat;
  height:380px;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
}

#box_games_new h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box_games_new ul {
  line-height:140%;
  margin-top:0;
  margin-left:20px;
}


#box1 {
  background-color:#fff;
  background-image:url('http://images.khinsider.com/images/backdrop1.png');
  background-repeat:no-repeat;
  height:300px;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
}

#box1 h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box1 ul {
  line-height:140%;
  margin-top:0;
  margin-left:20px;
}

#box2 {
  background-color:#fff;
  background-repeat:no-repeat;
  background-position-y: -39px;
  background-image:url('http://images.khinsider.com/images/backdrop2-2.png');
  height:215px;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
}


/*-------Game Menu
/*----------------------------------------------*/

#box_games {
  	background-image:none;
	background:none;
	min-height:100px;
	border:none;
	float:left;
	margin-bottom:10px;
        margin-top:0px;
}

#box_games li {
	width:340px;
	font-size: 1.4em;
	font-family:'BebasNeueRegular', Helvetica, Arieal, sans-serif;
	margin-top:-5px;
	padding:10px 0;
	padding-bottom:20px;
	border-top:2px solid #f0eceb;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
  	webkit-border-bottom-right-radius:10px;
}

#box_games li:hover {
	cursor:pointer;
}

.game-title a {
	padding:3px 0;
}

.game-title a:hover {
	background:rgba(0,0,0,.2);
	background-image:url('http://images.khinsider.com/images/dropdowngraphic.png');
	background-repeat:no-repeat;
	background-position:3% 50%;
	padding-left:11%;
	color:#fff;
	cursor:pointer;
}

#box_games li a {
	display:block;
	text-align:left;
}

#box_games li ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	margin-top:8px;
	/*box-shadow:0px -1px 1px rgba(255,255,255,.4);f0eceb
	border-top:1px solid rgba(0,0,0,.1);*/
	font-size:.5em;
}

#box_games li ul li ul {
	font-size: .8em;
	margin: 0;
}

#box_games li ul li ul li a {
     padding-left: 50px;

}

#box_games li ul li {
	border-radius:0;
	border:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	font-size: 1.2em;
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
}

#box_games li:hover, #box_games li ul:hover, #box_games li ul li:hover, #box_games li ul li ul a {
	cursor:pointer;
	color:#fff;
}

/*----------Kingdom Hearts------------------*/


li.sidebar-kingdom-hearts {
	background:#66A7C5;
	background-image:url('http://images.khinsider.com/images/khbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts a:hover {
	color:#3b8088;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts 2------------------*/


li.sidebar-kingdom-hearts-2 {
	background:#a5bcdc;
	background-image:url('http://images.khinsider.com/images/kh2bg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-2 a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-2 a:hover {
	color:#606d80;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-2 ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-2 ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-2 ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-2 ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Chain of Memories------------------*/


li.sidebar-chain-of-memories {
	background:#9c9277;
	background-image:url('http://images.khinsider.com/images/combg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-chain-of-memories a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-chain-of-memories a:hover {
	color:#5b5545;
	color:rgba(0,0,0,.4);
}

.sidebar-chain-of-memories ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-chain-of-memories ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-chain-of-memories ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-chain-of-memories ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------358/2 Days------------------*/


li.sidebar-358-2-days {
	background:#ed474d;
	background-image:url('http://images.khinsider.com/images/daysbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y: 35%;
}

li.sidebar-358-2-days a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-358-2-days a:hover {
	color:#8a292d;
	color:rgba(0,0,0,.4);
}

.sidebar-358-2-days ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-358-2-days ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-358-2-days ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-358-2-days ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Coded------------------*/


li.sidebar-coded {
	background:#f1c42d;
	background-image:url('http://images.khinsider.com/images/codedbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-coded a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-coded a:hover {
	color:#8c721a;
	color:rgba(0,0,0,.4);
}

.sidebar-coded ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-coded ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-coded ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-coded ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts Mobile------------------*/


li.sidebar-kingdom-hearts-mobile {
	background:#8953bc;
	background-image:url('http://images.khinsider.com/images/mobilebg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-mobile a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-mobile a:hover {
	color:#714799;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-mobile ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-mobile ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-mobile ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-mobile ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Birth by Sleep------------------*/


li.sidebar-birth-by-sleep {
	background:#a6cee8;
	background-image:url('http://images.khinsider.com/images/bbsbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-birth-by-sleep a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-birth-by-sleep a:hover {
	color:#607887;
	color:rgba(0,0,0,.4);
}

.sidebar-birth-by-sleep ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-birth-by-sleep ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-birth-by-sleep ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-birth-by-sleep ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts 3D------------------*/


li.sidebar-kingdom-hearts-3d {
	background:#ff3399;
	background-image:url('http://images.khinsider.com/images/kh3dbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-3d a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-3d a:hover {
	color:#941e59;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-3d ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-3d ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-3d ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-3d ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts 3------------------*/


li.sidebar-kingdom-hearts-3 {
	background:#003992;
	background-image:url('http://images.khinsider.com/images/kh3bg.PNG');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-3 a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-3 a:hover {
	color:#4d74b3;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-3 ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-3 ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-3 ul a {
	color:#ffffff;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-3 ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------The World Ends With You------------------*/


li.sidebar-the-world-ends-with-you {
	background:#0090fa;
	background-image:url('http://images.khinsider.com/images/twewybg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-the-world-ends-with-you a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-the-world-ends-with-you a:hover {
	color:#3a90cf;
	color:rgba(0,0,0,.4);
}

.sidebar-the-world-ends-with-you ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-the-world-ends-with-you ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-the-world-ends-with-you ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-the-world-ends-with-you ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts HD 1.5 ReMIX------------------*/


li.sidebar-kingdom-hearts-hd-remix  {
	background:#303030;
	background-image:url('http://images.khinsider.com/images/1-5bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts-hd-remix a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-hd-remix a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-kingdom-hearts-hd-remix ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-hd-remix ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-hd-remix ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-hd-remix ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts HD 2.5 ReMIX------------------*/


li.sidebar-kingdom-hearts-hd-2-5-remix  {
	background:#757575;
	background-image:url('http://images.khinsider.com/images/2-5bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts-hd-2-5-remix a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-hd-2-5-remix a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-kingdom-hearts-hd-2-5-remix ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-hd-2-5-remix ul li:hover {
	background:#4e4e4e;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-hd-2-5-remix ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-hd-2-5-remix ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------KINGDOM HEARTS X------------------*/


li.sidebar-kingdom-hearts-x {
	background:#11ab98;
	background-image:url('http://images.khinsider.com/images/pcbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts-x a {
	color:#fff;
	padding-left:10px;
}

li.sidebar-kingdom-hearts-x a:hover {
	color:#109483;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-x ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-x ul li:hover {
	background:#076225;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-x ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-x ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('http://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/




#box2 h2, #box_games h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box2 ul {
  line-height:140%;
  margin-left:20px;
  margin-top:0;
}

#box3, #midi-box {
  background-color:#fff;
  background-image:url('http://images.khinsider.com/images/backdrop3.png');
  background-repeat:no-repeat;
  background-position-y: -26px;
  height:auto;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
}

#box3 h2, #midi-box h2, #box-email h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box3 p {
  text-align:center;
  font-size:.85em;
  padding:10px 10px;
  line-height:140%;
}

#midi-box {
  margin-top: 0px;
  margin-bottom: 10px;
}

#midi-box p, #box-email p {
  text-align:left;
  font-size:.85em;
  padding:10px 10px;
  line-height:110%;
  margin-left: 10px;
}

#box-email {
  background-color:#fff;
  background-image:url('http://images.khinsider.com/images/backdrop4.png');
  background-repeat:no-repeat;
  height:auto;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
}

#box4 {
  background-color:#fff;
  background-image:url('http://images.khinsider.com/images/backdrop4.png');
  background-repeat:no-repeat;
  height:auto;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
  display:none;
}

#box4 h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box5 {
  background-color:#fff;
  background-image:url('http://images.khinsider.com/images/backdrop5.png');
  background-repeat:no-repeat;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
  padding-bottom: 15px;
}

#box5 h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box5 ul {
  line-height:140%;
  margin-left:20px;
  margin-right:5px;
  margin-top:0;
}

#box5 li {
  font-size:0.8em;
}


#side-navigation h2 {
  color:#ffffff;
  text-align: center;
  display:block;
  font-size:1em;
  margin: 10px;
  font-family:'BebasNeueRegular';
  background-color:#66A7C5;
  font-weight:normal;
  letter-spacing:2px;
  height: 30px;
}



/*----------------Feature Articles
/*---------------------------------------------------------------*/

.latest-news {
  width:650px;
  padding-left:10px;
  color:#fff;
  background-color:#66a7c5;
  font-size:1.3em;
  float:left;
  z-index:1;
}

.latest-news h2 {
  display:inline;
}

.key {
  height:30px;
  width:30px;
  background-image:url('http://images.khinsider.com/images/key.png');
  float:left;
}

.items-leading {
  background:#F7F7F7;
  background:rgba(255,255,255,.75);
  border:1px solid #dad9d7;
  border-top:none;
  padding: 15px;
  padding-top: 12px;
  padding-right: 15px;
  width: 629px;
  line-height:20px;
  font-size:.8em;
  float:left;
}

.clear {
  clear:both;
}

.leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9 {
  float:left;
  padding:30px 0;
  border-bottom:1px solid #c2c2c2;
  border-top:1px solid #fff;
  position:relative;
  min-height:267px;
  width:623px;
}

.leading-1 {
  padding-bottom: 30px;
  border-bottom:1px solid #c2c2c2;
  position:relative;
  min-height: 294px;
}
/*
.leading-0 .moduletable1, .leading-1 .moduletable1, .leading-2 .moduletable1, .leading-3 .moduletable1, .leading-4 .moduletable1, .leading-5 .moduletable1 {
  display:none;
} */

.leading-2 {
  margin-top:0;
  padding-top:30px;
  border-top:1px solid #fff;
}

.leading-9 {
  border:none;
  border-top:1px solid #fff;
}

.items-leading h2 a {
  font-family: 'BebasNeueRegular';
  text-decoration:none;
  text-shadow:-1px 1px #fff;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  display:block;
  width:623px;
  text-align:left;
  float:left;
  font-size:1.7em;
}

.items-leading a {
  color:#326884;
}

.items-leading a:hover {
  text-decoration:underline;
}

.items-leading h2 a:hover {
  text-decoration:none;
}

.items-leading h2 a:before {
  margin-right: 4px;
  content:url(http://images.khinsider.com/images/heading_image.png);
}

.items-leading p {
  width:590px;
}

.item {
  background-color:#fff;
  border:1px solid #dad9d7;
  padding:25px;
  padding-top:15px;
  padding-right:10px;
  margin:0;
  width:623px;
  min-height:260px;
  height:auto;
  line-height:20px;
  font-size:.8em;
}

.item h2 a {
  text-decoration:none;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  display:block;
  float:left;
  text-align:left;
  width:623px;
  font-size:1.4em;
}

.item h2 a:before {
  content:url(http://images.khinsider.com/images/heading_image.png);
}

.item p {
  width:590px;
  margin-top:0px;
}

.readmore a {
  margin-right:10px;
  display:inline;
  float:left;
}

.addcomment {
  background:url(/layout/comment_grey.png) no-repeat 0 50%;
  padding:0 10px 0 20px;
  margin:0 0 0 20px;
  display:inline;
  float:right;
}

.socialmedialinks {
	float: left;
	width:400px;
	margin: 10px 0 0 0;
}

.cmp_like_container, .cmp_twitter_container, .cmp_google_container {
	float: left;
}

.cmp_like_container {
        margin-right:25px;
}

.readcommentlinks {
	float:right;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width:225px;
	margin-top: 13px;
}

.articlelinks {
	float:left;
	clear: left;
	padding: 0px 0 0 0;
	width: 625px;
}

.articlesummary {
	float:left;
}

#news_comments {
	float:left;
	clear: left;
	padding: 40px 0 20px 0;
}

.reply_to_comment {
	box-shadow: 2px 6px 6px -6px;
	margin: -45px 0 30px 0;
	clear:left;
	background: rgba(50, 104, 132, .7);
	width: auto;
	float: right;
	padding: 5px;
	font-size: 1.5em;
	font-family: 'BebasNeue', Helvetica, Arieal, sans-serif;
	text-shadow:-1px 1px rgba(50, 104, 132, 1);
	border: 3px solid rgba(50, 104, 132, 1);
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.create {
  color:#336981;
  font-style:normal;
  margin:0 2px;
}

.article-info dt {
  display:none;
}

.article-info {
  display:block;
  float:left;
  width:100%;
  margin-bottom:10px;
  color:#4a4a4a;
  font-weight:600;
  font-size:.9em;
}

.published {
  float:left;
  width:auto;
  margin-right:5px;
}

.createdby {
  float:left;
  width:auto;
  padding-left:5px;
  margin-right:auto;
  border-left:1px solid #326884;
}

.img-intro-left {
  width:150px;
  height:150px;
  float:left;
  margin:3px 10px 10px 0;
  border:5px solid rgba(50,104,132,1);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

/*------Article Pages
/*---------------------------------------*/



.item-page .post-image {
  display:none;
}

.item-page img {
  margin:20px;
}

.item-page, .content-page {
  background-color: rgba(255, 255, 255, .75);
  border:1px solid #dad9d7;
  padding: 18px;
  padding-top:35px;
  margin:0;
  width: 622px;
  min-height:2700px;
  height:auto;
  line-height:22px;
  font-size:.8em;
  font-family:Arial, Helvetica, serif;
  position:relative;
  float:left;
  z-index:2;
}

.item-page {
  line-height:22px;
}

.content-page a {
  color: #336981;
  text-decoration:underline;
}

.content-page p, .content-page ul {
  line-height:150%;
  margin: 15px 0;
}

.content-page ul {
	list-style-type:circle;
	padding-left: 30px;
}
.content-page ol {
	list-style-type:decimal;
	padding-left: 30px;
}
.content-page td {
	vertical-align:top;
	padding:5px;
}
/*
.content-page img {
  display:inline;
  float:left;
}
*/

.item-page .latest-news .key {
  display:none;
}

.item-page h2 a, .content-page h2, .content-page h2 a {
  font-family: 'BebasNeueRegular';
  text-shadow: -1px 1px #fff;
  text-decoration:none;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  font-size:1.5em;
  float: left;
  text-align: left;
  width: 100%;
}

.item-page h3 {
  text-decoration:none;
  color:#4b4e50;
  display:inline;
  font-size:.8em;
  font-style:italic;
  font-size:1em;
  margin:10px 0 0 0;
  padding-bottom:5px;
  width:715px;
  float:left;
  clear:left;
}

.moduletable1 {
  margin-top:-30px;
  float:right;
}

.item-page .moduletable1 {
  position:absolute;
  margin-top:0px;
  right:0;
}

td.socialshare_horiz {

}


/*---------Contact Pages
/*------------------------------------------*/

.contact {
  background:rgba(255,255,255,.75);
  border:1px solid #dad9d7;
  padding:25px;
  padding-top: 25px;
  margin:0;
  width:608px;
  min-height:2192px;
  height:auto;
  line-height:23px;
  font-size:.8em;
  font-family:Arial, Helvetica, serif;
  position:relative;
  z-index:2;
}

.contact h1 {
  font-size:1em;
  font-style:italic;
  padding: 5px 10px;
  color:#fff;
  background:#EE3231;
  border-radius: 7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  text-shadow:-1px 1px #333;
  width: 56px;
  margin: 15px 0;
  position: relative;
}

.contact-name {
  text-decoration:none;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  font-size:1.5em;
}

.panel {
  /*border:1px solid #333;
  margin:5px 0px;
  -webkit-border-radius:10px;
    -moz-border-radius:10px;*/
}

.panel p {
  font-size:2em;
  line-height:180%;
}

.contact-misc p {
  font-size:1.1em;
}

.panel h3 {
  margin-top:5px;
  padding:17px 5px;
  display:block;
  background:url('http://images.khinsider.com/images/contact_headers.png') no-repeat;
  font-size:1.5em;
  text-shadow:0px 1px #000;
}

.panel h3 a {
  padding:10px 5px;
  color:#fff;
}

.pane-slider {
  padding:15px 25px;
  background:#333;
  color:#fff;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

.pane-toggler, .pane-hide {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

#contact-form, .contact-miscinfo, .contact-image, .contact-contactinfo {
  padding:15px 0;
}

#contact-form .button {
  position:static;
}

#contact-form input, #contact-form textarea {
  padding:10px;
  background:#c2c2c2;
  color:#fff;
  border:none;
  width:350px;
  font-size:1.2em;
  text-shadow:-1px 1px #000;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
}

#contact-form input:focus, #contact-form textarea:focus {
  background:url('http://images.khinsider.com/images/input_bg2.png');
  color:#fff;
  text-shadow:-1px 1px #000;
  outline:none;
}

/*---------Pagination
/*------------------------------------------*/

.item-page .pagenav {
  display:none;
}

.pagination {
  padding: 0 10px;
  font-size: .9em;
  width: 638px;
  float:left;
  background-color: #66A7C5;
  border:1px solid #dad9d7;
  border-top:none;
  margin-bottom: 15px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
}

#comments_pagination_top .pagination {
  margin-top:10px;
  margin-bottom:10px;
}

#comments_pagination_bottom .pagination {
  margin-top:0px;
  margin-bottom:10px;
}

#comments_pagination_top .pagination, #comments_pagination_bottom .pagination {
  width: 600px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  font-size: 14px;
  padding-top: 10px;
}

#comments_pagination_top a, #comments_pagination_bottom a {
  text-decoration: none;
}  

#comments_pagination_top p, #comments_pagination_bottom p {
  padding: 0;
  margin: 0;
}  
.pagination ul {
  float:right;
  margin-top:0px;
  list-style: none;
}

.pagination ul li {
  float:left;
  width:auto;
  border-top:none;
}

.counter {
  background-color:#66a7c5;
  color:#fff;
  padding:4px 11px;
  margin-top:4px;
  display:inline;
}

.search .counter {
  border:none;
  background:none !important;
  color:#000;
  padding:7px 15px;
  margin-top:4px;
}

.pagenav {
  color:#fff;
  padding:4px 7px;
  width:58px;
}

span.pagenav:last-child {
  background:rgba(0,0,0,.3);
}

.pagination a {
  color:#fff;
}

.pagination a:hover {
  color:#fff;
  background:rgba(0,0,0,.3);
}

.search .pagination {
  margin-top: 16px;
  width:600px;
  background:none;
  border:none;
}

.search .pagenav {
  background:none;
  color:#333;
}

span.pagenav:last-child {
  background:rgba(0, 0, 0, .3);
  color:#fff;
}

p.pagination {

}

p.pagination a {
	color:#333;
	padding: 0 5px;
}

/*--------------------Footer
/*--------------------------------------------------------*/

#footercontainer {
  background-color: #66a7c5;
  width:100%;
  height:165px;
  margin:0 auto;
  margin-bottom:10px;
}

.footer-wrapper {
  width:960px;
  margin:0 auto;
  line-height:1.3;
}

.joomla-footer {
  margin:0 auto;
  height: 139px;
}

#footer-left {
  border-right: 1px solid #5b9ebc;
  height: 118px;
  float: left;
  color: #336981;
  font-size: 12px;
  width: 400px;
  padding-top: 14px;
}

#footer-left img {
  float:left;
}

#bottom-logo {
  margin-bottom:10px;
}

.joomla-footer p {
  float:left;
  padding-right:1px;
  padding-left:9px;
  padding-bottom:0px;
  width:360px;
  font-size:1.1em;
  line-height:140%;
}

.left img {
  margin-left:0px;
  clear:left;
  padding: 3px 3px 0 0;
}

#footer-middle {
  height:132px;
  padding:10px 0 0 20px;
  width:250px;
  float:left;
}

#footer-right {
  height: 127px;
  width:250px;
  float:left;
  padding:10px 0 0 20px;
  border-left:1px solid #5b9ebc;
}

#affiliates {
  font-size:.8em;
  line-height:19px;
  margin-top:5px;
}

#affiliates a {
  color:#fff;
}

#affiliates a:hover {
  color:#336981;
}

#social-icons {
  margin-top:10px;
}

.regular {
  float:left !important;
}

.fb-like {
  display:inline;
}

.tweet-button {
  position:absolute;
  margin-left:90px;
  margin-top:76px;
}


.item .tweet-button {
  margin-top:42px;
}

.items-leading .tweet-button {
  margin-top:42px;
}

.item-page .tweet-button {
  margin-top:33px;
}

.tweet-button a {
  height: 20px;
  display: block;
  text-indent: -10000em;
  background: transparent url('http://images.khinsider.com/images/tweet.png') no-repeat;
  width: 55px;
}

.tweet-button a:lang(de) {
  background: transparent url('http://images.khinsider.com/images/tweet_de.png') no-repeat;
  width: 67px;
}

.tweet-button a:lang(es) {
  background: transparent url('http://images.khinsider.com/images/tweet_es.png') no-repeat;
  width: 64px;
}

.tweet-button a:lang(fr) {
  background: transparent url('http://images.khinsider.com/images/tweet_fr.png') no-repeat;
  width: 66px;
}

.tweet-button a:lang(ja) {
  background: transparent url('http://images.khinsider.com/images/tweet_de.png') no-repeat;
  width: 80px;
}

.tweet-button a:lang(ko) {
  background: transparent url('http://images.khinsider.com/images/tweet_ko.png') no-repeat;
}

.tweet-button a:hover {
  background-position: 0px -21px;
}

.tweet-button a:active {
  background-position: 0px -42px;
}

/*Poll*/

.poll {
  margin-left:20px;
  margin-bottom:10px;
}

#polldiv_1 {
  margin-bottom:20px;
}

.contentpane {
  width:609px;
  background-color:#fff;
  padding:25px;
}

.contentpane .contentpane {
  padding:0px;
}

.componentheading {
  margin-top:-100px;
  background-color:#fff;
  padding:0 25px;
}

.items-leading:last-child {
  border:none;
}

/*---------Ads
/*---------------------------------------------*/

/*
.custom1 iframe, .custom1 object, .custom1 img {
  margin-top:-250px;
  position:relative;
  z-index:0;
}

.custom1 body {
  margin-bottom:-250px;
}
*/
.custom2 {
  margin:20px 0 0 0;
}

/*-----------Social
/*-----------------------------------------------*/
/*
.cmp_buttons_container {
  width:393px;
  margin-top:-10px;
  margin-left:-10px;
  display:block;
  width:100%;
  clear:right;
  margin-bottom:15px;
  float:left;
}

.items-leading .cmp_buttons_container {
  position:absolute;
  width:393px;
  bottom:0;
  margin-left:0;
  float:none;
}
*/

.content-page  .socialmedialinks {
    margin: 0 0 21px 0;

    float: left;
    width: 100%;
}

/*------------Comments Section
/*-------------------------------------------------*/

#comments {
	background-position: 20px;
	font-family: 'BebasNeue', Helvetica, Arieal, sans-serif;
	color:#fff;
	text-shadow:-1px 1px 1px rgba(0,0,0,.7);
	font-size: 2em;
	padding:10px;
	background: url('http://images.khinsider.com/images/comments_headingbg.png');
	padding: 4px 0px;
	width: 291px;
	margin-bottom: 67px;
	margin-left: -36px;
	float: left;
	background-position: 8px 0;
	text-align: left;
	padding-left: 25px;
}

.comments_headinggraphic {
    float: left;
    clear: left;
    margin: -73px -36px;
}

.comments_headinggraphic2 {
    margin: -132px 0 0 235px;


    float: left;
}

.comment_wrap {
  width:625px;
  margin-bottom: 45px;
  float:left;
  min-height:150px;
  height:auto;
}

.comment_userdata {
  width: 96%;
  height:100%;
  float: left;
  padding: 10px;
  background: url('http://images.khinsider.com/images/input_bg_light.png');
  box-shadow: 0 5px 18px -4px rgba(0,0,0,.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .4);
}

.comment_message {
  width: 590px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  float:left;
  padding:10px;
  margin-top: 29px;
  background: rgba(0, 0, 0, .06);
  background-repeat:no-repeat;
  background-position:3px 0;
  color:#333;
  text-shadow:-1px 1px rgba(255,255,255,.7);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, .2);
  position:relative;
  clear: left;
}

.comment_message table {
	margin-top: -103px;
	background:rgba(255,255,255,.3);
    border:1px solid rgba(0,0,0,.6);
    text-shadow:none;
	margin-bottom: -40px;
}

.comment_message .quote {
	font-style:italic;
}

.comment_graphic {
	position:absolute;
	top: -19px;
	left: 24px;
}

.comment_userdata p{
	text-align: left;
	padding-left: 10px;
}

.comment_useravatar {
	border-radius:150px;
    -webkit-border-radius:150px;
    -moz-border-radius:150px;
    overflow:hidden;
	border: 3px solid rgba(50, 104, 132, 1);
    background:rgba(50, 104, 132, .7);
	width: 50px;
	height: 50px;
	box-shadow: inset 0 0px 14px -2px  #333;
	float: left;
}

.comment_useravatar img {
	width: 50px;
}

.comment_username {
	margin: 5px 10px 0 10px;
	width: 50%;
	float: left;
	font-size: 1em;
}

.comment_username a {
	color:rgba(50, 104, 132, 1);
	font-size:1.3em;
	margin:0 auto;
}
     
.comment_username a:hover {
	color:#fff;
	background:rgba(50, 104, 132, .5);
}

.comment_userinfo {
    float: left;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 14px -4px rgba(0, 0, 0, .5);
    padding-bottom: 0px;
    margin-left: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    -moz-border-radius: 10px;
    width: 521px;
    text-shadow: -1px 1px 3px rgba(0,0,0,0.3);
    margin-top: 1px;
}

.reply_to_comment a {
  text-decoration:none;
}

.status {
    margin-left: 15px;

}

/*----------------vB Classes
/*---------------------------------------------------*/


.spoiler {
    text-shadow: none;
    background: #333;
}

.bbcode_quote, blockquote {
	background:rgba(255,255,255,.3);
	background-image:url('http://images.khinsider.com/images/quote_bg.png');
	background-repeat:no-repeat;
	border: 1px solid rgba(0, 0, 0, .3);
    text-shadow:none;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	padding: 38px 10px;
}

blockquote {
     font-style:italic;
     color:#4a4a4a;
}

.quote_container {
	width: auto;
}

.comment_meta {
	margin: 5px 0;
}

br {
   
	 line-height: 1;
}

.article-text {
         float:left;
         clear: left;
}

.top {
       background: #66A7C5;
       position: fixed;
       left: 5px;
       top: 5px;
       border-radius: 10px;
}

.top a {
       width: 76.1px;
       height: 62.1px;
       display: block;
       background: url('http://images.khinsider.com/images/backtop.png') 50% 0% no-repeat;
}