/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/

/* ---------- START Basics and Reset ---------- */

*{margin:0; padding:0; outline: none; border: none;}

body {
	margin: 0;
	background: #2c2c2c;
	font-family: 'Helvetica Neue', arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}
	
h1 {font-size: 25px; text-transform: uppercase;}
h2 {font-size: 15pt; text-transform: uppercase;}
h3 {font-size: 10pt; text-transform: uppercase;}
h4 {font-size: 9pt; text-transform: uppercase;}


img { border: none; padding:0; }
img a {border:none;}

img.left { float: left; border: none; padding: 6px 0 0 0; }
img.right { float: right; border: none; padding: 0 0 0 6px; }

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code {
	font-family:"Courier New", Courier, monospace;
	}
a {
	color: white;
	text-decoration:none;
}

a:hover{color: #EBEB10;}

/* ---------- END Basics and Reset ---------- */

/*  ---------- START Temporary / Construction Page Rules ---------- */

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	height: 200px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 400px; 
}
#wrapper {
	position: relative;
	text-align: left;
	width: 400px;
	margin: 0px auto;
}

/*  ---------- END Temporary / Construction Page Rules ---------- */

/*  ---------- START Background Hack & General Layout Rules ---------- */

html, body, #bg, #bg table, #bg td, #container {
height:100%;
overflow:hidden;
width:100%;
}

#bg div {
height:200%;
left:-50%;
position:absolute;
top:-50%;
width:200%;
}

#bg td {
text-align:center;
vertical-align:middle;
}

#bg img {
margin:0 auto;
min-height:50%;
min-width:50%;
}

.header { 
	width: 100%;
	height:38px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 85;
}

.header_static { 
	width: 100%;
	height:200px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 85;
}


#container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 75;
}

#content {
	background: #000;
	position: absolute;
	top: 60px;
	left: 35px;
	width:750px;
}	

.content.category {
	position: relative;  
	margin: 60px 0 0 35px;
	width: 95%;
	overflow: hidden;
}

#press .content.category { /* ---- For Press Page Container ONLY where sidebar exists ---- */
	position: relative;  
	margin: 60px 0 0 35px;
	width: 80%;
	overflow: hidden;
}

#sidebar {
	font-size:12px;
	width: 200px;
	position: absolute;
	top: 65px;
	right: 20px;
	padding: 0;
	z-index: 80;
	list-style-type: none;
	}

/* ---------- END Background Hack & General Layout Rules ---------- */

h1.pagetitle {
	font-size: 40px;
	color: white;
	padding:25px 0 25px 20px;
}

/* ---------- START Store Finder Rules ---------- */

#map {
	position: absolute;
	top: 245px;
	left: 190px;
	width: 830px;
	height: 345px;
	background: url(images/world_map.gif) 0 0 no-repeat;
}
#map .bubbleInfo {
	position: absolute;
	height: 10px;
	width: 10px;
}

#map #la1 { left: 125px; top: 124px;}
#map #la2 { left: 135px; top: 124px;}
#map #nv { left: 132px; top: 107px;}
#map #ny0 { left: 223px; top: 104px;}
#map #ny1 { left: 213px; top: 114px;}
#map #ny2 { left: 223px; top: 114px;}
#map #ny3 { left: 213px; top: 124px;}
#map #ny4 { left: 223px; top: 124px;}
#map #uk0 { left: 399px; top: 82px;} 
#map #fr0 { left: 411px; top: 96px;} 
#map #fr { left: 401px; top: 96px;}
#map #tk { left: 468px; top: 113px;}
#map #ru0 { left: 490px; top: 80px;}
#map #ua0 { left: 530px; top: 160px;} 
#map #ua { left: 530px; top: 150px;}
#map #br1 { left: 300px; top: 247px;}

.trigger {
	position: absolute;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	background: #EBEB10;
	padding: 8px 8px 0 8px;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup h3 {padding-bottom: 8px;}
.popup h3 a { color: black;}
.popup h3 a:hover { color: #CE1B7F;}

#city_info {
	position: absolute;
	top: 60px;
	left: 40px;
	color: #EBEB10;
}

#city_info #retailer_links h2 {
	margin-bottom: 10px;
	font-size: 16px;
}

#city_info #retailer_links h2 a {color: #EBEB10;}
#city_info #retailer_links h2 a:hover {color: white;}

#city_info h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
#city_info h3 {
	text-transform: uppercase;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#city_info h3 { font-family: 'centurygothicbold';}

#city_info p {
	margin: 0 0 15px 0;
}

#city_info p a {
	color: #EBEB10;
}

#city_info p a:hover  {
	color: #CE1B7F;
}

#city_info div { 
/*display: none; /* Hides Store Information Initially, modified by jQuery */
}

/* ---------- END Store Finder Rules ---------- */

/* ---------- START Retailers Rules ---------- */


#retail_swap {
	position: absolute;
	top: 65px;
	left: 35px;
}

#retail_swap h2 {
	float: left;
}

#retail_swap a {
	color: black;
}

#retail_swap a:hover {color: #CE1B7F;}

#region {
	position: absolute;
	top: 100px;
	left: 35px;
}

#region a {
	display: block;
	font-size: 16px;
	color: black;
	cursor: pointer;
	text-transform: uppercase;
}

#region a:hover {
	color: #CE1B7F;
}

#country1, #country2 {
	float: left;
}

#country1 {margin-right: 35px;}

#city {
	position: absolute;
	top: 100px;
	left: 45%;
	color: #EBEB10;
}

#city h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#city div {
  	display: none; /* Hides City Information, modified by jQuery */	
}

#city div {
	color: #EBEB10;
}

/* ---------- END Retailers Rules ---------- */

/* ---------- START jQuery Menu Rules ---------- */

#nav {
	position:absolute;
	top: 40px;
	left: 10px;
	list-style-type:none;
	list-style-position:outside;
	width: 195px;
	padding: 5px 0px 5px 15px;
	background: black;
	color: #EBEB10;
	text-transform: uppercase;
	z-index: 300;
}

#nav.films {
margin-top:30px;
	float: right;
	
	position: static;
	color: #fff;
	text-align: left;
	
	
}

#nav.films a {
display:block;
text-transform: none;
padding:2px;
	color: #fff;
}


#nav.films a:hover {
	background: #ebeb10;
}

#nav ul{

	margin:0;
	list-style-type:none;
	list-style-position:outside;

	color: #EBEB10;
	line-height:1.5em; 
	text-transform: uppercase;

	display:none;
}

#nav a{
z-index: 300;
	display:block;
	width: 100%;
	color:#ebeb10;
	text-decoration:none;
}

#nav a:hover{
	color:white;
}

#nav li{
	float:left;
	position:relative;
}

#nav li ul a{
	width:195px;
	height:auto;
	float:left;
}

#nav li ul a:hover {
color: white;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0px 0px 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* ---------- END jQuery Menu Rules ---------- */

/* ---------- START Left Side Rules ---------- */
	
#left_side {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 38%; /* Important to maintain porportion to #title */
	overflow: hidden;
}

#left_side.contact {
	position: absolute;
	left: 35px;
	top: 210px;
	height: 100%;
	width: 38%;
}

#left_side.contact h1 {
	font-size: 62px;
}

#left_side_philanthropy{
float:left;
padding-top:100px;
	width:520px;
	min-width:520px;
	background-color:#000;
	height: 100%;
	overflow:hidden;
}

#left_side.boutique {
	position: absolute;
	left: 35px;
	top: 60px;
	height: auto;
	min-height: 550px;
	width: 38%; /* Important to maintain porportion to #title */
	overflow: hidden;
}

#left_side.boutique h1 {
	margin: 55px 0 0 0;
}

#left_side span.century_bold {
	font-size: 25px;
	text-transform: uppercase;
}

#left_side.boutique ul {
	padding-top: 15px;
}

#left_side.boutique h3 a {
	color: black;
	margin-bottom: 10px;
	font-size: 25px;
}

#left_side.boutique h3 a:hover {
	color: white;
}

#left_side.boutique p {
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 1.3em;
}

#left_side.boutique p a { color: black; }
#left_side.boutique p a:hover { color: #CE1B7F; }

#store_links {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}

body #left_side #store_links span.century_bold a {font-size: 18px;}
body #left_side #store_links span.century_bold a:hover { color: white; }

#left_side img.bg {
	float: left;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

#left_side #title h1 {
	font-family: 'centurygothic';
	text-transform: uppercase;
	color: #EBEB10;
	font-size: 55px;
	font-weight: normal;
	margin-bottom: 20px;
}

#runway_title h1 {
	font-family: 'centurygothic';
	text-transform: uppercase;
	font-size: 55px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.6em;
}

/* ---------- END Left Side Rules ---------- */

/* ---------- START Right Side Rules ---------- */

#right_side {
	position: absolute;
	left:39%;
	top: 0;
	height: 100%;
	width: 61%;
	min-width: 550px; /* Important to maintain porportion of static page */
}

#right_side h3 {
	font-family: 'centurygothic';
	line-height: 1.3em;
}

#right_side_philanthropy h4{
color:#EBEB10;
	font-family: 'centurygothic';
	font-size:16px;
	line-height: 1.3em;
}



#right_side h3 span {
	font-family: 'centurygothic';
}	

#left_side #title, #runway_title {
	position: absolute;
	top: 25%;
	left: 10%;
	width: 450px;
	z-index: 100;
}

#right_side.video {
	position: absolute;
	left:54%;
	top: 0;
	height: 100%;
	width: 46%;
	min-width: 0;
}

#right_side.contact {
	position: absolute;
 	left: 38%;
	top: 0;
	height: 100%;
	width: 62%;
	min-width: 0;
}

#right_side_philanthropy {

float:right;
width:40%;
min-width:400px;
padding-right:50px;
font-size:11px;

padding-top:115px;
	background-color:#000;
	color:#ebeb10;
 	
 	
	
	
}

#right_side_philanthropy li{
list-style:none;
font-size:12px;
font-weight:bold;
}

#right_side_philanthropy a{
	color:#ebeb10;
	font-weight:normal;
}

#right_side_philanthropy a:hover{
	color:#FFF;
	
}

#right_side_philanthropy p{
margin-bottom:10px;
}


#right_side.contact .post h1 {
	font-size: 25px;
}


.col1 {
	padding: 0 0 0 35px;
}

.col1, .col2 {
	float: left;
	width: 300px;
	color: #EBEB10;
}

#right_side.contact .post {
	position: absolute;
	text-align: left;
	left: 15px;
	top: 55px;
}

#right_side.contact .post .entry {
	min-width: 635px;
	width: 600px;
}

#right_side.contact .post h1 {
	margin-bottom: 15px;
}

#right_side.contact .post strong {
	line-height: 1em;
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
}

#right_side.contact .post h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

#right_side.contact .post p {
	line-height: 1.8em;
}

#right_side.contact .post a {
	color: #ebeb10;
	text-transform: lowercase;
}

#right_side.contact .post a:hover {
	color: #CE1B7F;
}

#right_side .post {
	position: absolute;
	top: 40%;
}

#right_side .post.video {
	background-color: transparent;
	position: absolute;
	top: 50%;
 	right: 5%;
	margin-top: -206px;
	text-align: center;
}

#right_side #post-94 {
	background: black;
}

#right_side .post.video .entry {
	text-align: right;
}

#right_side .post.video h3, #right_side .post.video h3 span {
	font-family: 'centurygothic';
	padding-left: 5px;
}

#right_side.cm_woman .post {
	position: absolute;
	top: 50%;
	left: 50px;
}

#right_side .post h1 {
	color: #EBEB10;
	font-family: 'centurygothic';
	text-transform: uppercase;
	font-size: 45px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#right_side .post h3 {
	color: #EBEB10;
	font-size: 16px;
	margin: 0 0 15px 0;
}

/* ---------- END Right Side Rules ---------- */

/* ---------- START Category Page Rules ---------- */

#category_title {
	float: left;
	width: 225px;
	height: 360px;
	margin: 0 20px 20px 0;
	text-indent: -9999px;
}

#drivedesire #category_title {background: #EBEB10 url('images/category_title/drivedesire.gif') 0 0 no-repeat;}
#inspire #category_title {background: #EBEB10 url('images/category_title/inspire.gif') 0 0 no-repeat;}
#regard #category_title {background: #EBEB10 url('images/category_title/regard.gif') 0 0 no-repeat;}
#women #category_title {background: #EBEB10 url('images/category_title/women.gif') 0 0 no-repeat;}
#curiosity #category_title {background: #EBEB10 url('images/category_title/curiosity.gif') 0 0 no-repeat;}
#dreamteam #category_title {background: #EBEB10 url('images/category_title/dreamteam.gif') 0 0 no-repeat;}
#dressingroom #category_title {background: #EBEB10 url('images/category_title/dressingroom.gif') 0 0 no-repeat;}
#events #category_title {background: #EBEB10 url('images/category_title/events.gif') 0 0 no-repeat;}
#rumors #category_title {background: #EBEB10 url('images/category_title/rumors.gif') 0 0 no-repeat;}
#boutiquewindows #category_title {background: #EBEB10 url('images/category_title/boutiquewindows.gif') 0 0 no-repeat;}
#news #category_title {background: #000 url('images/category_title/news.gif') 0 0 no-repeat;}
#press #category_title {background: #EBEB10 url('images/category_title/press.gif') 0 0 no-repeat;}

.content.category .post {
	cursor: pointer;
	float: left;
	width: 225px;
	height: 360px;
	margin: 0 20px 20px 0;
	background: #000;
	border: 1px solid black;
	color: white;
	overflow: hidden;
	z-index:4;
	
}

.blackwrap {
width:100%;
min-width:1000px;
height:100%;
background-color:#000;
	
}






.bannerwrap{
clear:both;
background-image: url('images/blog_yellow.png');
	padding:3px;
	width: 219px;
	height: 32px;
	font-size:10px;
	z-index:99;
	position:absolute;
	margin-top:322px;
	

	font-weight:bold;
	color:#000;
	
		
	
	
	
}

.bannerdatetitle{
	padding:0px;
	margin:0px;
	width: 225px;
	height:12px;
}

.bannerdate{
	padding:0px;
	margin:0px;
	width:60px;
	float:left;
}

.bannertitle{
	padding:0px;
	margin-right:6px;
	text-align:right;
	float:right;
}

.bannerexcerpt{
	font-weight:normal;
	padding:0px;
	margin:0px;
	width: 225px;
	height:20px;
	line-height:10px;
	font-size:9px;
	clear:both;
	float:left;
	overflow:hidden;
}



#news .content.category .post { background: #ebeb10; }

.content.category .post h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	margin: 67px 0 0 0;
	padding: 0 15px;
}

#news .content.category .post h1 {
	margin: 0 0 10px 0;
}

#news .content.category .post h1.date { margin: 67px 0 10px 0; }

.content.category .post h1 a {
	color: #EBEB10;
}

#news .content.category .post h1 a { color: black; }

.content.category .post h1 a:hover { color: white; }

#news .content.category .post h1 a:hover { color: #CE1B7F; } 

.socialnetwork{
margin-top:300px;

width:160px;
height:100px;

}

.snimage1{
margin-bottom:10px;

}

.snimage2{
margin-left:3px;

}

.snimage3{
margin-left:3px;
padding-bottom:3px;

}

.content.category .post p {
	font-weight: lighter;
	font-size: 11px;
	line-height: 1.6em;
	width: 138px;
	padding: 0 15px;
}

#content .post {
	color: #FFF;
	width: 310px;
	padding: 25px 0 25px 20px;
	line-height: 14pt;
}

#container #content.archive .post {
	padding: 0 0 25px 20px;
}

#content .post h1 {
	text-transform: uppercase;
	color: #EBEB10;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 1.2em;
}

#content .post h1 a {color: #EBEB10;}
#content .post h1 a:hover { color: white;}
	
#content .post h2{
	font-size: 16px;	
	font-weight: normal;
	margin-bottom: 25px;	
	}
	
#content .entry {
	letter-spacing: .03em;
	line-height: 1.6em;
}

.entry p {
	margin-bottom: 1.6em;
}

.category_link {
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bolder;
	text-transform: uppercase;
	padding-right: 25px;
	color: #EBEB10;
	margin-bottom: 15px;
}

.category_link a {
	color: #EBEB10;
}

.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post_navigation {
	width: 35px;
	height: 25px;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 25px;
	margin: 0 0 20px 0;
}

.next_post a {
	float: left;
	display: block;
	width: 13px;
	height: 25px;
	margin-right: 8px;
	background: url('images/left_arrow.gif') 0 0 no-repeat;
}

.previous_post a {
	float: left;
	display: block;
	width: 13px;
	height: 25px;
	background: url('images/right_arrow.gif') 0 0 no-repeat;
}

.navigation {
	width: 35px;
	height: 25px;
	float: left;
	margin: 250px 0 0 10px;
}

#older_entries, #newer_entries {
	width: 13px;
	float: left;
	
}

#newer_entries {margin-right: 5px;}

#older_entries a {
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 25px;
	background: url('images/right_arrow.gif') 0 0 no-repeat;
}

#newer_entries a {
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 25px;
	background: url('images/left_arrow.gif') 0 0 no-repeat;
}

#newer_entries a:hover, #older_entries a:hover { }

/* ---------- START Category Page Rules ---------- */
	
/* ---------- START Sidebar (Press only) Rules ---------- */
	
#sidebar h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
	color: white;
	padding: 0 0 0 0;
	
}

#sidebar li {
	padding: 20px 0 0 20px;
}

#sidebar ul {
	margin: 10px 0 30px 0;
	padding: 0 0 0 25px;
	}

#sidebar ul li {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.6em;
	list-style-type: none;
	}

#sidebar li ul {
	margin: 5px 0;
	padding: 0 0 0 20px;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* ---------- END Sidebar (Press only) Rules ---------- */

/* ---------- START WP Native Rules ---------- */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption { }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* ---------- END WP Native Rules ---------- */

/* ---------- START Footer Rules ---------- */

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding: 0 0 12px 0;
	}

#footer h2 {
	display: inline;
	margin: 0;
	color: white;

}	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: white;text-decoration: none;}
#footer a:hover{color: #EBEB10;}

#footer ul {
	padding: 0 20px 0 10px;
	text-transform: uppercase;
	display: inline;
	list-style: none;
}
#footer ul li {
	list-style: none;
	display: inline;
}

/* ---------- END Footer Rules ---------- */