@charset "UTF-8";
/* CSS Document */


a img {
border:none;
}

* {
    margin: 0;
    padding: 0;
}

body {
	background-color:#aec1e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background-attachment: fixed;
}


/* background stuff */
/*
html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}


#bg {
    position: fixed;
}

#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%;
}
*/
/* end of background stuff */




/* start of dw contatiner */

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}

.twoColFixLt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 30px 0px 0px 60px; /* the auto margins (in conjunction with a width) center the page */ /*was 80 0 0 100*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #container-lookbook { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 30px 0px 0px 60px; /* the auto margins (in conjunction with a width) center the page */ /*was 80 0 0 100*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #container-looks { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 30px 0px 0px 60px; /* the auto margins (in conjunction with a width) center the page */ /*was 80 0 0 100*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0px 0px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainText {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 79px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainStory {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 74px 0px 0px 0px; /* was padding: 53px 0px 0px 0px; */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainStory2 {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 77px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #lookbook {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 79px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end of dw contatiner */



/* ------------NAVIGATION-------------------*/


#nav_box {
	width: 200px;
	margin:0px;
	padding:0px;
}

#nav_box a img {
	border:none;
}

#nav_menu {
	margin:0;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
}

#nav_menu ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#nav_menu li {
	padding-left:0px;
	padding-bottom:7px;
	margin-left:0px;
}

/*
grey = #60686b 
peach = #f6d8be
*/

#nav_menu a {
	color:#FFF;
	padding:5px 0px 4px 0px;
	text-decoration:none;
}

#nav_menu a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}

.selected {
	background-color:#000;
	padding:5px 0px 4px 0px;
	color:#FFFFFF;
	text-decoration:underline;
}


.selected-A {
	text-decoration:underline;
}

/*
.selected_sub {
	padding:5px 0px 4px 0px;
	color:#FFFFFF;
	text-decoration:underline;
}

.selected_sub a:hover {
	background-color:#FFF;
	padding:5px 0px 4px 0px;
	color:#000;
	text-decoration:underline;
}


.sub_selected {
	background-color:#000;
	padding:5px 0px 4px 0px;
	color:#FFF;
	text-decoration:underline;
}

*/

.sub_link a {
	padding:5px 0px 4px 0px;
	margin-left:0px;
}

.sub_link a:hover {
	background-color:#000;
	padding:5px 0px 4px 0px;
	margin-left:0px;
	color:#FFF;
	text-decoration:underline;
}



/* ------------END OF NAVIGATION-------------------*/

h1 {
	font-weight:bold;
	font-size:20px;
}

h2 {
	font-weight:bold;
	font-size:16px;
}

h3 {
	font-weight:normal;
	font-size:16px;
}

h4 {
	font-weight:bold;
	font-size:14px
}

h5 {
	font-weight:normal;
	font-size:14px;
}

h6 {
	font-weight:bold;
	font-size:12px
}
	

#mainContent {
	position:relative;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}


#mainContent p {

	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:14px;
	line-height:15px;
	font-size:12px;
	width:450px;
}



.main_content a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#fff1de;
	padding:1px 0px 3px 0px;
	text-decoration:none;
}


.main_content a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}





/* -------------------------------*/

.mainText {
	margin: 0 0 0 230px;
	padding: 50px 0px 0px 0px;
} 
	

.mainText {
	position:relative;
		color:#2e2a25;

}

.mainText h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
}


.mainText h1 {
	font-size:11px;
	font-weight:normal;
	color:#2e2a25;
	text-transform:uppercase;
	letter-spacing:5px;
	text-decoration:underline;
}

.mainText h2 {
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:5px;
	text-decoration:underline;
}


.mainText p {

	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:14px;
	line-height:17px;
	font-size:12px;
	width:410px;
}



.mainText a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	font-weight:normal;
	color:#2e2a25;
	padding:1px 0px 3px 0px;
	text-decoration:underline;
	text-transform:none;
	letter-spacing:1px;
	font-style:italic;
}


.mainText a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}


/* -------------------------------*/

#mainTextAlt h1, h2, h3, h4, h5, h6, p, a {
	color:#000;
}

#bio-text h1, h2, h3, h4, h5, h6, p, a {
	color:#000;
}

#bio-text {
	width:350px;
}

#bio-text h2 {
	color:#000;
}

#bio-text p {
	width:auto;
}





#contacts {
	font:Arial, Helvetica, sans-serif;
}

#contacts h1, h2, h3, h4, h5, h6, a, p, {
	font:Arial, Helvetica, sans-serif;
	color:#000;
}

#contacts h2 {
	padding-bottom:2px;
	color:#000;
}

#contacts p {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	color:#000;
}

#contacts a {
	color:#000;
	background-color:#FFF;
	text-decoration:underline;
}

#contacts a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:underline;
}

/*
.contacts a {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16px;
}


.contact p {
		font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
}
*/



/* ------------SS11 COLLECTION BACKGROUNDS-------------------*/

#picture
{
	width:50%;
	height:40%;
	background-color:#777;
	position:fixed;
	top:60%;
	left:5%;
	cursor:pointer;
	opacity:0;
	filter: alpha(opacity=0);
}

#press-hotspot
{
	width:50%;
	height:40%;
	background-color:#0F6;
	position:fixed;
	top:60%;
	left:5%;
	cursor:pointer;
	opacity:0;
	filter: alpha(opacity=0);
}

.home-bg {
	background-image:url(../images/bg-1650x1240.jpg);
	background-repeat:no-repeat;
	background-position:25% 0% ;
										background-color:#323232;
	width:1650px;
	height:1240px;
	overflow:hidden;
}

.home-SS11-bg {
	background-image: url(../images/ss2011/clare-lopeman-ss2011-bg-hotel-case-bed.jpg);
	background-repeat: no-repeat;
	background-position: 60% 20%;
	width: 1920px;
	height: 1200px;
	overflow: hidden;
}

.lookbook-SS11-bg {
	background-image:url(../images/ss2011/clare-lopeman-ss2011-bg-hotel-tape-pics.jpg);
	background-repeat:no-repeat;
	background-position:50% 70% ;
	width:1920px;
	height:1200px;
	overflow:hidden;
}

.looks-SS11-bg {
	background-image:url(../images/ss2011/clare-lopeman-ss2011-bg-hotel-tape-pics.jpg);
	background-repeat:no-repeat;
	background-position:50% 70% ;
	width:1600px;
	height:1000px;
	overflow:hidden;
}

.press-SS11-bg {
	background-image:url(../images/ss2011/clare-lopeman-ss2011-bg-press-1.jpg);
	background-repeat:no-repeat;
	background-position:70% 70% ;
	width:1920px;
	height:1200px;
	overflow:hidden;
}





/* ------------SS11 SITE-WIDE BACKGROUNDS-------------------*/


.stockists-bg {
	background-image:url(../images/ss2011/clare-lopeman-ss2011-bg-home.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 40% ;
	width:1920px;
	height:1200px;
	overflow:hidden;
}

.bio-bg {
	background-image:url(../images/ss2011/clare-lopeman-ss2011-bg-pool-2.jpg);
	background-repeat:no-repeat;
	background-position:28% 25% ;
	background-attachment:fixed;
	width:1920px;
	height:1200px;
	overflow:hidden;
}

.contacts-bg {
	background-image:url(../images/ss2011/clare-lopeman-ss2011-bg-druzhba.jpg);
	background-repeat:no-repeat;
	background-position:70% 10% ;
	background-attachment:fixed;
	width:1920px;
	height:1200px;
	overflow:hidden;

}

.press-bg {
	background-image:url(../images/bg2.1-2250x1240.jpg);
	background-repeat:no-repeat;
	background-position:20% 30%;
	/*
	width:2250px;
	height:1240px;
	overflow:hidden;
	*/
}






/* ------------AW2010 COLLECTION STYLES-------------------*/



#mainStory {
	position:relative;
	width:670px;
}

#mainStory p {
	font-size:10px;
	padding-top:5px;
	padding-bottom:0px;
/*	width:330px; */
	width:310px;
	color:#2e2a25;
	line-height:11px;
}

#mainStory h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:3px;
/*	width:330px; */
	width:310px;
	color:#2e2a25;
	padding:0px 0px 5px 0px;
}

#mainStory h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
		text-transform:none;
		letter-spacing:normal;
/*	width:330px; */
	width:310px;
	color:#2e2a25;
	padding:0px 0px 5px 0px;
}

#mainStory a {
	font-style:italic;
	color:#444;
	letter-spacing:1px;
	line-height:12px;
}

#mainStory a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}

#mainStory img a:hover {
	text-decoration:none;
	padding:0px;
}

#mainStory2 {
	position:relative;
	width:2500px;
	padding-right:400px;
}

/*
.lookbook img {
	float:left;
	display:inline;
	margin-left:50px;
}
*/

.story img {
	display:inline;
	padding-left:50px;
}



#lookbook p {
	font-size:10px;
	padding-top:5px;
	padding-bottom:0px;
	width:300px;
	color:#2e2a25;
	line-height:11px;
}

#lookbook h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	width:330px;
	color:#2e2a25;
	padding-bottom:5px;
	line-height:12px;
	text-transform:uppercase;
	letter-spacing:3px;
	text-decoration:underline;
}

#lookbook img {
	padding:5px 0px 3px 0px;
}


#lookbook a {
	font-style:italic;
	color:#444;
	text-decoration:none;
	padding:3px 0px 1px 0px;
	letter-spacing:1px;
		background-color: #FFF;

}

#lookbook a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:none;
	padding: 3px 0px 1px 0px;
}


/* dialogs */

   #overlay 
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #333;
        z-index: 40;
    }
    
    #dialog 
    {
        position: absolute;
        z-index: 50;
    }
    
    #dialog .dialogInner 
    {
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000000;
        padding: 3px 3px 3px 3px;
    }
    
    #dialog .dialog_delete 
    {
        position: absolute;
        z-index: 51;
        width: 34px;
        height: 34px;
        top: 16px;
        right: 16px;
        background-image: url(../images/close-icon.png);
        background-repeat: no-repeat;
        cursor: pointer;
        filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;

    }

    #dialog .loader 
    {
        padding: 20px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ------------SS2011 PRESS RELEASE STYLES-------------------*/

.SS11press {
	margin: 0px;
	padding: 0px;
} 

.SS11press {
	position:relative;
	color:#2e2a25;
}

.SS11press h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	color:#2e2a25;
}

.SS11press h1 {
	font-size:11px;
	font-weight:normal;
	color:#2e2a25;
	text-transform:uppercase;
	letter-spacing:5px;
	text-decoration:underline;
}

.SS11press h2 {
	font-size:11px;
	font-weight:normal;
	color:#2e2a25;
	text-transform:uppercase;
	letter-spacing:5px;
	text-decoration:underline;
}

.SS11press p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:14px;
	line-height:17px;
	font-size:12px;
	width:410px;
	color:#2e2a25;
}

.SS11press a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	font-weight:normal;
	color:#2e2a25;
	padding:1px 0px 3px 0px;
	text-decoration:underline;
	text-transform:none;
	letter-spacing:1px;
	font-style:italic;
}

.SS11press a:hover {
	background-color: #000;
	color: #EEE;
	text-decoration:underline;
}

/* ------------END OF SS2011 PRESS RELEASE STYLES-------------------*/