/* fffonts */
@font-face {
    font-family: 'BrandonGrotesqueRegular';
    src: url('/type/brandon_reg-webfont.eot');
    src: url('/type/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/type/brandon_reg-webfont.woff') format('woff'),
         url('/type/brandon_reg-webfont.ttf') format('truetype'),
         url('/type/brandon_reg-webfont.svg#BrandonGrotesqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*
{
	margin:0;
	padding:0;
}
/* friendly helper classes */
.image-replace
{
	overflow: hidden;
	text-indent: -9999px;
}
a.image-replace
{
	display: block;
}
.trans-all
{
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
.clear:after
{
	clear: both;
	content: " ";
	display: block;
}
.spanning
{
	width: 960px;
}
/***************************************************************************************
/*Structure
/*/
article, aside, canvas, details,
figcaption, figure, footer, header,
hgroup, nav, section, summary, video {
    display: block; /* fix html5 elements for Firefox */
}
p
{
	margin-bottom: 10px;
}
a
{

}
a:hover
{
	text-decoration: none;
}
body
{
	font-family: Arial, sans-serif;
	background: url(/images/bg/colour-planks.jpg) fixed;
}
.wrapper
{
	margin: 20px auto;
	position: relative;
	min-height: 100%;
	padding-bottom: 25px;

	background: white;/* 
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
 */
	
/* 	border: 1px yellow solid; */
}
header
{
	padding: 20px 35px;
	position: relative;
	width: 890px;
}
article header
{
	padding-bottom: 0;
	padding-top: 0;
}
#trustfund-logo
{
	background: transparent url(/images/trustfund-logo.png) no-repeat 28px center;
	float: left;
	height: 150px;
	width: 200px;
}
.short-address
{
	color: #000;
    font-family: 'BrandonGrotesqueRegular';
    font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 35px;
	top: 20px;
}
.short-address a
{
	color: #000;
    font-family: 'BrandonGrotesqueRegular';
    font-weight: normal;
	text-decoration: none;
}
.short-address a:hover
{
	color: #aaa;
}
.short-address .social
{
	display: inline-block;
	float: none;
}
.shop-online
{
	color: #000;
	font-family: 'BrandonGrotesqueRegular';
	font-size: 23px;
	font-weight: normal;
	position: absolute;
	right: 35px;
	top: 65px;
}
.shop-online a
{
	color: #000;
	text-decoration: none;
}

.main-nav
{
	bottom: 25px;
	left: 264px;
	position: absolute;
}
.nav-item
{
	background: transparent url(/images/image-sprites.png) no-repeat -554px 4px;
	float: left;
	margin: 0 5px;
	padding-left: 5px;
}
.page-men .nav-item
{
	background-position: -554px -21px;
}
.main-nav .first
{
	background: none;
	padding: 0;
	margin-left: 0;
}
.main-nav .first a
{
	margin-left: 0;
}
.nav-link     
{ 
/* 	background: transparent url(/images/image-sprites.png) no-repeat 0 0;  */
	color: #a1a1a1;
    font-family: 'BrandonGrotesqueRegular';
    font-size: 23px;
	height: 25px; 
	margin-left: 10px;
	text-decoration: none;
}
.nav-link:hover
{
	color: #000;
}
.link-men       { background-position: 0 0; width: 43px; } 
	.link-men:hover { background-position: 0 -25px; }
	.link-men.active { background-position: 0 -25px; }
.link-women     { background-position: -43px 0; width: 75px; }
	.link-women:hover { background-position: -43px -25px; }
	.link-women.active { background-position: -43px -25px; }
.link-fav       { background-position: -118px 0; width: 203px; }
	.link-fav:hover { background-position: -118px -25px; }
	.link-fav.active { background-position: -118px -25px; }
.link-blog      { background-position: -321px 0; width: 46px; }
	.link-blog:hover { background-position: -321px -25px; }
	.link-blog.active { background-position: -321px -25px; }
.link-contact   { background-position: -367px 0; width: 187px; }
	.link-contact:hover { background-position: -367px -25px; }
	.link-contact.active { background-position: -367px -25px; }

.main-nav .active
{
	background-position-y: -25px;
}
#content-wrapper
{
	margin-right: 270px;
	margin-top: 10px;
}
#main-nav
{
	margin-top: -20px;
	position: fixed;
	z-index: 10;
	display: none;

/* 	border: 1px white solid; */
}
	.home-page #main-nav
	{
		margin-top: 20px;
	}
.blog #main-nav
{
	position: absolute;
}
.navigation li
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.nav-item
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.nav-small .nav-text
{
	line-height: 24px;
}
.nav-small
{
	height: 24px;
	font-size: 22px;
}
.nav-men { margin-left: 65px; }
.nav-women { margin-left: 41px; }
.nav-blog { margin-left: 17px; }
.nav-contact { }
.nav-choose { display: none; }

.footer
{
	background: #fff;
	font-size: 12px;
	margin-top: 35px;
	padding: 20px;
	position: static;
	width: 920px;
}
.footer-inner
{
	margin: 0 auto;
	position: relative;
	
/* 	border: 1px green solid; */
}
.trustfund-logo-sm
{
	display: block;
	width: 193px;
	height: 120px;
	float: left;
	margin-right: 20px;
	background: transparent url(/images/trustfund-logo-sm.png) no-repeat 53px 0;
}
.footer-item
{
	float: left;
	color: #999;
	height: 210px;
	padding-left: 32px;
	margin-top: 27px;
	background: transparent url(/images/diag-line.png) no-repeat left 0;
}
.footer a
{
	color: #999;
}
.footer a:hover
{
	text-decoration: none;
}

.social
{
	background: url(/images/image-sprites.png) no-repeat 0 0;
	float: left;
	height: 20px;
	margin: 10px 0 0 10px;
}
.facebook
{
	background-position: 0px -50px;
	width: 19px;
}
	.facebook:hover
	{
		background-position: -19px -50px;
	}
.twitter
{
	background-position: -38px -50px;
	width: 29px;
}
	.twitter:hover
	{
		background-position: -67px -50px;
	}

.instagram
{
	background-position: -117px -50px;
	width: 20px;
}
	.instagram:hover
	{
		background-position: -97px -50px;
	}
.fb_iframe_widget
{
	right: -4px;
}
.newsletter
{
	width: 269px;
}
#mc_embed_signup input.email,
#mc_embed_signup input.button
{
	display: inline-block;
}
#mc_embed_signup input.button
{
	background: #aaa url(/images/subscribe.png) no-repeat 0 0;
	min-width: 94px;
	overflow: hidden;
	text-indent: -9999px;
}
#mc_embed_signup input.email
{
	margin-right: 1%;
	width: 56%;
}
#mc_embed_signup input
{
	border-color: #cdcdcd;
}
#aw-nuts
{
	background: url(/images/aw-nuts.png) no-repeat 0 0;
	bottom: -93px;
	height: 139px;
	position: absolute;
	right: -9px;
	width: 307px;
}
/***************************************************************************************
/*Product pages
/*/
.clothing-image img
{
	border: 1px solid #fff;
}
.clothing-image img:hover
{
	border-color: #f5688d;
}
.page-men .clothing-image img:hover
{
	border-color: #7eba39;
}
.products-list
{
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0 auto;
	padding: 10px; 
	width: 920px;
	
/* 	border: 1px solid teal; */
}
.clothing-item
{
    font-family: 'BrandonGrotesqueRegular';
    font-weight: normal;
	text-decoration: none;
}
.products a
{
	text-decoration: none;
}
.products-list li
{
	width: 200px;
	height: 215px;
	float: left;
	padding: 10px;
	margin: 5px;
	background: #fff;

}
.products-list li:hover
{
	background: #fff;
}
.products-list li:hover .brand-name
{
	color: #000;
}
.products-list .brand-name
{
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

/***************************************************************************************
/*Product details
/*/
.product-detail
{
	background: url(/images/bg/white-wood-02.jpg) repeat 0 0;
}
#back-link
{
	display: none;
}
.product-detail
{
	display: table;
	height: 464px;
	overflow: hidden;
}
.detail-desc
{
	margin-top: 10px;
	display: table-cell;
	vertical-align: middle;
}
.detail-image
{
	max-width: 75%;
}
.detail-logo
{
	max-width: 50%;
	float: left;
	clear: both;
}
.detail-photo
{
	border: 10px solid #fff;
	margin-left: 15px;
	margin-right: 20px;
	
	float: left;
	clear: left;
	
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}
.detail-desc h3
{
    font-family: 'BrandonGrotesqueRegular';
	font-size: 16px;    
    font-weight: normal;    
	line-height: 1.6;
}

.detail-desc p
{
	font-size: 12px;
	line-height: 1.6;
	color: #999;
	margin-right: 20px;
}
/***************************************************************************************
/*Pages and Blog
/*/
.inner,
.post
{
	background: #fff;
	color: #666;
	margin-bottom: 0;
	padding: 20px;
	padding-bottom: 0;
	width: 630px;
}
.page-contact .inner
{
	padding: 0 35px;
	width: auto;
}
.inner a,
.post a
{
/* 	color: #aaa; */
}
.post h2,
.post h2 a,
.single h1 a
{

}
#mc_embed_signup form
{
	padding: 0;
}
.sidebar
{
	position: absolute;
	right: 35px;
	top: 228px;
	width: 255px;
}
.page-blog h2,
.single-post h1 a
{
	color: #000;
    font-family: 'BrandonGrotesqueRegular';
	font-size: 28px;
	font-weight: normal;
}
.page-blog h2 a
{
	color: #000;
}
.blog-welcome
{
	color: #F5688D;
    font-family: 'BrandonGrotesqueRegular';
	font-size: 28px;
	font-weight: normal;
}
#commentform .help
{
	display: none;
}
.page-blog article .fb_iframe_widget
{
	top: -3px;
}
.twtr-ft a
{
	display: none !important;
}
.twtr-ft .twtr-join-conv
{
	display: block !important;
	padding: 3px 10px;
	background: #7EBA39;
	color: #fff !important;
}
.twtr-ft span
{
	float: left !important;
	text-align: left !important;
}
.twtr-widget .twtr-tweet-wrap,
.twtr-hd,
.twtr-ft div
{
	padding-left:0 !important;
}
.page-blog
{
	background: #d5edb9 url(/images/blog-bg.jpg) repeat-x 0 0;
	background: #f2f9e9 url(/images/blog-bg-02.jpg) repeat-x 0 0;
}
.page-navigation
{
	background: #fff;
}
.page-blog
{
	padding-bottom: 0;
}
.page-blog .footer
{
	padding-bottom: 44px;
}
.page-navigation
{
	margin: 0;
}
/***************************************************************************************
/*Contact page
/*/
.contact-column-wrapper
{
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	margin-left: 230px;
	padding-bottom: 10px;
}
.contact-column-wrapper a
{
	color: #aaa;
}
.contact-column
{
	float: left;
	font-size: 13px;
	margin-right: 3.8%;
	width: 30%;
}
.column-last
{
	margin-right: 0;
}
.contact-hours
{
	line-height: 2;
}
#hours-contact
{
	float: right;
	font-size: 13px;
}
#content-wrapper iframe
{
	float:left;
}
.page-contact h2
{
	color: #F5688D;
	color: #000;
	font-family: 'BrandonGrotesqueRegular';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.page-contact h3
{
	margin-bottom: 5px;
	margin-top: 15px;
}
#tf-map
{
/* 	border: 1px solid #cdcdcd; */
	margin: 20px 0 20px 230px;
	position: relative;
}
.maptip
{
	background: transparent url(/images/transparent-gif-sorry-i-know.gif);
/* 	border: 1px solid red; */
	height: 40px;
	width: 40px;
	position : absolute;
}
.map-tf
{
	top: 163px;
	left: 175px;
}
.map-rt
{
	top: 212px;
	left: 291px;
}
/***************************************************************************************
/*Fav things
/*/
.page-fav .inner
{
	margin-left: 244px;
	width: auto;
}
.page-fav h1
{
	color: #F5688D;
	font-family: 'BrandonGrotesqueRegular';
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.fav-list
{
	float: left;
	width: 275px;
}
.fav-list li
{
/* 	background: url(/images/acorn-sm.jpg) no-repeat left 17px; */
	color: #999;
	font-family: 'BrandonGrotesqueRegular';
	font-size: 28px;
	font-weight: normal;
	list-style: none;
	list-style-type: none;
	list-style-image: none;

}
.our-story
{
	color: #999;
	font-family: 'BrandonGrotesqueRegular';
	font-size: 21px;
	font-weight: normal;
	line-height: 1.8;
	margin-right: 20px;
}
/***************************************************************************************
/*HomePage
/*/
.home-image
{
	padding-left: 0;
	width:100%;
}
.page-home .footer
{
	margin-top: 0;
}

/**** Fancybox overrides ****/
.fancybox-outer
{
	background-color: #fff;
}


