* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000;
}
p, blockquote, li, #content form, #fullsize {
	color: black;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, serif;
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 5px;
	text-align: left;
}
a {
	color: black;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
	font-variant: small-caps;
}
h3 {
	clear: left;
	font-size: 1.5em;
	margin-top: .5em;
	text-align: left;
}
h1 a, h2 a, #content h3 a {
	border: 0;
	text-decoration: none;
}
img {
	border: 0;
}
img.divider {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
blockquote {
	border-left: gray 3px;
	margin-left: 3em;
	margin-right: 3em;
}
#accessibility {
	position: absolute;
	top: -10000px;
}
#container {
	background: url(http://photosbykat.net/sidestripe_bg.gif) repeat-y bottom left;
/*	max-width: 1200px; */
	width: 99%;
}
#head {
	background: url(http://photosbykat.net/head_bg.gif) repeat-x top left;
}
#head h1 {
	text-align: left;
}
#sidebar {
	background: #fff;
	color: #000;
	font-size: 1.5em;
	font-style: italic;
	line-height: 2em;
	margin-right: 1%;
	position: absolute;
	right: 0;
	top: 54px;
	width: 7em;
}
#sidebar img {
	margin: 10px 0 0 0;
}
#nav ul li {
	border:1px solid #000;
	list-style-type:none;
	margin: 5px 0;
	text-align: right;
}
#nav ul li a:link, #nav ul li a:visited {
	background: #000;
	border-right: 5px solid #000;
	color: #fff;
	display: block;
	font-family: Georgia, Times, Serif;
}
#nav ul li a:hover, #nav ul li a:active {
	background: #fff;
	border-right: 5px solid #fff;
	color: #000;
}
body#about a#n2,
body#events a#n3,
body#archives a#n4,
body#collections a#n5,
body#sotd-description a#n6,
body#contact a#n7 {
	background: #fff;
	border-right: 5px solid #fff;
	color: #000;
	text-decoration: underline;
}
#search p {
	color: #000;
	font-family: Georgia, Times, Serif;
	list-style-type:none;
	margin: 0;
	text-align: right;
}
#help p {
	color: gray;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, serif;
	font-size: .6em;
	font-style: normal;
	line-height: 1.4em;
	margin: 20px 0;
	text-align: left;
}
input {
	border: 2px outset #000;
}
input:hover {
	border-style: inset;
}
#content label, #content input, #content textarea {
	margin: .5em 1.5em;
}
#content {
	margin: 0 11em 0 110px;
}
#content p {
	text-indent: 1em;
	margin: .5em;
}
#content label, #content input, #content textarea {
	margin: .5em 1.5em;
}
#content form {
	clear: left;
}
#content img {
	border: 5px solid gray;
	clear: left;
	float: left;
	margin: .5em .5em .5em 0;
}
#content img.thumb {
	border: 0;
}
#content hr {
	clear: left;
	visibility: hidden;
}
#content p.archives {
/*	clear: left; */
	font-family: Georgia, Times, Serif;
	font-size: 1.2em;
	font-variant: small-caps;
	text-indent: 0;
	white-space: nowrap;
}
#content p.archives a:link, #content p.archives a:visited {
	font-family: "Arial Narrow", "Arial Black", Arial, Sans-Serif;
	font-size: .8em;
	font-variant: normal;
	font-weight: bold;
}
#content p.archives a:hover, #content p.archives a:active {
	background: #000;
	color: #fff;
	text-decoration: none;
}
#content p.timestamp {
	font-size: .7em;
	margin-top: 1.5em;
	text-indent: 0;
}
#desc {
	color: gray;
	margin-left: 2em;
}
#foot {
	background: url(http://photosbykat.net/foot_bg.gif) repeat-x top left;
	clear: both;
	text-align: center;
}
#foot img {
	margin-bottom: .5em;
}
#foot h4 {
	background: #000;
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	line-height: 3em;
	margin: .5em 0;
}
#foot p {
	font-size: .8em;
	margin-top: -1.5em;
	text-align: right;
}
#foot li {
	display: inline;
	list-style: none;
}
#foot a, #content a {
	text-decoration: underline;
}
.caps {
	font-size: 10px;
	letter-spacing: 0.1em;
}
.credits {
	margin-top: 1em;
}
.right, #content img.right {
	float: right;
}
.rssThumbFloat {
/*	border: 1px solid #000; */
	font-size: .85em;
	float: left;
	height: 110px;
	padding: 5px;
	text-align: center;
	width: 110px;
}