/* Basic */

body, td {
	font-family: Verdana, Arial, Serif;
	font-size: 11px;
	line-height: 19px;
}

input, textarea {
	font-family: Verdana, Arial, Serif;
	font-size: 11px;
	line-height: 11px;
	padding: 2px;
}

textarea {
	padding: 5px;
}

p {
	margin: 10px 0;
}

strong {
	color: #000;
}

a:link, a:visited, a:link strong, a:visited strong {
	color: #1b6eaf;
	text-decoration: none;
}

a:hover {
	color: #174c75;
	text-decoration: underline;
}

a:link img, a:visited img {
	border: 0;
}

a:link.highlight, a:visited.highlight {
	background: #fff38e;
	display: inline;
	font-weight: bold;
	padding: 4px 7px;
	margin: -3px 3px 0 0;
}

a:hover.highlight {
	background: #fdef76;
}

.small {
	font-size: 10px;
	line-height: 18px;
}

.gray {
	color: #b3afad;
}

.white {
	color: #fff;
	font-size: 9px;
	line-height: 10px;
}

h3 {
	display: block;
	border-bottom: 2px solid #f3efed;
	font-size: 14px;
	padding: 10px 0 13px 0;
	margin: 20px 0 0 0;
}

/* Helpers */

.clear {
	clear: both;
}

.bar {
	clear: both;
	display: block;
	height: 2px;
	background: #f3efed;
	overflow: hidden;
}
.bar.spaced {
	margin: 20px 0;
}

a:link img.border, a:visited img.border {
	display: block;
	padding: 2px;
	border: 1px solid #f3efed;
	
	padding: 3px;
	border: 2px solid #f3efed;
}

a:hover img.border {
	border-color: #1b6eaf;
}

img.left {
	display: block;
	float: left;
	margin: 0 15px 5px 0;
}

/* Generic list */

ul.bullets {
	list-style-image: url(misc/bullet.png);
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.bullets li {
	margin: 14px 0 0 0px;
	padding: 0;
}

/* Header */

.header {
	border-top: 3px solid #FF0000;
	border-bottom: 3px solid #f3efed;
	padding: 20px;
}

.header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header ul li {
	display: block;
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
}

.header .logo {
	float: left;
	margin-right: 13px;
}

.header ul li a:link, .header ul li a:visited,
.header .today-label a:link, .header .today-label a:visited {
	background-repeat: no-repeat;
	background-position: center -26px;
	display: block;
	height: 26px;
	overflow: hidden;
}

.header ul li a:hover {
	background-position: center -52px;
}

.header ul li#jonathan a:link, .header ul li#jonathan a:visited {
	background-image: url(nav/jonathan.png);
	width: 119px;
}

.header ul li#work a:link, .header ul li#work a:visited {
	background-image: url(nav/work.png);
	width: 43px;
}

.header ul li#writing a:link, .header ul li#writing a:visited {
	background-image: url(nav/writing.png);
	width: 52px;
}

.header ul li#bio a:link, .header ul li#bio a:visited {
	background-image: url(nav/bio.png);
	width: 28px;
}

.header ul li#news a:link, .header ul li#news a:visited {
	background-image: url(nav/news.png);
	width: 40px;
}

.header ul li#today a:link, .header ul li#today a:visited {
	background-image: url(nav/today.png);
	width: 42px;
}

.header ul li#etc a:link, .header ul li#etc a:visited {
	background-image: url(nav/etc.png);
	width: 34px;
}

body#jonathan .header ul li#jonathan a:link, body#jonathan .header ul li#jonathan a:visited,
body#work .header ul li#work a:link, body#work .header ul li#work a:visited,
body#writing .header ul li#writing a:link, body#writing .header ul li#writing a:visited,
body#bio .header ul li#bio a:link, body#bio .header ul li#bio a:visited,
body#news .header ul li#news a:link, body#news .header ul li#news a:visited,
body#today .header ul li#today a:link, body#today .header ul li#today a:visited,
body#etc .header ul li#etc a:link, body#etc .header ul li#etc a:visited {
	background-position: center 0px;
}

.header .right {
	float: right;
}

.header .today-label {
	float: left;
	margin-right: 10px;
}

.header .today-label a:link, .header .today-label a:visited {
	display: block;
	background-image: url(nav/today-home.png);
	width: 47px;
	margin-top: 14px;
}

.header .today-label a:hover {
	background-position: center -52px;
}

.header .today-pic {
	float: left;
}

.header .today-pic a:link img, .header .today-pic a:visited img {
	display: block;
	padding: 3px;
	border: 2px solid #f3efed;
}

.header .today-pic a:hover img {
	border-color: #1b6eaf;
}

.header .title {
	margin-top: 11px;
}

/* Content */

.content {
	padding: 25px;
}

body#home .content, body#news .content {
	padding: 20px;
}

/* Extra */

.extra {
	display: block;
	border-top: 3px solid #f3efed;
	padding: 20px;
}

.extra ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.extra ul li {
	color: #b3afad;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.extra ul li.highlight {
	background: #fff38e;
	color: #f00;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 7px;
	margin: -3px 15px 0 0;
}

/* Footer */

.footer {
	border-top: 3px solid #f3efed;
	padding: 20px;
}

.footer .copyright {
	display: none;
}

/* News */

body#news .main {
	margin-left: 95px;
}

body#news .side {
	float: left;
}

body#news .side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#news ul.quickly {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#news ul.quickly li {
	float: left;
	margin: 0 15px 15px 0;
}

body#news ul.quickly li a:link img, body#news ul.quickly li a:visited img {
	display: block;
	padding: 3px;
	border: 2px solid #f3efed;
}

body#news ul.quickly li a:hover img {
	border-color: #1b6eaf;
}

body#news h3#quickly {
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
}

body#news h3#quotes {
	margin-top: 0;
}

body#news ul#quotes {
	list-style-image: url(misc/bullet.png);
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}

body#news ul#quotes li {
	margin: 14px 0 0 0px;
	padding: 0;
	line-height: 16px;
}

/* Clipping */

body#clipping h1 {
	padding: 0 0 13px 0;
	margin: 0;
}

/* Article */

body#article h1 {
	margin: 0 0 20px 0;
}

body#article {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 24px;
}

/* Writing */

body#writing h3 {
	margin-bottom: 10px;
}

body#writing h3#books {
	margin-top: -10px;
}

body#writing ul.bullets li {
	margin: 2px 0 0 0;
}

body#writing ul.bullets li a:link, body#writing ul.bullets li a:visited {
	font-weight: bold;
}

body#writing .main {
	margin-left: 325px;
}

/* Essay */

body#essay .content {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 24px;
	padding: 30px 40px;
}
body#essay .content.illustrated {
	padding: 10px 25px;
}

body#essay .content.illustrated p {
	margin: 15px 0;
}

body#essay h1, body#essay h2, body#essay h3 {
	clear: both;
	display: block;
	border-bottom: 2px solid #f3efed;
	font-size: 14px;
	padding: 0px 0 13px 0;
	margin: 20px 0 0 0;
}

body#essay h1 {
	padding: 0 0 13px 0;
	margin: 0;
}

body#essay a.highlight {
	font-weight: normal;
}
body#essay .content.illustrated h1 {
	clear: none;
	margin: 30px 0 0 425px;
}

body#essay .content.illustrated h2 {
	clear: none;
	margin: 10px 0 0 425px;
}

body#essay .content a:link img.left, body#essay .content a:visited img.left {
	float: left;
	margin: 15px 15px 15px 0;
}

body#essay .content a:link img.inline.left, body#essay .content a:visited img.inline.left {
	margin-top: 10px;
}

body#essay .nav {
	clear: both;
	border-top: 2px solid #f3efed;
	margin: 20px 0 20px 0;
	padding: 10px 0;
}

body#essay .nav .back {
	float: right;
}

/* Special */

body#special h1 {
	padding: 0 0 13px 0;
	margin: 0;
}

/* Photos */

body#photos h3 {
	margin: -10px 0 20px 0;
}

body#photos .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#photos .content ul li {
	float: left;
	margin: 0 20px 20px 0;
	width: 250px;
}

body#photos .content ul li img {
	display: block;
	float: left;
	margin-right: 10px;
}

/* Etc */

body#etc h3 {
	margin-bottom: 10px;
}

body#etc h3#contact {
	margin-top: -10px;
}

body#etc .content .left {
	float: left;
	color: #b3afad;
	font-size: 10px;
	line-height: 15px;
}

body#etc .content .left img {
	margin-bottom: 3px;
}

body#etc .content .main {
	margin-left: 325px;
}

/* Work */

body#work .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#work .content ul li {
	float: left;
	height: 250px;
	width: 210px;
	margin: 0 25px 25px 0;
	color: #b3afad;
	line-height: 15px;
	overflow: hidden;
}

body#work .content ul li img {
	display: block;
}

body#work .content ul li img.work-image {
	margin-bottom: 10px;
}

body#work .content ul li img.work-title {
	margin-bottom: 5px;
}

body#work .content ul li a:link img.work-image, body#work .content ul li a:visited img.work-image {
	padding: 3px;
	border: 2px solid #f3efed;
}

body#work .content ul li a:hover img.work-image {
	border-color: #1b6eaf;
}

/* Commercial work */

body#commercial .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#commercial .content ul li {
	float: left;
	margin: 0 40px 20px 0;
}

body#commercial .content ul li a:link img, body#commercial .content ul li a:visited img {
	padding: 3px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #f3efed;
}

body#commercial .content ul li a:hover img {
	border-color: #1b6eaf;
}

/* Sketchbooks */

body#sketchbooks .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#sketchbooks .content ul li {
	float: left;
	margin: 0 20px 20px 0;
	height: 200px;
	font-size: 10px;
	color: #b3afad;
}

body#sketchbooks .content img {
	display: block;
	margin-bottom: 3px;
}

body#sketchbooks .content ul li a:link img, body#sketchbooks .content ul li a:visited img {
	padding: 3px;
	border: 2px solid #f3efed;
}

body#sketchbooks .content ul li a:hover img {
	border-color: #1b6eaf;
}

/* Project */

body#project .content .side {
	display: block;
	float: left;
	width: 310px;
	font-size: 10px;
	line-height: 15px;
	color: #b3afad;
}

body#project .content .side img {
	display: block;
	margin-bottom: 7px;
}

body#project .content .main {
	margin-left: 325px;
}

body#project .extra {
	padding-bottom: 10px;
}

body#project .extra ul li {
	margin: 0 10px 10px 0;
}

body#project .extra ul li a:link img, body#project .extra ul li a:visited img {
	display: block;
	padding: 3px;
	border: 2px solid #f3efed;
}

body#project .extra ul li a:hover img {
	border-color: #1b6eaf;
}

/* Today */

body#today h3 {
	padding: 0 0 13px 0;
	margin: 0 0 10px 0;
}

body#today .info .subscribe {
	display: block;
	border-top: 2px solid #f3efed;
	margin: 20px 0 0 0;
	padding: 10px 0;
}

body#today .nav {
	border-bottom: 3px solid #f3efed;
	color: #b3afad;
	padding: 10px 20px;
	margin: 0;
}

body#today .nav .date {
	color: #b3afad;
}

body#today .nav .pagination, body#today .nav .subscribe {
	float: right;
}

body#today .nav ul.ages {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
}

body#today .nav ul.ages li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}

body#today .nav ul.ages li a:link, body#today .nav ul.ages li a:visited {
	font-weight: normal;
}

body#today ul.photos {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#today ul.photos li {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
}

body#today ul.photos li a:link img, body#today ul.photos  li a:visited img {
	display: block;
	padding: 3px;
	border: 2px solid #f3efed;
}

body#today ul.photos li a:hover img {
	border-color: #1b6eaf;
}

body#today ul.photos li .date {
	position: relative;
	font-weight: bold;
}

body#today ul.photos li .date .top {
	color: #fff;
	position: absolute;
	top: -26px;
	left: 11px;
}

body#today ul.photos li .date .bottom {
	color: #000;
	position: absolute;
	top: -25px;
	left: 10px;
}

body#today .content {
	padding: 20px;
}

body#today .content .photo-h {
	display: block;
	margin: 0 0 10px 0;
}

body#today .content .photo-v {
	float: left;
	margin: 0 20px 0 0;
}

body#today .caption {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 24px;
}

body#today .caption br {
	height: 1px;
}

body#today .extra {
	padding: 10px 20px;
}

/* Poster */

body#poster h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

body#poster .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body#poster .content ul li {
	display: block;
	margin: 10px 0;
}

body#poster .content ul li .label {
	float: left;
	width: 75px;
}

body#poster .content ul li .item {
	margin-left: 100px;
}