body {
	background-color: #fedb94;
}

h1 {
	font-family: font-family
: 'Roboto Condensed', sans-serif;;
	font-size: 40px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	;
}
.body_text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 26px;
}
.drop_cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	line-height: 50px;
	font-weight: bold;
	color: #8fa6bc;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
}
.callout {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: lighter;
    color: #8fa6bc;
    padding-right: 30px;
    padding-left: 12px;
    float: right;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-top-width: thin;
    border-top-style: solid;
}
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #CC3333;
	font-weight: bold;
}
.month {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 23px;
	font-style: italic;
	color: #c84a46;
	text-shadow: 3px 3px 5px #999999;
}



.ann_arbor {	font-size: 12px;
}

div.album {
  width: 175px;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 16px 0 rgba(0, 0, 0, 0.4);
  float: right;
	margin-left: 14px;
	margin-bottom: 12px;
 -ms-transform: rotate(-18deg); /* IE 9 */
  -webkit-transform: rotate(-18deg); /* Safari */
  transform: rotate(-18deg);
}	

a:link {
	text-decoration: underline;
	color: #688bac;
}
a:visited {
	text-decoration: underline;
	color: #688bac;
}
a:hover {
	background-color: #fdeac2;
	color: #688bac;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}






ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 10px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:145px;
}

ul.vert-one li{
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}

ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#000;
	background:#fwdb94;
	padding:0 0 0 20px;
	width:125px;
}

ul.vert-one li a:hover{
	background-color: #8fa6bc;
	background-image: url(http://www.semja.org/images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #FFF;
}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
	color: #FFF;
	background-color: #036;
	background-image: url(http://www.semja.org/images/vert-one_dot.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.byline {
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    text-transform: uppercase;
}
.photo_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}
.photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -10px;
}
.bullet_list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	list-style-type: square;
}


/* =========================================================
   SEMJA UPDATE — RESPONSIVE MOBILE STYLES
   Added for 2026 newsletter pages
   ========================================================= */

@media screen and (max-width: 700px) {

    /* PAGE */
    html,
    body {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    #container {
        width: 100%;
        margin: 0;
        padding: 0;
    }


    /* MASTHEAD */
    #header {
        width: 100%;
        height: 0;
        padding-bottom: 15%;
        background-size: 100% auto;
        background-position: top center;
    }


    /* MAIN PAGE */
    #main_content {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 12px 30px 12px;
        border-left: 0;
        border-right: 0;
    }


    /* SIDEBAR BECOMES TOP SECTION */
    #sidebar {
        box-sizing: border-box;
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 12px 0 5px 0;
        border-right: 0;
        border-bottom: 2px dotted #8fa6bc;
    }


    /* ISSUE DATE */
    .month {
        display: block;
        text-align: center;
        margin: 4px 0 10px 0;
        line-height: 1.15;
    }


    /* "IN THIS ISSUE" */
    .contents {
        text-align: center;
        margin: 0 0 5px 0;
    }


    /* MOBILE NEWSLETTER MENU */
    #vert-one {
        width: 100%;
        text-align: center;
    }

    #vert-one ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        text-align: left;
    }

    #vert-one li {
        margin-bottom: 2px;
    }


    /* HOME BUTTON */
    #Image7 {
        display: block;
        width: 150px;
        height: 47px;
        margin: 0 auto 2px auto;
    }


    /* PUBLISHER BOX — DESKTOP ONLY */
    #pub_box {
        display: none;
    }


    /* ARTICLE */
    #article {
        box-sizing: border-box;
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 8px 0 0 0;
    }


    /* ARTICLE IMAGES */
    #article img {
        max-width: 100%;
        height: auto;
    }

    /*
       Ordinary article images are centered on mobile.
       The special .album divs retain their existing styling.
    */
    #article .body_text img {
        float: none;
        display: block;
        margin: 10px auto;
    }


    /* TABLES */
    #article table {
        width: 100%;
        box-sizing: border-box;
    }

    #article td {
        word-wrap: break-word;
    }

}
