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

body {
	background-color: #fff;
	font-family: "garamond-premier-pro-display", Garamond, Helvetica;
	}


/*links*/  

a {
	text-decoration:  underline;
	}

a:link {
	color: #A9822D;
	}
	
a:visited {
	color: #A9822D;
	}


a:hover {
	color: #000;
	}
	
	
	
/*menu*/
	
	
.menu a {
	text-decoration:  none;
	font-size: 20px;
	}

.menu a:link {
	color: #A9822D;
	}
	
.menu a:visited {
	color: #A9822D;
	}

.menu a:hover {
	color: #000;
	}
	
.menu ul {
	list-style: none;
	text-align: center;
		padding: 0px;
	}
	
.menu li {
	list-style: none;
	display: inline;
	padding: 10px;
	}


	
/*header*/

h1 {
	color: #000;
	font-family: "garamond-premier-pro-display", Helvetica;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin-bottom: 0px;
	font-size:134px;
	}
	
h2 {
	color: #000;
	font-family: "garamond-premier-pro-display", Helvetica;
	margin-top: 70px;
	text-align: left;
	margin-bottom: 0px;
	font-size:34px;
	}
	
.lookbook {
	text-align: center;
	color: #000;
	margin-top: 70px;
	margin-bottom: 0px;
	font-size:34px;
	line-height: 34px;
	
}

/*copy*/

p {
	color: #000000;
	font-family: "garamond-premier-pro-display", garamond;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	font-size:15px;
	}
	
p.about  {
	color: #000000;
	font-family: "garamond-premier-pro-display", garamond;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	font-size:20px;
	}
	
/*div tags*/
	
.header {
	width:840px;

	}

#navbar {
	width:840px;
	padding-bottom: 50px;
	}
	


.menu {
	width:840px;
	float:right;
	}

.content {
	width:840px;
	margin-top:70px;
	padding-bottom: 70px;

	}

#sitecontainer {
	width: 840px;
	background-color: #fff;
	margin: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	}

.break {
	clear: both;
	}
	
#line {
	width: 840px;
	}
	
.actualline {
	float:left;
	width:250px;
	border-bottom: 1px solid #000;
	}
	
.negativespace {
	float:right:
	width:590px;
	}
	

.footer p {

	}

form {
	padding-top: 10px;
	margin-top: 10px;
	background-color: #fff;
	border: 0px solid #000;
	}

img {
	border-style: none;
	}
	
/*MailChimp*/

#mc_embed_signup {
	background:#fff;
	clear:left;
	font:16px "garamond-premier-pro-display", Garamond,Helvetica,Arial,sans-serif;
	padding: 0px;
	}	

#mce-EMAIL {
	font:16px "garamond-premier-pro-display", Garamond,Helvetica,Arial,sans-serif;
	}

#mc-embedded-subscribe {
	font:16px "garamond-premier-pro-display", Garamond,Helvetica,Arial,sans-serif; 
	color: #fff;
	}
	
.button {
	background-color: #000;
	border: none;
	margin-top:7px;
	}

.button:hover {
	background-color: #A9822D;
	border: none;
	cursor: pointer;
	}

.button {
	color: #fff;
	}

.email {
	border: 1px solid #000;
	margin-top:7px;
	}


.contact p {
	text-align: left;
	font-size: 14px;
	margin-top:20px;
	}


.brandsleft {
	float: left;
	width:420px;
	}
	
.brandsright {
	float: right;
	width:420px;
	}









