@import "rre-listings-print.css";
/*
* CSS Name: Replay-Real-Estate WordPress
* Description: Override default theme classes
* Version: 0.1
* Author: Sandro Daquino
* Author Website: http://sandrodaquino.it/
* Media: screen
* Licenza URL: http://creativecommons.org/licenses/by-nc-sa/3.0/deed.it
*/

/*
* CUSTOM RRE-Wordpress CLASSES
*/

body {
    text-align: center;
    font-size: 90%;
    font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}
#page {
    margin:0px auto;
}
#header {
    display: none;
}
#sidebar {
    display: none;
}
#footer {
    display: none;
}
.post {
    text-align: justify;
}
.post h2 {
    width:100%;
    margin: 0;
    padding: 0;
}
.sociable {
    display: none;
}
h1 {
    margin:0;
    padding:0;
    font-size:1.5em;
}
.description {
    font-size:1em;
    text-align:center;
    margin:0;
    padding:0;
    color:#FFFFFF;
    font-weight:bold;
}
.description img {
    display: none;
}
.listings_title {
    float:none;
    margin-bottom:5px;
    text-align:center;
}
.listings_title_tips {
    font-size: small;
    text-align: center;
    margin: 2px 0 6px 0;
    width: 100%;
}
.listings_title_left {
    float:left;
    text-align:left;
    width:440px;
}
.listings_title_right {
    float:right;
    padding:35px 0 0;
    text-align:right;
}
.postmetadata {
    margin: 0;
    padding: 0 3px 5px;
    width: 100%;
    text-align: center;
}
.postmetadata img {
    display: none;
}
.postmetadata_related {
    display: none;
}
.related_posts {
    display: none;
}
.related_tags {
    display: none;
}
.advanced_options {
    text-align:left;
}
.advanced_options h4 {
    margin-bottom: 0;
}
.advanced_options ul {
    margin-top:5px;
}
a, h2 a, h3 a {
    color:#000;
    text-decoration: none;
}
a:visited, h2 a:visited, h3 a:visited {
    color:#000;
    text-decoration: none;
}
.narrowcolumn {
    width: 100%;
}
.st-related-posts{
    display: none;
}
#respond {
    display: none;
}
.first-thumb {
    float:left;
    margin:3px 5px 0 0;
}
.first-thumb a img {
    background-color:#FFFFFF;
    border:1px solid #A9A9A9;
    display:block;
    margin-top:2px;
    position:relative;
}
.entry img {
    float: none;
}
.breadcrumb {
    font-size: 1.1em;
    margin: 10px 30px 0 30px;
}
.warning_ignored_data {
    color:red;
}
p.certificazioni img {
    border:2px solid white;
    padding:0;
}
#searchform {
    margin:10px auto;
    padding:0;
    text-align:center;
}
#searchform fieldset {
    margin-bottom:10px;
    padding:5px 3px 5px 3px;
    text-align:center;
}
h2.pagetitle {
    margin-top:10px;
    text-align:center;
}
/*
* Google Classes
*/
#listing-container {
    display: none;
}
/*
* Post classes
*/
.email {
    margin: 0 0 -3px 0;
}
.unactive {
    color: #000000;
}
.contact-form {
    display: none;
}
/*
* NGGallery classes
*/
.ngg-gallery-thumbnail {
    margin-right: 5px;
    text-align: center;
}
.ngg-gallery-thumbnail-box a img {
    float: left;
}
.ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: 2px solid #A9A9A9;
    display: block;
    margin: 4px 0 4px 5px;
    padding: 4px;
    position: relative;
}
.ngg-thumbnail a img {
    border: 2px solid #A9A9A9;
}
.ngg-galleryoverview {
    width: 101%;
}
.ngg-clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}
