/*
Theme Name: Sussex home template
Author: Web Team
*/

/*/////////////////////////////////// BLOG POSTS /////////////////////////////////*/

div.post-header {
	background: #EFEFEF;
	min-height: 70px;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
	border-bottom: 1px solid #D8DFEA;
}

h2.post-title {
	margin: 0;
	padding: 5px;
	background: #D8DFEA;
	border-top: 1px solid #5AB9CF;
	}

.post div.post-header .post-calendar-container {
    margin: 7px;
    padding: 0;
    border: 0;
    float: left;
}

.post div.post-header .post-calendar {
    background: #ffffff url('images/calendar.png') no-repeat;
    width: 48px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
}

.post div.post-header .post-calendar p.post-calendar-month {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 0 0;
    padding: 0;
    border: 0;
	color: #FFFFFF;
}

.post div.post-header .post-calendar p.post-calendar-date {
    font-family: Verdana, Tahoma, sans-serif;
    text-align: center;
    font-size: 1.4em;
    margin: 5px 0 0 0;
    padding: 0;
    border: 0;
	color: #FFFFFF;
}

.post div.post-header .post-calendar p.post-calendar-date a, .post div.post-header .post-calendar p.post-calendar-month a {
    color: #fff;
}

div.post-meta {
    margin: 0 0 0 65px;
    padding: 5px 0 0 0;
    border: 0;
}

div.post-meta ul {
    border: 0;
    padding: 0;
    margin: 0.2em 0 0.5em 0;
    list-style-type: none;
}

div.post-meta ul li {
    display: inline;
    padding: 1px 10px 1px 20px;
    border: 0;
    margin-top: 10px;
}

div.post-meta ul li .blogAdminOptions {
    display: inline;
}
div.post-meta ul li.post-date {
	background: url('images/date.png') left top no-repeat;
}
div.post-meta ul li.post-time {
	background: url('images/time.png') left top no-repeat;
}
div.post-meta ul li.post-author {
	background: url('images/user.png') left top no-repeat;
}
div.post-meta ul li.post-comments {
	background: url('images/comments.png') left top no-repeat;
}
div.post-meta ul li.post-edit {
	background: url('images/application_edit.png') left top no-repeat;
}
div.post-meta ul li.post-tags {
	background: url('images/tag_blue.png') left top no-repeat;
}
div.post-meta ul li.post-category {
	background: url('images/folder.png') left top no-repeat;
}
div.post-meta ul li.post-permissions {
	background: url('images/group.png') left top no-repeat;
}
div.post-meta ul li.post-alert {
	background: url('images/error.png') left top no-repeat;
}

.search ul, .blogroll ul {
	list-style-type: none;
	padding-left: 20px;
	}
	
 .blogroll ul {
 	padding: 0;
	}
	
 .blogroll ul ul {
 	list-style-type: disc;
	padding-left: 40px;
	}
