body {
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 0px;

	font: 73% verdana, "Trebuchet MS", arial, sans-serif;
	background-color: #627d83; 
}

#topmenu {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	border: 1px solid black;
	border-bottom: 1px solid #bbcbdf;
	background-color: #bbcbdf;
	padding: 5px 5px 0px 5px;
	
	font-size: 16px;
	font-weight: bold;

        display: inline;
        list-style-type: none;
			
}

#topmenu ul li.active {
	border-bottom: 1px solid white;
	background-color: #ffffff;
}

#topmenu ul li a {
	color: #000000;
}
		

#wrapper {
	margin-left: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: #ffffff;

	padding: 30px 30px 30px 30px;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 70px;

	background: url('images/logo_cd.png') no-repeat right;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
}

h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #200080;

	margin-left: -20px;
}

h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;

	background-color: #f69a10;
	border: 1px solid #5080b0;

	padding: 4px;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

a, a:visited {
	text-decoration: none;
	color: #200080;
}

a:hover {
	text-decoration: underline !important;
}

img {
	border: 0;
}

#subscribers {
	border: 1px dotted #000000;
	width: 85%;
	background-color: #9ec9d3;
	padding: 0;
}

#subscribers h3 {
	border: 0;
	background: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
}

#subscribers ul {
	margin: 5px 5px 5px 5px;
	padding: 0;
}
#subscribers li {
	margin: 0;
	padding: 3px;
	display: inline;
	list-style-type: none;
}
