* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Ubuntu', arial, serif;
	color: #666666;
	background-color: #666666;
}
.clr {
	clear: both;
	display: block;
}
p {
	color: #666666;
	font-family: 'Ubuntu', arial, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
a img {
	border:none;
}
/*       +++++++++++ Basic Layout +++++++++++++      */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
 @media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}
#title {
	background-color: #000;
	height: auto;
	width: auto;
	left: -75px;
	top: 25px;
	z-index: 999;
	display: block;
	position: relative;
	float: left;
	padding: 5px 40px;
}
#title:hover {
	background-color: #f0ac09;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#title a {
	font-family: 'Ubuntu', arial, serif;
	font-size: 3.6em;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
#top {
	width: 775px;
	position: absolute;
	z-index: 100;
	margin-top: 0;
	margin-left: 75px;
	display: block;
	float: left;
	clear: both;
}
#topback {
	width: 775px;
	position: absolute;
	z-index: 50;
	margin-top: 0;
	margin-left: 75px;
	background-color: #FFF;
	display: block;
	float: left;
	clear: both;
	height: 200px;
}
#wrap {
	width: 775px;
	position: absolute;
	z-index: 50;
	margin-top: 175px;
	margin-left: 75px;
	background-color: #FFF;
	display: block;
	float: left;
	clear: both;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*	.clearfix {display: inline-block;}
*//*-------------------------- Navigation --------------------------*/
#nav {
	position: relative;
	top: 25px;
	width: 250px;
	z-index: 85;
	float: right;
	right: -35px;
}
#nav ul {
	list-style: none; /* Remove the bullets */
}
#nav ul li {
	display: block; /* Make a menu item a block (height 100%, width 100%) */
	clear: both;
	height:auto;
	width:auto;
	float:right; /* Make sure (in IE) there is no margin between the menu items */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	margin-top: 5px;
}
#nav ul li a {
	font-size: 1.5em;
	text-decoration: none;
	background-color: #000;
	padding-top: 2px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	display: block; /* When rollover the menu item, the whole item will be seen as link. */
	color: #FFF;
	text-decoration: none;
	letter-spacing: .05em;
}
#nav ul li a:hover {
	background-color: #f0ac09;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#nav ul ul {
	position: relative;
	float: right;
	top: 0;
	display:none; /* Display nothing when not 'hovered' */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;/*	margin-top: 5px;
*/
}
#nav ul li:hover ul {
	display: block; /* Make sure the submenu is displayed as blocks as well. */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#nav ul li ul li {
	float: right;
	text-align: right;
	font-size: .85em;
	color: #666;
	text-decoration: none;
	background: transparent;
}
#nav ul li ul li a {
	color: #666;
	background: transparent;
}
#nav ul li ul li a:hover {
	background-color: #f0ac09;
	color: #FFF;
}
body.contact #nav a.contact, body.artist #nav a.artist {
	background-color: #999;
}
body.contact #nav a.contact:hover, body.artist #nav a.artist:hover {
	background-color: #f0ac09;
}
body.largepaintings #nav ul li a.works, body.mediumpaintings #nav ul li a.works, body.drawings #nav ul li a.works, body.statement #nav ul li a.artist, body.resume #nav ul li a.artist {
	background-color: #999;
}
body.largepaintings #nav ul ul.worksnav, body.mediumpaintings #nav ul ul.worksnav, body.drawings #nav ul ul.worksnav {
	display: block;
}
body.statement #nav ul ul.artistnav, body.resume #nav ul ul.artistnav {
	display: block;
}
body.statement #nav ul li a.statement {
	background-color: #999;
}
body.resume #nav ul li a.resume {
	background-color: #999;
}
body.largepaintings #nav a.largepaintings, body.mediumpaintings #nav a.mediumpaintings, body.drawings #nav a.drawings, body.statement #nav a.statement, body.resume #nav a.resume, body.installed #nav a.installed {
	background-color: #999;
	color: #FFF;
}
body.largepaintings #nav ul li a.works:hover, body.mediumpaintings #nav ul li a.works:hover, body.drawings #nav ul li a.works:hover {
	background-color: #f0ac09;
}
body.largepaintings #nav a.largepaintings:hover, body.mediumpaintings #nav a.mediumpaintings:hover, body.drawings #nav a.drawings:hover, body.statement #nav a.statement:hover, body.resume #nav a.resume:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/*-------------------------- Content --------------------------*/
#content {
	height: auto;
	width: 625px;
	margin-left: 75px;
	position: relative;
	float: left;
	padding-bottom: 50px;
	top: 0px;
	min-height: 200px;
	z-index: 50;
}
#text {
	height: auto;
	width: 625px;
	margin-left: 75px;
	position: relative;
	float: left;
	padding-bottom: 50px;
}
#text p {
	padding-bottom: 15px;
	font-size: 1.3em;
}
#text h1 {
	font-size: 1.6em;
	font-weight: normal;
}
#text h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
}
#text a {
	color: #666666;
	text-decoration: underline;
}
#text a:hover {
	color: #666666;
	text-decoration: none;
}
.alignleftspace {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.alignrightspace {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
.alignrightspaceabove {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 30px;
}
.padtop25 {
	padding-top: 25px;
}
#content ul {
	list-style-image: none;
	list-style-type: none;
}
.thumb {
	width: 140px;
	height: 140px;
	float: left;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.installedimage {
	/*	float: left;
	padding: 8px;
*/	text-align: center;
	vertical-align: middle;
	position: relative;
	clear: both;
	padding-top: 25px;
}
a.tn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.view {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#art {
	display: block;
	height: 500px;
	padding-bottom: 20px;
}
#gallery {
	display: block;
	padding-bottom: 20px;
}
#details {
	padding-bottom: 20px;
	float: left;
	width: 200px;
}
#details p {
	color: #999;
	font-size: 1.1em;
	line-height: 1.3em;
}
#details p.title {
	font-size: 1.4em;
	font-style: italic;
}
#artnav {
	position: relative;
	float: left;
	width: 625px;
}
#prev {
	display: block;
	height:auto;
	width:auto;
	float:left;
	margin-left: -110px;
	margin-top: 50px;
}
#prev a {
	font-size: 1.4em;
	text-decoration: none;
	background-color: #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 105px;
	color: #FFF;
	margin-bottom: 5px;
	display: block; /* When rollover the menu item, the whole item will be seen as link. */
	color: #FFF;
	text-decoration: none;
	letter-spacing: .05em;
	background-image: url(../images/prevarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#next {
	display: block; /* Make a menu item a block (height 100%, width 100%) */
	height:auto;
	width:156px;
	float:right;
	margin-right: -110px;
	margin-top: 50px;
}
#next a {
	font-size: 1.4em;
	text-decoration: none;
	background-color: #000;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 7px;
	padding-right: 105px;
	color: #FFF;
	margin-bottom: 5px;
	display: block; /* When rollover the menu item, the whole item will be seen as link. */
	color: #FFF;
	text-decoration: none;
	letter-spacing: .05em;
	background-image: url(../images/nextarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#prev a:hover, #next a:hover {
	background-color: #f0ac09;
}
#functions {
	background: transparent;
	margin-left: 15px;
	float: left;
	padding-top: 20px;
}
#fblike {
	position: relative;
	display: block;
	height:auto;
	width:auto;
	float:left;
	padding-top: 6px;
	padding-left: 4px;
}
#magglass a, #magglass a:hover, #env a, #env a:hover {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	position: relative;
	display: block;
	height:auto;
	width:auto;
	float:left;
	font-size: 1.1em;
	text-decoration: none;
}
#magglass a {
	background: transparent;
	background-image: url(../images/MagGlass-Grey.png);
	background-repeat: no-repeat;
	background-position: 5px;
	color: #999;
}
#magglass a:hover {
	background-color: #f0ac09;
	background-image: url(../images/MagGlass-Wht.png);
	background-repeat: no-repeat;
	background-position: 5px;
	color: #FFF;
}
#env a {
	background: transparent;
	background-image: url(../images/Env-Grey.png);
	background-repeat: no-repeat;
	background-position: 5px;
	color: #999;
}
#env a:hover {
	background-color: #f0ac09;
	background-image: url(../images/Env-Wht.png);
	background-repeat: no-repeat;
	background-position: 5px;
	color: #FFF;
}
#zoom {
	height: 100%;
	width: 100%;
}
#footer {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#contact {
	float: left;
	width: 350px;
}
#copyright {
	float: right;
	width: 265px;
}
#contact p, #copyright p {
	color: #333;
	font-size: 1.1em;
}
#copyright p {
	text-align: right;
}
#contact a, #copyright a {
	color: #f0ac09;
}
#contact a:hover, #copyright a:hover {
	color: #999;
	text-decoration: none;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	padding-bottom: 10px;
}
.quote {
	float: left;
	padding-right: 10px;
}
#art span.sold {
	width: 84px;
	height: 85px;
	position: absolute;
	display: block;
	background-image: url(http://www.hoeschengoldbergstudio.com/images/sold.png);
	left: 75px;
	top: 15px;
	background-repeat: no-repeat;
}
#art span.view {
	display: none;
}
.thumb span.sold {
	width: 42px;
	height: 42px;
	position: absolute;
	display: block;
	background-image: url(http://www.hoeschengoldbergstudio.com/images/sold-tn.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}
.thumb span.view {
	display: none;
}
.year, .stats {
	font-size: 1.3em;
	line-height: 1.5em;
	vertical-align: top;
	padding-top: 5px;
}
.year {
	width: 100px;
}
.stats li {
	padding-bottom: 5px;
}
