* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

a { 
	color: #888;
	text-decoration: none;
}

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

h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: 100;
	letter-spacing: -0.05em;
}

h1 a {
	color: #000;	
}

h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: 100;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

h3 {
	color: #333;
	font-size: 1.3em;
	font-weight: 100;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}

h4 {
	font-size: 1.1em;
	font-weight: 100;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

textarea {
	width: 100%;	
}

.wrapper {
	display: table;
	margin: 0 auto;
}

.left {
	float: left;	
}

.clear {
	clear: both;	
}

.error {
	color: red;	
}

#header {
	height: 4em;
	margin-top: 2.2em;
}

#header.small {
	height: 2em;
	margin-top: 1em;
}

#header ul.navigation {
	margin-top: 1.2em;	
}

ul.navigation {
	float: right;
	list-style: none;
}

ul.navigation li {
	display: inline;
	text-transform: uppercase;
	margin-left: 1em;
}

#photo {
	background: url(../img/loader.gif) no-repeat center center;
	margin-bottom: 1em;
	position: relative;
}

#photo a:focus, #photo a:active {
	outline: none !important;
}

a#browse_prev, a#browse_next {
	background: url(../img/blank.png) transparent no-repeat;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 20;
}

a#browse_prev {
	float: left;
}

a#browse_next {
	float: right;
	right: 0;
}

a#browse_prev:hover {
	background: url(../img/previous.png) left center no-repeat;	
}

a#browse_next:hover {
	background: url(../img/next.png) right center no-repeat;	
}

#photo-details {
	height: 2.9em;
	margin: 1.7em 0;
}

#photo-details ul.navigation {
	margin-top: 1.6em;	
}

#photo-title {
	float: left;	
}

.date {
	color: #888;
	text-transform: uppercase;	
}

#photo-extra {
	background: #f6f6f6;
	border-top: 0.5em solid #fff;
	display: none;
	line-height: 1.5em;
	margin-bottom: 0.2em;
	padding: 1.8em 0;
}

#photo-extra p {
	margin-bottom: 1em;	
}

#photo-data {
	float: left;
	width: 45%;	
}

#photo-comments {
	border-left: 1px solid #e9e9e9;
	float: right;
	padding-left: 1em;
	width: 50%;
}

.comment {
	margin-bottom: 1.2em;	
}

.admin {
	background: #aaa;
	color: #fff;
	padding: 0 0.3em;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

#comment-form {
	border-top: 1px solid #e9e9e9;	
	margin-top: 2em;
	padding-top: 1em;
}

#content {
	border-top: 1px solid #efefef;
	padding: 3em 0 2em;
	width: 950px;	
}

.archive-menu {
	float: left;
	width: 22%;
}

.archive-menu ul {
	list-style: none;
	margin: 0.5em 0 1.5em 0;
}

.archive-menu a {
	display: block;
	padding: 0.2em 0 0.1em 0;
}

.archive-menu a.cur {
	color: #666;
	font-weight: bold;
}

.archive-content {
	float: right;
	width: 78%;
}

.spotlightWrapper ul {  
	list-style-type: none; /* remove the default style for list items (the circles) */  
	margin: 1em 0 0 0; /* remove default margin */  
	padding: 0; /* remove default padding */  
}  
.spotlightWrapper ul li {  
	display: inline; /* important: left float */  

}  
.spotlightWrapper ul li a img {  
	width:120px; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */  
	position:relative; /* so we can use top and left positioning */  
	border:none; /* remove the default blue border */  
}  
.spotlightWrapper ul li a img.active {  
	border:3px solid #333; /* choose whatever you like */  
	z-index:1; /* show it on top of the other images (they have z-index 0) */  
	left: -5px; /* same as border width but negative */  
	top: -5px; /* same as border width but negative */  
	padding: 2px;
	margin-right: -10px;
	margin-bottom: -10px;
}  
.spotlightWrapper ul li a img.active {  
	-moz-border-radius:5px; -webkit-border-radius:5px;
}

.about-left, .about-right {
	line-height: 1.5em;	
}

.about-left {
	float: left;
	width: 55%;
}

.about-right {
	float: right;
	width: 40%;
}

.about-pic {
	float: right;
	margin-left: 1em;
}

.about-mail {
	vertical-align: middle;	
}

#feedburner {
	margin: 1em 0;	
}

#footer {
	border-top: 1px solid #efefef;
	color: #888;
	line-height: 1.5em;
	margin-top: 0.3em;
	padding: 0.9em 0 0.5em 0;
	text-align: center;
	text-transform: uppercase;
}

#footer a {
	font-size: 0.9em;
	margin-right: 1em;	
}

.tipsy { padding: 5px; font-size: 11px; background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #333; color: #fff; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
