﻿/* Newsroom styles */

.newsroom-data-item {
    margin-bottom: 5px;
}

.newsroom-data-item .label {
    margin: 0 auto;
    width: 150px;
    float: left;
    font-weight: bold;
}

.newsroom-data-item .field {
    margin: 0 auto;
}

.newsroom-content-area {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Rollup styles */
ul.newsroom-roll-up {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

	ul.newsroom-roll-up li {
		margin-bottom: 10px;
		padding: 5px;
	}

    ul.newsroom-roll-up li .link {
        float: left;
        width: 71%;
		margin-right: 3%;
    }

    ul.newsroom-roll-up li .date {
        float: right;
        width: 25%;
		text-align: right;
    }

    ul.newsroom-roll-up li .link-long {
        float: left;
        width: 81%;
		margin-right: 3%;
    }

    ul.newsroom-roll-up li .date-short {
        float: right;
        width: 15%;
		text-align: right;
    }

/* Featured styles */
div.newsroom-featured {
	padding-right: 10px;
}

ul.newsroom-featured {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

	ul.newsroom-featured li {
		padding: 5px 5px 0px 5px;
		margin-top: 5px;
	}

    ul.newsroom-featured li .link {
        font-weight: bold;
		margin-bottom: 5px;
    }

    ul.newsroom-featured li .date, ul.newsroom-featured li .location {
		margin-bottom: 10px;
    }
	
	ul.newsroom-featured li a, ul.newsroom-featured li a:visited {
		text-decoration: none !important;
	}
	
	ul.newsroom-featured li a:hover {
		text-decoration: underline !important;
	}

/* News item styles */

/* Press release styles */

/* Event styles */
.event-date {
	width: 50px;
	float: left;
	padding: 5px 0px 5px 0px !important;
	margin-right: 10px;
}
	.event-date .day {
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	.event-date .month {
		text-align: center;
		text-transform: uppercase;
	}

/* Event resources styles */

/* Consultation styles */

/* Circular Letter styles */