/*
Theme Name: JadeLeung V2 theme B (ACV)
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Dermot Holmes
Author URI: http://dermotholmes.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Colors
Menu background - almost black - #1F1F1F
Text - light grey - #58595B
H1 - almost black - #231F20

*/

/* =Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'HeitiTCMedium';
    src: url('fonts/stheiti_medium_trimmed-webfont.eot');
    src: url('fonts/stheiti_medium_trimmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/stheiti_medium_trimmed-webfont.woff') format('woff'),
         url('fonts/stheiti_medium_trimmed-webfont.ttf') format('truetype'),
         url('fonts/stheiti_medium_trimmed-webfont.svg#HeitiTCMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =Baselines
-------------------------------------------------------------- */
body{
	font-family: helvetica, serif;
	font-size: 14px;
	color: #58595B;
}
a, 
a:link{
	color: #231F20;
	text-decoration: none;
}
a:visited{
	
}
a:hover{
	
}
a:active{
	
}

#content a, 
#content a:link{
	color: #58595B;
	text-decoration: underline;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
}
#branding{
	width: 221px;
	float: left;
	margin-right:70px;
/*	position:fixed; FIXED*/
	*left:20px;
}
#primary {
	float: left;
	margin: 0;
	width: 551px;
	margin-top: 61px;
	padding-right: 15px;
}
#secondary{
	float: left;
	/*width:131px;*//*IE*/
	min-width: 131px;
	border-left: 1px solid #C3C5C6;
	padding-left: 15px;
	padding-bottom: 150px;
	min-height: 250px;
	margin-top: 61px;
}
#content {
	/*margin: 0 280px 0 0;*/
	margin: 0;
	width: 551px;
	
}
#main{
	display:inline-block;
	/*margin-left: 280px; FIXED*/
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 130px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*BLog page*/
.blog article.post{
	margin-top:70px;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	
	margin: .67em 0;
	font-size: 32px;
}
#site-title a{
	font-weight: lighter;
}
#site-title a:link,
#site-title a:visited,
#site-title a:hover,
#site-title a:active{
	text-decoration: none;
	color: black;

}


#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

#branding{
	/*font-size: 32px;*/
	font-family: SCHeiti, STHeitiSC-Medium, HeitiTCMedium, Futura, helvetica, serif;
}
#branding>hgroup,
#branding>nav{
	margin-left: 18px;
	width: 203px;
}





/* =Menu
-------------------------------------------------------------- */
#branding #access{
	width: auto;
}

#access {
	border-top: 1px solid #000000;
	border-bottom: 1px dotted #000000;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0;
	text-decoration: none;
	padding: 0 8px 0 8px;
}
#access a:visited {
}
#access a:hover {
	background-color: #1F1F1F;
	color: white;
}
#access a:access {
}

#access .current_page_item{
	background-color: #EDEDED;
}

/*
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	
}
#access ul ul a:hover {
	
}
#access ul li:hover > ul {
	display: block;
}
*/

/* Shoot page amendments */
.shoot-info{
	display: none;
	
}
article.typeshoot{
	position: relative;
}
#content a#info-button{
	position: relative;
	left: 580px;
	top: 16px;
	/*float: right;*/
	
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #6D6E71;
	border: 1px solid #6D6E71;
	border-radius: 1px;
	text-align: center;
	padding: 1px 1px;
	width: 37px;
	display: block;
	text-decoration: none;
	
}


/* =Shoot Navagation
-------------------------------------------------------------- */
.nav-shoots{
	font-size: 14px;/* change to ems*/
}
.nav-shoots ul{
	margin: 0;
	padding: 0;
}
.nav-shoots ul li {
	list-style: none;
	margin-left: 0;
}
.nav-shoots ul li a{
	text-decoration: none;
	min-height: 15px;
	line-height: 15px;
	padding: 6px 0 5px 11px;
	width: 192px;
	display: block;
}
.nav-shoots ul li a:visited{
}
.nav-shoots ul li a:hover{
	background-color: #1F1F1F;
	color: white;
}
.nav-shoots ul li a:active{
}

.folio-heading{
	font-weight: lighter;
	font-size: 14px;/* change to ems*/
	line-height: 11px;
	height: 11px;
	color: white;
	background-color: #1F1F1F;
	background-repeat: no-repeat;
}
.folio-heading a{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#folio_back_btn{
	width: 83px;
	margin-left: -18px;
}

.folio-h-left{
	padding: 7px 0 7px 0;
	background-image: url("img/shoot-heading-corner-left.png");
	background-position: left top;
}
.folio-h-right{
	padding: 7px 0 7px 11px;
	background-image: url("img/shoot-heading-corner-right.png");
	background-position: right top;
}
#content #nav-below-shoot .nav-previous{
	font-weight: lighter;
	font-size: 14px;/* change to ems*/
	line-height: 11px;
	min-height: 11px;
	color: white;
	background-color: #1F1F1F;
	background-repeat: no-repeat;
	padding: 7px 0 7px 0;
	background-image: url("img/shoot-heading-corner-left_up.png");
	background-position: left top;
	width: 43%;
	padding-left: 29px;
	
}
#content #nav-below-shoot .nav-previous a{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#content #nav-below-shoot .nav-next{
	font-weight: lighter;
	font-size: 14px;/* change to ems*/
	line-height: 11px;
	min-height: 11px;
	color: white;
	background-color: #1F1F1F;
	background-repeat: no-repeat;
	padding: 7px 0 7px 0;
	background-image: url("img/shoot-heading-corner-right_up.png");
	background-position: right top;	
	padding-right: 29px;
	width: 43%;
	
}
#content #nav-below-shoot .nav-next a{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


.folio-h-left a, .folio-h-left-up a{
	padding-left: 29px;
}


.seeall {
	font-size: 10px;
	color: #808080;
	padding-left: 11px;
	text-decoration: none;
}
.seeall:hover{
	text-decoration: underline;
	color: #808080;
}

.current_shoot_page{
	background-color: #EDEDED;
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	margin-top: 10px;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 100%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 100%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* Hide title on homepage*/
.home #content .entry-title{
	display: none;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */

.shoot_media_unit {
	margin-bottom: 15px;
}

.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}
h1 {	
	font-family: SCHeiti, STHeitiSC-Medium, HeitiTCMedium, Futura, helvetica, serif;
	color: #231F20;
	font-weight: normal;

}
#content h1{
	font-size: 21px;
}
#secondary h1{
	font-size: 16px;
	text-transform: uppercase;
}

#secondary ul {
	padding-left: 0;
}
#secondary ul li{
	list-style: none;
	margin-bottom: 10px;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* =Contact form
------------------------------*/
#wpcf7-f150-p12-o1{
	font-size: 10px;
}

#wpcf7-f150-p12-o1 label{
	width: 75px;
	padding-right: 5px;
	text-align: right;
	display: inline-block;
	*display:inline;
	*zoom:1;
}

#wpcf7-f150-p12-o1 input{
}

#wpcf7-f150-p12-o1 .wpcf7-text{
	width: 187px;
}
#wpcf7-f150-p12-o1 input[type="text"]{
	border: 1px solid #E3E4E4;
}

#wpcf7-f150-p12-o1 textarea{
	width: 187px;
	border: 1px solid #E3E4E4;
	
}

#wpcf7-f150-p12-o1 #submit {
	margin-left: 80px;
}

#wpcf7-f150-p12-o1 #submit input{

}

/* Error msgs*/

#wpcf7-f150-p12-o1 .wpcf7-not-valid-tip-no-ajax{
	margin-left: 80px;
	font-size: 10px;
}


.wpcf7-validation-errors{
	width: 245px;
	background-color: #FDFACC;
}
.wpcf7-mail-sent-ok{
	width: 245px;
	background-color: #D7E9D0;
}

.vtop{
	vertical-align: top;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}



/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}



/* =Blog sidebar
-------------------------------------------------------------- */
#recent-posts-3 ul li a:hover{
	text-decoration: underline;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
	margin-left: 280px;
}

/* =Social Circus footer (Shoot pages only)
-------------------------------------------------------------- */
.socialCircus{
	width: atuo;
	margin: 15px auto;
	text-align: center;
}

.socialBotBot{
	display: inline-block;
	margin-right: 7px;
	/*float: left;*/
	vertical-align: top;
	
}
.facebooklike{
	/*
	width: 52px;
	overflow: hidden;
	*/
}



/* =Utilities
-------------------------------------------------------------- */
.clear{
	clear: both;
}
