body {
    margin: 0;
    padding: 0;
    color: #303030;
    background-color: #f1f1f1;
}

#header {
    color: #93948f;
    background-color: #3e3e3e;
    background-color: #363636; /* darker */
    height: 200px;
    border-bottom: 14px solid gray;    
}

h1 {
    color: #c5c5c5;
    background-color: #505050; /* lighter */
    width: 270px;
    height: 140px;
    margin: 0;
    padding: 60px 0 0 30px;
    font-family: "Georgia";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.09ex;
}

#header h1 a:link,
#header h1 a:visited {
    color: #c5c5c5;
    text-decoration: none;
    font-weight: normal;
}

h1 a:hover {
    text-decoration: none;
}

#hright {
    position: absolute;
    top: 0;
    left: 310px;
    padding-left: 20px;
    padding-top: 20px;
}

#hright p {
    font-style: italic;
    letter-spacing: 0.35ex;
}

#hright img {
    display: block;
    position: absolute;
    border: none;
    left: 300px;
    top: 20px;
}

#hright a {
    color: #93948f;
    font-weight: bold;
}

#hright a:link {
    text-decoration: none;
}

#hright a:hover {
    text-decoration: underline;
}

#hright ul {
    margin: 50px 0 0 20px;
    padding: 0;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    list-style-type: lower-roman;
    list-style-position: outside;
}

#hright li {
    margin: 5px 0;
}

/* content styling */

#content {
    width: 600px;
    margin: 50px 35px;
    line-height: 1.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 95%;
}

a:link,
a:visited {
    font-weight: bold;
    color: #4b5a41;
    text-decoration: none;
}

a:hover {
    color: #839e72;
    text-decoration: underline;
}

h2 a:link,
h2 a:visited {
	color: inherit;
	font-weight: inherit;
}

img {
	display: block;
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}

p.imgleft {
	float: left;
	margin: 5px 15px 0 0;
	padding: 0;
}

.clear {
	clear: both;
}

.meta {
    font-size: 90%;
    margin-bottom: 10px;
    text-align: right;
}

.paginate {
    margin: 30px 0;
}

/* about page */

#contact_form {
	width: 300px;
	margin-bottom: 30px;
}

/* footer styling */

#footer {
    margin: 0;
    padding: 10px 35px 30px 35px;
    color: #93948f;
    background-color: #363636;
    border-top: 14px solid gray;
    font-family: verdana, helvetica, sans-serif;
    font-size: 13px;
}

#footer p {
    margin: 10px 0 0 0;
    padding: 0;
}

#footer a:link,
#footer a:visited {
    color: #93948f;
}

p#tagcloud {
	margin-bottom: 40px;
}

#tagcloud a:link,
#tagcloud a:visited {
    color: #ccb226;	
    font-weight: normal;
}