
/* Fonts */

@font-face {
	font-family: 'Titling';
	src: url('/fonts/bebas/BEBAS___.eot');
	src: local('Bebas'), local('Bebas'), url('/fonts/bebas/BEBAS___.woff') format('woff'), url('/fonts/bebas/BEBAS___.ttf') format('truetype'), url('/fonts/bebas/BEBAS___.svg#Bebas') format('svg');
}

@font-face {
	font-family: 'Article';
	src: url('/fonts/gentium_book_basic/GenBkBasR.eot');
	src: local('Gentium Book Basic'), local('GentiumBookBasic'), url('/fonts/gentium_book_basic/GenBkBasR.woff') format('woff'), url('/fonts/gentium_book_basic/GenBkBasR.ttf') format('truetype'), url('/fonts/gentium_book_basic/GenBkBasR.svg#GentiumBookBasic') format('svg');
}

@font-face {
	font-family: 'ArticleItalic';
	src: url('/fonts/gentium_book_basic/GenBkBasI.eot');
	src: local('Gentium Book Basic'), local('GentiumBookBasic-Italic'), url('/fonts/gentium_book_basic/GenBkBasI.woff') format('woff'), url('/fonts/gentium_book_basic/GenBkBasI.ttf') format('truetype'), url('/fonts/gentium_book_basic/GenBkBasI.svg#GentiumBookBasic-Italic') format('svg');
}

@font-face {
	font-family: 'ArticleBold';
	src: url('/fonts/gentium_book_basic/GenBkBasB.eot');
	src: local('Gentium Book Basic'), local('GentiumBookBasic-Bold'), url('/fonts/gentium_book_basic/GenBkBasB.woff') format('woff'), url('/fonts/gentium_book_basic/GenBkBasB.ttf') format('truetype'), url('/fonts/gentium_book_basic/GenBkBasB.svg#GentiumBookBasic-Bold') format('svg');
}

@font-face {
	font-family: 'ArticleBoldItalic';
	src: url('/fonts/gentium_book_basic/GenBkBasBI.eot');
	src: local('Gentium Book Basic'), local('GentiumBookBasic-BoldItalic'), url('/fonts/gentium_book_basic/GenBkBasBI.woff') format('woff'), url('/fonts/gentium_book_basic/GenBkBasBI.ttf') format('truetype'), url('/fonts/gentium_book_basic/GenBkBasBI.svg#GentiumBookBasic-BoldItalic') format('svg');
}

/* Tag Styles */

body {
	text-align: center;
	background-color: #333;
}

body, p, ol, ul, td {
	font-family: 'Article', 'Bookman Old Style', Georgia, serif;
}

h1, h2, h3, h4, h5, h6, a.more, a.ag, .pagination {
	font-family: 'Titling', 'Franklin Gothic Medium', Impact, serif;
	font-weight: normal;
	word-spacing: 0.12em;
	letter-spacing: -0.03em;
}

div.wide {
	width: 550px;
}

div.thin {
	float: right;
	width: 384px;
}

div.column {
	width: 267px;	
}

div.thin div.column {
	width: 172px;
}

div.thin div.first {
	margin-right: 20px;
}

div#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	color: white;
	background: transparent url(/images/header.gif) repeat-x 0 0;
}

div.inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 69px;
	background: transparent url(/images/header_left.gif) repeat-x 0 0;
	border: none;
	z-index: 10000;
}

div#header h1 a {
	margin: 0 0 0 -4px;
	padding: 0;
	background: transparent;
	border: none;
}

div#header h1 a:hover {
	background: transparent;
}

div#header ul#navigation {
	float: right;
	margin: 0;
	padding: 0;
	width: 384px;
	height: 60px;
	list-style-type: none;
	background: transparent url(/images/header_right.gif) repeat-x 0 0;
}

div#header ul#navigation li {
	float: left;
	height: 60px;
	margin: 0 0 0 9px;
	padding: 0;
	color: white;
	font-size: 22px;
	line-height: 55px;
	font-family: 'Titling', 'Franklin Gothic Medium', Impact, serif;
	font-weight: normal;
}

div#header ul#navigation li a {
	margin: 0;
	padding: 0;
	height: 60px;
	color: #E5B17D;
	border-bottom: 4px solid #7E4C1A;
}

div#header ul#navigation li a small {
	font-size: 18px;
}

div#header ul#navigation li a:hover {
	color: white;
	background-color: transparent;
	border-color: white;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

div#header a {
	margin: -3px -6px;
	padding: 3px 6px;
	color: #DFA25D;
	text-decoration: none;
}

div#header a:hover {
	color: white;
	background-color: #DFA25D;
}

div#content {
	position: relative;
	clear: both;
	margin: 0;
	padding: 2em 0 3em 0;
	color: #333;
	background-color: white;
	z-index: 0;
}

div#content div.column {
	float: left;
	margin: 0 20px 0 0;
}

div#content a {
	margin: -3px -6px;
	padding: 3px 6px;
	color: #82572B;
	text-decoration: none;
}

div#content .mceToolbar a {
	margin: 0;
	padding: 0;
}

div#content a:hover {
	color: white;
	background-color: #963;
}

div#content h2 {
	color: #CC6600;
	font-size: 44px;
	line-height: 51px;
}

div#content h2 span {
	display: block;
	color: #DFA25D;
	font-size: 24px;
	line-height: 39px;
}

div#content h2 a {
	margin: 0;
	padding: 0;
	color: #CC6600;
}

div#content h2 a:hover {
	color: #CC6600;
	background-color: transparent;
}

div#content p {
	font-size: 16px;
	line-height: 24px;
}

div#content p#sketch {
	position: absolute;
	top: 0;
	right: 0;
}

div#content p#sketch a:hover {
	background-color: transparent;
}

div#content p.date {
	margin: -12px 0 0 0;
	color: #666;
	font-size: 15px;
	text-transform: uppercase;
}

div#content h3,
div#content h4 {
	padding: 12px 0 0 0;
	color: #82572B;
	font-size: 21px;
	line-height: 24px;
}

div#content h4 {
	font-size: 18px;
}

div#content a#continued_mark,
div#content a#continued_mark img,
div#content img#end_mark {
	display: inline;
	margin: 0;
	padding: 0;
	height: 14px;
}

div#content a#continued_mark,
div#content img#end_mark {
	margin-left: 6px;
}

div#content a#continued_mark img {
	width: 96px;
	background: transparent url(/images/endmarks.png) no-repeat -60px 0;
}

div#content img#end_mark {
	width: 45px;
	background: transparent url(/images/endmarks.png) no-repeat 0 0;
}

div#content a#continued_mark:hover {
	background-color: transparent;
}

div#content a#continued_mark:hover img {
	background-position: -60px -20px;
}

div#content div.lower {
	clear: both;
	margin: 24px 0;
	padding: 24px 0 0 0;
	border-top: 2px solid #ccc;
}

div#content div#disqus_thread a {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 15px;
}

div#content div#disqus_thread div#dsq-thread-settings a {
	margin-left: 6px;
}

div#content div#disqus_thread a:hover {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

div#sidebar {
	padding-top: 15px;
}

div#sidebar div#about,
div#sidebar div#cloud,
div#sidebar div#archive,
div#sidebar div#random {
	clear: both;
	margin: 0;
}

div#sidebar h3 {
	margin: 0;
	padding: 0 0 0.5em 0;
}

div#sidebar div#cloud ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#sidebar div#cloud ul li a {
	line-height: 1em;
}

div#sidebar div#cloud ul li a.remove:hover {
	text-decoration: line-through;
}

div#content div.items {
	width: 550px;
}

div#content div.item {
	clear: left;
	padding: 1em 0;
}

div#content div.item h4 {
	padding: 0;
	color: #963;
	font-size: 18px;
}

div#content div.item div.vimeo {
	padding: 3px 0 6px 0;
}

div#content div.item.delicious h4 {
	padding-bottom: 1em;
	color: #963;
	font-size: 18px;
	font-weight: normal;
}

div#content div.item a.twitpic:hover {
	background: none;
}

div#content div.item a.twitpic img {
	clear: left;
	float: left;
	margin: 6px 18px 9px 0;
	width: 300px;
}

div#content div.item blockquote {
	padding: 0 0 0 1em;
	color: #666;
	font-size: 15px;
	border-left: 1px dotted #333;
}

div#content div.item strong > em {
	font-weight: normal;
}

div#content div.item p {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
}

div#content div.item p.flickr a:hover {
	background-color: transparent;
}

div#content div.item p.flickr a {
	margin: 0;
	padding: 0;
}

div#content div.item p.info {
	display: block;
	margin-top: 0.5em;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

div#content div.item p.tight {
	margin-top: -1.2em;
}

div#content div.item p.info span {
	padding-right: 6px;
}

div#content .pagination {
	clear: both;
	padding-top: 2em;
	font-size: 21px;
}

div#content .pagination a {
	margin: 0;
}

div#content .pagination .disabled {
	display: none;
}

div#content .pagination .prev_page {
	margin-right: 9px;
}

div#content .pagination .current {
	font-weight: bold;
}

div#content .pagination .next_page {
	margin-left: 9px;
}

div#content div#archives {
	overflow: hidden;
}

div#content div#archives ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 600px;
}

div#content div#archives li {
	display: block;
	position: relative;
	clear: left;
	padding: 0 0 1em 0;
	font-size: 18px;
	line-height: 24px;
}

div#content div#archives li h3 {
	clear: left;
	margin: 0;
	padding: 0.5em 0 1em 0;
}

div#content div#archives li li {
	display: block;
	clear: none;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 172px;
	height: 172px;
	background-color: #E8CB93;
}

div#content div#archives li li h4 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: transparent;
}

div#content div#archives li li h4 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 15px;
	background-color: transparent;
}

div#content div#archives li li h4 span {
	margin: 0;
	padding: 0.1em 0.25em;
}

div#content div#archives li li h4 a:hover {
}

div#content div#archives li li h4 a:hover span {
	background-color: #82572B;
}

div#content div#archives li li.empty {
	background-color: #F5E9C6;
}

div#content div#archives li li.empty h4 {
	color: white;
	font-size: 15px;
}

div#content div#archives li li p {
	position: absolute;
	top: 1.2em;
	margin: 6px;
	color: #996633;
	font-size: 15px;
	line-height: 24px;
}

div#content div#archives li li img {
	position: absolute;
	top: -50%;
	left: -50%;
	z-index: 50;
}

div#footer {
	clear: both;
	position: relative;
	background: #333 url(/images/footer.gif) repeat-x 0 0;	
}

div#footer h3 {
	position: absolute;
	top: -6px;
	right: 0;
	margin: 0;
	padding: 6px 0 0 0;
	width: 384px;
	height: 50px;
	background: transparent url(/images/footer_right.gif) repeat-x 0 0;
}

div#footer h4 {
	margin: 0;
	padding: 0 0 6px 0;
	color: white;
	font-size: 21px;
	line-height: 24px;
}

div#footer p,
div#footer li {
	margin: 0;
	padding: 0 0 12px 0;
	color: #ccc;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

div#footer li {
	padding-bottom: 12px;
	color: #999;
}

div#footer ul#ag_recent li img {
	margin-right: 6px;
	width: 9px;
	height: 9px;
	background-color: #CC6600;
}

div#footer a {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid #333;
}

div#footer h4 a,
div#footer p.me a,
div#footer p.photo a,
div#footer p.sketch a {
	border-width: 2px;
}

div#footer a.ag {
	font-size: 14px;
	line-height: 6px;
}

div#footer a:hover {
	color: white;
	background-color: transparent;
	border-color: white;
}

div#footer h3 a {
	border: none;
}

div#footer div.wide {
	float: left;
	padding: 108px 0;
	background: transparent url(/images/footer_left.gif) repeat-x 0 0;
}

div#footer div.thin {
	padding: 108px 0;
}

div#footer div.column {
	clear: none;
	float: left;
	width: 172px;
}

div#footer div.column.first {
	margin-right: 18px;
}

div#footer div.column.last {
	float: right;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer ul#contact li {
	padding-bottom: 0;
	font-size: 14px;
}

div#footer ul#contact li a {
	color: #999;
}

div#footer ul#contact li a img {
	margin-left: 3px;
}

div#footer ul#contact li a:hover {
	color: #ccc;
	border-color: #ccc;
}

div#footer div.thin p img {
	width: 384px;
	height: 172px;
	background-position: 50% 50%;
}

div#footer p#copyright {
	clear: both;
	padding: 0 0 60px 0;
	color: #666;
}
