.categoryListing {
	list-style: none;
	margin: 0;
	padding: 0;
}
.categoryListing h2 a {
	text-transform: none;
}
.categoryListing.blog li {
	padding-bottom: 25px;
}

p {
	margin-bottom: 15px;
}
.readMore {
	font-weight: bold;
	padding: 0 0 0 8px;
	margin: 0 0 0 5px;
}
#sideBarWrapper h3 a {
	display: block;
	height: 24px;
	text-decoration: none;
}
#sideBarWrapper h3 a:hover {
	cursor: hand;
	text-decoration: none !important;
}

.error {
	margin: 10px 0 15px;
	border: 2px solid #C77;
	color: #900;
	background: #FFDDDD;
	padding: 10px;
	font-size: 1.2em;
}
.error li {
	margin: 0 0 0 15px;
}
#contenBodytWrapper p, #contenBodytWrapper div, #contenBodytWrapper p div {
	font: inherit !important;
}
.required {
	font-weight: bold;
	padding: 0 3px 0 0;
	color: #C00;
}

.event {
        padding: 10px;
        clear: both;
        margin: 15px 0 0 0;
}
.event p {
        margin: 0;
        padding: 0;
}
.event h3 {
        height: auto;

        position: relative;
        display: block;
        margin: 0;
        padding:  0;
        font-weight: normal;
}
.event h5 {
        text-transform: none;
        display: block;
        margin: 5px 0 ;
        padding: 0;
}
.event .date {
        text-align: center;
        float: left;
        width: 5em;
        margin: 0 10px 5px 0;
}
.event .date .year {
        padding: 3px;
        border-width: 0 1px 1px 1px;
}
.event .date .month {
        border: solid;
        border-width: 0 1px;
        padding: 3px;
}
.event .date .day {
        padding: 3px;
        border: 1px solid;
        border-width: 0px 1px 1px 1px;
}
.dateTime {
	padding: 0 0 5px 0;
}
.dateTime .label {
	display: inline-block;
	clear: none;
	width: 80px;
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
}



/* Endorsements default */

.endorsements p {
	display: inline;
	margin: 0;
	padding: 0;
	clear: none;
}
.endorsements {
	font-size: .9em;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
}
.endorsements .endorsement {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}
.endorsements .endorsement .name {
	display: inline;
	font-weight: bold;
	font-family: inherit;
	font-size: 1.35em;
	padding: 0 5px 0 0;
}
.endorsements .endorsement .note {
	display: inline;
	font-style: italic;
}
.endorsements .endorsement .body {
	display: block;
}

/* Photo gallery */

.categoryListing.photo li {
	float: left;
	height: 110px;
	width: 110px;
	overflow: hidden;
	margin: 10px 5px 0;
}
.categoryListing.photo li img.plain {
	padding: 2px !important;
	border: 1px solid #999 !important;
}
/* it's sad, but this won't work in IE */
.categoryListing.photo li a:hover img {
	border-color: #CCC;
}

/* Blog posts */

ul.shareLinks {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}
ul.shareLinks li {
	display: inline;
}
ul.shareLinks li a img {
	text-decoration: none;
	border: 0 !important;
}
#contenBodytWrapper div.timeStamp {
	font-size: .9em;
	font-style: italic !important;
	float: left;
	clear: left;
}
h2.blogHead {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #999;
}
h4.breadcrumb {
	text-transform: uppercase;
	font-size: .9em;
	padding: 0 0 10px;
}
#contenBodytWrapper .postBody {
	padding-top: 15px;
}
.paginationLinks {
	padding: 15px 0 0;
	clear: both;
}

#block-Gallery li div {
	display: inline;
}
