/* @override http://localhost/scottpattinsonart/www/media/css/screen.css */

@import 'html5-reset.css';
@import 'fonts.css';

body { 
	color: #67605d;
	font-family: 'Gill Sans', 'Gill Sans MT', GillSans, Calibri, 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 15px;
	line-height: 1.1; 
}

/* Typography */
a { 
	color: #717ea3;
	text-decoration: none; 
}
a:hover { 
	color: #4d5e8c; 
}
b { 
	color: rgba(103,96,93,0.9); 
}
p { margin: 10px 0; }
.quote { 
	border-left: 5px solid #ee0000;
	padding-left: 10px; 
}
cite b { 
	color: #4d5c8c; 
}
select { padding: 2px 4px; }
section h2, nav.main { 
	font-family: Journal;
	font-size: 50px;
}
*:first-child + html section h2 {
    margin-left: -10px;
    padding-left: 10px;
}
h2, h3 { clear: both; margin-bottom: 10px; }
h3 { line-height: 1; }
section ul { list-style-type: none; }
.hide { display: none; }
.hidden { visibility: hidden; }

#wrapper {
	background: url(../images/paintsplash.gif) no-repeat right bottom;
	/*
	height: 720px;
	height: auto !important;
	min-height: 720px;
	*/
	padding: 20px 15px;
	position: relative;
	width: 950px; 
}
#top { 
	position: absolute;
	right: 10px;
	top: 10px; 
}
#top a { 
	background: url(../images/signature.png) no-repeat left top;
	display: block;
	height: 105px;
	overflow: hidden;
	text-indent: -999px;
	width: 340px; 
}
#top h2 { 
	display: none; 
}
nav.main {
	left: 0;
	line-height: 1;
	list-style: none; 
	position: fixed; 
}
nav.main a {
	border-left: 10px solid #fff;
	color: #b2a59f;
	display: block;
	padding: 0  0 10px 10px; 
	text-transform: lowercase;
}
nav.main a:hover { 
	border-color: #949eba;
	color: #949eba; 
}
nav.main a.active { 
	border-color: #4d5e8c;
	color: #4d5e8c; 
}
nav.main a.active span { 
	color: #ee0000; 
}
nav.gallery { 
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
nav.gallery div { 
	margin: 0 5px 5px; 
}
nav.gallery input[type=submit] {
    background: #717ea3;
    border: none;
    color: #fff;
    margin-left: 5px;
    padding: 4px;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
nav.gallery input[type=submit]:hover {
    background: #4d5e8c;
}
.facebook {
    border-left: none;
    background: url(../images/facebook-24x24.png) no-repeat left 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}
#content { 
	height: 640px;
	height: auto !important;
	margin: 0 0 50px 140px;
	min-height: 640px; 
	position: relative;
}
#content .inner { padding-top: 120px; }
#content section { 
	overflow: hidden;
	padding-left: 10px;
	position: static;
}
#content section.bottom { 
	bottom: 20px;
	position: absolute; 
}
.gallery header { overflow: hidden; position: relative; }
.statement { 
    float: left;
    margin-right: 10px;
    width: 630px;
}
.pic {
    background: rgba(33,33,33,0.05);
    display: inline;
    float: right;
    margin-right: 5px;
    width: 155px;
    -moz-box-shadow: rgba(77,94,140,0.4) 2px 2px 4px;
    -webkit-box-shadow: rgba(77,94,140,0.4) 2px 2px 4px;
    box-shadow: rgba(77,94,140,0.4) 2px 2px 4px;
}
.pic img {
    margin: 5px;
    width: 145px;
}
#artwork { 
	float: left;
	margin-right: 60px;
	overflow: hidden;
	width: 320px; 
}
#artwork .framed { 
	border: 5px solid #333;
	margin-bottom: 10px; 
}
#artwork img {
	display: block; 
	width: 100%; 
}
#artnav { 
	border-top: 1px solid #b2a59f;
	padding-top: 5px; 
}
#thumbs { 
	float: right;
	width: 420px; 
}
#thumbs .thumb { 
	float: left;
	height: 80px;
	margin: 0 20px 20px 0;
	width: 80px; 
}
#thumbs .thumb:nth-child(4n) { 
	margin-right: 0; 
}
.details { 
	margin-bottom: 10px; 
}
.details p { 
	margin: 5px 0 5px 0; 
}
.replist { 
	font-size: 14px;
	list-style: none;
	overflow: hidden; 
}
.replist li { 
	/*float: left;*/
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0 60px 10px 0;
	width: 200px;
	zoom: 1;
    *display: inline;
    vertical-align: top; 
}
.replist h3 { 
	font-size: 15px;
    margin-bottom: 5px;
}
.exhibits {
    font-size: 90%;
    margin-bottom: 10px;
}
#featured { 
	overflow: hidden;
}
#featured figure { 
	 float: left;
	 margin-right: 40px;
	 position: relative;
}
.thumb {
	border: 5px solid #333;
	height: 150px;
	margin: 0 0 10px 0;
	overflow: hidden; 
	width: 150px; 
}
.thumb:hover, .thumb.selected { 
	border-color: #4d5e8c; 
}
.thumb img { 
	width: 160%; 
}
#featured figcaption {
	background: rgba(0,0,0,0.5);
	bottom: 15px;
	color: #ffffff; 
	font-family: Journal;
	font-size: 20px;
	padding: 0 5px;
	position: absolute; 
	right: 5px;
	text-align: right;
	width: 140px;
}
#bottom { 
	margin-left: 150px; 
}
