﻿/* 
Name:			bulletin_article.css
Author:			Kevin Mauer
Created:		02/20/2007
Description:	Contains styles for The Bulletin article pages.
*/

#pageContainerInner .topBar {
	width: 728px;  
	padding: 10px 11px 10px 211px;  
}

#socialMediaBar {
	width: 233px;  
}

#breadcrumbContent {
	width: 495px;  
}


#pageMidColumn {
	width: 728px; 
	padding: 0 11px 20px 11px; 
}

.contentBoxLeft {
    width: 364px; 
}

/* content that spans the right half of the width of the middle column of the page */
.contentBoxRight {
    margin: 0px 0px 20px 384px; 
}

#pageRightColumn {
    display: none;
}

#pageMidColumn .author {
    margin: 5px 0px 12px 0px;
    font-style: italic;
    font-size: 12px;
}

#pageMidColumn .bulletin_footer {
    margin: 50px 0px 12px 0px;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
}
