body {
	/*border-right: 1px solid black;*/
	margin-right: 200px;

	padding-left: 20px;
	padding-right: 20px;
	margin:0 auto;
	width:960px;

}

a:link
{
	color:#0066CC;
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	color:#0066CC;
	text-decoration:underline;
}

.content
{
	width:728px;
	float:left;
	overflow:hidden;
	margin-right:20px;
}

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

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

	color: grey;
	display:none;
}

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

    font-size:24px;
    font-weight:bold;
    color:#aaa;

	padding:2px;

    background-color:#EEEEEE;

}

h3 {


    font-size:14px;
    color:#333;
    font-weight:bold;
    padding-top:8px;
    margin-bottom:12px;

    border-bottom:2px solid #B2CC99;
    padding-bottom:3px;
    background-position:0 1px;
    background-repeat:repeat-x;

    margin-bottom:4px;

    font-size:26px;
    color:#6C6C6C;
    font-family:helvetica,sans-serif;
    font-weight:normal;
    border:none;
    clear:both;
    font-weight:bold;

    letter-spacing:-1px;


}

h3 a {
	text-decoration: none;
	color: inherit;
	color:#666;
	color:#994C00;
}

h3 a:hover {

}

h4 {
	    border-bottom:2px solid #eee;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    font-style:italic;
    font-size:16px;
    margin-bottom:2px;
    border-bottom:none;
    color:#333;
}

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;
	margin-top:10px;
	font-size:80%;
	font-weight:bold;
}



.sidebar {
	float:right;
	/*position: absolute;
	top: 0px;
	right: 0px;
	*/
	width: 200px;

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

	/*padding-top: 20px;*/
	padding-left: 0px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 85%;
}

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

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

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

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}




.sidebar p {
	border-top: 1px dotted #aaa;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

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



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

.daygroup
{
}

.entry
{
	border-bottom:1px dotted #999;
}

.entry img
{
	padding:1px;
	border:1px solid #555;
	margin:4px;
	float:left;
	clear:both;
}

.sidebar img
{
	border:none;
}

