/*
List page styles 
*/

#tendenci .list-header {
	font-size: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#tendenci .list-results {
	padding-left: 3px;
	margin-top: 15px;
}

#tendenci .list-results h2 {
	font-size: 18px;
}

#tendenci .list-results p {
	color: #777;
	margin-bottom: 18px;
}

#tendenci h2.list-result-header {
	margin-bottom: 2px;
}

#tendenci p.list-result-default {
	font-weight: bold;
	margin: 0;
}

/*
detail page styles 
*/
#tendenci h1.detail-header {
	font-size: 25px;
	margin-bottom: 15px;
}

#tendenci .detail-content {
	color: #777;
	margin-bottom: 15px;
}

#tendenci .detail-dates {
	color: #999;
}

#tendenci .detail-tags {
	color: #999;
}

#tendenci .detail-admin {
	margin-top: 15px;
	background-color: #F2F2F2;
	border: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*
add/edit page styles 
*/
#tendenci h1.add-edit-header {
	font-size: 25px;
	margin-bottom: 15px;
}

/* delete page */
#tendenci h1.delete-header {
	font-size: 25px;
	margin-bottom: 15px;
}

#tendenci p.del-title {
	margin-bottom: 10px;
}

#tendenci input.submit-btn {
	padding: 3px;
	cursor: pointer;
}s