@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #222;
  }

a {
	color: #000;
	text-decoration:none;
	}
a:visited{
	color: #777;
}

a:hover {
	background-color:#888;
	color: #fff;
	}

h1{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

h2{
	color: #555;
	border-bottom: 1px solid #555;
	font-size: 14px;
}

#container {
  margin: 0 auto;
  width: 980px;
  background: #fff;
  text-align: left;
  }
  
#header{
	width: 100%;
	height: 300px;
	padding: 20px 0px 20px 0px;
	background: #fff;
	overflow: hidden;
}

#middle{
	width: 610px;
	padding: 20px 5px 20px 25px;
	background: #fff;
	float: left;
	
}

#middle .entrydate{
	font-size: 11px;
	text-transform: uppercase;
	line-height: 10px;
	color: #666;
}

.entrydate{
	font-size: 11px;
	text-transform: uppercase;
	line-height: 10px;
	color: #444;
}

.entrydate a:hover{
	background: #666;
	color: #fff;
}

#middle .entrydate a:hover{
	background: #666;
	color: #fff;
}
#contentRight, #contentLeft{
	width: 200px;
	padding: 20px 10px;
	float: right;
	background: #fff;
	font-size: 11px;
        color: #333;
        text-transform: lowercase;
}

#contentRight a, #contentLeft a{
        color: #666;}
#contentRight a:visited, #contentLeft a:visited{
        color: #333;
        background: #ddd;}
        
#contentRight a:hover, #contentLeft a:hover{  	background-color:#888;
	color: #fff;}      

#contentLeft{
	float: left;
	width: 115px;
	padding-top: 1px;
}

#contentRight{
	width: 155px;
}

#contentRight .header, #contentLeft .header{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#contentLeft .header{
	color: #000;
	border-bottom: 1px solid #000;
}

#contentRight p{
	color: #333;
}

#entry{
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	border-bottom: 1px #999 dashed;
	color: #444;
}

#entry p{
	padding: 5px 10px;
	font-size: 12px;
	color: #444;
}

#categories, #lefties{
	border-top: 1px solid #fff;
	padding: 5px 0 10px 0;
}
#lefties{
	border: 0;
	font-size: 11px;
}
.entryimg{
	padding: 5px;
}
#comments{
	font-size: 12px;
	border-bottom: 1px dashed #bbb;
}

ul{
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	text-indent: -5px;

}

.image{
	padding: 3px;
}
