body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #E9E9E9;
	background-position: center top;
	color: #000000;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.bold {
    font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.white {
	color: #FFFFFF;
}

a.white:visited {
	color: #FFFFFF;
}

a.grey {
	color:#CCCCCC;
}

a.grey:visited {
	color: #CCCCCC;
}

a.md_grey {
	color:#999999;
}

a.md_grey:visited {
	color: #999999;
}

a.dk_grey {
	color:#333333;
}

a.dk_grey:visited {
	color: #333333;
}

a.black {
	color:#000000;
}

a.black:visited {
	color: #000000;
}

a.article_link {
    color: #0000FF;
}

a.article_link:visited {
    color: #0000FF;
}

span.error {
	color: #d60102;
	font-weight: bold;
}

#main_banner {
	text-align: center;
	margin: 10px 0px 15px 0px;
}

#wrap {
	width: 840px;
	margin: 0px auto;
}

#logo {
	width: 275px;
	float: left;
	margin: 15px 0px 0px 15px;
}

#header {
	width: 840px;
    height: 110px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-image: url( '../images/header.png' );
}

#nav {
    margin-top: 5px;
    border-top: solid 1px #555555;
    padding-top: 3px;
}

div.subnav {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000000;
    z-index: 99999;
    width: 840px;
}

#latest_spacer {
    position: relative;
    left: 80px;
    width: 92px;
    height: 6px;
    background-color: #d60102;
}

#archive_spacer {
    position: relative;
    left: 182px;
    width: 60px;
    height: 6px;
    background-color: #d60102;
}

#find_a_copy_spacer {
    position: relative;
    left: 252px;
    width: 90px;
    height: 6px;
    background-color: #d60102;
}

#subscribe_spacer {
    position: relative;
    left: 352px;
    width: 78px;
    height: 6px;
    background-color: #d60102;
}

#events_spacer {
    position: relative;
    left: 440px;
    width: 56px;
    height: 6px;
    background-color: #d60102;
}

#store_spacer {
    position: relative;
    left: 506px;
    width: 45px;
    height: 6px;
    background-color: #d60102;
}

div.subnav_content {
    padding: 10px;
    background-color: #f6f5f5;
    background-image: url( '../images/subnav_bg_01.png' );
    background-repeat: no-repeat;
    background-position: bottom center;
}

div.subnav_content h3 {
    color: #CCCCCC;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 5px;
}

div.subnav_content h4 {
    color: #d60102;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 3px;
}

div.subnav_content h5 {
    color: #d60102;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 3px;
}

div.subnav_content div.col_1 {
    width: 225px;
    float: left;
}

div.subnav_content div.col_1 div.current_issue {
    width: 100px;
    float: left;
}

div.subnav_content div.col_1 div.current_sections {
    width: 115px;
    float: left;
    margin-left: 10px;
}

div.subnav_content div.col_1 div.current_sections a {
    font-size: 11px;
}

div.subnav_content div.col_2 {
    float: left;
    margin-left: 15px;
    border-left: solid 1px #DDDDDD;
    width: 564px;
}

div.subnav_content div.col_2 img  {
    margin-bottom: 3px;
}

div.subnav_content div.col_2 a  {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

div.subnav_content div.col_2 p.feature_by  {
    font-size: 10px;
    margin: 3px 0px 5px 0px;
    color: #559CCE;
}

div.subnav_content div.col_2 a.read  {
    font-size: 12px;
    font-style: italic;
    color: #d60102;
}

div.subnav_content div.col_2 div.cover {
    float: left;
    width: 157px;
    padding: 0px 15px;
    border-right: solid 1px #DDDDDD;
    min-height: 184px;
}

div.subnav_content div.col_2 div.features {
    float: left;
    width: 361px;
    padding: 0px 0px 0px 15px;
}

div.subnav_content div.col_2 div.feature {
    float: left;
    width: 157px;
    padding-right: 15px;
}

div.subnav_content div.col_2 div.feature_2 {
    float: left;
    width: 157px;
    margin-left: 15px;
}

div.subnav_footer {
    width: 840px;
    height: 12px;
    background: url( '../images/subnav_bg_03.png' ) no-repeat;
}

ul.navigation {
    list-style: none;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
}

ul.navigation li {
    float: left;
    margin-left: 10px;
    padding: 0px 3px;
}

ul.navigation li.nav_selected {
    background-color: #d60102;
    color: #000000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

ul.navigation li input {
    width: 180px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #AAAAAA;
    font-style: italic;
}

ul.navigation li input:focus {
    color: #000000;
    font-style: normal;
}

ul.navigation li.offset {
    padding-top: 4px;
}

ul.navigation li.subnav_trig {
    padding-bottom: 10px;
}

ul.navigation li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul.navigation li.nav_selected a {
    color: #000000;
}

ul.navigation li.nav_static a:hover {
    color: #d60102;
}

#topnav_wrap {
	width: 525px;
	float: right;
}

#topnav {
	float: right;
	margin-top: 5px;
    margin-right: 5px;
    color: #FFFFFF;
}

#topnav a {
    color: #FFFFFF;
    text-decoration: none;
}

#topnav a:hover {
    color: #d60102;
}

#weather {
	width: 200px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	margin: 12px 15px 5px 0px;
}

#weather_img {
	float: right;
	margin-left: 5px;
}

#small_sidebar {
	width: 180px;
	float: right;
}

#wide_sidebar {
	width: 320px;
	float: right;
	margin-left: 15px;
	background-color: #FFFFFF;
}

.small_sidebar_content_box {
	width: 158px;
    margin-top: 10px;
    padding: 11px;
	background-color: #FFFFFF;
}

.wide_sidebar_content_box {
	width: 300px;
	margin: 9px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background: url( '/images/other_articles_gradient.gif' ) repeat-x bottom;
}

.short_tower {
	width: 160px;
	height: 300px;
}

.tall_tower {
	width: 160px;
	height: 600px;
}

#image_cycle_wrap {
	width: 650px;
	float: left;
	margin: 5px 10px 5px 15px;
}

#cycle_images {
	width: 620px;
	float: left;
	display: inline;
}

#article_cycle_images {
	text-align: center;
}

#image_cycle_wrap div.cycle_button {
	width: 15px;
	float: left;
}

#content_box_wide {
	width: 648px;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#home_content {
    float: left;
	margin-right: 10px;
    width: 648px;
}

#latest_issue {
	float: left;
	width: 295px;
	padding: 10px;
}

#latest_news {
	float: left;
	width: 308px;
	padding: 10px 0px 0px 10px;
}

#latest_news_tab {
	height: 22px;
	background-repeat: no-repeat;
	background-image: url( '/images/latest_news_tab.png' );
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}

div.latest_body {
	background-image: url( '/images/latest_news_middle.png' );
	background-repeat: repeat-y;
	padding-left: 10px;
}

div.latest_bottom {
	background-image: url( '/images/latest_news_bottom.png' );
	background-repeat: no-repeat;
	height: 18px;
}

div.latest_item {
	padding-left: 10px;
	padding-right: 5px;
	background-image: url( '/images/bullet.png' );
	background-repeat: no-repeat;
	background-position: left center;
	margin: 3px 0px 0px 0px;
}

div.headline {
	font-weight: bold;
	margin: 3px 0px 5px 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

div.feature_thumb {
	width: 298px;
	margin: 0px 5px 5px 0px;
	border: solid #666666 1px;
	text-align: center;
}

div.thumb {
	width: 150px;
	margin: 0px 5px 5px 0px;
	border: solid #666666 1px;
	float: left;
	vertical-align: text-top;
}

div.title {
	margin: 4px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.subtitle {
	font-size: 9px;
	margin: 0px 0px 3px 0px;
	color: #999999;
	font-weight: bold;
}

div.read {
	margin: 7px 5px 3px 0px;
	float: right;
}

#other_articles {
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	background-image: url( '/images/other_articles_gradient.gif' );
	background-repeat: repeat-x;
	background-position: bottom;
}

div.other_article {
	padding-left: 10px;
	background-image: url( '/images/bullet.png' );
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0px 5px 8px;
}

#article_content_box {
	width: 475px;
	float: left;
	background-color: #FFFFFF;
	padding: 15px;
}

div.wide_sidebar_content_box {
	width: 300px;
	margin: 9px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url( '/images/other_articles_gradient.gif' );
	background-repeat: repeat-x;
	background-position: bottom;
}

div.wide_sidebar_content_box_text {
	width: 288px;
	padding: 5px;
	text-align: center;
}

#breadcrumbs {
	margin-bottom: 10px;
	color: #A8A8A8;
	font-weight: bold;
}

#article_title {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0px;
}

#article_options {
	float: right;
	width: 130px;
	text-align: right;	
}

#article_options img {
	margin-left: 6px;
}

#by_line {
	float: left;
	width: 300px;
	color: #666666;
}

#by_line div.cont_image {
	float: left;
	width: 35px;
}

#by_line div.cont_desc {
	float: left;
	width: 100px;
	margin-left: 10px;
}

#article_body {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 2px;
	line-height: 135%;
	margin-top: 15px;
	font-size: 12px;
}

#article_body a {
    color: #48A1D8;
}

#article_images {
	float: right;
	width: 300px;
	padding: 5px; /* image: 298x200 */
	margin-left: 15px;
	margin-bottom: 15px;
	color: #666666;
	border: solid 1px #CCCCCC;
}

#feature_article_images {
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	padding: 5px; /* image: 463x200 */
	color: #666666;
    font-size: 11px;
}

#related_articles {
	margin-top: 10px;
}

div.top_news_item {
	margin-bottom: 10px;
}

div.content_box_left {
	float: left;
	width: 318px;
	margin: 5px 10px 5px 15px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}

div.content_box_right {
	width: 318px;
	float: left;
	margin: 5px 0px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}

div.content_box_text{
	padding: 10px;
}

div.small_box_col {
	width: 186px;
	float: left;
	padding: 5px;
	border: solid 1px #CCCCCC;
	background: url( '/images/dept_gradient.png' ) bottom repeat-x;
}

div.small_box_col:hover {
	background: url( '/images/dept_gradient2.png' ) bottom repeat-x;
	background-color: #FAFAFA;
}

#dept_main_img {
	float: left;
	width: 298px;
}

#dept_main_text {
	float: left;
	margin-left: 10px;
	width: 320px;
}

div.dept_title {
	margin-bottom: 3px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


div.dept_descrip {
	width: 297px;
	margin-left: 10px;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	background: url( '/images/dept_gradient.png' ) bottom repeat-x;
}

div.dept_descrip:hover{
	background: url( '/images/dept_gradient2.png' ) bottom repeat-x;
	background-color: #FBFBFB;
}

div.survey_responses {
	padding-left: 5px;
	margin-top: 5px;
}

div.survey_responses ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#events_left {
	width: 148px;
	float: left;
}

#browse_events {
	border: solid 1px #CCCCCC;
	padding-bottom: 10px;
}

div.browse_events_option {
	margin: 4px 0px 0px 5px;
	padding: 0px 5px 0px 10px;
	background-image: url( '/images/bullet.png' );
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
}

#events_right {
	float: left;
	margin-left: 15px;
	width: 455px;
}

div.event_block {
	border-bottom: 1px solid #CCCCCC;
    background: url( '../images/bg_event_date.png' ) repeat-y;
}

div.date {
    margin-top: 1px;
	width: 70px;
	font-size: 18px;
	font-weight: bold;
	float: left;
    color: #888888;
    text-align: right;
    border-top: solid 1px #FFFFFF;
}

div.event_descrip {
	width: 360px;
	padding: 0px 0px 10px 10px;
	float: left;
	border-left: 1px solid #CCCCCC;
}

.event_descrip_today {
	width: 455px;
	float: left;
	margin: 5px 0px;
}

.event_thumb {
	width: 75px;
	border: solid 1px #000000;
	float: left;
	margin-right: 5px;
}

.event_title {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}

.event_subtitle {
    color: #888888;
    font-size: 12px;
    font-weight: bold;
}

div.event_info {
    float: left;
    width: 364px;
}

div.event_info:hover {
    background: url( '../images/bg_event_hover.png' ) repeat-y;
    background-position: right center;
}

#item_title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#item_subtitle {
	font-style: italic;
	color: #666666;
	font-size: 14px;
	margin-bottom: 5px;
}

div.item_info {
	margin-bottom: 4px;
}

.archive_issue_box {
	width: 125px;
	margin-left: 13px;
	float: left;
	text-align: center;
	padding: 10px;
	background-image: url( '../images/bg_archive.png' );
    background-repeat: no-repeat;
    height: 183px;
}

.archive_issue_box:hover {
	background-image: url( '../images/bg_archive_over.png' );
}

#issue_title {
	font-size: 20px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

#issue_left_col {
	width: 175px;
	float: left;
}

#issue_right_col {
	width: 418px;
	margin-left: 25px;
	float: left;
}

#small_container {
	width: 505px;
	float: left;
	background-color: #FFFFFF;
}

.staff_item {
	margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #CCCCCC;
}

.staff_name {
	font-weight: bold;
	font-size: 14px;
}

.staff_title {
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	line-height: 250%;
}

.staff_photo {
	width: 75px;
	margin-right: 5px;
	vertical-align: text-top;
	float: left;
}

#footer {
    background: url( '../images/bg_footer.png' ) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
    height: 170px;
    text-align: center;
    margin-top: 20px;
}

#footer_inner {
    padding: 20px 0px 0px 0px;
    width: 840px;
    margin: 0px auto;
}

div.search_hdr {
    background: url( '../images/bg_search_bar.png' ) no-repeat;
    width: 487px;
    height: 36px;
}

div.search_paging {
	background-image: url( '/images/search_bg.png' );
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 5px 0px 5px;
	color: #FFFFFF;
	height: 19px;
}

#footer a {
    font-weight: bold;
    font-size: 13px;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_col {
	width: auto;
	padding: 5px;
	float: left;
	margin: 0px 15px;
	text-align: left;
}

.footer_link {
	margin: 4px 0px;
}

#copyright {
	padding-top: 19px;
    font-size: 11px;
}

#copyright a {
    font-size: 11px;
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div.swimsuit_photo {
    float: left;
    width: 100px;
    text-align: center;
}

img.swimsuit {
    border: solid 1px #999999;
    padding: 4px;
}

div.home_post {
    background-color: #FFFFFF;
    width: 620px;
    padding: 10px 14px 0px 14px;
}

div.post_footer {
    background-image: url( '../images/endblog.png' );
    background-repeat: no-repeat;
    background-position: bottom;
    height: 34px;
    margin-bottom: 20px;
}

h2.entry-title {
    margin: 0px;
}

div.post_title_wrap {
    border-bottom: dashed 1px #CCCCCC;
    padding-bottom: 6px;
}

div.posted_on {
    float: left;
    width: 90px;
    height: 42px;
    background: url( '../images/posted_on.png' ) no-repeat;
    text-align: center;
}

div.post_title {
    float: left;
    margin-left: 10px;
    width: 520px;
    line-height: 1.35em;
}

div.posted_time {
    font-size: 8px;
    margin-top: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
}

div.posted_date {
    font-size: 12px;
    color: #5298C9;
    font-weight: bold;
    margin-top: 8px;
}

div.entry-meta {
    margin: 6px 0px;
}

span.posted_by {
    background-color: yellow;
}

div.post_header {
    background-color: #FFFFFF;
    padding: 10px 10px 5px 14px;
}

div.post_header_sm {
    background-color: #FFFFFF;
    padding: 10px 10px 5px 14px;
    overflow: hidden;
    margin-right: 15px;
}

h3.fitblog {
    color: #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h3.fitblog a {
    color: #CCCCCC;
    font-size: 16px;
    font-weight: bold;
}

#follow_us {
    width: 181px;
    height: 117px;
	background: url( '../images/follow_us.png' ) no-repeat;
}

#follow_us div {
    padding-top: 90px;
    padding-left: 118px;
}

div.post_title a {
    color: #000000;
    text-decoration: none;
}

div.post_title a:hover {
    text-decoration: none;
}

div.entry-content {
    font-size: 13px;
}

p.wp-caption-text {
    font-weight: bold;
    font-size: 9px;
}

ul.dist_list {
    margin: 5px 0px 0px -38px;
    list-style: none;
}

ul.dist_list li {
    margin: 3px 0px 0px 0px;
    font-weight: normal;
}

div.dist_add {
    border-top: solid 1px #DDDDDD;
    margin-top: 15px;
    padding-top: 15px;
    font-weight: bold;
}

div.dist_add a.red {
    color: #d60102;
    font-weight: bold;
}

ul.sub_list {
    margin: 12px 0px 12px -38px;
    list-style: none;
}

ul.sub_list li {
    margin: 3px 0px 0px 0px;
    font-weight: normal;
}

div.nav_archive_left_col {
    float: left;
    width: 680px;
}

div.nav_archive_right_col {
    float: left;
    margin-left: 15px;
    border-left: solid 1px #DDDDDD;
    padding-left: 15px;
    min-height: 184px;
    width: 109px;
}

div.nav_archive_left_col div.issue_first {
    float: left;
    width: 220px;
}

div.nav_archive_left_col div.issue {
    float: left;
    width: 220px;
    margin-left: 10px;
}

div.nav_archive_left_col div.nav_archive_cover {
    float: left;
    width: 100px;
}

div.nav_archive_left_col div.nav_archive_articles {
    float: left;
    margin-left: 10px;
    width: 110px;
}

div.nav_archive_left_col div.nav_archive_articles a {
    font-size: 11px;
}

ul.archive_list {
    margin: 3px 0px 25px -40px;
    list-style: none;
}

ul.archive_list li {
    margin: 5px 0px 0px 0px;
}

ul.archive_list li a {
    font-size: 11px;
    font-weight: bold;
}

div.nav_archive_left_col div.archive_hdr_left {
    float: left;
    width: 120px;
}

div.nav_archive_left_col div.archive_hdr_right {
    float: left;
    width: 525px;
    font-size: 11px;
    margin-top: 16px;
}

div.nav_archive_left_col div.archive_list_wrap {
    border-top: solid 1px #DDDDDD;
    padding-top: 10px;
}

div.nav_store_left_col {
    float: left;
    width: 550px;
}

div.nav_store_right_col {
    float: left;
    margin-left: 15px;
    border-left: solid 1px #DDDDDD;
    padding-left: 15px;
    width: 239px;
    min-height: 184px;
}

div.nav_store_left_col div.nav_store_items_wrap {
    margin-top: 5px;
    border-top: solid 1px #DDDDDD;
    padding-top: 10px;
}

div.nav_store_item_left {
    float: left;
    width: 265px;
}

div.nav_store_item_right {
    float: left;
    width: 265px;
    margin-left: 20px;
}

div.nav_store_big_image {
    width: 141px;
    float: left;
}

div.nav_store_big_desc {
    float: left;
    margin-left: 10px;
    width: 114px;
}

p.nav_store_item_desc {
    margin-top: 0px;
    font-size: 10px;
}

div.nav_store_sm_image {
    float: left;
    width: 113px;
}

div.nav_store_sm_desc {
    float: left;
    width: 118px;
    margin-left: 8px;
}

div.archive_issue_cover {
    width: 155px;
    height: 197px;
    padding: 10px;
    background-image: url( '../images/bg_archive_cover.png' );
    background-repeat: no-repeat;
}

div.archive_issue_cover img {
    position: relative;
    left: 7px;
    top: 6px;
}

div.archive_cover_story {
    padding: 10px;
    border: solid 1px #C3C3C3;
    border-top: none;
    background-color: #F2F2F2;
}

div.archive_cover_hdr {
    background-image: url( '../images/archive_cover_hdr.png' );
    background-repeat: no-repeat;
    width: 410px;
    height: 27px;
    padding-top: 9px;
    padding-left: 8px;
    color: #d60102;
    font-size: 14px;
    font-weight: bold;
}

div.archive_by {
    color: #5298C9;
    font-size: 11px;
    margin: 4px 0px;
}

div.archive_features_hdr {
    background-color: #F2F2F2;
    color: #d60102;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #C3C3C3;
    margin-top: 20px;
    padding: 10px;
}

div.post_social {
    float: left; width: 410px; text-align: right;
}

div.post_social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.post_social li {
    float: right;
    margin-left: 8px;
}

div.issue_popout {
    z-index: 999999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 255px;
}

div.issue_popout_hdr {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    background: url( '../images/issue_popout_hdr.png' ) no-repeat;
    width: 235px;
    height: 27px;
    padding-left: 20px;
    padding-top: 9px;
}

div.issue_popout_body {
    background: url( '../images/issue_popout_body.png' ) repeat-y;
    width: 227px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 4px;
}

div.issue_popout_body h4 {
    margin: 0px;
    padding: 3px 0px 1px 0px;
    font-size: 11px;
    color: #5298C9;
}

div.issue_popout_body p {
    margin: 0px;
    padding-bottom: 5px;
}

div.issue_popout_ftr {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    height: 42px;
    width: 255px;
    font-weight: bold;
    background: url( '../images/issue_popout_ftr.png' ) no-repeat;
}

div.nav-previous {
    float: left;
}

div.nav-next {
    float: right;
}

ol.commentlist li div {
    padding-bottom: 7px;
}

p.form-submit {
    margin-bottom: 0px;
}

cite.fn {
    background-color: yellow;
}

span.comments-link a {
    font-weight: bold;
    color: #d60102;
    font-size: 12px;
}

div.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #999999;
}

div.event_section {
    padding: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 0px;
    border: solid 1px #DDDDDD;
}

#content img {
	margin: 0;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
