/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background: url('images/trees_bg.jpg') fixed 0px 0px;
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
}

img, img a, a {border:none; outline: 0;}

#navbar {
	position:absolute;
	top:10px;
	left:20px;
}

#navbar table {
	border:none;
}

#navbar table tr td{padding:15px;}

.aboutlink span {display:none;}
a.aboutlink {background:url('images/about.png') no-repeat 0 0px; width:123px; height:73px; display:block;}
a.aboutlink:hover {background:url('images/about.png') no-repeat 0 -75px;}

.notes span {display:none;}
a.notes {background:url('images/notes.png') no-repeat 0 0px; width:125px; height:66px; display:block;}
a.notes:hover {background:url('images/notes.png') no-repeat 0 -66.5px;}

.photoslink span {display:none;}
a.photoslink {background:url('images/photos.png') no-repeat 0 0px; width:151px; height:67px; display:block;}
a.photoslink:hover {background:url('images/photos.png') no-repeat 0 -67px;}


.bottomtree {
	background: url('images/bottom_tree.png') 0px 85px no-repeat;
	position: fixed;
	bottom: 0;
	width: 602px;
	height: 620px;
	margin-left: 600px;
}

.site_header {position:absolute;margin-left:480px; top:20px;}
#content, #content_about, #content_photos {width:600px; top:120px; position:absolute; padding:30px; border:none;}


.prev_note {position:fixed; bottom:20px; left:770px; font-variant:small-caps; text-align:center;}
.prev_note a {
	line-height: 110px;
	background: url('images/prev_note.png') no-repeat 0 0px;
	width: 91px;
	height: 50px;
	display: block;
	outline: 0;
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}

.prev_note a:hover {background:url('images/prev_note.png') no-repeat -94.5px 0px; color:#503e22;}


.next_note {position:fixed; bottom:20px; left:900px; font-variant:small-caps; text-align:center;}
.next_note a {
	line-height: 110px;
	background: url('images/next_note.png') no-repeat -94.5px 0px;
	width: 91px;
	height: 50px;
	display: block;
	outline: 0;
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}
.next_note a:hover {background:url('images/next_note.png') no-repeat 0 0px; color:#503e22;}

.arch_rss {position:fixed; bottom:80px; left:655px; text-align:right; margin:0xp; padding:0px;}
.arch_rss a{color:#000; text-transform:uppercase; font-size:.9em;}
.arch_rss a:hover {color:#503e22; text-decoration:none;}

.pictobrowser {
	width:590px;
	-moz-box-shadow: 1px 1px 5px rgba(200,200,200,1);
	-webkit-box-shadow: 1px 1px 5px rgba(200,200,200,1);
	box-shadow: 1px 1px 5px rgba(200,200,200,1);
}



