/*@import url('reset.css');*/

@charset "utf-8";



/* ---------- Basic Elements ---------- */

body {
	background:#000;
	margin: 0;
	padding: 0;
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	height:100%;
}

a {
	text-decoration: none;
	color: #666;
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-o-transition:all .3s; 
	transition:all .3s;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
a img {
	border: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	margin-top: 2em;
	padding-left: 5px;
	border-left: 5px solid #c4c4c4;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 0;
}
th, td {
	/*padding: 2px 4px;
	border: 1px solid #e9e9e9;*/
}
th {

	font-weight: normal;
}
td {

}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}


/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	margin-top:30px;
}

	#header {
		margin: 50px 0 50px 16px;
	}
	#header h1 {
		margin: 0;
		color: #000000;
	}
	#header h1 a{
		margin: 0;
		color: #000000;
	}
	#header p {
		margin: 0;
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px;  Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 10px;
	}
	
	
	

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  290px; }
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { width: 1265px; }

.wrap_motion div.grid-item{
	margin:100px 100px 100px 100px !important;
}

div.grid-item,
div.single-item {
	overflow:visible;
	margin: 0 5px 5px 0;
	padding: 0px;
	border: 0;
	background: #000;
}

div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight: normal;
}

div.grid-item div.grid-image {
	margin-bottom: 1em;

}

div.grid-item div.wp-caption {
	display: none;
}

div.post-body p,
div.comment-body p {
	font-size: 12px;
}

div.post-body p img,
div.post-body p object {
	max-width: 100%;
	padding: 0;
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0;
}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ol li {
	margin: 10px 0;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #c4c4c4;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}




/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 50px 0 0;
	font-size: 12px;
}
.pagination .current {
	color: #333333;
	font-weight: bold:
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #d9d9d9;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #333333;
	background-color: #eeeeee;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 50px 0 50px 16px;
	padding-left: 0;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #d9d9d9;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}

/* 6 May 2011 */
.border_comment{
	float:left;
	border:1px solid #CAD4E7;
	padding:0px 4px;
	background:#ECEEF5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#3B5998;
	margin-right:5px;
}
.border_comment:hover{
	cursor:pointer;
	border:1px solid #9dacce;
}
.border_comment a:link, .border_comment a:visited{
	color:#3B5998;
	text-decoration:none;
}

.border_comment div{
	float:left;
}
.border_comment .count{
	margin-left:3px;
}
.clearfixdiv{
	clear:both;
}
.fbblock{
	height:20px;
	float:left;
	margin-top:10px;
}


.fb_comment{
	height:320px;
	display:block;
	overflow:auto;
}
.fblike{
	margin-left:10px;
}

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}


.clr{
	clear:both;
}
h1, h5{
	font-size:40px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Monoton', Arial, sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	word-spacing:10px;
	line-height: 40px;
	padding: 10px 5px 0px 0px;
}
h1 span, h5{
	font-size:18px;
	color:#c08763;
	font-family:Georgia, serif;
	font-style:italic;
	text-transform:none;
	word-spacing:0px;
	white-space: nowrap;
}
h2{
	font-family:Georgia, serif;
	font-style:italic;
	padding: 5px 10px 5px 5px;
	font-size:14px;
}
pre{
	padding:15px;
	white-space:pre-wrap;
}
/* Header Style */
.header{
	height:30px;
	line-height:30px;
	opacity:1;
	text-transform:uppercase;
	z-index:10;
}

.content{
	position:fixed;
	top: 0px;
	left:0px;
	width:100%;
	min-width:200px;
	z-index:100;
	display:block;
	padding:0px;
	background:#000;
	/*background:transparent url(../images/menu.png) repeat-x;
	/*box-shadow:0 0 5px #000;
	background:#000;*/
}

.logo{
	background:url(../images/logo.jpg) no-repeat;
	width:210px;
	height:30px;
	float:left;
	margin-left:15px;
}

.logo a{
	width:100%;
	display:block;
	height:30px;
}


.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:20px 15px 5px 5px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin:0 auto;
}
.more ul li{
	display:inline;
	line-height:30px;
	margin:0px 2px;
	white-space:nowrap;
}
.more ul li:first-child{
	clear:both;
	float:none;
	display:block;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#f7f7f7;
	color:#000;
	text-shadow:none;
	white-space:nowrap;
}
.more ul li a{

	color:#fff;

	padding:3px 6px;

}
.more ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.snippet{
	padding:5px;
}
.snippet span{
	font-size:14px; 
	cursor:pointer;

	padding: 2px 18px 2px 9px;
}
.snippet span.down{
	background: #000 url(../images/arrow.png) no-repeat 98% 50%;
}
.snippet span.up{
	background: #000 url(../images/arrow_up.png) no-repeat 98% 50%;
}
.snippet pre{
	display:none;
}
.panel{
	position:absolute;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
}
.hide{
	background:transparent url(../images/hide.png) no-repeat center center;
}
.show{
	background:transparent url(../images/show.png) no-repeat center center;
}
.loadmore{
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover{
	background:#000;
}
#content_container{
	margin-top:30px;

}
.footer{
	position:fixed;
	bottom: 0px;
	left:0px;
	width:100%;
	z-index:100;
	display:block;
	float:left;
	height:10px;
	background:transparent url(../images/footer.png) repeat-x center bottom;
	/*box-shadow:0 0 5px #000;
	background:#000;*/
}
.page_title{
	font-size:22px;
	float:left;
	padding-left:25px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	display:block;
	clear:both;
	font-family:'PT Sans Narrow', Arial, sans-serif;
	font-weight:bold;
	color: #555;
}
.page_title span{
	color: #333;
}
.clear_fix{
	clear:both;
	display:block;
}
.contact_form_field{
	background:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #333;
	padding:2px 5px;
	color:ccc;
	font-family:'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-o-transition:all .3s; 
	transition:all .3s;
}
.contact_form_field:hover{
	background:#666;
	border:1px solid #666;
}
.contact_form_btn{
	background:#666;
	width:70px;
	font-family:'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	margin:5px 0;
	padding:2px 0;
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-o-transition:all .3s; 
	transition:all .3s;
	cursor:pointer;
	text-transform:lowercase;
}
.contact_form_btn:hover{
	box-shadow:0 0 3px #666;
	background:#111;
	color:#fff;
}
.contact_img{

}
.warn_text{
	font-size:12px;
	color:#F99;
}
.aboutus_heading{
	text-align:right;
	font-size:14px;
	color:#555;
	text-transform:lowercase;
}
.contact_form{
	box-shadow:0 0 5px #121212;
	padding:15px 15;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:10px;
}
.about_photo{
	float:right;
	margin:20px 0px 30px 30px;
}
.about_jane p{
	font-size:12px;
	margin-bottom:20px;
	text-align:justify;
	padding-right:25px;
	-webkit-font-smoothing: antialiased;
	color:#777;
	line-height:1.7em;
}
.name_jane{
	color:#fff;
}
.name_hsiang{
	color:#fff;
}
.form_title{
	font-size:14px;
	letter-spacing:0.1em;
	text-align:left;
}
.contact_info{
	font-size:11px;
	text-align:left;
	color:#777;
	font-weight:bold;
	margin-top:20px;
}

/* menu */
#menu{
	float:right;
	list-style:none;
	margin:0;
	min-height:30px;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
	padding:0;
}
#menu li{
	float:left;
	padding:0;
	margin:0;
}
#menu li a{
	padding:5px 10px;
	height:30px;
	line-height:30px;
	color:#777;
}
#menu li a:hover{
	color:#fff;
	text-decoration:none;
}
#menu .active{
	color:#fff !important;
	text-decoration:none;
}

.motion_caption{
	width:400px;
	margin:10px 0;
	display:none;
}
.motion_title{
	height:20px;
	line-height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:12px;
	color:#fff;
	text-align:center;
	width:100%;
}
.motion_credit{
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#888;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
}
#headerContainer { display:none; }
#access { display:none; }
	
.overlay{
	background:url(../images/motion_overlay.png) no-repeat;
	width:200px;
	height:112px;
	position:absolute;
}




@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	#content_container{ margin-top:120px;
	}
	#container{
		margin-top:90px;
	}
}
	
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	#content_container{ margin-top:120px;
	}
	#container{
		margin-top:90px;
	}

}