/*
Theme Name: Mariko Reed Architectural Photography
Theme URI: http://marikoreed.com/
Description: A custom theme built with love for Mariko Reed by <a href="http://boondesign.com/">Boon Design</a> and <a href="http://futurepruf.com/">futurepr&uuml;f.com</a>
Author: futurepr&uuml;f
Author URI: http://futurepruf.com/
Version: 1.1
Tags:
*/

/* Resets */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.25;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* THEME */

/*
@font-face {
	font-family: 'QuicksandBook';
	src: url('fonts/Quicksand_Book-webfont.eot');
	src: url('fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Quicksand_Book-webfont.woff') format('woff'),
	     url('fonts/Quicksand_Book-webfont.ttf') format('truetype'),
	     url('fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBold';
	src: url('fonts/Quicksand_Bold-webfont.eot');
	src: url('fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Quicksand_Bold-webfont.woff') format('woff'),
	     url('fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
	     url('fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'BrownStd-Regular';
	src: url('fonts/BrownStd-Regular.eot');
	src: url('fonts/BrownStd-Regular.woff') format('woff'),
			 url('fonts/BrownStd-Regular.svg#BrownStd-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrownStd-Bold';
	src: url('fonts/BrownStd-Bold.eot');
	src: url('fonts/BrownStd-Bold.woff') format('woff'),
			 url('fonts/BrownStd-Bold.svg#BrownStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Generals */
html {
}

body {
font-family: Arial, 'Helvetica', Helvetica Neue, sans-serif;
font-size: 82.5%;
line-height: 18px;
overflow: auto;
overflow-x: hidden;
color: #414141;
background: #fff;
}

a {
color: #919191;
text-decoration: none;
outline: none;
}

a:hover {
color: #414141;
}

ol, ul, li {
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 1em;
margin: 0;
padding: 0;
color: #414141;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #414141;
font-size: 1em;
text-decoration: none;
}

h1 {
margin-top: -2px;
}


h1 {
font-size: 1.35em;
line-height: 36px;
}


h2 {
}

h3, h3 a {
}

h4  {

}

h5 {

}

h6 {

}

img {
display: block;
margin: 0;
padding: 0;
}

/* Layout */

#siteWrapper {
width: 100%;
}

#header {
width: 100%;
z-index: 6000;
background: #fff;
}

#headerInner {
	position: relative;
}

#footer {
width: 100%;
}

#footerInner {
}

#loader {
background: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1400;
display: block;
}

#blocker {
background: #fff;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1400;
display: none;
}

#delay {
position: fixed;
left: -2px;
top: -2px;
width: 1px;
height: 1px;
}


/* Buttons & Icons */

.bigButton {
padding: 2px;
padding-left: 9px;
padding-right: 9px;
padding-bottom: 0px;
padding-top: 9px;
background: #fffadb;
cursor: pointer;
line-height: 18px;
height: 25px;
display: block;
}

#icons {

}


/* Pages */

#pageHolder {
width: 100%;
}

#pageHolderInner {

}

#page ul, #page ol {
margin-top: 18px;
margin-bottom: 18px;
}

#page ol li {
list-style: decimal;
list-style-type: decimal;
margin-left: 20px;
margin-bottom: 9px;
}

#page ul li {
list-style: disc;
list-style-type: disc;
margin-left: 20px;
margin-bottom: 9px;
}

#page h2 {
font-size: 1.35em;
line-height: 27px;
}

#page-sub-menu ul, #page-sub-menu ol {
margin-top: 0px;
margin-bottom: 0px;
}

#page-sub-menu ol li {
list-style: none;
list-style-type: none;
margin-left: 0px;
margin-bottom: 0px;
}

#page-sub-menu ul li {
list-style: none;
list-style-type: none;
margin-left: 0px;
margin-bottom: 0px;
}

#page p, .projectInfo p {
margin-bottom: 18px;
}



/* Project */

#full {
overflow: hidden;
}

#fullInner {

}

#project {

}

#projectInner {

}

.projectInfo {
position: absolute;
z-index: 1201;
background: #fff;
overflow: hidden;
overflow-y: auto;
}

.projectInfoInner {
 padding-left: 15px;
}

.projectInfoInner h2 {
	font-family: 'BrownStd-Bold';
}

#projectTitle {

}

.projectBottom {
position: absolute;
background: transparent;
z-index: 1300;
margin-top: 400px;
}

.projectBottomInner {

}

.vimeo_trigger {
position: absolute;
z-index: 1300;
margin-top: 400px;
background: #fff;
}

.counter {
position: absolute;
z-index: 1300;
margin-top: 400px;
background: #fff;
}

.toggler {
position: absolute;
z-index: 1300;
margin-top: 400px;
}

.toggler:hover {
}

.projectEdit {
	position: absolute;
	z-index: 1300;
	margin: 0;
	margin-top: 400px;
	background: pink !important;
	color: red !important;
	padding: 0;
}

.projectEdit a {
	color: red !important;
	padding: 0 6px;
}

.edit, .edit a {
	color: red !important;
}

.projectSeparator {
position: absolute;
z-index: 1300;
margin-top: 400px;
height: 1px;
width: 90%;
background: #eee;
}

.project {

}

.projectSlideHolder {
overflow: hidden;
position: relative;
}

.projectSlideHolderInner {
width: 300000px;
}

.media img {
width: auto;
}

.image img {

}

.video {
width: auto;
background: #000;
}

.fakevideo {
width: auto;
background: #000;
}

.fakevideo img {
width: auto;
}

.fakevideo-play {
position: absolute;
margin: 0px auto;
z-index: 6000;
}

.fallback {
padding: 20px;
background: #000;
color: #fff;
}

.container {

}

.vimeo {
background: #000;
}

.vimeo iframe {

}

.slideLeft {
	height: 27px;
	width: 27px;
	margin-right: 2px;
	background: url('images/background-arrow_left.png') no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.slideLeft:hover {
	background-position: 0px -27px;
}

.slideRight {
	height: 27px;
	width: 27px;
	cursor: pointer;
	background: url('images/background-arrow_right.png') no-repeat;
	background-position: right 0px;
}

.slideRight:hover {
	background-position: right -27px ;
}

#button-counter {
	background: url('images/background-counter.png') no-repeat 0 0;
	height: 27px;
	width: 58px;
	text-align: center;
	padding: 0;
	font-family: 'BrownStd-Bold';
}

#slideDown {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#slideUp {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

.slideUpDown {
background: #fffadb;
height: 17px;
width: 37px;
margin-bottom: 1px;
}

.slideUpDown:hover {
background: yellow;
}

.goUp {
padding-left: 12px !important;
padding-right: 12px !important;
display: none;
}


/* Comments */

.commentsBoxy {
position: absolute;
z-index: 600;
background: #fff;
overflow-y: auto;
border-left: 1px solid #eee;
}

.commentsBoxyInner {

}


/* Universals */

.left {
float: left;
}

.right {
float: right;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.hundred {
width: 100%;
}

.fourty {
width: 40%;
}

.fifty {
width: 50%;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
height:0;
}

.cursor {
cursor: pointer;
}

.metaSeparate {
border-top: 1px solid #ccc;
height: 0px;
margin-bottom: 18px;
margin-top: 18px;
line-height: 0px;
}

.metabar {

}

.bt {
border-top: 1px solid #ccc;
}

.bb {
border-bottom: 1px solid #ccc;
}

.box-shadow {
-moz-box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
}

.box-shadow-inner {
-moz-box-shadow: inset 1px 1px 2px #fff;
-webkit-box-shadow: inset 1px 1px 2px #fff;
box-shadow: inset 1px 1px 2px #fff;
}

.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}


/* Universals -> Typography */

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.underline {
text-decoration: underline;
}

.capitalize {
text-transform: capitalize;
}

.uppercase {
text-transform: uppercase;
}

.small {
font-size: 0.8em;
}

.date {
font-family: 'Courier New', courier, monospace;
font-size: 0.8em;
line-height: 18px;
}

p.small {
margin-bottom: 18px;
}

.large {
font-size: 1.35em;
font-weight: bold;
line-height: 27px;
}

.preamble {
font-size: 1.35em;
line-height: 27px;
}

.preamble p {
margin-bottom: 27px;
}

/* Forms & Inputs */

input, textarea {
font-size: 1em;
margin: 0;
color: #919191;
}

select, option {
font-size: 1em;
margin: 0;
color: #919191;
}

form, input, textarea, select, option {
font-family: 'Helvetica', Helvetica Neue, Arial, sans-serif;
font-size: 1em;
color: #919191;
line-height: 18px;
}


/* WP Menues */

.sub-menu {
margin-left: 10px;
}

.current-menu-item a {
color: #aaa;
}

.dropdown-layers {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
position: absolute;
z-index: 8000;
cursor: pointer;
}

.dropdown-layers-holder {
height: 34px;
}

.dropdown-layers-inner {
padding: 8px;
padding-left: 8px;
}

.dropdown-layers-drop {
padding: 6px;
padding-left: 8px;
display: none;
}


/* Infinity */

#infscr-loading {
position: fixed;
z-index: 9997;
bottom: 0px;
left: 0px;
width: 100%;
text-align: left;
background: #fff;
-moz-box-shadow: 0px 0px 5px rgba(0,0,0, 0.25); 
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.25);
box-shadow: 0px 0px 5px rgba(0,0,0, 0.25);
}

#infscr-loading-inner {
}

/* Nav */

#nav {
width: 100%;
}

#navInner {
}

#navInnerForward {
background: #eee;
text-align: center;
}

/* Remove Firefox Dotted Border */

:focus {
  -moz-outline-style: none;
}

/* MARIKO REED */

body {
	font-family: 'BrownStd-Regular', 'Helvetica', Helvetica Neue, Arial, sans-serif;
	color: #404040;
}

#headerInner {
	min-width: 940px;
	height: 28px;
	padding: 16px 16px 10px 16px;
}

#headerInner h1 {
	text-indent: -9999px;
	background: url('images/logo-mariko_reed.svg') no-repeat 15px 0;
	height: 26px;
	width: 204px;
}

#headerInner h1 a {
	display: block;
	height: 26px;
	width: 199px;
}

#container-menu_main {
	position: absolute;
	right: 16px;
	top: 18px;
	height: auto;
	width: 732px;
}


/*** ESSENTIAL STYLES ***/

#menu-main-navigation, #menu-main-navigation * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-main-navigation {
	line-height:	1.2;
}

#menu-main-navigation ul {
	position: absolute;
	top: -999em;
	width: 120px; /* left offset of submenus need to match (see below) */
	z-index: 9999;
	background: #A5A098;
	padding: 6px 0 42px 0;
}

#menu-main-navigation ul li {
	width: 100%;
}

#menu-main-navigation li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#menu-main-navigation li {
	float: left;
	position: relative;
}

#menu-main-navigation a {
	display: block;
	position: relative;
}

#menu-main-navigation li:hover ul,
#menu-main-navigation li.sfHover ul {
	left: 0;
	top: 2.7em; /* match top ul list item height */
	z-index: 9999;
}

#menu-main-navigation li:hover li ul,
#menu-main-navigation li.sfHover li ul {
	top: -999em;
}

#menu-main-navigation li li:hover ul,
#menu-main-navigation li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

#menu-main-navigation li li:hover li ul,
#menu-main-navigation li li.sfHover li ul {
	top: -999em;
}

#menu-main-navigation li li li:hover ul,
#menu-main-navigation li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.sf-sub-indicator {
	display: none;
}

#menu-main-navigation {
	font-family: 'BrownStd-Bold';
}

#menu-main-navigation a {
	text-decoration: none;
}

#menu-main-navigation a,
#menu-main-navigation a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #414141;
	padding: 10px;
}

#menu-main-navigation li {
	width: 120px;
	background: #FFF;
	margin-left: 2px;
	height: 36px;
}

#menu-main-navigation li li {
	background: #A5A098;
	margin: 0;
	height: auto;
}

#menu-main-navigation li li a,
#menu-main-navigation li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 2px 10px;
}

#menu-main-navigation li li li {
	background: #A5A098;
}

#menu-main-navigation li:hover, #menu-main-navigation li.sfHover,
#menu-main-navigation a:focus, #menu-main-navigation a:hover, #menu-main-navigation a:active {
	background: #A5A098;
	outline: 0;
	color: #FFF;
}

/*** arrows **/
#menu-main-navigation a.sf-with-ul {
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.wp-easy-menu li.page-item-15 a,
.wp-easy-menu li.page-item-17 a {
	color: #999;
}

.bigButton {
	background: none;
	cursor: pointer;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0;
}
			
#button-info {
	font-family: 'BrownStd-Bold';
	background: url('images/background-arrow_right.png') no-repeat;
	background-position: -9px 0px;
	width: 46px;
	padding-left: 6px;
}

#button-info.active {
	background: url('images/background-arrow_left.png') no-repeat;
	background-position: 0 0px;
	padding-left: 20px;
	width: 32px;
}

#button-info:hover {
	background-position: -9px -27px;
}

#button-info.active:hover {
	background-position: 0 -27px;
}

#page_inner-custom {
	height: auto;
	padding: 140px 15px 60px 15px;
	background: url('images/logo-architecture_photography.svg') no-repeat 15px 15px #A5A098;
	font-size: 12px;
	line-height: 16px;
}

#container-content {
	float: left;
	height: auto;
	width: auto;
	margin: 0 24% 12px 0;
	max-width: 770px;
}

#page #page_inner-custom h2 {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

#page #page_inner-custom h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}


#page #page_inner-custom h2 span {
	font-weight: normal;
	text-transform: none;
}

#page #page_inner-custom ul {
	list-style: none;
	margin: 0;
}

#page #page_inner-custom ul#publishers-us {
	margin: 0 0 15px 0;
}

#page #page_inner-custom ul li {
	list-style: none;
	margin: 0;
}

#page #page_inner-custom ul li a {
	color: #414141;
}

#column-published {
	width: 300px;
	height: auto;
	float: left;
}

#column-client_list {
	width: 500px;
	height: auto;
	float: left;
}

#column-client_list ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

#column-contact_left {
	float: left;
	width: 300px;
	height: auto;
	font-size: 20px;
	line-height: 22px;
}

#column-contact_right {
	float: left;
	width: 60%;
	height: auto;
	font-size: 20px;
	line-height: 22px;
	max-width: 620px;
}

#message-navigate {
	width: 242px;
	height: 68px;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 9999;
	background: url('images/background-message_navigate.png') no-repeat;
	padding: 58px 62px;
	text-align: center;
	font-family: 'BrownStd-Bold';
	font-size: 16px;
	margin: -68px 0 0 -174px;
}

.post-edit-link {
	padding: 6px;
	display: block;
	background: pink !important;
	color: red !important;
	width: auto;
	float: left;
}








