html {
    background: white;
    height: 100%;
}

body {
  font-family: Cambria, "Times New Roman", serif;
  height: 100%;
  margin: auto;
  width: 960px;
  font-size: 16pt;
  padding: 10px;
  background: rgb(220,217,175);
  background: url("pattern.jpg");
  box-shadow: 0px 0px 200px #bd9b9c;
}

body.long, html.long {
	height: auto;
}

h2 {
    font-size: 25px;
    color: olive;
}

/* Links */

.header, .subheader {
  font-family: Century, "Times New Roman", serif;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 10px;
  border-bottom: 8px solid olive;
}

.header {
  color: #A60053;
  font-size: 38pt; 
}

.subheader {
  color: rgb(200,70,130);
  font-size: 38pt; 
}

.content {
    margin-left: 200px;
    padding: 10px;
}

.bold {
    color: #333;
    font-weight: bold;
}

.clear {
    clear: both;
}
    
#bird {
  float: right;
  margin-right: 20px;
  margin-top: 16px;
}

/* Side-menu */
.menuPanel {
    float: left;
    width: 200px;
    padding-top: 10px;
    margin-top: 1.5ex;
}

.sideMenu {
    padding: 0px;
    margin: 0px;
    text-align: left;
    margin: 0px;
    clear: both;
    list-style: none;
    font-weight: normal;
}

.sideMenu li {
    margin: 0.5em 0 0;
    margin-left: 5px;
    text-align: right;
}
.sideMenu li a {
    display: block;
    color: white;
    border-radius: 10px 0px;
    padding: 0.3em 0;
    padding-right: 0.5em;
    background-color: #96963e;
    background: url("menu-normal.png") repeat-y;
    text-decoration: none;
}

.sideMenu li a:hover {
    background-color: #9e4773;
    color: #404040;
    background: url("menu-selected.png") repeat-y;
}

.sideMenu li a.selected {
    background-color: #9e4773;
    color: black;
    background: url("menu-selected.png") repeat-y;
}
 
.centred {
	text-align: center;
}

.blog-post {
	border-bottom: 1px solid olive;
}
 
h2.blog-date {
	padding-top: 2ex;
	color: gray;
	margin-bottom: 0px;
}

.blog-links {
	text-align: center;
	color: gray;
	font-size: 60%;
}

.blog-older {
	float: right;
}

.blog-newer {
	float: left;
}
