/* Colors: ---------------- * #026285 - Darkest Blue * #0094B0 - Light Blue * #009B7B - Green Blue * #00AF51 - Green * #6CAA00 - Green Yellow * #E2DA5A - Yellow * -----------------------*/ /* Styling Sub pages with 2 column layout ------------------------------ */ #container { background: url(/images/dividers/bgDividers-2col.gif) repeat-y top left; } #content { margin-left: 227px; } #content h2 a:link, #content h2 a:visited{ color: #249856; text-decoration: none; } #content h2 a:hover { text-decoration: underline; } #content div { padding: 20px; } #content dd img { border: 5px solid #026285; margin: 8px 0; } #content span.top { padding-left: 20px; } /* Maps Page --------------------------------------------- */ #content table { width: 700px; } #content td { width: 350px; } #content ul { list-style-type: none; margin: 0; padding: 0; } #content ul li a { text-decoration: underline; cursor: pointer; font-size: 85%; } /* Editorial */ #article, #author { width: 650px; margin: 0 auto; } #article a, #author a{ color: #026285; font-size: 110%; } #article { text-align: center; } #article h2 { line-height: 1em; } #article h3 { color: #026285; } #article h4 { text-align: center; } #article ul, #article ol { text-align: left; /*margin-bottom: 5px;*/ } #article ul, #author ul{ list-style-type: disc; margin-left: 30px; } #article ul.noBullet { list-style-type: none; } #article ul#news { margin-left: 15px; padding: 0; } #article ul#news li { margin-bottom: 20px; } #article ul#news li a { font-size: 100%; } #article img { border: 1px solid #D9E0E6; border-bottom-color: #C8CDD2; border-right-color: #C8CDD2; padding: 4px; margin: 10px 0; background-color: #fff; } /* If there is an image in the title of the article, don't outline */ #article img.header { border: 0; } #article p.imgDescription { text-align: center; color: #000; } /* Styles for Author section */ #author dl { float: left; width: 650px; /* Total width - 25px margin(x2) = 470px */ margin: 20px 0; padding: 0; display: inline; /* Fixes IE/Win double margin bug */ } #author dt { float: right; width: 542px; /* Total width - 25px margin(x2) - img width - 4px padding(x2) - 1px border(x2) -15px img margin right = 245px */ margin: 0; padding: 0; line-height: 1em; } #author dd { /* To keep longer descriptions from wrapping around the floated image */ margin: 0 0 0 110px; /* Img width + 4px padding(x2) + 1px border(x2) + 15px img margin right = 175px */ } #author dl dd.img { margin: 0; } #author dd.img img { float: left; margin: 0 15px 0 0; padding: 4px; border: 1px solid #D9E0E6; border-bottom-color: #C8CDD2; border-right-color: #C8CDD2; background: #fff; } /* If the author does not have a photo */ #author dl.noPhoto dt { width: 650px; } #author dl.noPhoto dd { margin: 0; } #author p.aboutAuthor { /*clear: both;*/ }