body {
	font-family: times new ;
	font-size: 5em;
}

#wrap {
	width: 940px;
	margin: 50px 0 0 50px;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
}

a {
	color: #421d1d;
	text-decoration: none;
}

a:hover {
	color: #421d1d;
	text-decoration: none;
}


h1.logo {
	text-transform: none;
	font-weight: bold;
	font-size: 2em;
}
h1.logo a {
	text-decoration: none;
}
h1.logo a:hover {
	text-decoration:none ;
}
header {
	width: 240px;
	margin-right: 20px;
	float: left;
}
#nav {
	margin: 0;
}

#nav ul li {
	font-size: 0.9em;
	line-height: 1.5;
}

#nav ul li.nav-category {
	text-transform: none;
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
}

#nav ul li a {
	text-decoration: none;
	color: #421d1d;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #421d1d;
}




.content {
	float: right;
	width: 650px;
	margin-top: 63px;
	
}


.content .entry {
	margin: 0 0 30px 0;
}

.content .entry h2.entry-caption-title {
	text-transform:!important;
	font-weight: bold;
	font-size: 0.3em;
	padding: 15px 0 0 0;
	margin: 0 0 5px 0;
	line-height: 1.5;
}
.content .entry p.entry-caption {
	font-family: helvetica sans-serif ;
	font-weight: lighter;

	font-size: 0.25em;
	padding: 0;
	margin: 0;
}

	





h2.friends {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height: 1;
}

ul.friend-list li {
	font-size: 0.9em;
	line-height: 1.4;
}


















