/*
Global Styles for Iranica Online
Version 9

/app/webroot/css/

2021-05-18 - 14:00
rounded pills styled with css instead of using pngs

--------------------------------------------- */

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    background: url(https://iranicaonline.org/app/webroot/img/background.jpg) top left repeat-x #647c8d;
}

input,
select,
textarea {
    font-family: arial, helvetica, sans-serif;
}

input.styled {
    width: 97%;
}

input.bttn {}

a,
a:link,
a:active,
a:visited {
    color: #3b749d;
}

a:hover {
    color: #4a92c5;
}

#ornament {
    background: url('https://iranicaonline.org/app/webroot/img/ornament-4.png') no-repeat scroll top left;
    min-height: 817px;
    padding: 20px;
}

.rounded-pill {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: .7rem;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-left: .65rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.rounded-pill a:link,
.rounded-pill a:visited {
    padding: .40rem .80rem;
    border-radius: 50rem;
    text-decoration: none;
    background: #f3e9bc;
    color: #7f733f;
}

.rounded-pill a:hover {
    background: #7f733f;
    color: #f3e9bc;
}

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

#navigation-sidebar {
    float: left;
    padding: 0 0 0;
    width: 120px;
    text-align: center;
}

#navigation-sidebar #logo-graphic {
    margin: 0 0 20px;
}

#navigation-sidebar .table-of-contents {
    position: relative;
    z-index: 2;
    float: left;
}

#navigation-sidebar ul {
    width: 120px;
    background: url('https://iranicaonline.org/app/webroot/img/navigation-sidebar-background.gif') repeat-y scroll top left #f5f7f8;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -3px;
    z-index: 1;
}

#navigation-sidebar ul li {
    float: left;
    border: 1px solid #dfe3e6;
    border-width: 0 1px 1px 0;
}

#navigation-sidebar ul li a {
    float: left;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #112533;
}

#navigation-sidebar ul li.end a {
    width: 38px;
}

#navigation-sidebar ul li a:hover,
#navigation-sidebar ul li.here a {
    background: #eaf2f8;
    color: #004a7f;
}

#navigation-sidebar ul li.blank {
    background: #dfe3e6;
    width: 38px;
    height: 30px;
}

#additional-links {
    position: relative;
    z-index: 2;
    top: -4px;
}

#additional-links img {
    border-top: 1px solid #98a8b3;
    float: left;
}

#additional-links img.authors {
    margin-bottom: 30px;
}

#main {
    width: 840px;
    float: left;
}

#masthead {
    width: 50%;
    height: auto;
    background-color: none;
    margin: 30px 0 15px;
    padding: 0;
    float: left;
    display: inline;
}

#logo {
    background: url('https://iranicaonline.org/app/webroot/img/logo-text.png') no-repeat scroll top left;
    width: 300px;
    height: 31px;
    margin: 30px 0 15px;
    padding: 0;
    text-indent: -9999px;
    float: left;
    display: inline;
}

#search-bar {
    background: url('https://iranicaonline.org/app/webroot/img/top-bar-background.png') repeat-x scroll top left;
    height: 54px;
    width: 825px;
    padding: 0 0 0 15px;
    border-bottom: 10px solid #89949d;
    position: relative;
    clear: left;
}

#search-bar a {
    text-transform: uppercase;
    font-size: 9px;
    text-decoration: none;
}

#search-form {
    margin: 0;
    padding: 17px 0 0;
    float: left;
}

#search-form a {
    color: #fff;
    line-height: 21px;
    position: relative;
    top: -6px;
    right: -16px;
}

#search-form input#search {
    background: url('https://iranicaonline.org/app/webroot/img/input-search.gif') no-repeat scroll top left;
    width: 245px;
    height: 16px;
    padding: 5px 0 0;
    margin: 0 1px 0 0;
    padding-left: 40px;
    border: none;
    float: left;
}

#search-form input#go {
    float: left;
    border: none;
    margin-right: 15px;
}

#search-bar ul {
    float: right;
    position: relative;
    z-index: 1000;
    background: url('https://iranicaonline.org/app/webroot/img/top-bar-background.png') repeat-x scroll top left;
    height: 37px;
    list-style: none;
    margin: 0;
    padding: 17px 15px 0 0;
    border-left: 1px solid #415463;
}

#search-bar ul li {
    float: left;
    margin-left: 20px;
}

#search-bar ul li a {
    color: #c3c9cd;
}

#search-bar ul li a:hover {
    color: #fff;
}

#search-bar ul li.button {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-dark-tan-l.gif') no-repeat scroll top left;
    height: 21px;
    line-height: 21px;
    padding: 0 0 0 9px;
}

#search-bar ul li.button a {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-dark-tan-r.gif') no-repeat scroll top right;
    height: 21px;
    padding: 0 9px 0 0;
    float: left;
    color: #7f733f;
}

#search-bar ul li.button a:hover {
    color: #4b4425;
}

#advanced-search {
    position: absolute;
    background: #8d98a0 url('https://iranicaonline.org/app/webroot/img/advanced-search-background.gif') repeat-x scroll top left;
    min-height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

#advanced-search #advanced-search-cancel-button {
    position: absolute;
    top: 17px;
    right: 350px;
    background: url('https://iranicaonline.org/app/webroot/img/bttn-grey-l.gif') no-repeat scroll top left;
}

#advanced-search #advanced-search-cancel-button a {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-grey-r.gif') no-repeat scroll top right;
    color: #fff !important;
}

h3.advanced-search-title {
    background: url('https://iranicaonline.org/app/webroot/img/advanced-search-title.gif') no-repeat scroll 0 18px;
    height: 19px;
    width: 470px;
    margin: 0 0 0 15px;
    padding: 18px 15px 15px 0;
    text-indent: -9999px;
    border-bottom: 1px solid #a9b7c0;
}

#advanced-search-form {
    margin: 0;
    padding: 20px 40px;
}

#advanced-search-form .row {
    width: 33%;
    margin: 0 0 10px 0;
    display: inline;
    float: left;
}

#advanced-search-form label {
    font-family: georgia, times, serif;
    color: #132430;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    padding: 0 0 0 10px;
}

#advanced-search-form input.rounded {
    background: url('https://iranicaonline.org/app/webroot/img/input-advanced-search.gif') no-repeat scroll top left;
    width: 213px;
    height: 17px;
    border: none;
    padding: 4px 8px 0;
}

#advanced-search-form select {
    width: 90%;
}

#advanced-search-form .submit input {
    border: none;
    margin-top: 10px;
}

#content-wrap {
    background: #fff;
    padding: 40px;
    border-bottom: 10px solid #112533;
    position: relative;
    z-index: 1;
}

#content {
    width: 520px;
    float: left;
}

#sidebar {
    width: 200px;
    float: right;
}

#google-ads {
    clear: both;
    padding-top: 20px;
}

#sidebar {
    margin-top: 30px;
    font-family: georgia, times, serif;
}

h2 {
    color: #7f733f;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: georgia, times, serif;
    letter-spacing: .1em;
}

#sidebar h2 {
    margin-top: 30px;
    border-bottom: 1px solid #dfe3e6;
    padding: 0 0 5px;
}

#sidebar h2.no-border {
    border: none;
    padding: 0;
}

ul.featured-articles {
    margin: 0 0 40px;
    padding: 0;
}

ul.featured-articles li {
    background: #f0f4f8;
    font-family: georgia, times, serif;
    margin-bottom: 10px;
}

ul.featured-articles li img.article-image {
    float: left;
}

ul.featured-articles li .article-details {
    padding: 20px 20px 20px 260px;
}

ul.featured-articles h3 {
    margin: 0 0 7px;
    font-size: 18px;
}

ul.featured-articles h3 a {
    color: #000 !important;
    text-decoration: none;
}

ul.featured-articles h3 a:hover {
    color: #3b749d;
}

ul.featured-articles p {
    margin: 7px 0;
}

.meta {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
    color: #89949c;
    margin: 20px 0 0;
}

.meta a {
    float: right;
    text-decoration: none;
}

.left-column,
.right-column {
    background: #f0f4f8;
    width: 200px;
    padding: 20px;
    float: left;
    font-family: georgia, times, serif;
}

.right-column {
    float: right;
}

.left-column a,
.right-column a {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
}

.left-column a:hover,
.right-column a:hover {
    color: #3b749d !important;
}

.left-column h2,
.right-column h2 {
    color: #566e80;
    margin: 0 0 .5em;
    border-bottom: 1px solid #d2d9e0;
    padding-bottom: .5em;
}

.left-column h3,
.right-column h3 {
    font-weight: normal;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
    color: #89949c;
    text-transform: uppercase;
    margin: 20px 0 0;
}

ul.related-articles,
ul.recent-news {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

ul.related-articles li,
ul.recent-news li {
    border-top: 1px solid #d2d9e0 !important;
    padding: 5px 0;
}

ul.related-articles li a,
ul.recent-news li a {
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
}

ul.recent-news li a {
    font-weight: normal;
}

ul.related-articles li a:hover,
ul.recent-news li a:hover {
    color: #3b749d !important;
}

.left-column .meta {
    margin-bottom: 20px;
}

.button {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-white-tan-l.gif') no-repeat scroll top left;
    height: 21px;
    line-height: 21px;
    padding: 0 0 0 8px;
    font-size: 9px;
    text-decoration: none;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

.button a {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-white-tan-r.gif') no-repeat scroll top right;
    height: 21px;
    padding: 0 9px 0 1px;
    float: left;
    color: #7f733f !important;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.button a:hover {
    color: #4b4425 !important;
}

ul.upcoming-events {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #89949c;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

ul.upcoming-events li {
    margin: 0 0 1em;
}

ul.upcoming-events .meta {
    margin: 0;
}

ul.upcoming-events li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    font-family: georgia, times, serif;
    color: #000 !important;
    display: block;
}

img.newsletter-graphic {
    float: left;
}

.newsletter-info {
    padding-left: 70px;
}

#footer {
    color: #aabece;
    padding: 20px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
}

#footer .copy {
    float: left;
    width: 80%;
}

#footer .issn {
    float: right;
    width: 20%;
    text-align: right;
}

.form div.error-message {
    background: #BF4C00;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 3px;
    width: 90%;
    margin: 0 0 10px;
}

/*
article detail page styles
--------------------------------------------- */

div#article-overview {
    font-size: 22px;
    line-height: 32px;
    font-family: georgia, times, serif;
    color: #132430;
}

div#article-overview h1 {
    font-size: 33px;
    line-height: 43px;
    margin: 0 0 0;
}

div#article-overview p {
    margin: 0 0 1em;
}

#content.article {
    font-family: georgia, times, serif;
    font-size: 14px;
    line-height: 22px;
}

#content.article p {
    margin: 0 0 1.5em;
}

#content.article h2 {
    font-size: 18px;
    color: #132430;
    text-transform: none;
    margin: 0 0 1em;
}

#content.article h3,
#content.article h4 {
    font-size: 18px;
    line-height: 1em;
    color: #132430;
    text-transform: none;
    font-style: italic;
    margin: 0 0 .75em;
}

#content.article h4 {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
}

#sidebar a#back-to-top {
    margin: 0;
    padding: 0 0 10px 20px;
    color: #7f733f;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

#sidebar #article-comments {
    background: #31424e;
    color: #89949d;
    padding: 20px 0 20px 20px;
    width: 220px;
    position: relative;
}

#sidebar #article-comments h2 {
    color: #89949d !important;
    font-size: 20px;
    line-height: 1.2em;
    border: none;
    margin: 0 0 10px;
}

#article-comments a#article-view-comments {
    color: #89949d;
    text-decoration: none;
    font-size: 10px;
    line-height: 17px;
    font-weight: bold;
}

#article-comments a#article-view-comments span {
    font-size: 17px;
    line-height: 17px;
}

#article-comments a#article-add-comment {
    position: absolute;
    right: 0;
    background: url('https://iranicaonline.org/app/webroot/img/bttn-add-a-comment.gif') no-repeat scroll top left;
    width: 98px;
    height: 21px;
    text-indent: -9999px;
}

#sidebar #article-tags-overview {
    background: #b6c4ce;
    color: #31424e !important;
    padding: 20px 0 20px 20px;
    margin-bottom: 10px;
    width: 220px;
    position: relative;
    text-decoration: none;
    font-size: 10px;
    line-height: 17px;
    font-weight: bold;
}

#sidebar #article-tags-overview a {
    text-decoration: none;
    color: #31424e;
}

#sidebar #article-tags-overview span {
    font-size: 17px;
    line-height: 17px;
}

#sidebar #article-tags-overview a#article-add-tag {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-add-a-tag.gif') no-repeat scroll top left;
    width: 79px;
    height: 21px;
    text-indent: -9999px;
    position: absolute;
    right: 0;
}

#sidebar #article-sections {
    background: #f0f4f8;
    color: #31424e;
    padding: 0 0 20px;
    width: 240px;
    position: relative;
    margin-bottom: 10px;
}

#sidebar #article-sections h2 {
    border: none;
    padding: 20px 20px 0;
    margin: 0;
    cursor: pointer;
}

#sidebar #article-sections ol {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    color: #132430;
    font-size: 14px;
    font-weight: bold;
}

#sidebar #article-sections ol li {
    padding: 5px 20px;
    margin: 0 0 1px;
    border-top: 1px solid #f0f4f8;
    border-bottom: 1px solid #f0f4f8;
}

#sidebar #article-sections ol li.here,
#sidebar #article-sections ol li:hover {
    border-top: 1px solid #cabf8f;
    border-bottom: 1px solid #cabf8f;
    background: #f6f7d4;
}

#sidebar #article-sections ol a {
    color: #132430;
    text-decoration: none;
}

#sidebar a#article-see-all-sections {
    color: #647c8d;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 0 20px 0;
    display: block;
    text-decoration: none;
}

#sidebar #article-images {
    background: #f0f4f8;
    color: #31424e;
    padding: 20px;
    width: 200px;
    position: relative;
    margin: 0 0 10px;
}

#sidebar #article-images h2 {
    margin: 0 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}

#sidebar #article-images a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    color: #647c8d;
    font-size: 9px;
    text-decoration: none;
}

#sidebar #article-images ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

#sidebar #article-images ul li {
    float: left;
    height: 75px;
    width: 75px;
    margin: 0 20px 20px 0;
}

#sidebar #article-related-articles {
    background: #f0f4f8;
    color: #89949c;
    padding: 20px;
    width: 200px;
    position: relative;
    margin: 0 0 10px;
}

#sidebar #article-related-articles h2 {
    margin: 0 0 0 !important;
    padding: 0;
    border: none;
    cursor: pointer;
}

#sidebar #article-related-articles ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#sidebar #article-related-articles ul a {
    color: #132430;
    font-family: georgia, times, serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    display: block;
}

#sidebar #article-related-articles ul .meta {
    margin: 0 0 1em !important;
}

#sidebar #article-related-articles ul li {
    margin: 0 0 15px;
}

#sidebar #article-related-articles ul .meta a {
    color: #3b749d !important;
    float: none;
    font-size: 10px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#sidebar #article-tags {
    background: #f0f4f8;
    color: #89949c;
    padding: 20px;
    width: 200px;
    position: relative;
    margin: 0 0 10px;
}

#sidebar #article-tags h2 {
    margin: 0 0 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

#sidebar #article-tags a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 14px;
    margin: 0 0 5px;
    color: #132430;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

#sidebar #article-tags ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

#sidebar #article-tags ul li {}

#sidebar #article-tags a#see-all-tags {
    margin: 20px 0 0;
    color: #647c8d;
}

#sidebar .wrap-hidden {
    display: none;
}

#sidebar .wrap-visible {
    display: block;
}

#articles-toc .table-of-contents,
#articles-toc li.blank {
    display: none;
}

#articles-toc ul {
    list-style: none;
}

#articles-toc li {
    float: left;
    width: 20%;
    margin: 0;
    display: inline;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#articles-toc li a {
    text-decoration: none;
}

/*
admin styles
--------------------------------------------- */

form .admin div.text,
form .admin div.select,
form .admin div.textarea,
form .admin div.checkbox-wrapper {
    margin: 0 0 1.5em;
    position: relative;
}

form .admin div.checkbox-wrapper label,
form .admin div.text label,
form .admin div.select label,
form .admin div.textarea label {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

form .admin div.checkbox label {
    display: inline;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
}

form .admin div.text input,
form .admin div.textarea textarea {
    background: #f0f4f8 url('https://iranicaonline.org/app/webroot/img/input-blue.gif') repeat-x scroll top left;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #eee;
    border-width: 0 1px 0 1px;
}

form .admin div.textarea textarea {
    width: 504px;
}

form .admin div.inset input {
    background: #fff url('https://iranicaonline.org/app/webroot/img/input-white.gif') repeat-x scroll top left;
    height: 26px;
    padding: 0 5px 0;
    border: 1px solid #eee;
    border-width: 0 1px 0 1px;
}

form .admin div.date-month,
form .admin div.date-day,
form .admin div.date-year {
    float: left;
    margin-right: 20px;
}

form .admin label small,
form .admin .counter {
    font-size: 9px;
    line-height: 9px;
    font-weight: normal;
    color: #9aaab5;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

form .admin .counter {
    position: absolute;
    right: 0;
    top: 10px;
}

form .admin .counter.warning {
    color: red;
    font-weight: bold;
}

form .admin div.checkbox-wrapper div.checkbox {
    float: left;
    padding-right: 10px;
}

.admin .inset {
    padding: 20px;
    margin: 10px 0 1em 20px;
    background: #f0f4f8;
}

form #sidebar label {
    font-weight: bold !important;
}

#search-bar ul.admin-links {
    float: left;
    border: none;
}

.admin-user-info {
    float: right;
    font-size: 10px;
    text-align: right;
    margin: 20px 0 0;
    letter-spacing: 1px;
    display: inline;
}

.admin-user-info h2 {
    color: #9aaab5;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    letter-spacing: 4px;
}

.admin .button {
    float: left;
    margin: 5px 10px 0 0;
}

div.ac_results {
    background-color: #FFF;
    z-index: 100000;
}

div#article_edits {
    padding: 20px 0;
    clear: left;
}

div#article_edits ul {
    list-style: none;
}

div.ui-datepicker {
    z-index: 100000;
}

/*
search styles
--------------------------------------------- */

#search-results h1 {
    color: #132430;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px;
    padding: 0;
    font-family: georgia, times, serif;
}

#search-results h1 span {
    color: #666e75;
    font-weight: normal;
    font-style: italic;
}

#search-results h1 strong {
    color: #666e75;
}

.pagination {
    text-align: center;
    font-size: 12px;
    color: #666e75;
    padding: 0 0 10px;
}

.pagination div,
.pagination span .pagination a {
    display: inline-block;
}

.pagination div.disabled {
    display: none;
}

.pagination span.current {
    border: 1px solid #ccc;
    padding: 3px 7px;
    background: #f0f0f0;
    margin: 0 2px 0;
}

.pagination a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 3px 7px;
    margin: 0 2px 0;
}

#search-results ul.per-page {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-results ul.pages {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li {
    float: left;
}

#search-results ul.pages li {
    margin-left: 5px;
}

#search-results ul.per-page li {
    margin-right: 5px;
}

#search-results li a {
    padding: 2px 4px;
    text-decoration: none;
}

#search-results li span.current,
#search-results li.here a {
    padding: 2px 4px;
    text-decoration: none;
    background: #344551;
    color: #fff;
}

#search-results li a.more {
    background: url('https://iranicaonline.org/app/webroot/img/arrow-right.gif') no-repeat scroll center center;
}

#search-results li a.less {
    background: url('https://iranicaonline.org/app/webroot/img/arrow-left.gif') no-repeat scroll center center;
}

ul.search-results {
    border-top: 1px solid #98a8b3;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

ul.search-results li {
    padding: 20px 20px 10px;
    margin: 0;
    float: none !important;
    border-bottom: 1px solid #98a8b3;
    font-family: georgia, times, serif;
    font-size: 14px;
    line-height: 22px;
    color: #132430;
}

ul.search-results li.odd {
    background: #f4f6f7;
}

ul.search-results li h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

ul.search-results li h2 a {
    color: #132430;
    padding: 0 !important;
    text-decoration: underline !important;
}

ul.search-results li h3 {
    color: #7f733f;
    font-family: georgia, times, serif;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}

ul.search-results li p {
    margin: 0 0 1em;
}

.divider-fancy {
    background: url('https://iranicaonline.org/app/webroot/img/divider.gif') no-repeat scroll top center;
    height: 20px;
    margin: 2em 0 2em 0;
}

.end {
    border-right: none !important;
    margin-right: 0 !important;
}

#content.general h1 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 1.5em !important;
    color: #7f733f;
    text-transform: uppercase;
    font-family: georgia, times, serif;
    letter-spacing: .1em;
}

#content.general h2 {
    font-size: 18px;
    color: #000;
    text-transform: none;
}

#content.general {
    font-family: georgia, times, serif;
    font-size: 14px;
    line-height: 22px;
}

#sidebar .full-bleed {
    background: #f0f4f8;
    padding: 20px;
    width: 200px;
    position: relative;
}

.full-bleed ul {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

#sidebar .full-bleed h2 {
    border-bottom: none;
    margin: 0 0 10px !important;
    padding: 0;
}

.full-bleed h4 {
    margin: 0;
    padding: 0;
}

.full-bleed h4 a {
    color: #000 !important;
    font-family: georgia, times, serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
}

.full-bleed a {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #89949c;
    font-size: 9px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.full-bleed a:hover {
    color: #004a7f !important;
}

div#event_search {
    float: right;
}

/*
comment styles
--------------------------------------------- */

div.overlay-box {
    position: absolute;
    top: 160px;
    z-index: 20000000;
    width: 100%;
}

div.overlay-content {
    position: relative;
    margin: 0 auto;
    width: 960px;
}

div.overlay-content div.inner {
    margin-left: 120px;
    background: #fff;
}

div#overlay_background {
    background-color: #000000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay-content h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    padding: 30px 30px 0;
}

.overlay-content h2 span {
    color: #676e74 !important;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #97a8b2;
}

ul.comments .comment {
    padding: 30px;
    border-bottom: 1px solid #97a8b2;
}

.comment-odd {
    background: #f5f6f8;
}

ul.comments .comment-meta {
    float: left;
    width: 185px;
    font-size: 9px;
    line-height: 22px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #919b9d;
}

ul.comments .comment-meta cite {
    display: block;
    font-style: normal;
    color: #142632;
}

ul.comments .comment-body {
    padding-left: 185px;
    font-family: georgia, times, serif;
    font-size: 15px;
    line-height: 22px;
    color: #152630;
}

.comments-form {
    padding: 30px;
}

.comments-form div.text,
.comments-form div.textarea {
    margin-left: 185px;
    padding: 0 0 10px;
}

.comments-form label {
    display: block;
    font-size: 10px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #4b5962;
}

.comments-form div.text input {
    width: 200px;
    border: 1px solid #d4d4d4;
    padding: 4px;
}

.comments-form div.textarea textarea {
    width: 400px;
    border: 1px solid #d4d4d4;
    padding: 4px;
}

.comments-form div.add-comment-button {
    margin-left: 185px;
    width: 400px;
}

.comments-form div.add-comment-button a.privacy-policy {
    float: right;
    color: #7f99aa;
    font-size: 9px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.close-overlay {
    position: absolute;
    top: -7px;
    cursor: pointer;
    right: -7px;
}

/*
admin styles
--------------------------------------------- */

div.admin {
    background: #fff;
    padding: 20px;
}

div.admin h2 {
    margin: 0 0 20px;
    color: #888;
}

div.admin table.admin {
    width: 100%;
    border-collapse: collapse;
}

div.admin table.admin td,
div.admin table.admin th {
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

div.admin table.admin td {
    font-size: 11px;
    font-weight: normal;
}

div.admin .paging {
    font-size: 10px;
    padding: 20px 0;
    text-align: center;
    color: #444;
}

div.admin .paging div {
    display: inline;
}

div.admin .paging div.disabled {
    color: #999;
}

div.actions {
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
}

div.actions ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 30px;
}

div.actions ul li {
    float: left;
    margin: 0 10px 0 0;
}

div.actions ul li a {
    background: #256083 !important;
    color: #fff !important;
    padding: 2px 10px;
    font-size: 11px;
    text-decoration: none;
}

div.admin fieldset {
    border: none;
    padding: 20px 0 0;
    margin: 0;
}

div.admin fieldset legend {
    font-size: 12px;
    margin: 0 0 20px;
    color: #888;
    font-weight: bold;
    display: block;
}

div.admin form div.text,
div.admin form div.select,
div.admin form div.textarea {
    clear: left;
    float: left;
    margin: 0 0 .5em;
}

div.admin form div.textarea,
div.admin form div.checkbox {
    clear: left;
}

div.admin form div.checkbox {
    margin-left: 110px;
}

div.admin form div.text label,
div.admin form div.select label,
div.admin form div.textarea label {
    float: left;
    color: #888;
    text-align: right;
    width: 100px;
    margin-right: 10px;
}

div.admin form div.text input,
div.admin form div.select select,
div.admin form div.textarea textarea {
    float: left;
    border: 1px solid #ccc;
    width: 300px;
}

div.admin div.submit input {
    background: #256083;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
}

.contents div.submit input {
    margin: 10px 10px 0 0;
    float: left;
}

.contents a#delete_button {
    float: left;
    margin: 10px 0 0;
    line-height: 27px;
    text-decoration: none;
}

div.breadcrumbs {
    color: #7B7900;
    background-color: #FFFAE4;
    border: 1px solid #7B7900;
    padding: 10px;
}

div.content-select {
    float: left;
    clear: none;
    width: 200px;
}

div.content-select a {
    padding: 3px 5px;
    background: #256083;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

fieldset.content-selectors {
    background: #f7f7f7;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
    margin-bottom: 20px !important;
}

.info-line {
    display: block;
    padding: 10px 0 5px;
    margin: 0 0 5px;
    clear: left;
    border-bottom: 1px solid #ccc;
}

.green {
    color: green;
    font-weight: bold;
}

.red {
    color: red;
    font-weight: bold;
}

/* end admin styles*/
.welcome p {
    font-size: 22px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Serif;
    text-decoration: none;
    line-height: 32px;
    color: #122634;
    display: inline;
}

.welcome h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0;
}

.welcome div.button {
    display: inline-block;
    background: url('https://iranicaonline.org/app/webroot/img/bttn-white-tan-l.gif') no-repeat scroll top left;
    height: 21px;
    line-height: 21px;
    padding: 0 0 0 8px;
    margin: 5px 0 0 0;
    font-size: 9px;
    text-decoration: none;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

.welcome div.button a {
    background: url('https://iranicaonline.org/app/webroot/img/bttn-white-tan-r.gif') no-repeat scroll top right;
    height: 21px;
    line-height: 21px;
    padding: 0 9px 0 1px;
    font-size: 9px;
    float: left;
    color: #7f733f !important;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    font-style: normal;
}

.welcome div.button a:hover {
    color: #4b4425 !important;
}

/* New sections */

.welcome.iranica p {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
}

.welcome.iranica h2 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: normal;

}

ul.featured-articles.iranica-projects li {
    width: calc(50% - 10px);
    float: left;
    display: block;
}

ul.featured-articles.iranica-projects li img {
    width: 100px;
    margin-right: 20px;
    /* margin-bottom: 20px; */
}

ul.featured-articles.iranica-projects li .article-details {
    padding: 13px;
}

ul.featured-articles.iranica-projects {
    display: block;
    float: none;
    margin: 0;
    height: 162px;
}

ul.featured-articles.iranica-projects li img {}

ul.featured-articles.iranica-projects li:first-child {
    margin-right: 10px;
}

ul.featured-articles.iranica-projects li:last-child {
    margin-left: 10px;
}


#flashMessage {
    font-weight: bold;
    padding: 10px;
    background-color: #F6F7D4;
}

span.hilite {
    color: #a31f1f !important;
    font-weight: bold;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* newsletter sign-up css */
div.general span.label,
span.spacer,
span.multiple span {
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 10px;
    font-size: 11px;
}

div.general span.multiple {
    float: left;
}

div.general span.button {
    padding-left: 130px;
    background: none;
}

div.general div input,
div.general div textarea {
    background: #f0f4f8 url('https://iranicaonline.org/app/webroot/img/input-blue.gif') repeat-x scroll top left;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #eee;
    border-width: 0 1px 0 1px;
    margin: 0 0 10px;
}

div.general div input.bttn {
    background: none;
    border: none;
}

div.general span.button input,
#event_search input.button {
    background: #f3e9bc;
    color: #7f734d;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    border: none;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#event_search_field {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px inset;
    padding: 3px 10px;
    background: #f0f4f8 url('https://iranicaonline.org/app/webroot/img/input-blue.gif') repeat-x scroll top left;
}

div.general div.clear {
    clear: both;
    padding-top: 5px;
}

p.tag-margin {
    margin: 0 0 10px 185px;
}

small.search-info {
    position: absolute;
    display: block;
    right: 40px;
    top: 45px;
    font-family: georgia, times, serif;
    font-size: 11px;
}

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

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
li.highlighted a {
    color: #004AAF;
}

table.table-events {
    border: 0;
    font-size: 12px;
    line-height: 1.6em;
}

table.table-events th {
    text-align: left;
    background-color: #c2ddf0;
    outline: solid;
    outline-color: #CCC;
    outline-width: thin;
    padding: 5px 5px 5px 5px;
}

table.table-events td {
    outline: solid;
    outline-color: #CCC;
    outline-width: thin;
    padding: 5px 5px 5px 5px;
}

a.sm2_button {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 14px;
    top: -1px;
    text-indent: -9999px;
    /* don't show link text */
    overflow: hidden;
    /* don't draw inner link text */
    vertical-align: middle;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACQklEQVQ4T6XT0UtTURwH8N/veO69zm3WWjEf7F9YpiMIgkitWIQPXu82ulsTnTNJTSlJ95IELkMUXC95b6ylWy+jpAhGEPUWRHcPMSki7CnoZT1EjaWX7cQWG12wwDpPv5ff5/A75/tD+M+Df+oXfaLL3mx/oyiK/rc7dgS83t52huR5U6OlJZFI/NgVUGnm+MYXW9tbVrPJ2lQDXOG1YWRk87UqP/sdRI+v7xsANFJKCwDl2wTpyMDAQPOKslIyCWZLDWgPrXYSJHcZ8s6s4vlaQ9Drk/SlxSWa/5KH+ZvzbHxsHNsOHYZQeLDENQiWHNfdTxk8eXXH/6ljKKkAwOes6r9WBzy+Pj25mqIACOf7/ZCIr4IgCBAIyiVKeMsG330ZGLRpql9yhVJnAGFCU+VTBmBmeoZSSmEuOgeR6QhwHAez12erI7yj3ftLCDlNlfd1hJMtyPBtpQZAVkEqb6CPXhytArFbMZi6MgWVOnojWgVyfJcNGb7XVHmP88LaAb5EPmiqvNcABIPBKhCPx2Hy0mQVWFhcqAIb/MkRgPIJTQn0tA+lThNgVzXV32kYQRRFWiwWIZPJQG+vCAdbW2E5tvwLoF1jjHAPs4pv0zWUjDGA71nVH6kDklfcRkSCiDoh5B4iyj1neyzrj9YN33hk+P7Rcrn8gCFxZpVz+TrgdrsFh8OBhUJBT6fTJUmSjnFCQ0bXdbMhSKHkBCD7qKmBx4Yg7RTTCgKk/NRsstp3HeUaKEnScZvN9vKflmk3G/4ThiXdEQDHYl0AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}

a.sm2_button:focus {
    outline: none;
    /* maybe evil, but don't show the slight border outline on focus. */
}

a.sm2_button,
a.sm2_button.sm2_paused:hover {}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {}

a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {}

a.sm2_button.sm2_paused,
a.sm2_button.sm2_paused:hover {}