/**
 * @version		$Id: component.php 16465 2010-04-26 01:46:24Z eddieajau $
 * @package		Joomla.Site
 * @subpackage	Templates.default
 * @copyright	Copyright (C) 2011 Arvin Pedregosa. All rights reserved.
 * @license		Commercial License
 *
 * Template CSS - Template specific styles
 * @see editor.css for Joomla editor css classes
 */

/*************************************************************************
 * Hidden
 */
#header {
	display: none;
}

/*************************************************************************
 * Default / Design
 */
html {
}
body {
}
h1,
h1 a {
	color: #333333; 
	text-decoration: none;
}
h2,
h2 a {
	color: #333333;
	text-decoration: none;
}
.item-page h1,
.item-page h1 a { 
	color: #333333; 
}
.article-info .category-name {
	font-style: italic;
	color: #666666;
}
.article-info a {
	color: #666666;
	text-decoration: none;
}
.blog img,
.item-page img {
	margin: 0 1em 1em;
}
.blog  img[align=left],
.item-page img[align=left] {
	margin-left: 0;
}
.blog  img[align=right],
.item-page img[align=right] {
	margin-right: 0;
}
a {
	color: #666633;
	text-decoration: none;
}
.customdefault-logo {
	position: absolute;
	right: 46px;
    top: 76px;
}
.customdefault-logo img {
	margin: 0 !important;
}

/*************************************************************************
 * Misc
 */
.music-controls {
	position: absolute;
	right: 318px; top: 40px;
	z-index: 1000;
}	
.music-controls a {
	display: block;
	width: 22px; height: 10px;
	padding: 2px;
	background: url(../images/sprites.png) 0 -186px;
	text-indent: -9999px;
	outline: none;
}
.music-controls .pause
{
	background-position: 0 -172px;
}

/*************************************************************************
 * Curtains
 */
.blog_curtains>article {
	background-color: #ffffff;
}
.blog_curtains>article#cover {
	background: transparent url(../images/cover-weave.png) 50% 51%;
}
.blog_curtains>article .cover-wrapper,
.blog_curtains>article .bg-wrapper {
	position: absolute;
	left: 50%; top: 0;
	width: 100%; height: auto;
	min-width: 1280px;	
	z-index: -1;
}
.blog_curtains>article#images .cover-wrapper img,
.blog_curtains>article .bg-wrapper img {
	display: block;
	position: absolute;
	top: 0; left: 0;
	margin-left: -50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}
.blog_curtains>article>div {
	width: 820px;
	margin: 0 auto; padding: 85px 80px;
}

/*************************************************************************
 * Curtain Pages
 */
.blog_curtains>article>div>h1 {
	position: absolute; 
	left: 120px; top: 41px;
	margin: 0; padding: 0;
	font: normal 12px/12px "Futura", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
.blog_curtains>article h2 {
	margin: 0 0 20px;
	font: italic normal 42px/1.2em "IMFell", Palatino, "Times New Roman", serif;
	color: #000000;
}
.blog_curtains>article h3 {
	margin: 18px 0 -6px;
	font: italic normal 14px/1.2em "IMFell", Palatino, "Times New Roman", serif;
	text-transform: uppercase;
	color: #525000;
}
.blog_curtains>article p {
	font: normal 14px/1.3em "Futura", Arial, Verdana, sans-serif;
	text-align: justify;
}

#about>div>h1,
#lookbook>div>h1,
#press>div>h1,
#online-shop>div>h1,
#contact-us>div>h1 {
	color: #000000;
}
#about p {
	position: relative;
	width: 475px;
}
#about p img {
	position: absolute;
	right: -340px ; top: -90px;
}
#indigenous-couture>div  {
	width: 340px;
	color: #FFFFFF;
}
#indigenous-couture h2 {
	margin-top: 170px;
	text-align: center;
	color: #FFFFFF;
}
#lookbook p {
	width: 300px;
}
#lookbook h2 {
	color: #666633;
}
#lookbook h3 {
	color: #666666;
}
#press>div {
	width: 620px;
	padding-left: 280px;
}
#press .moduletable>h3 {
	color: #333333;
    font: italic 42px/1.2em "IMFell",Palatino,"Times New Roman",serif;
    margin: 0;
	text-transform: none;
}
#video>div {
}
#video object {
	min-width: 100%;
	width: 100%; 
	height: 100%;
}
#video>div,
#contact-us>div {
	padding-top: 65px;
}
#contact-us p {
	font-size: 13px;
	line-height: 1.25em;
}

/*************************************************************************
 * Lookbook
 */
.lookbook-scroller {
	position: absolute;
	top: 540px;
}
.lookbook-scroller>div {
	position: relative;
	left: -25px;
}
.lookbook-scroller .browse {
	width: 20px; height: 88px;
	background: url(../images/sprites.png) no-repeat;
	float: left;
}
.lookbook-scroller .left {
	display: inline-block;
	margin-right: 10px;
	background-position: 0 -200px;
}
.lookbook-scroller .right {
	display: inline-block;
	margin-left: 10px;
	background-position: -20px -200px;
}
.lookbook-scroller .left.disabled {
	background-position: 0 -286px;
}
.lookbook-scroller .right.disabled {
	background-position: -20px -286px;
}

.lookbook-scroller .scrollable p,
.lookbook-scroller .scrollable img {
	margin: 0; padding: 0;
	width: auto !important;
}
.lookbook-scroller .scrollable {
	float: left;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 100px;
}
.lookbook-scroller .items {
	width: 20000em;
	position: absolute;
}
.lookbook-scroller .items div,
.lookbook-scroller .items a {
	float: left;
}
.lookbook-scroller .items a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.lookbook-scroller .items a.active {
	border: 1px solid #D3D4BF;
}
.lookbook-data {
	width: 300px;
	margin-top: 24px;
	text-align: right;
}
div.lookbook-data header > h3 {
	margin-bottom: 3px;
	color: #666666;
	text-align: right;
}
div.lookbook-data article > p {
	margin-top: 6px;
	font-size: 12px;
	color: #663300;
	text-align: right;
}
.lookbook-data img {
	position: absolute;
	top: 0; right: 5%;
}
.shop-this-look {
	position: absolute;
	right: 40px; top: 39px;

}
.shop-this-look a {
	font: italic 14px/1.2em "IMFell",Palatino,"Times New Roman",serif;
	color: #666633;
	text-transform: uppercase;
}
.shop-this-look a:hover {
	color: #666633;
}
	
/*************************************************************************
 * Video
 */
#video>div,
.video-poster,
.video-container {
	margin: 0; padding: 0;
	position: absolute;
	left: 0; top: 0;
	right: 0; bottom: 0;
	width: 100%; 
	min-height: 100%;
	height: 100%;
}
#video>div {
	background-color: #FFFFFF;
}
.video-container {
	display: none;
}
.video-poster {
	background: #FFFFFF url(../images/video-play.png) 50% 50% no-repeat;
}
.video-poster span {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: 45px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}
.video-poster img {
}

/*************************************************************************
 * Press
 */
.press-list {
	margin-left: -200px;
}
.press-list h3 {
	color: #333333;
    font: italic 42px/1.2em "IMFell",Palatino,"Times New Roman",serif;
    margin: 0 0 20px;
	text-transform: none;
}
.press-list .categories-module {
	display: block;
	margin: 0; padding: 0; 
} 
.press-list .categories-module li {
	display: block;
	margin: 0; padding: 0;
}
.press-list .categories-module li a {
	font: 14px/1.2em "Futura",Arial,Verdana,sans-serif;
	color: #333333;
}
.press-list .categories-module li a.active,
.press-list .categories-module li a:hover {
	color: #666633;
}
.press-view {
    position: absolute;
	bottom: 70px;
    top: 100px;
    width: 620px;
}
.press-view div.press-inner {
	min-height: auto;
	height: auto;
	width: 620px;
	overflow: visible;
}
.press-view>div h1 {
	margin-top: 0;
	margin-bottom: 14px;
	font: italic normal 25px/1.2em "IMFell", Palatino, "Times New Roman", serif;
}
.press-view>div h3 {
	font: normal 12px/1.2em "Futura",Arial,Verdana,sans-serif;
	text-transform: uppercase;
}
div.press-view .items-row {
	padding-top: 0;
}
.press-view img {
	max-width: 600px;
	height: auto;
}
.press-view p {
	color: #555555;
}
.press-view strong,
.press-view b {
	color: #000000;
}

/*************************************************************************
 * Loading Graphics
 */
.loading-gfx {
	position: fixed;
	width: 100%; height: 100%;
	min-height: 100%;
	background: #ffffff url(../images/wait.gif) 50% 51% no-repeat;
	z-index: 999;
}
.blog_curtains {
	display: none;
	z-index: 1;
}
 
 
 /*************************************************************************
 * Categories List page
 */
div.categories-list {
	width: 650px;
	overflow: hidden;
}
ul.categories-list {
	margin: 0; padding: 0;
	list-style: none;
	width: 670px;
}
ul.categories-list li {
	display: inline-block;
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-right: 5px;
}
ul.categories-list .item-title {
	display: none;
}

/*************************************************************************
 * Blog/Search Page
 */ 
 
.blog {}
.blog .items-row {
	margin-bottom: 1em;
	padding-top: 1em;
	overflow: hidden;
}
.item {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.cols-2 .item {
	width: 50%;
}
.cols-2 .column-2 {
	margin-right: 0;
}
.cols-3 .column-3 {
	margin-right: 0;
}
.cols-4 .column-4 {
	margin-right: 0;
}
.search .highlight {
	font-weight: bold;
}
.search-results {
}
 
/*************************************************************************
 * Article Page
 */ 
.item-page .article-info {
	margin-top: -1em;
}	
 
/*************************************************************************
 * Table styling
 */
table.borderless {
	border: none;
}
table.borderless p {
	margin:  0 0 0.5em;
}
table.borderless  th,
table.borderless  td {
	padding: 0 1.5em 0.5em 0;
	vertical-align: top;
	text-align: left;
	border: none;
}
table.borderless  th {
	font-size: inherit;
	font-weight: normal;
	color: #999999;
	text-align: left;
	vertical-align: top;
}
table.infosheet,
table.infosheet2 {
	border: solid 1px #999999;
}
table.infosheet p,
table.infosheet2  p {
	margin: 0.25em 0;
}
table.infosheet h4,
table.infosheet2  h4 {
	margin: 0;
}
table.infosheet td ,
table.infosheet2  td ,
table.infosheet th,
table.infosheet2  th {
	border: none;
}
table.infosheet th,
table.infosheet2  th {
	color: #ffffff;
	background-color: #999999;
}
table.infosheet2 {
	float: left;
	width: 42%;
	margin-right: 1.5em;
}
table.infosheet2 tbody {
}
table.infosheet2 + table.infosheet2 {
	float: none;
}

/*************************************************************************
 * Modules
 */
.module-header h3 {
	line-height: 40px;
	margin: 0;
}

/*************************************************************************
 * Pagination
 */
.pagination {
	margin-top: 20px;
	font-size: 0.85em;
	overflow: hidden;
}
.pg-counter {
	float: left;
	display: inline-block;
	line-height: 18px;
}
.pg-pages {
	float: right;
	margin: 0; padding: 0;
	display: inline-block;
	list-style: none;
}
.pg-pages li {
	float: left;
	padding: 0 6px;
	margin: 0;
	display: inline-block;
	height: 18px;
	color: #999999;
	background-color: #cccccc;
	line-height: 18px;
	list-style: none;
}
.pg-pages li.active {
	padding-left: 0;
	padding-right: 0;
}
.pg-pages li.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
.pg-pages li.pg-page-num {
}
.pg-pages a {
	display: block;
	padding: 0 6px;
	text-decoration: none;
	color: #000000;
	outline: none;
}
.pg-pages a:link,
.pg-pages a:visited {
	background-color: transparent;
}
.pg-pages a:hover,
.pg-pages a:active {
	background-color: #aaaaaa;
}

/*************************************************************************
 * TOC
 */

table.contenttoc{
	float: right;
}

/*************************************************************************
 * Form Elements
 */

.forms .invalid {
	color: #FF0000;
}
.forms {
 	overflow: hidden;
}
.forms div {
	margin: 1em 0;
}
.forms label {
	display: inline-block;
	float: left; margin-right: 1.5em;
}
#emailForm {
	width: 180px;
}
#login label {
	width: 100px;
} 
 
/* http://www.cssnewbie.com/button-height-and-a-broken-box-model/ */
textarea, input[type=text] {
	border: 1px solid #999999;
	padding: 0; margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
} 

button.button,
input.button {
 	display: inline-block;
	padding: 0 4px; margin: 0;
	font-size: 1em;
	line-height: 1.25em !important;
	border: none;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.clearfix {
	float: none;
	clear: both;
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
