/*****************************************/
/* Global                                */
/*****************************************/

body {
    font-size: 13.25px;
    padding: 0px;
    margin: 0 50px;
    font-family: arial;
}


/*****************************************/
/* Modal                                 */
/*****************************************/

#basic-modal-content {display:none;}

/*****************************************/
/* Global User Message                          */
/*****************************************/
#global_message {
    display: none;
}

#global_status {
    display: none;
}
/*****************************************/
/* User Message                          */
/*****************************************/

#user_message {
    display: none;
}

/*****************************************/
/* Layout                                */
/*****************************************/

#top {
    margin: 0;
    padding: 0;
}
#top #page  {
    position: relative;
    z-index: 50;
    background-color: white;
    float: left;
}
#content_toolbar {
    display: none;
}
.coverpage_pagination {
    display: none;
}
#comments {
    display: none;
}
#content_toolbar {
    display: none;
}
#side {
    display: none;
}

#browse, #home {
    display: none;
}


/*****************************************/
/* Components                            */
/*****************************************/

.jp-audio {
	display: none;
}

.calendar_item_list_item_standard, .calendar_item_standard {
	margin-bottom: 25px;
}

.article_list_item_headline, .editors_pick_list_item_headline.sb{
	margin: 10px 0 0 0;
	padding: 0;
}

.article_list_item_headline h1, .editors_pick_list_item_headline.sb h1{
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

.article_list_item_headline p, .editors_pick_list_item_headline.sb p{
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
}

.slideshow_pagination, .slideshow_metadata{
	display: none;
}

.pagination{
	display: none;
}

#calendar_table{
 display: none;
}

#page .printLogo {
    display: block;
	padding-bottom: 25px;
}

#list_toolbar{
	display: none;
}


/*****************************************/
/* Text Treatment                        */
/*****************************************/

article h1 {
    font-size: 20px;
	margin-bottom: 5px;
	padding: 0;
	clear: both;
}
.day_of_month, .month, .day{
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding-right: 3px;
}
.calendar_event_header h1{
	clear: both;
	float: none;
}

article h2.deck {
    font-size: 12px;
}

.primary_content h2{
	margin: 21px 0 8px 0;
}

/*****************************************/
/* Primary Navigation                    */
/*****************************************/

#primary_navigation {
    display: none;
}
footer {
    display: none;
}

