/*
Theme Name:Paul No.1
Theme URI:http://imagebakery.tv/
Description:Paul No.1 theme. Visit <a href="http://imagebakery.tv"title="Paul No.1">http://imagebakery.tv</a> for more infomation.
Version:1.0
Author:Paul Choi
Author URI:http://imagebakery.tv/
*/

/*
RESET
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold;}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
LAYOUT
*/
.aligncenter {display:block; margin:0 auto;}
.alignleft{float:left;}
.alignright{float:right;}
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}

/*
STRUCTURE
*/

html, body {
	background: #222;
	font-family: Helvetica Neue, Helvetica, Arial, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #222;
	word-spacing: 0px;
	}

#website{
	width: 780px;
	height: auto;
	text-align: left;
	margin: 0px auto 0px;
	}
	
#top {
	width: 170px;
	padding-left: 6px;
	margin-top: 30px;
	}

#menu {
	position: absolute;
	top: 0px;
	z-index: 2;
}

/*
LOGO
*/

h1.logo a,
h1.logo a:visited {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
h1.logo a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.18s;
	}

/*
NAVIGATION
*/

#nav {
	margin-top: 30px;
		}

#nav ul,
#nav li {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	}
	
#nav a,
#nav a:visited {
	color: #3d3d3d;
	text-decoration: none;
	}
	
#nav a:hover {
	color:#fff;
	-webkit-transition-duration: 0.25s;
	}
	
ul#nav li.current_page_item a:link, 
ul#nav li.current_page_item a:visited, 
ul#nav li.current_page_item a:hover, 
ul#nav li.current_page_item a:active {
	color: #fff;
	text-decoration:none;
	}

/*
SIDEBAR
*/
#sidebar {
	width:64px;
	padding:4px 0px 4px 6px;
	background-color: #ffff00;
	margin-top: 34px;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	}

#sidebar:hover {
	background-color: #ffffff;
	-webkit-transition-duration: 0.2s;
	}

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

#sidebar a:hover {
	color:#000;
	-webkit-transition-duration: 0.25s;
	}
	
#sidebar_rss {
	width:64px;
	padding:4px 0px 4px 6px;
	background-color: #ffff00;
	margin-top: 1px;
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}

#sidebar_rss:hover {
	background-color: #ffffff;
	-webkit-transition-duration: 0.2s;
	}

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

#sidebar_rss a:hover {
	color:#000;
	-webkit-transition-duration: 0.25s;
	}
	
/*
FEATURED
*/

#featured {
	margin: 0px auto 0px;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index: 1;
	}

/*
 @-webkit-keyframes featuring {
		0% {
		left: 0;
		}

		50% {
		left: -200px;
		-webkit-animation-delay: 2s;
		}

		100% {
		left: -1000px;
		}
}

		#featured {
		-webkit-animation-name: featuring;
		-webkit-animation-duration: 1s;
		-webkit-animation-delay: 1s;
		-webkit-animation-timing-function: ease-in;
		-webkit-animation-direction: alternate;
      }
*/	

/*
PAGES
*/

#pages {
	position: relative;
	width: 578px;
	margin: 144px 0px 0px 170px;
	color: #fff;
	padding: 0px;
	}

#pages a, a:visited {
	text-decoration: none;
}

#pages img a,
#pages img a:visited,
#pages img a:hover {
	border-bottom: 0px;
}

#pages ul {
	position: absolute;
	left: 128px;
	top: -52px;
	float: left;
	border: 0px;
}

#pages ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	border: 0px;
	margin-right: 6px;
}

#pages ul li a,
#pages ul li a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 0px;
	text-decoration: none;
}

#pages ul li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 0.25s;
}

/* http://jqueryui.com/demos/demos.css */
#pages .ui-tabs-nav li.ui-tabs-selected a,
#pages .ui-tabs-nav li.ui-tabs-selected a:visited
#pages .ui-tabs-nav li.ui-tabs-selected a:active {
	color: #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
}

.ui-tabs .ui-tabs-hide {
     display: none;
     border-bottom: 0px none;
}

.pages_title {
	width: 128px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.pages_title h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin: 0px 0px 12px 0px;
}

.pages_title p {
	font-size: 11px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family: Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.pages_title a,
.pages_title a:visited {
	text-decoration: none;
	color: #15b2c5;
}

.pages_title a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.pages_description {
	margin: 0px 0px 0px 128px;
	padding-bottom: 24px;
	width: 450px;
}

.pages_description p {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #aaa;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.pages_description h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.pages_description a,
.pages_description a:visited {
	text-decoration: none;
	color: #15b2c5;
}

.pages_description a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.pages_description ol {
	margin-bottom: 13px;
	}

.pages_description ol li {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 1px 0px 1px 14px;
	}

.pages_description ol li a, 
.pages_description ol li a:visited {
	text-decoration: none;
	color: #15b2c5;
	}

.pages_description ol li a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
	}

.pages_description_about_press {
	margin: 0px 0px 0px 128px;
	padding-bottom: 24px;
	width: 450px;
}

.pages_description_about_press p {
	font-size: 11px;
	line-height: 11px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #444;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.pages_description_about_press h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.pages_description_about_press h2 {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #aaa;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 0px;
}

.pages_description_about_press a,
.pages_description_about_press a:visited {
	text-decoration: none;
	background-color: #333;
	color: #aaa;
}

.pages_description_about_press a:hover {
	color: #000;
	background-color: #ffff00;
	-webkit-transition-duration: 0.2s;
}


/*
CONTACT
*/

.pages_contact_description {
	margin: 0px 0px 0px 128px;
	padding-bottom: 24px;
	width: 450px;
}

.pages_contact_description p {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.pages_contact_description h1 {
	font-size: 16x;
	font-weight: bold;
	line-height: 23px;
	margin: 0px 0px 12px 0px;
}

.pages_contact_description h1 a,
.pages_contact_description h1 a:visited {
	text-decoration: none;
	color: #ffff00;
}

.pages_contact_description h1 a:hover {
	color: #ffffff;
	-webkit-transition-duration: 0.2s;
}

.pages_contact_description h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

/*
PAGE_IPHONE
*/

.pages_iphone_title {
	width: 128px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.pages_iphone_title h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 12px 0px;
	padding-top: -3px;
}

.pages_iphone_description {
	margin: 0px 0px 0px 128px;
	width: 450px;
	padding: 2px 0px 0px 0px;
}

.pages_iphone_description img {
	margin: 0px 10px 20px 0px;
	float: left;
}

.pages_iphone_description h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 0px;
}

.pages_iphone_description a,
.pages_iphone_description a:visited,
.pages_iphone_description h1 a,
.pages_iphone_description h1 a:visited {
	text-decoration: none;
	color: #fff;
}

.pages_iphone_description a:hover,
.pages_iphone_description h1 a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.pages_iphone_description p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
	font-weight: lighter;
	font-family: Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	letter-spacing: 0px;
	word-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:747px;
		height:636px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
	padding: 4px 10px 4px;
	background-color: #666;
	position: absolute;
	display: block;
	top: 559px;
	margin: 0px auto 0px 297px;
	z-index: 3;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
		}	

	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {  
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-image:url('http://www.imagebakery.tv/img/viewwork.png');
	background-position: right center;
	background-repeat: no-repeat;
			}	

	#prevBtn a:visited, #nextBtn a:visited,
	#slider1next a:visited, #slider1prev a:visited {  
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-image:url('http://www.imagebakery.tv/img/viewwork.png');
	background-position: right center;
	background-repeat: no-repeat;
			}	

	#nextBtn:hover, 
	#nextBtn:active {
	background-color: #fff;
	-webkit-transition-duration: 0.25s;
	}

	#nextBtn a:hover, 
	#nextBtn a:active {
	color: #000000;
	}

		
	/* numeric controls */	

	ol#controls {
		position: absolute;
		top: 539px;
		margin-left:297px;
		height: 12px;
		padding: 0;
		z-index: 5;
		display: block;
		}
		
	ol#controls li {
		margin:0 10px 0 0; 
		float:left;
		list-style:none;
		line-height:28px;
		display: block;
		}
		
	ol#controls li a {
		float:left;
		background-image:url('http://www.imagebakery.tv/img/nav_current_p.png');
		background-position: center top;
		background-repeat: no-repeat;
		padding: 4px;
		color: #000000;
		text-decoration:none;
		display: block;
		}
	ol#controls li.current a {
		background-image:url('http://www.imagebakery.tv/img/nav_current.png');
		color: #000000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* PAGES-MOTION */

#pages_motion {
	position: relative;
	margin: 144px 0px 0px 180px;
	width: 568px;
	color: #fff;
	padding: 0px;
	}

#pages_motion a, a:visited {
	text-decoration: none;
	}

#pages_motion img a,
#pages_motion img a:visited,
#pages_motion img a:hover {
	border-bottom: 0px;
	}

#pages_motion ul {
	position: absolute;
	width: 110px;
	left: 0px;
	top: 0px;
	float: left;
	border: 0px;
	word-spacing: -1px;
}

#pages_motion ul li {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	float: left;
	list-style: none;
	text-decoration: none;
	border: 0px;
	margin-right: 7px;
}

#pages_motion ul li a,
#pages_motion ul li a:visited {
	color: #3d3d3d;
	padding: 0px;
	text-decoration: none;
}

#pages_motion ul li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 0.25s;
}

/* http://jqueryui.com/demos/demos.css */
#pages_motion .ui-tabs-nav li.ui-tabs-selected a,
#pages_motion .ui-tabs-nav li.ui-tabs-selected a:visited
#pages_motion .ui-tabs-nav li.ui-tabs-selected a:active {
	color: #fff;
	text-decoration: none;
}

.pages_motion_list {
	margin: 0px 0px 0px 133px;
	padding-bottom: 40px;
	width: 430px;
	float: left;
}

.pages_motion_project {
	margin-right: 4px;
	margin-bottom: 13px;
	width: 82px;
	overflow: hidden;
	float: left;
}

.pages_motion_project img {
	margin-bottom: 8px;
	width: 82px;
	height: 90px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.pages_motion_project h1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}

.pages_motion_project a,
.pages_motion_project a:visited {
	text-decoration: none;
	color: #fff;
	line-height: 14px;
}

.pages_motion_project a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
}


/* POST-IPHONE */

#post_iphone ul {
	position: absolute;
	right: 0px;
	top: -52px;
	z-index: 2;
	float: right;
	border: 0px;
	height: 12px;
}

#post_iphone ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	border: 0px;
	height: 12px;
	margin-right: 6px;
}

#post_iphone ul li a,
#post_iphone ul li a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 0px;
	text-decoration: none;
}

#post_iphone ul li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 0.25s;
}

/* http://jqueryui.com/demos/demos.css */
#post_iphone .ui-tabs-nav li.ui-tabs-selected a,
#post_iphone .ui-tabs-nav li.ui-tabs-selected a:visited
#post_iphone .ui-tabs-nav li.ui-tabs-selected a:active {
	color: #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
}

#post_iphone {
	position: relative;
	width: 518px;
	margin: 144px 0px 0px 230px;
	color: #fff;
	padding: 0px;
	}

#post_iphone a, a:visited {
	text-decoration: none;
}

#post_iphone img a,
#post_iphone img a:visited,
#post_iphone img a:hover {
	border-bottom: 0px;
}

.content_iphone_main_image {
	position: absolute;
	left: -230px;
	top: -144px;
	z-index: 1;
}

.content_iphone_main_badge {
	position: absolute;
	left: -230px;
	top: -144px;
	z-index: 1;
}

#content_iphone {
	width: 130px;
	top: 0px;
	margin: 0px 0px 0px 380px;
	padding: 0px;
	float: left;
}
.content_iphone_title img {
	margin-bottom: 9px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
}

.content_iphone_title h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 2px;
	color: #fff;
}

.content_iphone_title p {
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;
	font-weight: lighter;
	font-family: Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.content_iphone_title a,
.content_iphone_title a:visited {
	text-decoration: none;
	color: #15b2c5;
}

.content_iphone_title a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.content_iphone_review h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 1px;
	color: #fff;
}

.content_iphone_review h2 a,
.content_iphone_review h2 a:visited {
	text-decoration: none;
	color: #fff;
}

.content_iphone_review h2 a:hover {
	text-decoration: none;
	color: #ffff00;
}

.content_iphone_review p {
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;
	font-weight: lighter;
	font-family: Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.content_iphone_review a,
.content_iphone_review a:visited {
	text-decoration: none;
	color: #15b2c5;
}

.content_iphone_review a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.content_iphone_row {
	float: left;
	width: 518px;
}

.content_iphone_description {
	margin: 0px 0px 0px 0px;
	padding-bottom: 24px;
	width: 318px;
	float: left;
}

.content_iphone_description p {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.content_iphone_description h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.content_iphone_description a,
.content_iphone_description a:visited {
	text-decoration: none;
	background-color: #333;
	color: #aaa;
}

.content_iphone_description a:hover {
	color: #000;
	background-color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.content_iphone_description ol {
	margin-bottom: 13px;
	}

.content_iphone_description ol li {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 1px 0px 1px 14px;
	}

.content_iphone_description ol li a, 
.content_iphone_description ol li a:visited {
	text-decoration: none;
	color: #15b2c5;
	}

.content_iphone_description ol li a:hover {
	color: #ffff00;
	-webkit-transition-duration: 0.2s;
	}

.content_iphone_screenshots {
	margin-left: 62px;
	padding-top: 6px;
	float: left;
}

.content_iphone_screenshots img,
.content_iphone_screenshots img a,
.content_iphone_screenshots img a:visited {
	border: 1px #555 solid;
	margin: 1px;
	float: left;
	}

.content_iphone_screenshots img:hover {
	border: 1px #fff solid;
	}

.content_iphone_banner {
	width: 504px;
	display: block;
	height: auto;
	margin: 0px 0px 1px 0px;
	padding:6px;
	background: #ffff00;
	background-color: #ffff00;
	line-height: 14px;
	font-size: 11px;
	float: none;
	}

.content_iphone_banner:hover {
	display: block;
	background-color: #ffffff;
	-webkit-transition-duration: 0.2s;
	}

.content_iphone_banner a {
	display: block;
	color:#000000;
	text-decoration:none;
	}

.content_iphone_banner a:hover {
	display: block;
	color:#444444;
	-webkit-transition-duration: 0.25s;
	}
	
.content_iphone_banner_imagebakery {
	width: 502px;
	display: block;
	height: auto;
	margin: 0px 0px 1px 0px;
	padding:6px;
	border: 1px #fff solid;
	background: #000;
	background-color: #000;
	line-height: 14px;
	font-size: 11px;
	float: none;
	}

.content_iphone_banner_imagebakery:hover {
	display: block;
	background-color: #383838;
	-webkit-transition-duration: 0.2s;
	}

.content_iphone_banner_imagebakery a {
	display: block;
	color:#eee;
	text-decoration:none;
	}

.content_iphone_banner_imagebakery a:hover {
	display: block;
	color:#fff;
	-webkit-transition-duration: 0.25s;
	}




/* DOWNLOAD */

	.downloadapp { 
	clear: both;
	width: 74px;
	height: 13px;
	display: block;
	padding: 3px;
	background-color: #ffff00;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 90px;
	font-weight: bold;
	font-size: 10px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	text-align: center;
		}	

	.downloadapp:hover {
	background-color: #ffffff;
	-webkit-transition-duration: 0.2s;
	}

	.downloadapp a,
	.downloadapp a:visited {  
	font-family: Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #000000;
	text-decoration: none;
	}	

	.downloadapp a:hover {
	color: #000000;
	}

/*
POST-MOTION
*/

#post_motion {
	position: relative;
	width: 578px;
	margin: 144px 0px 0px 170px;
	color: #fff;
	padding: 0px;
	}

#post_motion a, a:visited {
	text-decoration: none;
}

#post_motion img a,
#post_motion img a:visited,
#post_motion img a:hover {
	border-bottom: 0px;
}

#post_motion ul {
	position: absolute;
	left: 128px;
	top: -52px;
	float: left;
	border: 0px;
}

#post_motion ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	border: 0px;
	margin-right: 6px;
}

#post_motion ul li a,
#post_motion ul li a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 0px;
	text-decoration: none;
}

#post_motion ul li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 0.25s;
}

/* http://jqueryui.com/demos/demos.css */
#post_motion .ui-tabs-nav li.ui-tabs-selected a,
#post_motion .ui-tabs-nav li.ui-tabs-selected a:visited
#post_motion .ui-tabs-nav li.ui-tabs-selected a:active {
	color: #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
}

.post_motion_title {
	width: 90px;
	margin-left: 20px;
	float: left;
	padding-top: 30px;
}

.post_motion_title h1 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
}

.post_motion_title p {
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;
	font-weight: lighter;
	font-family: Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #555;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 5px;
}

.post_motion_description {
	margin: -35px 0px 0px 128px;
	padding-bottom: 24px;
	width: 500px;
}

.post_motion_description p {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #999999;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 13px;
}

.post_motion_description h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.post_motion_description h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 12px;
	color: #fff;
}

.post_motion_description h2 {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #fff;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 0px;
}

.post_motion_description a,
.post_motion_description a:visited {
	text-decoration: none;
	background-color: #333;
	color: #aaa;
}

.post_motion_description a:hover {
	color: #000;
	background-color: #ffff00;
	-webkit-transition-duration: 0.2s;
}

.post_motion_description ol {
	margin-bottom: 13px;
	}

.post_motion_description ol li {
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	font-weight: lighter;
	font-family:Helvetica, Arial, Helmet, Freesans, Dotum, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #bbb;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 1px 0px 1px 14px;
	}

.post_motion_description ol li a, 
.post_motion_description ol li a:visited {
	text-decoration: none;
	color: #777;
	}

.post_motion_description ol li a:hover {
	color: #fff;
	-webkit-transition-duration: 0.2s;
	}

/* VIDEO LAUNCHER */

.videoLauncher {
	width: 116px;
	height: 125px;
	margin: 0 0 10px 20px;
	float: right;
	position: relative;
}
.videoLauncher img {
	position: absolute;
	top: 5px;
	left: 7px;
	border: 0px;
}
.videoLauncher p {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 116px;
	height: 125px;
	background: url(/img/videoLauncher.png);
	text-align: center;
	font-size: 13px;
	color: #59493f;
	line-height: 17px;
	margin: 0;
}
.videoLauncher p span {
	font-size: 20px;
	display: block;
	margin-top: 84px;
}

#moviePopCover {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 450;
	background: rgba(0,0,0,.75);
	-webkit-transition-duration: .4s;
}
#moviePop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 600;
	background: rgba(0,0,0,.7);
	-webkit-border-radius: 10px;
	-webkit-transform-origin: center center;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 30px rgba(0,0,0,.8);
	-webkit-transition-duration: .4s;
}
#moviePopClose {
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	background: url(/img/close.png);
	-webkit-transition-duration: .4s;
}