body {
	background-image: url(images/bodybg.gif);
	font-family: sans-serif;
	font-size: 12px;
}

/* The designs skeleton */
div.header {
	background-image: url(images/header.png);
	width: 980px;
	height: 250px;
	margin: auto auto;
}

div.splitter {
	background-color: black;
	width: 928px;
	height: 5px;
	margin: auto auto;
}

div.container {
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 926px;
	margin: auto auto;
}

div.footer {
	background-image: url(images/footer.png);
	height: 55px;
	width: 928px;
	margin: auto auto;
	text-align: center;
}

div.infobox {
	border: 1px solid #80b5d0;
	background-color: #c6d9e9;
	color: #224466;
	text-decoration: none;
	font-size: 13px;
	width: 500px;
	padding: 7px;
	vertical-align: middle;
}

div.rss {
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	font-weight: bold;
	height: 32px;
}

div.rss a {
	font-size: 16px;
}

/* style information for the headers */
h1 {
	color: black;
	font-weight: 100;
	font-size: 22px;
	border-bottom: 1px dotted #00538a;
	width: 98%;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	color: black;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 10px;
}

input, textarea, select {
	border: 1px solid #858585;
	background-color: transparent;
	color: black;
}

/* style information for the blog entries */
#blogentry {
	margin-top: 15px;
}

#blogentry h1 {
	color: black;
	font-weight: 100;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #00538a;
	width: 98%;
}

#blogentry div.content {
	font-size: 12px;
	margin: 15px;
	color: black;
	line-height: 20px;
}

#blogentry div.content a {
	font-size: 12px;
}

#blogentry div.category {
	padding-left: 18px;
	height: 16px;
	display: inline;
	background: transparent url(images/category.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#blogentry div.date {
	padding-left: 18px;
	height: 16px;
	display: inline;
	background: transparent url(images/clock.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
}

#blogentry div.comment {
	padding-left: 18px;
	height: 16px;
	display: inline;
	background: transparent url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* styles information for the comments */
div.comments {
	padding-bottom: 5px;
	padding-left: 15px;
}

div.comments a, div.gbbottom a {
	font-size: 12px;
	color: #000000;
}

/* style information for the search results */
#search h1 {
	color: #075181;
	font-size: 15px;
	margin: 0px;
	border: 0px;
}

#search div {
	line-height: 20px;
}

/* style information for the guestbook */
div.gbtop {
	background-image: url(images/gtop.png);
	width: 420px;
	text-align: left;
}

div.gbtop p {
	padding: 15px;
	padding-bottom: 5px;
	color: black;
	margin: 0px;
}

div.gbbottom {
	background-image: url(images/glow.png);
	width: 420px;
	height: 30px;
	text-align: left;
	margin-bottom: 40px;
}

div.gbbottom p {
	padding-left: 55px;
}

/* style information for the menu */
#menu ul, #archive ul {
	margin: 0px;
	padding: 0px;
}

#menu ul ul, #archive ul ul {
	margin: 0px;
	padding-left: 10px;
}

#menu li, #archive li {
	color: #075181;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-top: 0px;
	border-bottom: 1px solid #eeeeee;
	background-color: transparent;
	background-image: url(images/listbullet.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 3px;
}

#archive li {
	border-bottom-width: 0px;
}

#menu h1 {
	font-size: 120%;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0pt;
	color: #222222;
	font-weight: 800;
	font-family: arial,verdana,sans-serif;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8cd1fd;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8cd1fd;
	letter-spacing: 2px;
}

/* generel link style */
a:link, a:visited {
	text-decoration: none;
	color: #00538a;
	font-size: 11px;
}

a:hover, a:active {
	text-decoration: none;
	color: #075181;
}

/* gallery style */
#gallerylist span {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 160px;
	text-align: center;
}

#gallerylist div {
	border: 3px gray solid;
	padding: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 150px;
}
