/*
Theme Name: Nichkhun
Theme URI: http://no4design.com/
Description: Nichkhun Theme.
Version: 0.1
Author: no4design.com
Author URI: http://no4design.com/
Tags: 
*/

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #00265D;
}

body.home {
}

body.category-lets-relax {
	background-color: #BED53B;
}

body.category-lets-play {
	background-color: #D62631;
}

body.category-lets-have-fun {
	background-color: #00849B;
}

body.category-lets-go-shopping {
	background-color: #1C1A1B;
}

body.category-lets-taste {
	background-color: #FCF8DD;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 3px;
	padding: 0;
}

p {
	margin: 0 0 5px;
}

.pagetitle {
	margin: 0 10px 10px;
	padding: 0 0 10px 0;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666;
	font-weight: bold;
	display: block;
}

.pagetitle small {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	display: block;
}


body.page h3.pagetitle {
	margin: 0;
}

h2.pagetitle {
	font-size: 32px;
}

h2.pagetitle a {
	color: #666;
}

h3.pagetitle  {
	font-size: 24px;
}

.alignright {
	float: right;
}

.alignleft {
	float: right;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

*html .png, img, #page-top-middle, #page-top-boxleft, #page-top-boxright, #review-number, .reviews {
	behavior: url("/png/iepngfix.htc");
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	overflow: hidden;
	position: relative;
	height: 450px;
}

#header-content {
	color: #fff;
	position: absolute;
	top: 180px;
	left: 545px;
	z-index: 3;
	width: 400px;
	text-align: left;
}

#header-content  h3 {
	font-size: 14px;
}

#header-content  h3 a {
	color: #FFF;
	text-decoration: none;
}
#header-content  h3 a:hover {
	text-decoration: underline;
}

#header-content p {
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#review {
	margin: 0;
	padding: 0 15px;
	width: 370px;
}

#review h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
}

#review-number, .reviews {
	float: left;
	width: 70px;
	height: 75px;
	margin: 0;
	padding: 10px 0;
	background-image: url(images/review-padbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 18px;
	line-height: 60px;
	color: #FF6600;
	text-align: center;
}

*html #review-number, .reviews {
	padding: 0;
	margin: 10px 0;
}

.reviews a {
	color: #FF6600;
	text-decoration: none;
	display: block;
	text-align: center;
}
.reviews a:hover {
	text-decoration: underline;
}

*html #review-number {
	display: inline;
}

#review-detail {
	float: right;
	width: 280px;
	height: 100px;
	margin: 0;
	padding: 10px 0 10px 20px;
}

*html #review-detail {
	display: inline;
}

#review-detail h3 {
	font-style: normal;
}

.author {
	color: #FFFF99;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

#promotion {
	margin: 105px 0 0 0;
	padding: 0;
	width: 350px;
	height: 85px;
}

*html #promotion {
	margin: -15px 0 0 0;
	padding: 15px 0;
	width: 390px;
	height: 60px;
}

#promotion img {
	margin: 0;
	padding: 0;
	float: left;
	width: 95px;
}

#promotion h3 {
	width: 245px;
	float: right;
	color: #D7D60E;
	line-height: 12px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}

*html #promotion h3 {
	width: 285px;
}

#promotion h3 a {
	color: #D7D60E;
}

#promotion p {
	width: 245px;
	float: right;
	font-size: 11px;
}

*html #promotion p{
	width: 285px;
	float: right;
}

/*menu*/

#main-menu {
	width: 850px;
	height: 48px;
	position: absolute;
	top: 202px;
	left: 87px;
	z-index: 4;
	margin: 0;
	padding: 0;
}

*html #main-menu {
	background-image: none;
}

body.home #main-menu {
	top: 402px;
}

#content.narrowcolumn.admin #main-menu {
	top: 202px;
	left: 87px;
	border: 1px solid red;
}

#main-menu li {
	list-style: none;
}

#menu {
	position: relative;
}

#menu li {
	float: left;
	height: 50px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center bottom;
}

*html #menu {
	display: inline;
}

#menu li.selected {
	z-index: 100;
}

#menu li a {
	display: block;
	height: 50px;
}

*html #menu li {
	behavior: url("/png/iepngfix.htc");
}

#menu-0 {
	top: -13px;
	left: 0px;
	z-index: 6;
}

*html #menu-0 {
	background-image: url(images/menu0-inside.jpg);
	top: -2px;
}

*html body.home #menu-0 {
	top: -2px;
	background-image: url(images/menu0.jpg);
}

*html body.category-lets-relax #menu-0 {
	top: -2px;
	background-image: url(images/menu0-relax.jpg);
}

*html body.category-lets-play #menu-0 {
	top: -2px;
	background-image: url(images/menu0-play.jpg);
}

*html body.category-lets-go-shopping #menu-0 {
	top: -2px;
	background-image: url(images/menu0-shopping.jpg);
}

*html body.category-lets-have-fun #menu-0 {
	top: -2px;
	background-image: url(images/menu0-fun.jpg);
}

*html body.category-lets-taste #menu-0 {
	top: -2px;
	background-image: url(images/menu0-taste.jpg);
}

#menu-0 a {
	width: 130px;
	background-image: url(images/menu0.png);
}

*html #menu-0 a {
	background-image: url(images/menu0-inside.jpg);
}

*html body.home #menu-0 a {
	background-image: url(images/menu0.jpg);
}

*html body.category-lets-relax #menu-0 a {
	background-image: url(images/menu0-relax.jpg);
}

*html body.category-lets-play #menu-0 a {
	background-image: url(images/menu0-play.jpg);
}

*html body.category-lets-go-shopping #menu-0 a {
	background-image: url(images/menu0-shopping.jpg);
}

*html body.category-lets-have-fun #menu-0 a {
	background-image: url(images/menu0-fun.jpg);
}

*html body.category-lets-taste #menu-0 a {
	background-image: url(images/menu0-taste.jpg);
}

#menu-0 a:hover {
	background-image: url(images/menu0_over.png);
}

*html #menu-0 a:hover {
	background-image: url(images/menu0-inside_over.jpg);
}

*html body.home #menu-0 a:hover {
	background-image: url(images/menu0_over.jpg);
}

*html body.category-lets-relax #menu-0 a:hover {
	background-image: url(images/menu0-relax_over.jpg);
}

*html body.category-lets-play #menu-0 a:hover {
	background-image: url(images/menu0-play_over.jpg);
}

*html body.category-lets-go-shopping #menu-0 a:hover {
	background-image: url(images/menu0-shopping_over.jpg);
}

*html body.category-lets-have-fun #menu-0 a:hover {
	background-image: url(images/menu0-fun_over.jpg);
}

*html body.category-lets-taste #menu-0 a:hover {
	background-image: url(images/menu0-taste_over.jpg);
}

#menu-0.selected a {
	background-image: url(images/menu0_selected.png);
}

*html #menu-0.selected a {
	background-image: url(images/menu0-inside_selected.jpg);
}

#menu-1 {
	top: -13px;
	left: 110px;
	z-index: 5;
}

*html #menu-1 {
	left: 125px;
	top: -2px;
	background-image: url(images/menu01-inside.jpg);
}

*html body.home #menu-1 {
	top: -2px;
	background-image: url(images/menu01.jpg);
}

*html body.category-lets-relax #menu-1 {
	top: -2px;
	background-image: url(images/menu01-relax.jpg);
}

*html body.category-lets-play #menu-1 {
	top: -2px;
	background-image: url(images/menu01-play.jpg);
}

*html body.category-lets-go-shopping #menu-1 {
	top: -2px;
	background-image: url(images/menu01-shopping.jpg);
}

*html body.category-lets-have-fun #menu-1 {
	top: -2px;
	background-image: url(images/menu01-fun.jpg);
}

*html body.category-lets-taste #menu-1 {
	top: -2px;
	background-image: url(images/menu01-taste.jpg);
}

#menu-1 a {
	width: 120px;
	background-image: url(images/menu01.png);
}

*html #menu-1 a {
	width: 106px;
	background-image: url(images/menu01-inside.jpg);
}

*html body.home #menu-1 a {
	background-image: url(images/menu01.jpg);
}

#menu-1 a:hover {
	background-image: url(images/menu01_over.png);
}

*html #menu-1 a:hover {
	background-image: url(images/menu01-inside_over.jpg);
}

*html body.home #menu-1 a:hover {
	background-image: url(images/menu01_over.jpg);
}

#menu-1.selected a {
	background-image: url(images/menu01_selected.png);
}

*html #menu-1.selected a {
	background-image: url(images/menu01-inside_selected.jpg);
}

*html body.category-lets-relax #menu-1.selected a {
	background-image: url(images/menu01-relax.jpg);
}

*html body.category-lets-play #menu-1.selected a {
	background-image: url(images/menu01-play.jpg);
}

*html body.category-lets-go-shopping #menu-1.selected a {
	background-image: url(images/menu01-shopping.jpg);
}

*html body.category-lets-have-fun #menu-1.selected a {
	background-image: url(images/menu01-fun.jpg);
}

*html body.category-lets-taste #menu-1.selected a {
	background-image: url(images/menu01-taste.jpg);
}

#menu-2 {
	top: -13px;
	left: 206px;
	z-index: 8;
}

*html #menu-2 {
	left: 216px;
	top: -2px;
	background-image: url(images/menu02-inside.jpg);
}

*html body.home #menu-2 {
	top: -2px;
	background-image: url(images/menu02.jpg);
}

*html body.category-lets-relax #menu-2 {
	top: -2px;
	background-image: url(images/menu02-relax.jpg);
}

*html body.category-lets-play #menu-2 {
	top: -2px;
	background-image: url(images/menu02-play.jpg);
}

*html body.category-lets-go-shopping #menu-2 {
	top: -2px;
	background-image: url(images/menu02-shopping.jpg);
}

*html body.category-lets-have-fun #menu-2 {
	top: -2px;
	background-image: url(images/menu02-fun.jpg);
}

*html body.category-lets-taste #menu-2 {
	top: -2px;
	background-image: url(images/menu02-taste.jpg);
}

#menu-2 a {
	width: 130px;
	background-image: url(images/menu02.png);
}

*html #menu-2 a {
	width: 120px;
	background-image: url(images/menu02-inside.jpg);
}

*html body.home #menu-2 a {
	width: 120px;
	background-image: url(images/menu02.jpg);
}

*html body.category-lets-relax #menu-2 a {
	width: 120px;
	background-image: url(images/menu02-relax.jpg);
}

*html body.category-lets-play #menu-2 a {
	width: 120px;
	background-image: url(images/menu02-play.jpg);
}

*html body.category-lets-go-shopping #menu-2 a {
	width: 120px;
	background-image: url(images/menu02-shopping.jpg);
}

*html body.category-lets-have-fun #menu-2 a {
	width: 120px;
	background-image: url(images/menu02-fun.jpg);
}

*html body.category-lets-taste #menu-2 a {
	width: 120px;
	background-image: url(images/menu02-taste.jpg);
}

#menu-2 a:hover {
	background-image: url(images/menu02_over.png);
}

*html #menu-2 a:hover {
	background-image: url(images/menu02-inside_over.jpg);
}

*html body.home #menu-2 a:hover {
	background-image: url(images/menu02_over.jpg);
}

*html body.category-lets-play #menu-2 a:hover {
	background-image: url(images/menu02-play_over.jpg);
}

*html body.category-lets-relax #menu-2 a:hover {
	background-image: url(images/menu02-relax_over.jpg);
}

*html body.category-lets-go-shopping #menu-2 a:hover {
	background-image: url(images/menu02-shopping_over.jpg);
}

*html body.category-lets-have-fun #menu-2 a:hover {
	background-image: url(images/menu02-fun_over.jpg);
}

*html body.category-lets-taste #menu-2 a:hover {
	background-image: url(images/menu02-taste_over.jpg);
}

#menu-2.selected a {
	background-image: url(images/menu02_selected.png);
}

*html #menu-2.selected a {
	background-image: url(images/menu02-inside_selected.jpg);
}


#menu-3 {
	top: -13px;
	left: 312px;
	z-index: 7;
}

*html #menu-3 {
	left: 322px;
	top: -2px;
	background-image: url(images/menu03-inside.jpg);
}

*html body.home #menu-3 {
	top: -2px;
	background-image: url(images/menu03.jpg);
}

*html body.category-lets-relax #menu-3 {
	top: -2px;
	background-image: url(images/menu03-relax.jpg);
}

*html body.category-lets-play #menu-3 {
	top: -2px;
	background-image: url(images/menu03-play.jpg);
}

*html body.category-lets-go-shopping #menu-3 {
	top: -2px;
	background-image: url(images/menu03-shopping.jpg);
}

*html body.category-lets-have-fun #menu-3 {
	top: -2px;
	background-image: url(images/menu03-fun.jpg);
}

*html body.category-lets-taste #menu-3 {
	top: -2px;
	background-image: url(images/menu03-taste.jpg);
}

#menu-3 a {
	width: 135px;
	background-image: url(images/menu03.png);
}

*html #menu-3 a {
	background-image: url(images/menu03-inside.html);
}

*html body.home #menu-3 a {
	background-image: url(images/menu03.html);
}

*html body.category-lets-relax #menu-3 a {
	background-image: url(images/menu03-relax.html);
}

*html body.category-lets-play #menu-3 a {
	background-image: url(images/menu03-play.html);
}

*html body.category-lets-go-shopping #menu-3 a {
	background-image: url(images/menu03-shopping.html);
}

*html body.category-lets-have-fun #menu-3 a {
	background-image: url(images/menu03-fun.html);
}

*html body.category-lets-taste #menu-3 a {
	background-image: url(images/menu03-taste.html);
}

#menu-3 a:hover {
	background-image: url(images/menu03_over.png);
}

*html #menu-3 a:hover {
	background-image: url(images/menu03-inside_over.jpg);
}

*html body.home #menu-3 a:hover {
	background-image: url(images/menu03_over.jpg);
}

*html body.category-lets-relax #menu-3 a:hover {
	background-image: url(images/menu03-relax_over.jpg);
}

*html body.category-lets-play #menu-3 a:hover {
	background-image: url(images/menu03-play_over.jpg);
}

*html body.category-lets-go-shopping #menu-3 a:hover {
	background-image: url(images/menu03-shopping_over.jpg);
}

*html body.category-lets-have-fun #menu-3 a:hover {
	background-image: url(images/menu03-fun_over.jpg);
}

*html body.category-lets-taste #menu-3 a:hover {
	background-image: url(images/menu03-taste_over.jpg);
}

#menu-3.selected a {
	background-image: url(images/menu03_selected.png);
}

*html #menu-3.selected a {
	background-image: url(images/menu030-inside_selected.jpg);
}

#menu-4 {
	top: -13px;
	left: 638px;
	z-index: 9;
}

*html #menu-4 {
	left: 648px;
	top: -2px;
	background-image: url(images/menu04-inside.jpg);
}

*html body.home #menu-4 {
	top: -2px;
	background-image: url(images/menu04.jpg);
}

*html body.category-lets-relax #menu-4 {
	top: -2px;
	background-image: url(images/menu04-relax.jpg);
}

*html body.category-lets-play #menu-4 {
	top: -2px;
	background-image: url(images/menu04-play.jpg);
}

*html body.category-lets-go-shopping #menu-4 {
	top: -2px;
	background-image: url(images/menu04-shopping.jpg);
}

*html body.category-lets-have-fun #menu-4 {
	top: -2px;
	background-image: url(images/menu04-fun.jpg);
}

*html body.category-lets-taste #menu-4 {
	top: -2px;
	background-image: url(images/menu04-taste.jpg);
}

#menu-4 a {
	width: 200px;
	background-image: url(images/menu04.png);
}

*html #menu-4 a {
	background-image: url(images/menu04-insdie.jpg);
}

*html body.home #menu-4 a {
	background-image: url(images/menu04.jpg);
}

*html body.category-lets-relax #menu-4 a {
	background-image: url(images/menu04-relax.jpg);
}

*html body.category-lets-play #menu-4 a {
	background-image: url(images/menu04-play.jpg);
}

*html body.category-lets-go-shopping #menu-4 a {
	background-image: url(images/menu04-shopping.jpg);
}

*html body.category-lets-have-fun #menu-4 a {
	background-image: url(images/menu04-fun.jpg);
}

*html body.category-lets-taste #menu-4 a {
	background-image: url(images/menu04-taste.jpg);
}

#menu-4 a:hover {
	background-image: url(images/menu04_over.png);
}

*html #menu-4 a:hover {
	background-image: url(images/menu04-inside_over.jpg);
}

*html body.home #menu-4 a:hover {
	background-image: url(images/menu04_over.jpg);
}

*html body.category-lets-play #menu-4 a:hover {
	background-image: url(images/menu04-play_over.jpg);
}

*html body.category-lets-relax #menu-4 a:hover {
	background-image: url(images/menu04-relax_over.jpg);
}

*html body.category-lets-go-shopping #menu-4 a:hover {
	background-image: url(images/menu04-shopping_over.jpg);
}

*html body.category-lets-have-fun #menu-4 a:hover {
	background-image: url(images/menu04-fun_over.jpg);
}

*html body.category-lets-taste #menu-4 a:hover {
	background-image: url(images/menu04-taste_over.jpg);
}

#menu-4.selected a {
	background-image: url(images/menu04_selected.png);
}

*html #menu-4.selected a {
	background-image: url(images/menu04-inside_selected.jpg);
}

#get_recent_comments_wrap ul {
	margin: 0;
	padding: 0;
}

#link-home {
	position: absolute;
	top: 15px;
	left: 70px;
	z-index: 99;
	display: block;
	width: 195px;
	height: 200px;
	background-image: url(images/blank.gif);
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.background-banner {
	position: absolute;
	top: 0;
	left: 0;
}

#slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	z-index: 2;
}

body.home #slides img {
	position: absolute;
	top: 0;
	left: 0;
}

#slides img {
	position: absolute;
	top: 0;
	left: 0;
}

#slides img.hide {
	display: none;
}

#paperclip {
	width: 30px;
	height: 59px;
	position: absolute;
	top: 233px;
	right: 90px;
	z-index: 1000;
}

body.home #paperclip {
	top: 433px;
}

#page {
	width: 880px;
	margin: 0 0 0 72px;
	padding: 0;
	position:  absolute;
	z-index: 999;
	top: 250px;
}

body.home #page {
	top: 450px;
}

#lets-break-logo {
	position: absolute;z-index: 13;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.lets-relax-logo {
	width: 77px;
	height: 50px;
	top: 18px;
	left: 35px;
	background-image: url(images/letsrelax-logo_over.png);
}

.lets-play-logo {
	width: 73px;
	height: 51px;
	top: 16px;
	left: 30px;
	background-image: url(images/letsplay-logo_over.png);
}

.lets-shopping-logo {
	width: 98px;
	height: 60px;
	top: 16px;
	left: 35px;
	background-image: url(images/letsshopping-logo_over.png);
}

.lets-havefun-logo {
	width: 67px;
	height: 67px;
	top: 16px;
	left: 35px;
	background-image: url(images/letsfun-logo_over.png);
}

.lets-taste-logo {
	width: 74px;
	height: 50px;
	top: 18px;
	left: 35px;
	background-image: url(images/letstaste-logo_over.png);
}

.page-top {
	min-height: 310px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
}

*html .page-top {
	height: 310px;
}


#page-top-boxleft {
	width: 15px;
	background-image: url(images/content-box-left.png);
	background-position: left top;
}

#page-top-middle {
	width: 830px;
	min-height: 275px;
	background-color: #fff;
	background-image: url(images/content-bg.jpg);
	background-position: right top;
	margin: 0;
	padding: 20px 0 15px 20px;
}

.html #page-top-middle {
 	height: 275px;
}

#page-top-boxright {
	width: 15px;
	background-image: url(images/content-box-right.png);
	background-position: left bottom;
	position: absolute;
	right: 0;
	bottom: 25px;
}


#page-bottom {
	width: 865px;
	height: 25px;
	margin: 0 0 0 15px;
	padding: 0;
}

#content {
	width: 810px;
	min-height: 200px;
	overflow: hidden;
}

*html #content {
}


#content.narrowcolumn {
	width: 580px;
	padding: 0 10px 55px;
	float: left;
}

#content.narrowcolumn.admin h1 {
	margin: 0 10px 10px;
	padding: 0 0 10px 0;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666;
	font-weight: bold;
}
#content.narrowcolumn.admin p {
	overflow: hidden;
	padding: 0 15px 10px;
}

#content-img {
	width: 250px;
	height: 144px;
	float: left;
	margin: 0;
	padding: 28px 15px;
	background-image: url(images/home-content-imgbg.jpg);
	background-repeat: no-repeat;
}

*html #content-img {
	display: inline;
}

#content-info {
	width: 310px;
	float: left;
	margin: 0;
	padding: 0;
}

*html #content-info {
	overflow: hidden;
}

#content-dtl {
	width: 290px;
	height: 115px;
	margin: 0;
	padding: 25px 10px 0 10px;
}

#content-dtl h1 {
	font-size: 21px;
	color: #333;
	margin: 0 0 5px 0;
}

#content-dtl p {
	margin: 0;
	padding: 0;
	color: #666;
}

#content-link a {
	background-image: url(images/home-moredtl.jpg);
	width: 290px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#content-link a:hover {
	background-image: url(images/home-moredtl_over.jpg);
}

#content-media {
	width: 200px;
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
	color: #666;
	position: relative;
}

#content-media h2 {
	font-size: 18px;
}

#content-media ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 10;
}

#content-media li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px;
	width:40px;
	border: 1px solid #ccc;
	text-align: center;
	list-style: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	height: 25px;
	line-height: 25px;
}

*html #content-media li {
	display: inline;
}

#content-media li.selected {
	border-bottom: 1px solid #FFF;
}

#media {
	width: 218px;
	height: 140px;
	margin: 0 0 0;
	border: 1px solid #ccc;
	position: absolute;
	top: 51px;
	z-index: 9;
}

*html #media {
	width: 214px;
	overflow: hidden;
}

#media div.hide {
	display: none;
}


#media-img {
	width: 190px;
	height: 105px;
	padding: 10px 15px 5px 15px;
	margin: 0;
}

#media-dtl {
	padding: 0 15px;
	font-size: 10px;
}

#media-photo, #media-video {
	position: absolute;
	
}
/*footer*/

#footer {
	margin: 10px 0 0;
	padding: 15px 15px 015px;
	width: 780px;
	height: 70px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}

#footer img {
	width: 185px;
	float: left;
}

*html #footer img {
	display: inline;
}

#footer-info {
	float: left;
	width: 575px;
	padding: 5px 0 0 20px;
	margin: 0;
	text-align: left;
}

*html #footer-info{
	display: inline;
}

#footer-info h6 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#footer-info p {
	font-size: 9px;
	line-height: 9px;
}

#reg_passmail {
	display: none;
}

#cycnav {
	margin: 0 0 0 15px;
	padding: 0 0;
	list-style: none;
}

/* Language Chooser */



#qtrans_language_chooser, #qtranslate-chooser {
	list-style: none;
	padding: 3px 0 0;
	margin: 0;
}

#qtrans_language_chooser li, #qtranslate-chooser li {
	float: left;
	width: 24px;
	height: 18px;
	margin: 0 4px 0 0;

}
*html #qtrans_language_chooser li, #qtranslate-chooser li {
	margin: 4px 4px 0 0;
}

#qtrans_language_chooser li a, #qtranslate-chooser li a {
	width: 24px;
	height: 18px;
	display: block;
	background-position: center center;
}


#controls {
	color: #CCC;
	font-size: 11px;
	position: absolute;
	z-index: 5;
	top: 15px;
	right: 80px;
	padding: 0 0 0 15px;
	background-image: url(images/controls-background-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

*html #controls {
	background-image: url(images/controls-background-left.gif);
	display: block;
}

#controls div.background {
	background-image: url(images/controls-background-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 15px 0 0;
}

*html #controls div.background {
	background-image: url(images/controls-background-right.gif);
	padding: 0 15px 0 0;
	margin: 0;
	height: 25px;
	float: left;
}

#controls ul.control {
	list-style: none;
	height: 25px;
	background-image: url(images/controls-background-center.png);
	background-repeat: repeat-x;
	padding: 0 5px;
	margin: 0;
	overflow: hidden;
}

*html #controls ul.control {
	float: left;
	background-image: url(images/controls-background-center.gif);
}

#controls a {
	color: #CCC;
	text-decoration: none;
	display: inline;
}
#controls a:hover {
	text-decoration: underline;
}

#controls li {
	float: left;
	line-height: 25px;
	text-align: center;
	height: 25px;
}

#controls #languages {
	overflow: hidden;
	margin-right: 5px;
}

*html #controls #languages ul {
	padding: 0;
	margin: 0;
}

#controls #users {
	overflow: hidden;
	
}

*html #controls #users {
	padding: 0;
	margin: 0;
}

#controls a.qtrans_flag_en {
	background-image: url(images/flag-en.png);
}

#controls li.active a.qtrans_flag_en {
	background-image: url(images/flag-en-active.png);
}

#controls a.qtrans_flag_th {
	background-image: url(images/flag-th.png);
}
#controls li.active a.qtrans_flag_th {
	background-image: url(images/flag-th-active.png);
}

#controls a.qtrans_flag_ko {
	background-image: url(images/flag-kr.png);
}
#controls li.active a.qtrans_flag_ko {
	background-image: url(images/flag-kr-active.png);
}

#post-comments { }

#comment {
	width: 100%;
}

.comments-border-top {
	width: 100%;
	height: 15px;
	background-image: url(images/comment-hd-line-top.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.comments-border-bottom {
	margin-bottom: 10px;
	width: 100%;
	height: 10px;
	background-image: url(images/comment-hd-line-bottom.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.commentlist li {
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 75px;
	list-style: none;
	background-color: #eee;
}

.commentlist li.alt {
	background-color: #fff;

}

.fn, .fn a, .says {
	color: #666;
	font-size: 14px;
	font-style: normal;
}

.commentlist li p {
	color: #666;
}

.commentmetadata a {
	color: #006699;
	font-size: 11px;
}

#post-comments ol {
	margin: 0;
	padding: 0;
}

#sidebar {
	width: 190px;
	padding: 10px;
	background-color: #FFFFE5;
	margin: 0 0 0 610px;
	color: #666;
}

*html #sidebar {
	margin: 0 0 0 10px;
	overflow: hidden;
	float: left;
}

#sidebar a, #sidebar h2 {
	color: #666;
}

#sidebar h2 {
	background-image: url(images/sidebar-line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 5px 0;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 0 0 20px 0;
}

#sidebar ul ul li {
	padding: 0 0 0 20px;
	list-style: none;
	line-height: 20px;
	background-image: url(images/sidebar-bullet.gif);
	background-position: left top;
	background-repeat: no-repeat
}

li.widget_text div.textwidget {
	margin: 20px 0 0;
}

li.widget_text div.textwidget h3 {
	color: #444;
}

li.widget_text div.textwidget img {
	margin: 0 0 10px;
}

div.post {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.post small, div.post small a {
	color: #3366CC;
}

div.post div.entry small {
	color: #999;
}

div.post div.entry small a {
	color: #666;
}


div.post small {
	margin: 0 0 5px;
}

div.post h3 {
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

body.category div.post div.entry {
	margin: 10px 0 10px 85px;
	padding: 0;
}

body.category-polls div.post div.entry {
	margin: 0;
	padding: 0;
}

.date-clip {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 75px;
	height: 75px;
	background-image: url(images/date-pad.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333;
}

.date-number {
	width: 70px;
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.month {
	width: 70px;
	padding: 0 0 0 5px;
	text-align: center;
	font-size: 10px;
}


/* polls 
.wp-polls {
	margin: 10px 0 5px 0px;
	padding: 0;
}

div.wp-polls ul {
	margin: 0 0 0;
	padding: 0;
	overflow: hidden;
	margin: 0 0 20px;
	width: 585px;
	
}

.wp-polls form {
	padding: 0;
}


ul.wp-polls-ul li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	width: 190px;
	text-align: center;
	position: relative;
}

ul.wp-polls-ul li h4 {
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

ul.wp-polls-ul li input {
	padding: 0 0 10px 0;
	position: relative;
	left: 50%;
}

ul.poll-images {
	list-style: none;
	padding: 0;
	margin-left: 0;
	width: 585px;
	overflow: hidden;
}

*html ul.poll-images {
	
}

ul.poll-images li {
	width: 190px;
	height: 105px;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;;
	text-align: center;
}

input.vote {
	width: 130px;
	height: 45px;
	border: none;
	background-color: none;
	background-image: url(images/vote-button.jpg);
	background-repeat: no-repeat;
}

*/

ul.gallery {
	list-style: none;
	padding: 0;
	margin: 20px auto 10px;
	width: 585px;
	overflow: hidden;
}

ul.gallery li {
	width: 190px;
	height: 105px;
	padding: 0;
	margin: 0 5px 5px 0;
	float: left;;
	text-align: center;
	position: relative;
}

div.gallery-icon, ul.gallery li a {
	position: absolute;
	top: 0;
	left: 0;
}

div.gallery-icon {
	position: absolute;
	top: 80px;
	left: 155px;
	width: 35px;
	height: 25px;
	background-image: url(images/video-thumbnail.jpg);
	background-repeat: no-repeat;
}

div.attachment {
	width: 585px;
	background-color: #EEE;
	margin: 0 0 20px 0;
	position: relative;
}

div.attachment div.caption {
	position: absolute;
	bottom: 0;
	padding: 0 5px;
	background-color: #000;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	opacity: 0.5;
}

div.attachment a {
	display: block;
	text-align: center;
}


/*break*/

.break-review {
	float: left;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 75px;
	background-image: url(images/review-padbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 60px;
	color: #FF6600;
	text-align: center;
}

.break-review a {
	font-size: 18px;
	color: #FF6600;
}

*html .break-review {
	position: absolute;
}

div.post.my-break h3 {
	padding: 0 0 0 85px;
}

*html div.post.my-break h3 {
	padding: 0 0 0 80px;
}

.break-content {
	margin: 0 0 0 75px;
	padding: 0;
	width: 510px;
}

.break-content-img {
	height: 290px;
	position: relative;
}

.flame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

.break-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 14;
}

.green-bg {
	width: 460px;
	background-color: #3FA051;
	margin: 0;
	padding: 10px 20px;
	color: #fff;
}

.green-bg a {
	color: #fff;
}


.green-bg a:hover {
	color: #333;
}

*html .green-bg {
	width: 460px;
	padding: 10px 20px;
}

.green-bg-btm {
	width: 510px;
	height: 20px;
	background-image: url(images/break-green-bgbtm.png);
	background-repeat: no-repeat;
}

.pink-bg {
	width: 460px;
	background-color: #D42174;
	margin: 0;
	padding: 10px 20px;
	color: #fff;
}

.pink-bg a {
	color: #fff;
}

.pink-bg a:hover {
	color: #333;
}

.pink-bg-btm {
	width: 510px;
	height: 20px;
	background-image: url(images/break-pink-bgbtm.png);
	background-repeat: no-repeat;
}

.red-bg {
	width: 460px;
	background-color: #D62631;
	margin: 0;
	padding: 10px 20px;
	color: #fff;
}

.red-bg a {
	color: #fff;
}

.red-bg a:hover {
	color: #333;
}

.red-bg-btm {
	width: 510px;
	height: 20px;
	background-image: url(images/break-red-bgbtm.png);
	background-repeat: no-repeat;
}

.break-page-previous-next {
	width: 225px;
	height: 55px;
	position: absolute;
	left: 5px;
	bottom: 150px;
	background-image: url(images/break-nextpage-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.break-page-previous-next li a, .break-page-previous-next li {
	color: #fff;
	font-size: 16px;
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	line-height: 25px;
}

*html .break-page-previous-next li a, .break-page-previous-next li {
	line-height: 50px;
}

#submenu {
	background-color: #FFFFE5;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	background-image: url(images/sidebar-line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

*html #submenu {
	height: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#submenu li {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: none;
}

#sidebar ul #submenu li {
	background-image: none;
	padding: 0;
}

#sidebar ul #submenu li a {
	background-repeat: no-repeat;
	background-position: center center;
}
#lets-relax a {
	width: 95px;
	height: 50px;
	background-image: url(images/letsrelax-logo.png);
	display: block;
}

*html #lets-relax a {
	background-image: url(images/letsrelax-logo.jpg);
}

#lets-relax a:hover, #lets-relax.selected a {
	background-image: url(images/letsrelax-logo_over.png);
}

*html #lets-relax a:hover, #lets-relax.selected a {
	background-image: url(images/letsrelax-logo_over.jpg);
}

#lets-play a {
	width: 95px;
	height: 50px;
	background-image: url(images/letsplay-logo.png);
	display: block;
}

*html #lets-play a {
	background-image: url(images/letsplay-logo.jpg);
}

#lets-play a:hover, #lets-play.selected a {
	background-image: url(images/letsplay-logo_over.png);
}

*html #lets-play a:hover, #lets-play.selected a {
	background-image: url(images/letsplay-logo_over.jpg);
}

#lets-go-shopping a {
	width: 190px;
	height: 60px;
	background-image: url(images/letsshopping-logo.png);
	display: block;
}

*html #lets-go-shopping a {
	background-image: url(images/letsshopping-logo.jpg);
}

#lets-go-shopping a:hover, #lets-go-shopping.selected a {
	background-image: url(images/letsshopping-logo_over.png);
}

*html #lets-go-shopping a:hover, #lets-go-shopping.selected a {
	background-image: url(images/letsshopping-logo_over.jpg);
}

#lets-have-fun a {
	width: 95px;
	height: 70px;
	background-image: url(images/letsfun-logo.png);
	display: block;
}

*html #lets-have-fun a {
	background-image: url(images/letsfun-logo.jpg);
}

#lets-have-fun a:hover, #lets-have-fun.selected a {
	background-image: url(images/letsfun-logo_over.png);
}

*html #lets-have-fun a:hover, #lets-have-fun.selected a {
	background-image: url(images/letsfun-logo_over.jpg);
}

#lets-taste a {
	width: 95px;
	height: 70px;
	background-image: url(images/letstaste-logo.png);
	display: block;
}

*html #lets-taste a {
	background-image: url(images/letstaste-logo.jpg);
}

#lets-taste a:hover, #lets-taste.selected a {
	background-image: url(images/letstaste-logo_over.png);
}

*html #lets-taste a:hover, #lets-taste.selected a {
	background-image: url(images/letstaste-logo_over.jpg);
}

#privacy {
	width: 360px;
	height: 200px;
	overflow-y: scroll;
	display: block;
	margin: 20px 0 0;
}

label {
	color: #666;
}

div.accept {
	margin:  0 0 10px 160px;
}

p.breaker {
	border-top: 1px solid #EEE;
	padding: 20px 0 0;
}

p.breaker label {
	margin: 20px 0 0;
}

#content.narrowcolumn.admin input.input, #user_login, #user_pass {
	width: 220px;
}

#content.narrowcolumn.admin textarea {
	width: 360px;
	height: 100px;
	margin: 0 0 4px 0;
}

#content.narrowcolumn.admin table.form-table td.dob select {
	margin: 0 5px 0 0;
}


#content.narrowcolumn.admin table.form-table {
	border-bottom: 1px solid #EEE;
	margin: 10px 0 10px;
	padding: 0 0 10px;
	width: 580px;
	font-size: 10px;
	color: #999;
}

#content.narrowcolumn.admin table.form-table td {
	padding: 0 0 2px 0;
}

#content.narrowcolumn.admin table.form-table td #pass2{
	margin: 5px 0 0;
}

#content.narrowcolumn.admin table.form-table input {
	width: 220px;
	margin: 0 0 2px 0;
}

body.logged-in #cycnav {
	display: none;
}

p.message {
	margin: 0px;
	padding: 0;
	min-height: 20px;
}

body.logged-in p.submit {
	margin: 0 0 0 -15px;
	padding: 0;
}
p.submit input {
	margin: 0;
	padding: 0;
}

*html #rememberme {
	margin: 0 385px 0 0;
	padding: 0;
	float: right;
}

*html form.loginform p label {
	float: left;
	height: 30px;
	line-height: 25px;
	margin: -4px 0 0;
}

*html form.loginform p {
	float: left;
	width: 550px;
}
	
*html form.loginform p input.input {
	float: right;
	margin: 0 390px 2px 0;
}

*html form.loginform p select {
	margin: 0 5px 0 0;
}

*html #pass2, *html #privacy, *html #user_email {
	float: left;
}

*html div.accept {
	float: left;
	display: inline;
}

*html #cycnav {
	clear: both;
}

*html form.loginform p input.input {
	float: left;
	display: inline;
	margin: 0 0 2px 0;
	clear: none;
}

*html #main-menu.wplogin-page {
	top: 213px;
	left: 87px;
}

#n0 {
	z-index: 0;
}

/* splash*/

body.splash {
	background-image: url(images/splash_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#splash-break-logo {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -353px;
	width: 207px;
	height: 221px;
	z-index: 100;
}


#play-video {
	position: absolute;
	top: 125px;
	left: 50%;
	width: 480px;
	height: 360px;
	z-index: 99;
	margin: 0 0 0 -218px;
}

#splash-language {
	position: absolute;
	top: 498px;
	left: 50%;
	margin-left: -215px;
	width: 480px;
	height: 30px;
}

#splash-language ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#splash-language li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 15px;
}

.selected-language {
	width: 388px;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.choose-language {
	width: 24px;
	height: 18px;
	display: block;
}

.language-eng a {
	width: 24px;
	height: 18px;
	display: block;
	background-image: url(images/flag-en.png);	
}
	
.language-eng a:hover {
	background-image: url(images/flag-en-active.png);	
}	

.language-th a {
	width: 24px;
	height: 18px;
	display: block;
	background-image: url(images/flag-th.png);	
}

.language-th a:hover {
	background-image: url(images/flag-th-active.png);	
}

.language-kr a {
	width: 24px;
	height: 18px;
	display: block;
	background-image: url(images/flag-kr.png);
}

.language-kr a:hover {
	background-image: url(images/flag-kr-active.png);
}

#splash-footer {
	position: absolute;
	top: 540px;
	left: 50%;
	margin-left: -215px;
	width: 480px;
	height: 75px;
	padding: 0;
}

#splash-footer img {
	float: left;
}

#splash-footer-info {
	padding: 0;
	margin: 0 0 0 200px;
	text-align: left;
}

#splash-footer-info h6 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#splash-footer-info p {
	font-size: 9px;
	line-height: 9px;
}