body {
background: #EEE;
margin: 0;
padding: 0; 
font-size: 75%;
color: #3E3E2E; 
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #3E3E2E; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 {
padding-top: 20px;
margin-left: 600px;
font-weight: normal;
letter-spacing: -2px;
text-transform: lowercase;
color: #3E3E2E;
}

.entry h1 {
text-align: left;
padding-top: 0px;
font-weight: normal;
letter-spacing: normal;
text-transform: none;
margin:0;
color: #3E3E2E;
}

h2 {
font-weight: normal;
}

h3 {
font-weight: normal;
border-bottom: 1px solid #84856A;
border-top: 1px solid #84856A;
}

	h3 a:link {
	text-decoration: none;
	}

h4 {
font-weight: bold;
margin-left: 20px;
}

	h4 a {
	text-decoration: none;
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

.entry { 
font-size: 1.2em;
margin: 0 0 1.5em; }


.daygroup {
	margin: 20px 220px;
	padding: 10px;
	background: #FFF;
}

.admin {
	text-align: right;
}

	

a, a:link, a:visited {
color: #BD101D; 
text-decoration:underline;
}
	
	a:hover, a:active {
	color: #F00; 
	text-decoration:underline;
	}

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

/* Posts
-------------------------------------------------------------- */

.entry {
	margin-bottom: 4em;
	margin-left: 20px;
	margin-right: 20px;
}

.entry .date a{
color: #999;
}

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

.entry textarea {width: 100%;}



/* Sidebar
-------------------------------------------------------------- */
.sidebar {
background: #FFF;
border-right: 1px solid #3E3E2E;
position: absolute;
top: 0px;
left: 0px;
width: 200px;

margin-left: 0px;
margin-right: 0px;
padding: 20px 0 0 0;
}

	.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	padding-left: 20px;
	margin-left: 0px;
	}

	.sidebar ul {
	padding: 0 0 20px 20px;
	margin-left: 0px;

	list-style-type: none;
	}

	.sidebar ul li { padding: 1px 0;}
	.sidebar ul li a {
    text-decoration: none;
	color: #BD101D;
	}
	
	.sidebar img {margin-left: 20px;}

	.sidebar ul li a:hover {
	color: #F00;
    text-decoration: underline;
	}

	.sidebar ul li a img {
   	border: 0 ;display: none;
	}

	.sidebar p {
	border-top: 1px solid #84856A;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 20px;
	}

	.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed #F00;
	}

	.sidebar a.message:hover {
    cursor: help;
	background-color: #F00;
	color: #ffffff !important;
	text-decoration: none !important;
	}
