@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Times;
  	font-size: 14px;
  	margin: 0;
  	padding: 0;
	text-align: center;
	min-width: 900px;
	min-height: 650px;
	background-color: #683a5e;
}

img {
	float: left;
}

a {
	text-decoration: none;
	color: #5C246E;
	}

a:hover {
	text-decoration: underline;
	color: #2E0854;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#content {
	width:80%;
	height:auto;
	margin: 0 auto;
	text-align: left;
	background-color: #CFE9D6;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #5c246e;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-left-color: #5c246e;
}

#header {
	width: auto;
	height:205px;
	background-image: url(../images/header.gif);
	background-position: center center;
}

#bestofuu {
	height:auto;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
}

#journalfeed {
	height:auto;
	padding-left:20px;
	padding-right:20px;
}

#makingstufffeed {
	height:auto;
	padding-left:20px;
	padding-right:20px;
}

div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none 
}

div.feedburnerFeedBlock ul li span.headline { 
	font-weight:bold; 
	display:block; 
	margin:15px 0 6px 0; 
}

#creditfooter {
	display:none;
}

