#postListView {
	color: #ccc;
	background-color: #fff;
	padding: 0px 0px 7px 0;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #EEE;
	}
	
#postListView .postTitle {
	color: #262633;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}

#postListView .postTitle a{
	color: #444;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

#postListView .postTitle a:hover{
	background: #eee;
	}

#postListView .readers a{
	color: #4283cc;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	text-decoration: none;
	}

#postListView .readers a:hover{
	background: #e6eff9;
	}


.postText {
	color: #262633;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 2px 0;
	line-height: 1.4em;
	}

.url {
	overflow: hidden;
	}

.url a {
	color: #999;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	}

.url a:hover{
	text-decoration: underline;
	}


/* ////////////////  Save Button ////////////// */

.postButton {
	display: inline;
	position: relative;
	right: 0px;
	margin-right: 2px;
	}
	
.postButton a {
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 9px;
	color: #ccc;
	background: #fff;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
    border: 1px solid #ddd;
    font-weight: bold;
	}
	
.postButton a:hover {
	color: #777;
	background: #E3E3DE;
	}
