/* @override 
	http://localhost/stylesheets/screen.css
	http://garrettmurray.dnsalias.org/stylesheets/screen.css
*/

/*
	under.ligne
	DOO.RI
	
	designed by emeht agency <thememagazine.com>
	developed by garrett murray <garrettmurray.net>
*/

/* @group layout */

body {
	background-color: #e6e6e6;
	margin: 0;
	padding: 0;
	color: #2e2d2d;
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, Sans-serif;
}

#box {
	width: 1000px;
	margin: 0 auto;
}

#wrapper {
	width: 1000px;
	background-color: #f4f4f4;
	border: 1px solid #d0d0d0;
	border-width: 0 1px;
	float: left;
	clear: both;
}

#header {
	float: right;
	padding: 26px 71px 60px 0;
}

#content {
	float: left;
	clear: both;
	padding: 0 0 60px 0;
	position: relative;
}

#navigation {
	float: left;
	width: 118px;
}

#imagery {
	float: left;
	width: 882px;
	position: relative;
}

/* @end */

/* @group links */

a, a:visited {
	color: #2e2d2d;
}

a.active, a.active:visited {
	color: #c2c1c1;
}

a:hover, #nav a:active {
	color: #000;
	background-color: #fff;
}

/* @end */

/* @group logos */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-indent: -10000px;
}

h1 a, h2 a, h3 a {
	display: block;
	width: 100%;
	height: 100%;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active {
	background-color: transparent;
}

h1.logo {
	margin: 0 0 20px 21px;
	width: 132px;
	height: 30px;
	background: url(../images/bg_logo_underligne.png) no-repeat 0 0;
}

h2.company {
	width: 178px;
	height: 33px;
	background: url(../images/bg_logo_doori.png) no-repeat 0 0;
}

/* @end */

/* @group navigation */

#nav {
	list-style: none;
	margin: 426px 0 0 10px;
	padding: 0 0 200px 0;
	z-index: 800;
	position: relative;
}

#nav, #options, .more, .press_clip_right .go_home, .next_prev {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: bold 10px/18px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Sans-serif;
}

#n_collections, #n_collaboration, #n_press,
#n_contact, #n_stockists, #n_shop {
	display: block;
	clear: both;
	background: url(../images/nav/collections.png) no-repeat 0 0;
	width: 110px;
	height: 17px;
	text-indent: -10000px;
	margin-top: 4px;
}

#n_collaboration { background-image: url(../images/nav/collaboration.png); }
#n_press { background-image: url(../images/nav/press.png); }
#n_contact { background-image: url(../images/nav/contact.png); }
#n_stockists { background-image: url(../images/nav/stockists.png); }
#n_shop { background-image: url(../images/nav/shop.png); }

#n_collections.active { background-image: url(../images/nav/collections_on.png); }
#n_collaboration.active { background-image: url(../images/nav/collaboration_on.png); }
#n_press.active { background-image: url(../images/nav/press_on.png); }
#n_contact.active { background-image: url(../images/nav/contact_on.png); }
#n_stockists.active { background-image: url(../images/nav/stockists_on.png); }
#n_shop.active { background-image: url(../images/nav/shop_on.png); }

/* @end */

/* @group homepage */

#focus_item img, .collection_item .image {
	margin-left: 50px;
	padding: 17px;
	background: url(../images/bg_trans_white.png) repeat 0 0;
}

#focus_item img {
	margin-left: 75px;
	margin-top: 0px;
}

/* @end */

/* @group floating subhead */

#subhead {
	position: absolute;
	width: 139px;
	z-index: 20;
	height: 300px;
	top: 20px;
}

#subhead .white_menu {
	margin: -10px 0 0 11px;
}

#subhead .white_menu select {
	border: 1px solid #fff;
	font: 10px/16px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, Sans-serif;
	color: #5d5d5d;
	background: rgba(255,255,255,0.5) url(../images/bg_menu_arrow.png) no-repeat right center;
	-webkit-appearance: none;
	width: 132px;
	padding: 2px 6px;
	letter-spacing: 0.1em;
}

/* @end */

/* @group collections */

#collections {
	width: 860px;
	/*background: url(../images/bg_trans_white.png) repeat 0 0;*/
	float: left;
	margin: 0 0 0 -105px;
	padding: 0 0 90px 0px;
	/*background-color: rgba(255,224,224,0.36);*/
}

h3.collections {
	margin: 0 0 20px 11px;
	width: 139px;
	height: 16px;
	background: url(../images/bg_collections_header.png) no-repeat 0 0;
}

.collection_item {
	letter-spacing: 0.1em;
	float: left;
	width: 860px;
	margin: 0px 27px 20px 0;
}

.collection_item span {
	display: block;
	padding: 0 0 2px 0;
	float: left;
}

.collection_item span.description {
	font-size: 11px;
	width: 180px;
	padding-top: 220px;
}

.collection_item .image {
	margin: 0;
	padding: 17px;
	background: url(../images/bg_trans_white.png) repeat 0 0;
}

/* @end */

/* @group prev/next buttons */

#prev_collect, #next_collect {
	font-size: 14px;
	position: absolute;
	top: 300px;
	z-index: 120;
}

#prev_collect {
	left: 180px;
}

#next_collect {
	left: 713px;
}

#prev_collect a, #next_collect a {
	background: url(../images/bg_transgray.png) repeat 0 0;
	display: block;
	height: 100%;
	padding: 4px 6px 4px 6px;
}

#prev_collect a:hover, #next_collect a:hover {
	background: #fff;
	color: #000;
}

/* @end */

/* @group collaborations */

#collaborations {
	width: 660px;
	background: url(../images/bg_trans_white.png) repeat 0 0;
	float: left;
	margin: 0 0 0 10px;
	padding: 60px 0 90px 80px;
}

h3.collaboration {
	margin: 0 0 20px 11px;
	width: 139px;
	height: 16px;
	background: url(../images/bg_collab_header.png) no-repeat 0 0;
}

.collab_item {
	letter-spacing: 0.1em;
	float: left;
	width: 175px;
	margin: 20px 27px 20px 0;
}

.collab_item span {
	display: block;
	padding: 0 0 2px 0;
}

.collab_item span.name {
	font-size: 12px;
}

.collab_item .preview_image {
	margin-top: 2px;
}

/* @end */

/* @group press */

#press {
	width: 660px;
	background: url(../images/bg_trans_white.png) repeat 0 0;
	float: left;
	margin: 0 0 0 10px;
	padding: 60px 0 90px 80px;
}

h3.press {
	margin: 0 0 20px 11px;
	width: 139px;
	height: 16px;
	background: url(../images/bg_press_header.png) no-repeat 0 0;
}

.press_item {
	letter-spacing: 0.1em;
	float: left;
	width: 89px;
	margin: 20px 33px 20px 0;
}

.press_item.last {
	clear: left;
}

.press_item span {
	display: block;
	padding: 2px 0 0 0;
}

.press_item .preview_image {
	margin-bottom: 2px;
}

.press_item span.name {
	font-size: 12px;
}

.press_clip .name {
	font-size: 16px;
	letter-spacing: 0.1em;
}

#clip_details {
	clear: both;
	float: left;
	margin: 20px 0 0 0;
}

.press_clip_left, .press_clip_right {
	float: left;
	width: 404px;
}

.press_clip_right {
	width: 129px;
	margin: 5px 0 0 46px;
}

.press_clip_right .go_home {
	display: block;
	margin-top: 35px;
}

.press_clip_left .image_pagination {
	float: right;
	margin: -16px 0 0 0;
}

.press_clip_left .hide_press_img {
	margin-top: 4px;
}

.next_prev {
	float: right;
	margin: -30px 30px 0 0;
}

/* @end */

/* @group contact */

#contacts {
	width: 660px;
	background: url(../images/bg_trans_white.png) repeat 0 0;
	float: left;
	margin: 0 0 0 10px;
	padding: 60px 0 90px 80px;
	letter-spacing: 0.1em;
}

h3.contacts {
	margin: 0 0 20px 11px;
	width: 139px;
	height: 16px;
	background: url(../images/bg_contact_header.png) no-repeat 0 0;
}

#contact_photo {
	float: right;
	margin: 0 80px 0 0;
}

#contacts p b {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px 0;
	display: block;
}

#contacts p {
	margin: 20px 0 20px 0;
}

/* @end */

/* @group stockists */

#stockistslist {
	width: 660px;
	background: url(../images/bg_trans_white.png) repeat 0 0;
	float: left;
	margin: 0 0 0 10px;
	padding: 60px 0 90px 80px;
	letter-spacing: 0.1em;
}

h3.stockists {
	margin: 0 0 20px 11px;
	width: 139px;
	height: 16px;
	background: url(../images/bg_stockists_header.png) no-repeat 0 0;
}

.col_one, .col_two, .col_three {
	float: left;
	width: 180px;
}

.col_two, .col_three {
	margin-left: 50px;
}

#stockistslist h4, #stockistslist h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#stockistslist h4 {
	font-size: 14px;
	margin-bottom: 20px;
}

#stockistslist h5 {
	font-size: 12px;
	margin-bottom: -8px;
	margin-top: 20px;
}

/* @end */




