padding/*  EASY SETTINGS */
/*
   Change the following to 'display: none;' to hide the homepage sidebar.
   Change the following to 'display: block;' to show the homepage sidebar.
*/

#home #sidebar {
    display: block;
}

/* First some reset styles... */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img,
strong, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul          { list-style: none; }
table           {
	border-collapse: separate;
	border-spacing: 0;
	padding-left: 0px;
}
caption, th, td { text-align: left; font-weight: normal; }


/* Hubbard / Birchler Styles */
body {
	color: #222;
	padding-bottom: 8em;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

h2 {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 1.5em;
}

h3 {
    font-weight: bold;
    margin-bottom: 1.5em;
}

h4 {
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #888;
}

p {
	margin-bottom: 1.5em;
	color: #000;
}

a {
    color: #888;
}

a:hover {
    color: #000;
}

a:visited {
    color: #888;
}

ul li, ol li {
    list-style: disc;
    padding-left: 0px;
    margin-bottom: 0.5em;
}

ol li {
    list-style: decimal;
}

blockquote {
    margin-left: 30px;
    color: #666;
}

#wrapper {
    background: #fff;
	width: 960px;
    margin: 0 auto;
    padding: 0 0 4em;
    overflow: hidden;
}

#header {
	position: absolute;
	width: 960px;
	background: #fff;
	padding: 5em 0 70px;
	z-index: 1000;
	font-size: 11px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: #fff url('images/HB-logo_full_name.png') no-repeat;
	background-size: 495px 19px;
	width: 495px;
	height: 19px;
    margin-left: 1em;
}

#navigation {
	text-transform: lowercase;
	position: absolute;
	bottom: 0px;
    font-size: 12px;
    display: -moz-flex; /* For old Firefox */
    display: -webkit-box; /* For very old Safari */
    display: -webkit-flex; /* For newer, but old Safari */
    display: flex; /* The standard for all browsers */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

#navigation li {
	display: inline-block;
}

#navigation li:not(:last-child) {
    margin-right: 1.5em;
}

#navigation a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: #888;
}

#navigation a:hover {
    color: #000;
}

#works-menu {
    display: none;
}

#works #works-menu {
    display: block;
}

#home #nav-home, #news #nav-news,
#about #nav-about, #works #nav-works,
#texts #nav-texts, #contact #nav-contact,
#search-page #nav-search,
.video-page #nav-video,
.photography-page #nav-photography,
.sculpture-page #nav-sculpture,
.archive-page #nav-archive {
    color: #000;
    text-shadow: .5px .5px .1px rgba(0,0,0,.2), -.5px .5px .1px rgba(0,0,0,.2);
}

.languages-menu {
    position: absolute;
    top: 3.5rem;
    right: .8rem;
}

.languages-menu ul,
.languages-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.languages-menu li {
    display: inline-block;
    margin-left: 1rem;
}

.languages-menu a {
    text-decoration: none;
    text-transform: uppercase;
}

.languages-menu .selected {
    font-weight: bold;
    color: black;
}

#search-box {
    padding: 0.25em 5px 0.25em 20px;
    background: #fff url('images/search-glass.png') no-repeat 2px 50%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #777;
}

#search-button {
    display: none;
}

#search-page #container {
    position: relative;
}

#search-horse {
    position: absolute;
    top: 400px; right: 100px;
}

#container {
	padding: 180px 0 0;
	min-height: 500px;
	font-style: inherit;
	font-weight: bold;
}

#content {
	font-size: 100%;
	width: 711px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 268px;
	background-color: #FFF;
}

#sidebar {
    font-size: 110%;
    width: 160px;
    padding: 0px 40px 20px 20px;
    text-align: right;
    position: absolute;
    z-index: 10;
}

#sidebar li {
    margin-bottom: 1.5em;
    list-style: none;
}

#sidebar a {
    color: #888;
}

#sidebar a:hover {
    color: #000;
}

#sidebar .current-section {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

#sidebar .current {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

/* Section-specific styling */

/* HOME Styles */

#home #container {
	height: 600px;
	overflow: hidden;
	position: relative;
}

#home h2 {
    text-transform: uppercase;
	font-size:1.1em;
}

#home #sidebar {
	background: #fff;
	position: absolute;
	right: 0;
	text-align: left;
	width: 200px;
	padding: 20px;
	padding-bottom: 0px;
	margin: 20px;
	font-size:1em;was added for transparency background-color: rgba(255,255,255,.7);
    z-index: 10;
}

#home #sidebar li {
    margin-bottom: 2em;
    list-style: none;
}

#home #sidebar a {
    color: #AAA;
}

#home #sidebar a:hover {
    color: #000;
}

#home #content {
	height: auto;
	width: 960px;
	padding: 0;
}

#home #content img {
    max-width: 100%;
}

#homepage-photos ul {
    display: none;
}

#home #footer {
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
    color: #999;
}

#home #footer a {
    text-decoration: none;
}

.two-column {
    clear: both;
}

.two-column>div {
	width: 325px;
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
}

.two-column div+div {
	margin-right: 0;
	margin-left: 10px;
}

.quicktime-icon {
	vertical-align: middle;
}

/* NEWS Styles */


#news #sidebar {
    color: #999;
	margin-left: 0px;
}

#news #content {
    width: 560px;
    margin: 0 auto;
}

#news-list, #news-list li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 3em;
}

#news-list li {
    border-bottom: 1px solid #aaa;
    padding-bottom: 1.5em;
}

#news-list li:last-child {
    border-bottom: 0;
}

#news-list img {
    float: right;
    margin-left: 40px;
	margin-bottom: 10px;
}

#news-list p {
    width: 320px;
}

/* ABOUT Styles */

.bio-photo {
    text-align: center;
    color: #999;
}

/* in between added by SA */
sup {
        font-size: 0.83em;
        vertical-align: super;
        line-height: 0;
    }
/* in between added by SA */

/* WORKS Styles */

#works-menu {
    position: absolute;
    top: 85px; right: 70px;
}

#works-menu, #works-menu li {
    padding: 0; margin: 0;
    list-style: none;
}

#works-menu li {
    margin: 0 0 0 8em;
    display: inline;
}

#works-menu a {
    text-decoration: none;
}
#works-menu a:hover {
    color: #000;
}

#works-highlight-photo {
    margin-bottom: 1em;
    margin-left: 0px;
}

#works-highlight-photo p {
    text-align: right;
}

#works h2 {
    font-size: 110%;
    margin: 0 0 0.5em; padding: 0;
}

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

#works-list li {
    float: left;
    width: 341px;
    padding: 0 0 30px;

}

#works-list img {
    display: block;
    margin: 0 15px 15px 0;
}

#works-footer {
    padding-top: 1.5em;
}

#works-footer, #works-footer li {
    list-style: none;
    clear: both;
}

#works-footer li {
    display: inline;
    margin: 0 0.25em 1.5em 0;
    padding: 0 0.5em 0 0;
    border-right: 1px solid #999;
}

#works-footer li:last-child {
    border: 0;
}

.slideshow a {
    display: none;
}

.gallery {
	position: relative;
}

.gallery #gallery-nav-back {
	position: absolute; top: 0; left: -2em;
}

.gallery #gallery-nav-forward {
    top: 0;
}

.gallery .gallery-nav-forward-far-right {
    position: absolute;
    right: 0em;
}

.gallery a {
    padding: 0 5px;
    text-decoration: none;
    cursor: pointer;
	width: 2em;
	display: block; float: left;
	text-align: center;
	margin-left: -10px;
	margin-right: 10px;
}

.gallery a:first-child {
	padding-left: 0px;
}

.gallery .current {
    font-weight: bold;
    text-decoration: none;
    color: #000 !important;
    outline: 1px solid #999;
}

#gallery-description {
    clear: both;
    margin: 1em 0;
	float: left;
}

#gallery-photo {
    width: 690px;
    height: 388px;
    position: relative;
    margin-bottom: 1em;
}

#gallery-photo img {
    max-width: 690px;
    max-height: 388px;
    position: absolute;
    top: 0; left: 0;
}


#video {
	padding: 74px 0 0;
	margin: 0 auto;
	display: none;
}

.cast-table {
	margin-bottom: 3em;
}

.cast-table td:first-child {
	color: #888;
}

#hwp-cd-thumb {
    float: right;
    margin-top: -20px;
    position: absolute;
}

#hwp-promo {
    width: 330px;
    padding-right: 230px;
    min-height: 161px;
    background: transparent url('video/housewithpool/hwpcd_thumbnail.jpg') no-repeat center right;
}

.hwp-buynow input {
    margin-right: 60px;
}

/* CONTACT Styles */

#contact #wrapper {
    position: relative;
}

#contact #sidebar {
	position: absolute;
	left: 0;
	color: #333;
	width: 200px;
	padding-left: 80px;
}

#contact #content {
    width: 480px;
    margin: 0 auto;
}

#contact #content p {
    width: 440px;
}

/* SEARCH PAGE Styles */

#results ul, #results li {
    list-style: none;
    margin: 0; padding: 0;
}

#results li {
    margin-bottom: 2em;
    width: 500px;
}

#results li a {
    font-weight: bold;
    font-size: 120%;
}

#results .url {
    color: #888;
    margin-top: 0.5em;
}

/* TEXTS PAGE Styles */

.texts-monographs #texts-monographs-nav,
.texts-essays #texts-essays-nav {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.texts-row {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}

.texts-row div {
	float: left;
	width: 345px;
	margin-right: 0px;
	overflow: hidden;
}

.texts-row div+div {
    margin: 0 0 0 5px;
}

.texts-row p {
	float: left;
	width: 130px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.texts-row p+p {
	width: 170px;
	margin: 0;
}

.pdf {
    padding-left: 20px;
    min-height: 16px; display: inline-block;
    background: transparent url('images/pdf-icon.gif') no-repeat top left;
}
.www {
    padding-left: 20px;
    min-height: 16px; display: inline-block;
    background: transparent url('images/www_icon.png') no-repeat top left;
}

/* Styles for the tables under Press Images */
#works-table td {
	padding: 0 0 3em;
	vertical-align: top;
	background-color: #FFF;
}
