body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  background-color: #fff;
  color: #000;
  padding:0px;
  margin:0px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
	color:#666666;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}

input, textarea {
	border:solid 1px #000;
	padding:2px;
	margin: 2px;
}
input.submit {
	background-color: #000;
	color: #fff;
}

img {
	border: 0;
}

div#logo a{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
div#logo a:hover {
	color: #666666;
}

a.close {
	background-image:url('/images/site/cross.gif');
	background-repeat:no-repeat;
	display:block;
	width:16px;
	height:16px;
	font-size:0px;
}
div.close {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* Banner */
div#banner {
	position: absolute;
	top: 10px;
	left: 10px;
	width:160px;
	float: left;
}

/* Navigation */
#nav ul {
	list-style-type: none;
	padding: 0px;
	width: 126px;
}
#nav li {
	text-align: right;
}
#nav a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#nav a:hover {
	color:#666666;
}


/* Content */
div#content {
	margin: 30px 0 0 190px;
}

/* Home Page */
div.content img#home-image {
	margin-left:70px;
	margin-top:10px;
}

/* Gallery */
#gallery-list tr {
	vertical-align: bottom;
}
#gallery-list td {
	width: 170px;
	padding: 0 0 20px 0;
}
#gallery-list a {
	font-size: 13px;
	font-weight: bold;
}
#gallery-list a:hover {
	text-decoration: none;
	color: #000;
}
div.gallery-icon-placeholder {
	display: block;
	width: 150px;
}
#gallery-thumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#gallery-thumbs li {
	display: inline;
	margin: 0 10px 0 0;
}
#gallery-image {
	float: left;
}
#gallery-name {
	margin: 0 0 0 610px;
	width: 200px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 0 0 0 -50px;
	position: absolute;
}

/* Photo */
#photo {
	float: left;
	
}
#thumbnail {
	padding: 1em;
	background: #ddd;
	border: thin solid #666;
}
/*div#photo-info {
	position:absolute;
	top:515px;
	left:280px;
	width:400px;
	font-size:11px;
}*/
#photo-info p {
	margin: 0 0 0 610px;
	line-height:12px;
	font-size:11.2px;
	font-family:arial;
}

#photo-title {
	font-style: italic;
}

#popup-info p {
	line-height:12px;
	font-size:11.2px;
	font-family:arial;
}

div#popup-info {
	margin: 10px 0 0 10px;
}
div#photo-info {
	margin: 10px 0 0 0;
}

div#photo-info {
	clear: left;
	width:600px;
}

div#photo-nav {
	margin: 20px 0 0 610px;
	width: 100px;
	height: 16px;
	padding: 0;
}
#photo-nav a {
	font-size: 16px;
}
#photo-nav a:hover {
	text-decoration: none;
	font-weight: bold;
}
div#photo-zoom, div#photo-permalink {
	margin: 0 0 0 3px;
}

/* Resume */
div#resume {
	width: 600px;
}
ol#resume-categories {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}
#resume-categories a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div.resume-year {
	margin: 0 0 10px 0;
}
.resume-year h3 {
	font-weight: bold;
}
#resume-category h2 {
	font-size: 12px;
}
#resume-category h3 {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding: 0 3px 0 0;
	margin: 0;
	font-size: 12px;
}
ul.resume-items {
	list-style-type: square;
	padding: 0 0 0 10px;
	margin: 0 0 0 120px;
}
ul.resume-items li {
	padding: 0 0 0 -5px;
	margin: 0;
}

/* Content */
div.content {
	width: 500px;
}

/* IE Hacks--list items stretch across the screen otherwise */
/** html body div#nav ul {
	left: 60px;
	top: 16px;
}
* html body div#nav li {
	width: 100px;
}
* html body div#nav li.long {
	width: 140px;
}*/
