body {
	background: url(http://blogs.dixcdn.com/guernsey/wp-content/themes/starkers/style/images/bg.jpg) no-repeat;
	background-color: #146421;
}

a:link { color: #003366; text-decoration: underline; }
a:active { color: #003366; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:visited { color: #003366; text-decoration: underline; }

.boxad {
	width: 300px;
	height: 250px;
	border: 1px solid black;
}

.leaderboardad {
	width: 728px;
	height: 90px;
	border: 1px solid black;
}

.container {
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: white;
}

.footer {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	background-color: #a9c1dd;
	text-align: center;

}

.footer p {
	margin: 4px;
}

.left {
	padding: 10px;
}

.main {
}

.nav {
	width: 100%;
	text-align: center;
	background: url(http://blogs.dixcdn.com/guernsey/wp-content/themes/starkers/style/images/navbg.jpg);
	border-bottom: 1px solid black;
}

.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

.nav ul li {
	display: inline;
	color: white;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	border: 1px solid transparent;
}

.nav ul li:hover {
	color: #003366;
	background: url(http://blogs.dixcdn.com/guernsey/wp-content/themes/starkers/style/images/navhover.jpg);
	border: 1px solid white;
	-moz-border-radius: 5px;
}

.nav ul li a:link { color: white; text-decoration: none; }
.nav ul li a:active { color: white; text-decoration: none; }
.nav ul li a:visited { color: white; text-decoration: none; }
.nav ul li a:hover { color: white; text-decoration: none; }

.post {
	padding: 5px;
	margin: 0px;
}

.post h2 {
	margin: 0px;
}

.post img {
	border: 1px solid black;
}

.right {
	text-align: center;
	margin-top: 10px;
}

.right img.border {
	margin: 10px 0px 0px 0px;
	border: 1px solid black;
}

.right p {
	margin: 5px;
	font-size: 15px;
}

.right p a:hover {
	text-decoration: underline;
}

.right p a span {
	color: red;
}

.textads {
	text-align: center;
	border: 1px solid black;
	width: 300px;
	}
	
.textads div {
	border-bottom: 1px solid black;
	padding: 3px;
}

.textads div.header {
	background-color: #afc5d8;
	color: black;
	font-weight: bold;
}

.textads div.light {
	background-color: #e0ebf2;
}

.textads div.dark {
	background-color: #eaeaea;
}