/* @override 
	http://alxknts-mbp.local/alexkent.net%20CURRENT/css/default.css
*/

@charset "UTF-8";

*,html {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Times New Roman, Times, serif;
}

p {
	margin-bottom: 10px;
	font-size: 0.9em;
}

sup {
	font-size: 0.9em;
}

sup img {
	padding-left: 3px;
	vertical-align: middle;
}

h1 {
	font-size: 6em;
	text-align: left;
}

h3 {
	margin: 30px 0px 5px 20px;
	font-weight: normal;
	font-size: 1.4em;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	color: #999;
}

h1 a, h1 a:hover, #nav a, #photoNav a {
	text-decoration: none;
	color: black;
}

li {
	margin-left: 20px;
}

#imageCase {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 100px 200px;
}

#imageCase img {
	background-color: #eee;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	display: block
}

#imageCase #imageInfo {
	padding-top: 5px;
	font-style: italic;
	font-size: 0.7em;
}

#mbGraphic {
	width: 99%;
	height: 99%;
}

/* front page overlay */

#overBlock {
	
}

#photoNav {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
}

#photoNav h2 {
	font-size: 2em;
}

#photoNav ul {
	margin: 20px 0px;
}

#photoNav li {
	list-style: none;
	margin: 0px;
	font-size: 1.1em;
}

#photoNav a {
	padding: 0px 5px 0px 20px;
	background-color: rgba(255,255,255,1);
}

#photoNav a:hover {
	color: white;
	background-color: black;
}

/* common nav block */

#navBlock {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 220px; /* necessary for the \r in the name */
}

#navBlock h1 {
	line-height: 0.9em;
	padding-left: 20px;
}

#nav {
	font-size: 1.3em;
	padding-top: 50px;
}

#nav li {
	list-style: none;
	margin: 0px;
}

#nav li a {
	padding-left: 20px;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.5);
}

#nav a:hover, #nav .cur a {
	color: white;
	background-color: black;
}

#content {
	margin-left: 220px;
	margin-top: 50px;
}

.article {
	width: 650px;
	padding-top: 72px;
	padding-left: 20px;
}

.article ul {
	list-style: none;
}

.article li {
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.article li em {
	margin-left: 0px;
}

/* photography.php thumbs */

.thumbs {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.thumbs h2 {
	font-weight: normal;
}

.thumbs h2 a {
	text-decoration: none;
}

.thumbs h2 a:hover {
	text-decoration: underline;
}

.thumbs ul {
	list-style: none;
	overflow: hidden;
	/*-webkit-Transition: all 0.3s ease-in-out;
	-moz-Transition: all 0.3s ease-in-out;
	-o-Transition: all 0.3s ease-in-out;*/
}

.thumbs li {
	display: inline;
	margin: 0px;
}

.thumbs li a {
	
}

.thumbs li img {
	/* max-height:60px; */
	background-color: #eee;
}

.thumbs sup {
	display: block;
	clear: both;
	visibility: hidden;
}

a#overLink {
	position: fixed;
	top: 20px;
	bottom: 20px;
	left: 150px;
	right: 20px;
	text-decoration: none;
}

/* retouching page */

#retGal {
	top: -30px;
	width: 770px;
	height: 620px;
	position: relative;
}

#retImageCase {
	margin-bottom: 4px;
}

#retThumbCase {
	margin-bottom: 4px;
}

#retGal p {
	font-size: 0.9em;
}

#retGal #credit {
	position: absolute;
	left: 230px;
	height: 0px;
	font-size: 0.7em;
}

/* vcard */

.vcard .fn {
	display: none;
}

noscript {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 20%;
}
