
/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
}

html {
    background-color: white;
}

body {
    width: 940px;
    margin: 0px auto;
    padding: 0 14px;
    text-align: left;
    /* If you're using fancybox and it won't center, use    */
    position: static;
    /* Beware that this can introduce IE6 problems          */
    background: transparent url(/images/theme-riversiderealty/bg-main.png) no-repeat;
    color: #3a3e3b;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
    line-height: 1.25;
    color: black;
}

h1 { font-size: 171.4286%; margin: 0 0 0.7500em 0; }
h2 { font-size: 135.7143%; margin: 0 0 0.9474em 0; }
h3 { font-size: 121.4286%; margin: 0 0 1.0588em 0; }
h4 { font-size: 100.0000%; margin: 0 0 1.2857em 0; }
h5 { font-size: 92.8571%; margin: 0 0 1.3846em 0; }
h6 { font-size: 85.7143%; margin: 0 0 1.5000em 0; }

a {
    color: #20472b;
}

legend {
    color: black;
}

#header {
    height: 294px;
    background-color: #3f5c47;
    position: relative;
}

#headElements {
    text-align: center;
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-weight: bold;
    color: black;
    font-size: 187.5000%;;
    margin-right: 318px;
    padding-top: 10px;
}

body.home #header {
    height: 229px;
    background: transparent url(/images/theme-riversiderealty/bg-header-home.jpg) no-repeat;
}

#overlay, #slideshow, #head-slideshow-l, #head-slideshow-r {
    position: absolute;
    overflow: hidden;
}

#slideshow {
    width: 698px;
    height: 294px;
    right: 0;
    top: 0;
}

#head-slideshow-l {
    width: 187px;
    height: 203px;
    right: 189px;
    top: 7px;
}

#head-slideshow-r {
    width: 187px;
    height: 203px;
    right: -3px;
    top: 20px;
}

#overlay {
    width: 418px;
    height: 229px;
    background: transparent url(/images/theme-riversiderealty/header-photos.png) no-repeat;
    right: -23px;
    top: 0px;
    z-index: 100;
}

#logo {
    position: relative;
    display: inline;
    float: left;
    width: 244px;
    height: 294px;
}

body.home #logo {
    width: 192px;
    height: 229px;
}

#content {
    width: 640px;
    float: left;
    padding: 20px;
    font-size: 87.5000%;    margin: 0 130px;
}

body.home #content {
    width: 900px;
    margin: 0;
}

#homeExtra {
    float: right;
    width: 240px;
    margin-left: 20px;
}

#homeExtra .alignCenter {
    margin-bottom: 0;
}

#homeExtra a {
    color: #3a3e3b;
    text-decoration: none;
}

#homeExtra a:hover {
    color: black;
}

#homeExtra h2 {
    text-align: center;
    margin-bottom: 3px;
    font-variant: small-caps;
    font-size: 142.8571%;    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent url(/images/theme-riversiderealty/bg-menu.png) no-repeat;
    font-size: 75.0000%;    height: 51px;
    line-height: 44px;
    text-align: center;
    position: relative;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
    float: left;
}

.menu a {
    display: inline;
    float: left;
    height: 44px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1px 1px 1px 5px;
    background: transparent url(/images/theme-riversiderealty/menu-sep.png) no-repeat scroll left center;
}

.menu .first a {
    background: none;
}

.menu a:hover, .menu .hover a {
    background: transparent url(/images/theme-riversiderealty/menu-active.png) repeat-x scroll left top;
    padding: 0 4px;
    border: 1px solid #2c4e35;
    font-weight: bold;
    position: relative;
    margin-right: -4px;
}

.menu .w1 a { width: 73px; }
.menu .w2 a { width: 126px; }
.menu .w3 a { width: 122px; }
.menu .w4 a { width: 126px; }
.menu .w5 a { width: 93px; }
.menu .w6 a { width: 155px; }
.menu .w7 a { width: 98px; }
.menu .w8 a { width: 95px; }

.menu ul {
    line-height: 1.2857142857143;
    background-color: #2c4e35;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 1px solid #2c4e35;
    border-top-width: 0;
    z-index: 100;
}

.menu ul li {
    float: none;
    display: block;
}

.menu ul a, .menu .hover ul a, .menu ul a:hover, .menu .hover ul a:hover  {
    float: none;
    display: block;
    width: auto !important;
    height: auto;
    background: none;
    margin: 0;
    padding: 3px 24px;
    border: 0;
    font-weight: normal;
    text-transform: none;
    white-space: pre;
}

.menu ul a:hover, .menu .hover ul a:hover {
    background-color: #2d663d;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75.0000%;    zoom: 1; /* hasLayout */
    text-align: center;
    background: transparent url(/images/theme-riversiderealty/footer-sep.png) no-repeat scroll center top;
    padding: 1.2857142857143em 0;
}

#footer a {
    color: #3a3e3b;
    text-decoration: none;
}

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

#footElements {
    font-size: 141.6667%; margin: 0 0 0.9076em 0;;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

#footTextlinks a {
    padding: 0 5px;
}

#copyright, #developerNotice {
    display: inline;
    font-size: 91.6667%;;
}

/* Social media icons */
#share {
    height: 24px;
    font-size: 83.3333%;}

#share iframe {
    display: inline;    /* Wide style - delete line (ie fix) */
    float: left;        /* Wide style - clear: left; */
    width: 90px;        /* Wide style - width: 200px; */
    height: 26px;       /* Wide style - height: 39px; */
    margin: 3px 0 0 0;  /* Wide style - margin: 0; */
    padding: 0;
    border: 0;
}

#share a, .st_sharethis {
    display: inline; /* IE6 fix */
    float: left;
    line-height: 24px;
    height: 24px;
    padding: 0 7px 0 27px;
    background: transparent url(/images/util/social-icons/24x24.png) no-repeat;
    color: black;
    text-decoration: none;
}

.st_sharethis {
    width: 0;
    overflow: hidden;
    cursor: pointer;
}

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

#share a.bookmark    { background-position: 0 -0px; }
#share a.delicious   { background-position: 0 -30px; }
#share a.digg        { background-position: 0 -60px; }
#share a.email       { background-position: 0 -90px; }
#share a.facebook    { background-position: 0 -120px; }
#share a.flickr      { background-position: 0 -150px; }
#share a.google      { background-position: 0 -180px; }
#share a.itunes      { background-position: 0 -210px; }
#share a.linkedin    { background-position: 0 -240px; }
#share a.myspace     { background-position: 0 -270px; }
#share a.reddit      { background-position: 0 -300px; }
#share a.rss         { background-position: 0 -330px; }
#share a.sharethis   { background-position: 0 -360px; }
.st_sharethis        { background-position: 0 -360px; }
#share a.twitter     { background-position: 0 -390px; }
#share a.youtube     { background-position: 0 -420px; }
#share a.print       { background-position: 0 -450px; }
#share a.yelp        { background-position: 0 -480px; }
#share a.urbanspoon  { background-position: 0 -510px; }
#share a.gowalla-o   { background-position: 0 -540px; }
#share a.gowalla-g   { background-position: 0 -570px; }
#share a.foursquare  { background-position: 0 -600px; }
#share a.tripadvisor { background-position: 0 -630px; }
#share a.phone       { background-position: 0 -660px; }

#share .stbuttontext {
    line-height: 24px !important;
}

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 100% !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    padding: 0 !important;
    line-height: 24px !important;
    height: 24px !important;
}

/* Showcase properties */
/*
body.showcase-properties-detail #content,
body.mls- #content {
    margin-top: -310px;
    position: relative;
    z-index: 4;
}

body.showcase-properties-detail h1,
body.mls- h1 {
    text-align: right;
    border: 0;
    font-size: 185.7143%;    font-style: italic;
    font-weight: bold;
}
*/

