/*
    Theme Name: Lisa James Otto
    Theme URL: http://aios2-staging.agentimage.com/l/lisajamesotto.com/htdocs/ 
    Author: Agent Image
    Author URI: http://www.agentimage.com
    
    Template: twentytwelve
    
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}


li.bypostauthor cite span {
    color: #f0e6b2;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    /*max-width: 100%;  Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    /*max-width: 100%;
    height: auto;  Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #f0e6b2;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}
.author-description p {
    color: #f0e6b2;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
    margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 87.5%;
}
body {
    font-size: 14px;    
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    color: #f0e6b2;
}
body.custom-font-enabled {
    font-family: 'Open Sans', sans-serif;
}
a {
    outline: none;
    color: #f0e6b2;
}
a:hover {
    color: #f0e6b2;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #f0e6b2;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    padding: 0;
    width: 1132px;
    margin: 0 auto;
    min-height: 450px;
    background: url(http://lisajamesotto.com/wp-content/themes/lisajamesotto/images/content_bg.png);
    color: #f0e6b2;
    margin-top: 130px;
}
.site-content {
    font-size: 14px;
    width: 800px;
    float: left; 
    margin: 0 0 0 24px;
    padding: 0;
}
.site-content-full {
    font-size: 12px;
    width: 1088px;
    float: left; 
    margin: 0;
    padding: 10px;
}
.widget-area {
    width: 250px;
    float: right;
    margin: 24px 15px 0 0;
    padding: 0;
}

.widget-area .sidebar_con {
    text-align: center;
    color: #f0e6b2;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: normal;
    font-variant:small-caps;
    }

.widget-area .sidebar_con a {
    color: #f0e6b2;
    }


/* Header */
.site-header {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
    text-align: center;
}
.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #21759b;
}
.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #f0e6b2;
}
.header-image {
    /* margin-top: 24px;
    margin-top: 1.714285714rem;*/
}


/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
    color: #f0e6b2;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    word-wrap: break-word;
    
    background: url(http://lisajamesotto.com/wp-content/themes/lisajamesotto/style.css?ver=3.9.2) no-repeat top center;
    /*border: #c6c6c2 1px solid;*/
    padding: 10px;
}
.widget-area .widget h3 {
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    color: #f0e6b2;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}
.widget-area .widget a {
    color: #f0e6b2;
}
.widget-area .widget a:hover {
    color: #f0e6b2;
}
.widget-area #s {
    width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
    color: #686868;
}
footer[role="contentinfo"] a:hover {
    color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
    clear: both;
}
.entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
    font-size: 1.428571429rem;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #f0e6b2;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #f0e6b2;
}
.comments-link a,
.entry-meta a {
    color: #f0e6b2;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #f0e6b2;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 10px 0;
    line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}
.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #f0e6b2;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.site-content article {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.page-links {
    clear: both;
    line-height: 1.714285714;
}
footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #f0e6b2;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #f0e6b2;
    font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #f0e6b2;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}
article.format-aside h1 a:hover {
    color: #2e3542;
}
article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}
article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.format-status .entry-header header a {
    color: #f0e6b2;
}
.format-status .entry-header header a:hover {
    color: #21759b;
}
.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
.comments-area, #comments { display: none !important; }

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal;
}
.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}
.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}
.comments-area article header a:hover {
    color: #21759b;
}
.comments-area article header cite a {
    color: #444;
}
.comments-area article header cite a:hover {
    text-decoration: underline;
}
.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #f0e6b2;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #21759b;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}
#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}
.required {
    color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}
.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
    color: #f0e6b2;
}
.template-front-page .widget-area .widget li a:hover {
    color: #21759b;
}
.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}
.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget_twitter li {
    list-style-type: none;
}
.widget_twitter .timesince {
    display: block;
    text-align: right;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}

/* Sidebar Cntact */

.sidecontact1 { 
    text-align: center;
    font-weight: bold;
    padding-top: 23px;  
    }

.sidecontact2 {
    text-align: center;
    padding-top: 17px;  
    line-height: 18px;
    }

.sidecontact2 a {
    text-decoration: none;
    color: #f0e6b2;
    }
    
.sidecontact3 {
    text-align: center; 
    padding-top: 22px;  
    }

.sidesocial {
    background: url(http://lisajamesotto.com/wp-content/themes/lisajamesotto/images/side_socialbg.gif);
    width: 250px;
    height: 41px;
    text-align: center;
    padding-top: 35px;
    margin-top: 20px;
    }

.line   {
    width:100%; 
    border-bottom:1px solid; 
    border-bottom-color:#FFF;
    }


/* =Media queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1080px) {
body { width:100% !important; min-width: 100% !important; padding:0; margin:0;}
.wrapper_all { max-width:100%; min-width: 1022px; margin:0 auto; float:none; clear:both; padding:0;}
.navcontainer, .contenthome { max-width:100%; margin:0 auto; float:none; padding:0;}    
#backhomelink{ display: none; width:auto; padding:10px 0; clear:both;}
}

@media only screen and (max-width: 479px) {
body {width:100%; padding:0; margin:0;background: url(images/ip_bg.jpg) top center no-repeat #0a2913 !important; -webkit-background-size: 1600px 320px !important;}
body.home  {background: url(images/slide1.jpg) top center no-repeat #001704 !important; -webkit-background-size: 1600px 666px !important;}

.headernav {width: 100% !important; max-width: 100% !important;}
.hp-headernav {margin: 0 auto !important;}
.wrapper_all { width: 100%; min-width: 100% !important; margin:0 auto; float:none; clear:both; padding: 0; }
.wrapper_header {  height: 200px !important; width: 100% !important; min-width: 100% !important; max-width: 100% !important; padding: 0; margin: 0 !important; text-align: center; float: none !important; }
.header_title { width: 100% !important; padding: 10px 0 !important; margin: 0 !important; text-align: center; float: none !important; }

.wrapper_nav, .navcontainer { width: 100% !important; background-image: none !important; }
#nav, div.menu { width: 100% !important; max-width: 100% !important; }
#nav ul { padding: 0 !important; margin: 0 !important; }
#nav li {min-width:100%;}
#nav li a { padding: 0 !important; margin: 0 auto !important; width: 100% !important; }
#nav li a:hover { padding: 0 !important; margin: 0 auto !important; width: 100% !important; }
#nav ul ul li {display:none !important;}
#nav ul li .sub-menu {display:none !important;}

.home #nav, .home #nav ul, .home #nav li, .home #nav li a {width: 100% !important; max-width: 100% !important;}
.home #nav ul { 
    margin: 15px 0 23px 0 !important;   
    padding: 0;
}

.home #nav li a {padding-right: 25px !important; width: 231px !important;}

.site, .wrapper_head { width: 100% !important; min-width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; }

.site-content { width: 95% !important; float: none; padding: 10px 2.5% !important; margin: 0 auto !important; }
.wrapper { width: 100% !important; padding: 0 !important; margin: 0 !important; }
.site-content article { width: 100% !important; padding: 0 !important; margin: 0 !important;}

.wrapper_footer {max-width:100%; min-width:100% !important; margin:0 auto; float:none; clear:both; padding: 15px 0 15px 0 !important; height: auto !important; background: #000 !important; }
.footer{ max-width:100%; min-width: 100% !important; margin:0 auto !important; float:none; padding:0 !important;}
.footer-left, .footercopy, .footer-right { margin: 0 !important; padding: 0 !important; width: 100% !important; text-align: center !important; min-width: 100% !important;}

.noshow{display:none;}
#secondary, .ip-container .wrapper_nav {display:none !important;}
.navcontainer { background:none; }
#backhomelink { display:block !important; width: 96%; padding: 10px 2%; clear:both; margin-top: 120px;}
#backhomelink a { color: #f0e6b2; font-size: 15px;}

/*IHF*/

	/* Optima */
	
	#ihf {
 position:relative;
 overflow:hidden;
 width:100% !important;
}
 #ihf_maincontainer_620, #ihf_searchform_container_620, #ihf_mlsnum_street_search_620, #ihfmlsnumsearch_620, #ihfstreetsearch_750, #ihf_search620_formright, #ihfSearchResultsNav_620, #map_canvas, #ihfSearchResultsNavBot_620, #ihfSearchResults_620, #ihf_message_search, .ihf_results_detailssave_620, .ihf_message {
 width:100% !important;
}
 #ihfstreetsearch_750 .ihfrboxgr1_content {
height: 140px !important;
}
 ihfrboxgr1_tplft {
 display:block !important;
}
 #ihf_search620_formleft {
 width:257px !important;
}
 #ihf_hotsheetDescription table td {
 display:block !important;
 float:left !important;
 text-align:center !important;
 width:100% !important;
}
 #ihf_emailalerts_container, #ihf_emailalerts_contactinfo > *, #ihf_search620_formleft, #ihf_search620_formright, #ihf_search620_formright > * {
 width:100% !important;
 float:none !important;
 margin-left:0 !important;
 padding-left:5px;
}
 .ihf_agentrow {
 width:300px;
 height:91px;
 float:left;
 margin:2px 2px 0 0;
 background:url(http://lisajamesotto.com/idx/images/t8_agentrowbg.png) no-repeat;
}
 #ihf_offices_container {
 margin: 5px 5px;
}
#ihf_office_description_photo {
 padding-top:40px;
}
 #ihf_office_photo {
 border:1px solid #ccc;
 margin: 10px;
}
 #ihf_office_address {
 padding-top:20px;
 padding-bottom:60px;
 font:12px arial, sans-serif;
 font-weight:bold;
}
 #ihf_agent_name_listings {
 padding-top:30px;
 font:12px arial, sans-serif;
 font-weight:bold;
}

/*saved search list*/
.ihf_savedsearch_row_620 {
 border-top:0px solid #ccc;
 margin-bottom:6px;
 padding:3px;
}
 .ihf_savedsearch_name_620 {
 float:left;
 font-weight:bold;
 font-size:13px;
 margin:10px;
}
 .ihf_savedsearch_links_620 {
 float:right;
 margin-right:2px;
 padding-top:2px;
 padding-right:2px;
}
 #ihf .ihf_savedsearch_details_620 {
 width:390px;
 float:left;
 margin:10px;
}
 .ihf_savedsearch_showmatches {
 margin-top:25px;
 margin-right:15px;
 float:right;
 text-align:right;
 border:0px solid #ccc;
}
 .ihf_savedsearch_mathes_lft {
 background:url(http://lisajamesotto.com/idx/images/t8_seachProfileMatches_btn_left.png) no-repeat;
 float:left;
 width:23px;
 height:35px;
}
 .ihf_savedsearch_mathes_mid {
 background:url(http://lisajamesotto.com/idx/images/t8_seachProfileMatches_btn_midbg.png) repeat-x;
 float:left;
 height:35px;
}
 .ihf_savedsearch_mathes_mid a {
 display:block;
 width:100%;
 height:100%;
}
 .ihf_savedsearch_matches_text {
 padding:7px 0 0 5px;
 font-size:13px;
 font-weight:bold;
}
 .ihf_savedsearch_mathes_rt {
 background:url(http://lisajamesotto.com/idx/images/t8_seachProfileMatches_btn_right.png) no-repeat;
 float:left;
 width:10px;
 height:35px;
}
 .ihf_savedsearch_nav {
 width:100%;
 margin-bottom:4px;
 margin-top:40px;
}
 .ihf_savedsearch_count {
 float:left;
 margin-top:5px;
 font-weight:bold;
}
 #ihf_savedsearch_new {
 float:right;
}
 #ihf_savedsearch_new a {
 text-decoration:none;
}
 #ihf_emailalerts_container {
 width:620px;
 margin:10px 14px 0px 14px;
 float:left;
}
 .ihf_advanced_search_multiselect {
 height: 50px;
}
 .ihf_emailalerts_cities_750 ul, .ihf_emailalerts_cities_750 select, .ihf_emailalerts_zip_750 ul, .ihf_emailalerts_zip_750 select {
 width:200px;
}
 #email_propertyTypeSelection {
 width:205px;
}
 .ihf_emailalerts_submitbutton_620 {
 float:right;
 width:144px;
 height:37px;
 margin:10px 120px 0 0;
 text-align:center;
 background:url(http://lisajamesotto.com/idx/images/t8_donebutton.png) no-repeat;
}
 .ihf_emailalerts_signupbutton_620 {
 float:right;
 width:144px;
 height:37px;
 margin:10px 120px 0 0;
 text-align:center;
 background:url(http://lisajamesotto.com/idx/images/t8_signupbutton.png) no-repeat;
}
 #ihf .ihf_citypicker_cityname a, #ihf .ihf_citypicker_cityname a:visited {
 cursor:pointer;
 color:#000;
 text-decoration:none;
}
 .ihf_results_brokerdisplay_boardcase_750 {
 text-align: right;
}
 #ihf_widget_search_city_selector {
 height: 100px;
}
 #ihf_advanced_search, #ihf_advanced_search_expanded {
 margin: 10px;
}
 #ihf_widget_search_city, #ihf_widget_search_propertytype, .ihf_widget_search_minprice, .ihf_widget_search_maxprice, .ihf_widget_search_bed, .ihf_widget_search_bath, .ihf_widget_search_sqft, .ihf_widget_search_lotacres {
 padding-top: 8px;
}
 #minListPrice {
display:inline;
}
#maxListPrice {
display:inline;
}
/*end widgets*/
ul.bottom li.contact {
 width: 100% !important;
 text-align: left;
}
.proplist, .agentwrap {
color: #5f5f5f;
font: 11px Arial, Helvetica, sans-serif;
margin: 25px 0;
width: 100%;
}
 .ihfrboxgr1_tpmid#mlsnumsearch_620 {
width: 189px !important;
padding-left: 5px;
}
.ihfrboxgr1_tpmid#streetsearch_620 {
width: 252px !important;
}
#ihfstreetsearch_street {
width: 250px !important;
}
 .ihfrboxgr1_btmid#streetsearch1_620 {
width: 252px !important;
}
 .ihfrboxgr1_content#streetsearch2_750 #ihfrboxgr1_contentinner_750 {
width: 250px !important;
}
#ihf_search_resulttype_620 {
float: none;
width: 52px;
margin-left: 0px;
margin-top: 30px;
}
.ihf_search_maxprice_620, #ihf_search_maxprice input,, #ihf_search_bed {
margin-bottom: 10px !important;
}

 .ihf_search_sqft_620 {
float: none !important;
margin-left: 0 !important;
}
#areaPickerExpandAll {
 width:100%;
}
#areaPickerExpandAllContainer {
 width:100% !important
}
 .ihf_search_lotacres_620 {
float: none !important;
margin-left: 0 !important;
}
.ihf_search_submitbutton_620 {
float: none !important
}
 #ihf_advanced_search_link {
float: left !important;
margin-top: 51px !important;
}
 #ihfSearchResultsNav_620 {
 width:280px;
 font: 12px arial;
 margin-bottom: 4px;
}
 #ihfSearchResults_620 {
 width:280px;
 font: 12px arial;
}
 #ihfSearchResultsNavBot_620 {
 width: 280px;
 font: 12px arial;
 border-top: 1px solid #CCC;
 padding-top: 4px;
 text-align: right;
}
 #map_canvas, #ihf_result_disclaimer, #ihf_result_disclaimer_boardcase {
 width:  100% !important;
}
 #ihf .ihf_results_logo_620, #ihf .ihf_results_logo_boardcase_620 {
 margin-top: 15px;
 width: 120px;
 float: left;
 text-align: right;
 border: 0px solid #CCC;
}
 #ihf .ihf_results_details_620 {
 width: 150px;
 float: left;
}
 #ihf_search620_formright {
 float: left;
}

/* Property Details Page */

  #ihf_results_savesearch {
 margin: 10px;
 float: left;
 width: 280px;
 height: 25px;
}
 #ihf_detail_container_62, #ihf_detail_leadcapture_620, #ihf_fade_container, #ihf_detail_container_620, #ihf_detail_container_620_inner, #ihf_modulebox_600 {
 width: 300px !important;
}
 #ihf_detail_walkscore_tab {
 display: none;
}
 #ihf_detail_scheduleshowing {
 background: url('../../../img/mobile/btn_scheduleshowingv75m.png');
 width:100px !important;
}
 #ihf_detail_saveproperty {
 background: url('../../../img/mobile/btn_saveproperty_v75m.png');
 width:100px !important;
}
 #ihf_detail_inforequest {
 background: url('../../../img/mobile/btn_inforequest_v75m.png');
 width:100px !important;
}
 #ihf_detail_mortcalc_tab {
 display: none !important;
}
 #ihf .ihf-detail-menu {
 width: 287px;
}
 #ihf .ihf-detail-menu {
 width: 280px;
}
 #ihf_detail_photo_container, #ihf_detail_photocarousel, #carousel-container {
 width: 280px !important;
}
 #ihf_detail_photodivider {
 border: none !important;
}
 #ihf_detail_photocarousel_bottom {
 background: none !important;
}
 #horizontal_carousel .container {
 width: 250px;
}
 #ihf_detail_photocarousel_inner {
 margin: 0;
}
 #ihf_detail_mainphoto, #ihf_detail_photodivider_morephotoslink {
 width: 280px !important;
 height: 190px !important;
}
 #ihf_detail_photodivider {
 height: 40px;
}
 #ihf_details_moredetails * td:nth-child(3n+1) {
 color: black !important;
 background: #CCC !important;
 margin-top: 3px;
 width: 280px;
}
 #ihf_details_moredetails * td:nth-child(3n+3) {
 height: 0 !important;
 color: white !important;
 padding: 0px !important;
}
 #ihf_details_moredetails {
 margin:0px !important;
}
 #ihf_details_moredetails td {
 float:left;
 text-align:left !important;
 margin:0 0 0 2px;
width:280px;
 font-size:14px !important;
}
/* #areaPickerExpandAllResults, #ihf_agentlistings_topmid, .areaPickerExpandAllRow, #areaPickerExpandAllContainer, .areaPickerExpandAllTopBar, #areaPickerExpandAll, #ihf_detail_features, .ihf_moredetails_underline {
width:280px !important;
}*/
 #ihf_detail_pagingcapture_620 {
 width: 115px;
}
 #ihf_detail_addressprice {
 width: 200px;
}
 #requestMoreInfoModalContainer, #scheduleShowingModalContainer, #saveThisPropertyModalContainer {
 width: 100%;
}


/*Email Alerts*/

  #ihf_maincontainer_620, #ihf_emailalerts_container {
 width: 280px;
}
 #ihf_emailalerts_phone {
 margin: 4px 0 0 15px;
}
 #ihf_detail_photodivider_morephotoslink {
 display: none;
}
 .ihf_results_details_620 img, .ihf_results_details_620 a {
 display: none !important;
}
#ihf #map_canvas {
color: #333333;
}
#map_canvas {
width: 100% !important;
}
#TB_overlay {
position: fixed;
z-index: 100;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
}
#TB_window {
z-index: 9999 !important;
margin-left: 0 !important;
width: 100% !important;
position: relative !important;
 top: -1091px !important;
left: 0 !important;
}
#TB_ajaxContent {
 width: 100% !important;
padding:0 !important;
height:100% !important;
}

.galleria-image-nav-left {margin-top: -60px !important; margin-left: -10px;}
.galleria-image-nav-right {margin-top: -60px !important; margin-left: 10px;}
.galleria-counter {top: 230px !important; height: 15px !important;}
.galleria-thumbnails-container {top: 250px !important;}
.galleria-container, #ihf_horizontal_carousel_lrg {height: 350px !important;}

.agent-info {margin-top: 15px !important;}

}

@media only screen and (min-width: 480px) and (max-width: 977px) {
body {width:100%; padding:0; margin:0;background: url(images/ip_bg.jpg) top center no-repeat #0a2913 !important; -webkit-background-size: 1600px 320px !important;}
body.home  {background: url(images/slide1.jpg) top center no-repeat #001704 !important; -webkit-background-size: 1600px 666px !important;}

.headernav {width: 100% !important; max-width: 100% !important;}
.hp-headernav {margin: 0 auto !important;}
.wrapper_all { width: 100%; min-width: 100% !important; margin:0 auto; float:none; clear:both; padding: 0; }
.wrapper_header {  height: 200px !important; width: 100% !important; min-width: 100% !important; max-width: 100% !important; padding: 0; margin: 0 !important; text-align: center; float: none !important; }
.header_title { width: 100% !important; padding: 10px 0 !important; margin: 0 !important; text-align: center; float: none !important; }

.wrapper_nav, .navcontainer { width: 100% !important; background-image: none !important; }
#nav, div.menu { width: 100% !important; max-width: 100% !important; }
#nav ul { padding: 0 !important; margin: 0 !important; }
#nav li {min-width:100%;}
#nav li a { padding: 0 !important; margin: 0 auto !important; width: 100% !important; }
#nav li a:hover { padding: 0 !important; margin: 0 auto !important; width: 100% !important; }
#nav ul ul li {display:none !important;}
#nav ul li .sub-menu {display:none !important;}

.home #nav, .home #nav ul, .home #nav li, .home #nav li a {width: 100% !important; max-width: 100% !important;}
.home #nav ul { 
    margin: 15px 0 23px 0 !important;   
    padding: 0;
}

.home #nav li a {padding-right: 25px !important; width: 231px !important;}

.site, .wrapper_head { width: 100% !important; min-width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; }

.site {min-height: 600px;}

.site-content { width: 95% !important; float: none; padding: 10px 2.5% !important; margin: 0 auto !important; }
.wrapper { width: 100% !important; padding: 0 !important; margin: 0 !important; }
.site-content article { width: 100% !important; padding: 0 !important; margin: 0 !important;}

.wrapper_footer {max-width:100%; min-width:100% !important; margin:0 auto; float:none; clear:both; padding: 15px 0 15px 0 !important;}

.footer{ max-width:100%; min-width: 100% !important; margin:0 auto !important; float:none; padding:0 !important;}
.footer-left, .footercopy, .footer-right { margin: 0 !important; padding: 0 !important; width: 100% !important; text-align: center !important; min-width: 100% !important;}

.noshow{display:none;}
#secondary, .ip-container .wrapper_nav {display:none !important;}
.navcontainer { background:none; }
#backhomelink { display:block !important; width: 96%; padding: 10px 2%; clear:both; margin-top: 120px;}
#backhomelink a { color: #f0e6b2; font-size: 15px;}
} 

/***** IDX CSS *****/

#ihf_orglogin_container table tr td, #ihf_details_schoolinfoview_title, .ihf_result_disclaimer_750 a, #ihf_disclaimer_table a { color: #f0e6b2 !important; }
#ihf_detail_walkscore { background: #ffffff !important; }
#ihf_detail_walkscore #ihf_details_walkscoreview_title { color: #000000 !important; }
#ihf_orglogin_body td, #ihf_inforeq_toptext, #ihf_inforeq_intro { color: #000000 !important; }
#ihf_results_newsearch a, #ihf_results_nav_paging a, .ihf_results_address_620 a, .modalPhotoTourLink, .ihf_resultslinks, #ihf_detail_navigation a, .addthis_toolbox a, #ihfSearchResultsNavBot_620 a, #ihf_advanced_search_link a, #ihf_results_matches, #ihf_results_nav_paging, #ihf_results_sort, .ihf_results_details_620_inner, #ihf_results_mapicon_div1, .ihf_results_620, .ihf_results_thumbdetailslogo, #ihfSearchResultsNavBot_620, #ihf_address, #ihf_detail_navigation, #ihf_detail_price, #ihf_detail_basicinfo_large_photo_container_620, #ihf_detail_listingnumber, #ihf_detail_remarks, #ihf_detail_features, #ihf_detail_map, #ihf_detail_mortcalc, #ihf_detail_schools, #ihf_detail_walkscore, #detail_content td, #ihf_detail_container_620_inner td, #ihf_details_mapstreetview_title, #ihf_details_walkscoreview_title, #ihf_details_moredetails, #ihf_fade_container, .ihf_formlabel {color: #f0e6b2 !important;}
.ihf_results_address_620 a {color: #000 !important;}

/******** agents css *********/

.single-agent .entry-header img.attachment-post-thumbnail {
    display: none !important;
    }

.page-id-101 .agent-left-block img {
    width: 143px !important;
    height: 150px !important;
    }



/* css amend by Michael Natividad */

/*.page #comments + p, .page #comments + p + .aios_listings_list, .page #comments + p + .aios_listings_list + #aios-listings-footer {
    display: none;
}*/

/*#aios_listings_images #slideshow-wrapper #fullsize {
    height: 288px;
}*/

/*#aios_listings_images #slideshow-wrapper #fullsize #image img {
	width: 444px !important;
	height: 288px !important;
	}*/


/**********************************/

/*** IDX styles ***/

#post-0 .entry-meta {display: none !important;}



.ui-dialog .ui-dialog-titlebar-close span { margin: -9px !important; }

.page-printable .mainframeContact {display: none;}