* {
	margin: 0;
	padding: 0;
}

body {
    font-family: "Trebuchet MS", arial, sans-serif;
    margin: 20px;
    background: rgb(167,40,104);
}

img {
    border: 0;
}

p {
	margin-bottom: 1px;
}

#wrapper {
	width: 770px;
	margin-bottom: 0px;
}

#banner {
	position: absolute;
	top: 0;
	left: 5px;
	width: 770px;
	height: 100px;
	margin: 5px auto;
	background: rgb(226,167,203) url(./misc/banner.gif) no-repeat;
	background-position: top right;
}

#banner h1 {
	display: none;
}

#banner p {
	display: none;
}

#navbar {
	position: absolute;
	top: 173px;
	left: 590px;
    width: 175px;
	background: rgb(226,167,203);
    color: black;    
    float: right;
    font-size: smaller;
    font-weight: bold;
    padding: 0 0 0 10px;
}

#navbar h1 {
	margin-top: 2px;
	margin-right: 4px;
    color: white;
    font-size: large;
    text-align: right;
}

#navbar h2 {
    font-size: large;
    margin: 0;
    padding: 0;
}

#navbar ul {
    position: relative;
    left: -20px;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}

#navbar li {
    margin: 0;
	line-height: 1.5em;
}

#navbar a {
    padding-bottom: 2px;
	display: block;
	width: 95%;
	text-decoration: none;
    padding-left: 10px;
	color: rgb(167,40,104);
}

#navbar a:visited {
    color: rgb(167,40,104);
}

#navbar a:hover {
    color: black;
    background: rgb(229,209,220);
    text-decoration: none;
	/*border-right: 5px solid black;*/
	border-left: 5px solid black;
	margin-left: -5px;
}

html>body #navbar a { width: auto; }

#content {
	position: absolute;
	top: 110px;
	left: 5px;
    width: 580px;
	height: auto;
    background: rgb(226,167,203);
    color: black;
	margin-bottom: 10px;
}

#content h1 {
	margin-top: 2px;
	margin-left: 4px;
    color: white;
    font-size: large;
    text-align: left;
}

#content p {
    margin-left: 10px;
    margin-top: 0;
}

.blogpost {
    margin: 20px;
	padding-right: 5px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 5px dashed rgb(167,40,104);
}

.blogpost p {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.blogpost h2 {
    color: white;
    font-size: large;
    margin-left: 10px;
}

.blogpost h3 {
    text-align: right;
    font-size: smaller;
    color: white;
    margin: 0;
}

.blogpost ul {
	margin-left: 25px;
}

.blogpost a {
    color: white;
    text-decoration: underline;
}

.blogpost a:hover {
    color: black;
    text-decoration: underline;
}

.blogpost a:visited {
    color: white;
}

#photogallery {
	margin: 0 auto;
}

#photogallery img {
	margin-left: 25px;
	margin-top: 25px;
	text-align: center;
}

.galleries {
	float: left;
	width: 330px;
	height: 330px;
	margin-bottom: 20px;
}

.galleries img {
	background-color: #000000;
	padding: 5px;
	display: inline;
	text-align: center;
	margin-bottom: 2px;
}

.galleries span {
	padding: 5px;
	text-align: center;
	display: block;
}

.galleriessmall {
	float: left;
	width: 170px;
	height: 170px;
	margin-bottom: 20px;
}

.galleriessmall img {
	background-color: #000000;
	padding: 5px;
	display: inline;
	text-align: center;
	margin-bottom: 2px;	
}

.clearleft {
	clear: left;
}

#photogallery h3{
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: medium;
}

#photogallery a {
	color: black;
	text-decoration: underline;
}

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

#photogallery a:visited {
    color: black;
}

#bottomnav {
	position: absolute;
	top: 5px;
	left: 5px;
	padding-right: 5px;
	clear: both;
	text-align: right;
	width: 765px;
    background: rgb(226,167,203);
	line-height: 1.5em;
}

#bottomnav li {
	display: inline;
	padding-left: 2px;
	margin-left: 2px;
}

#bottomnav a {
	color: black;
    text-decoration: underline;
}

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

#bottomnav a:visited {
    color: white;
}

#footer {
	position: absolute;
	top: 110px;
	left: 590px;
	width: 175px;
    text-align: center;
	font-size: 70%;
    color: white;
	padding: 5px;
	background: rgb(226,167,203);
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: black;
    text-decoration: underline;
}

#footer a:visited {
    color: white;
}

.gallerylink {
    color: black;
    text-decoration: underline;
}

#fullsizecontent {
	position: absolute;
	top: 35px;
	left: 5px;
    width: 770px;
	height: auto;
    background: rgb(226,167,203);
    color: black;
	margin-bottom: 10px;
}

#fullsizecontent h1 {
	margin-top: 2px;
	margin-left: 4px;
    color: white;
    font-size: large;
    text-align: left;
}

#fullsizecontent p {
    margin-left: 10px;
    margin-top: 0;
}

#fullsize {
	margin: 0 auto;
	text-align: center;
}

#fullsize a {
	color: black;
    text-decoration: underline;
}

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

#fullsize a:visited {
    color: black;
}

#nextprevious {
	width: 100%;
	font-size: 5em;
	text-align: center;
}

#nextprevious a {
	color: black;
    text-decoration: none;
}

#nextprevious a:hover {
    color: white;
    text-decoration: underline;
}

#nextprevious a:visited {
    color: black;
}

.left {
	padding-right: 50px;
}

.right {
	margin-right: 5px;
}

.backlist {
	list-style-type: none;
	text-align: right;
	padding-right: 5px;
}

.backlist li {
	display: inline;
	padding-left: 2px;
	margin-left: 2px;
}

.backlist a {
	color: black;
    text-decoration: underline;
}

.backlist a:hover {
    color: white;
    text-decoration: none;
}

.backlist a:visited {
    color: black;
}

#exif {
	font-size: smaller;
}

table {
    border:1px solid black; 
    text-align: center;
    margin: 5px auto;
}

td {
    padding: 0.2em;
    border: solid 1px black;
    background: #669999;
}
