body {
	font: 12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
	background:  #ffffff  url("images/rdd-bg.gif") repeat-x;
	color: #333;
	padding: 0;
	margin: 0;
	text-align:center;
	min-width: 674px;
}
img {
	border: none;
	margin: 0 auto;
	display: block;
	text-align:center;
}
a {
	font-weight: bold;
	text-decoration: none;
}
h2 {
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0;
}
blockquote {
	color: #777;
}
#header {
	text-align: center;
	margin: 0 auto;
	min-height: 120px;
	top: 20px;
	left: auto;
	width: 125px;
	height: 125px;
	z-index: 1000;
	position: absolute;
}
#container {
	text-align: center;
	padding: 10px 0 0;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}

/*------- Posts ---------*/
#content {
	padding: 0;
	margin: 0;
	color: #406090;
}

.commentlist a, #footer a {
	color: #e5782e; 
}
.entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom: 1px dashed #466a8e; 
}
.entry {
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}
.entry li {
	list-style: none;
	margin: 10px 0 0;
	list-style-image: url("images/bullet.gif");
}

#content a, #content a.hover {
	color: #d46f2a;
}
.entrycontent {
	margin: 0;
	background: #FFF;
	position: relative;
	padding: 1px 30px;
}

#content .activelink {
	color: #ffffff;
	font-weight: bold;
}
	
/*------- Rounded divs ------------*/
.topl { 
	height:15px;
	background: url(images/topl.png) left no-repeat;
}
.topr { 
	height:15px;
	background: url(images/topr.png) right no-repeat;
}
.bottoml {
	height:15px;
	background: #FFF url(images/bottoml.png) left no-repeat;
}
.bottomr {
	height:15px;
	background: url(images/bottomr.png) right no-repeat;
}

/* --- Links ---*/
#links {
	padding: 10px 30px 0 0;
	text-align: center;
	margin: 0;
}

#links a, #links a.visited, #links a.hover {
color: #cad0e1;
font-family: Arial, Helvetica, sans-serif
font-size: 12px;
font-weight: normal;
text-decoration: none;
padding: 0 0 1px 0;
margin-left: 10px;
margin-right: 10px;
}

#copyright {
color: #3a4a78;
text-decoration:none;
padding: 10px;
font-size: 9px;
text-align: center;
}
