body {
	background-color: #A6A6A6;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	margin: 30px;
	padding: 0;
	border: 0;
	text-align: center;
	color: black;
}

h1 {
	font-size: 250%;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 100%;
}

h2 {
	font-weight: normal;
	font-size: 170%;
	margin: 15px 0 -7px 0;
	text-decoration: underline;
	line-height: 120%;
}

h4 {
	margin: 20px 0 -8px 0;
	font-size: 100%;
}

p {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: justify;
}

img {
	border: 0; 
}

a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 1px dashed #747474;
	color: #747474;
	background-color: transparent;
}

a:hover {
	color: #CFCFCF;
	background-color: #747474;
}

ul, li {
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: circle;
}

#wrapper
{
	background-color: #CFCFCF;
	color: black;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 18px 20px 18px 20px;
	border: 30px solid #747474;
	width: 550px;
	line-height: 140%;
}

#navigation {
	background-color: #747474;
	margin-top: 17px;
	padding: 5px;
	text-align: center;
	color: #CFCFCF;
}

#navigation a {
	color: #CFCFCF;
	background-color: transparent;
	padding: 0 3px 0 3px;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}

#navigation a:hover {
	color: #747474;
	background-color: #CFCFCF;
}

#navigation #currentpage {
	color: #E9E9E9;
	background-color: transparent;
}

#switcher {
	color: black;
	background-color: #747474;
	margin: 17px 0 0 0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

#switcher a {
	color: #CFCFCF;
	padding: 3px;
	border: 0;
}

#switcher a:hover {
	color: #747474;
	background-color: #CFCFCF;
}

#switcher img {
	vertical-align: middle;
}

.smallprint {
	font-size: 70%;
	letter-spacing: -0.5px;
}

.linklist {
	line-height: 190%;
}

.blogentry, .blogcomments {
     background: transparent;
     padding: 0;
     margin-bottom: 20px;
	  padding-top: 15px;
	  border-top: 1px solid gray;
}
.blogcomment {
     background: transparent;
     border: 1px solid gray;
     padding: 10px;
     margin: 10px 0 10px 0;
}
.blogtitle {
	font-size: 170%;
}
.blogsub {
	font-weight: bold;
}

/* Imported from IPB. Only used by the blog. */
.quotetop {
	border: 1px dotted #747474;
	font-weight: bold;
	font-size: 70%;
	margin-top: 5px;
	padding: 3px 5px 3px 5px;
}

.quotemain {
	border: 1px dotted #747474;
	padding: 5px;
}

/* Used by flickr imported thumnails. Only used on homepage. */
.flickr_badge_image img {border: 1px solid black !important;}