/* CSS Credit: http://www.templatemo.com/  
   Dating Template: http://www.templatemo.com/preview/templatemo_089_dating
*/

/* body */
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #3d3939;
    background: #d95995 url(images/templatemo_main_bg.jpg) top repeat-x;
}

/* links */
a:link, a:visited {
    color: #262324;
    text-decoration: none;
    font-weight: bold;
}
a:active, a:hover {
    color: #262324;
    text-decoration: underline;
}

/* paragraphs */
p {
    margin: 0;
    padding: 0;
}

/* images */
img {
    border: 5px solid #f5d0e1;
}

/* clearfix */
.cleaner {
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 1px;  
}
.cleaner_with_height {
    clear: both;
    width: 100%;
    height: 10px; /* ridotto da 30px */
    font-size: 1px;
}
.cleaner_with_divider {
    clear: both;
    width: 100%;
    height: 40px;
    font-size: 1px;
    margin: 15px 0 30px 0;
    background: url(images/templatemo_divider.jpg) center center no-repeat;
}

/* container */
#templatemo_container {
    width: 960px;
    margin: 0 auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #f8bbd7;
}

/* header */
#templatemo_header {
    width: 920px;
    height: 205px;
    padding: 0 20px;
    background: url(images/templatemo_header_bg.jpg);
}
#templatemo_header #templatemo_login_box {
    float: right;
    width: 520px;
    padding-top: 7px;
}
#templatemo_header #templatemo_login_box a {
    font-size: 14px;
    color: #fe0077;
}
#templatemo_header #templatemo_login_box form {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
}
#templatemo_header #templatemo_login_box form label {
    margin-right: 10px;
}
#templatemo_login_box form .inputfield {
    width: 120px;
    color: #000;
    background:#743050;
    border: 1px solid #8b4264;
    font-variant: normal;
    height: 12px;
    padding: 4px;
}
#templatemo_login_box form .button{
    background: url(images/templatemo_login_btn.jpg) no-repeat;
    border: none;
    color: #f6d848;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    margin: 0 0 0 7px;
    padding: 0 8px 0 4px;
    text-align: center;
    vertical-align: bottom;
    white-space: pre;
    width: 50px;
}

/* menu */
#templatemo_menu {
    clear: both;
    width: 960px;
    height: 55px;
    background: url(images/templatemo_menu_bg.jpg) no-repeat;
}
#templatemo_menu ul {
    padding: 15px 0 0 80px;
    margin: 0;
    list-style: none;
}
#templatemo_menu ul li {
    display: inline;
}
#templatemo_menu ul li a {
    float: left;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #571a37;
}
#templatemo_menu li a:hover, #templatemo_menu li .current {
    color: #ee3f91;
}

/* content */
#templatemo_content {
    width: 920px;
    padding: 40px 20px 0 20px;
    overflow: hidden; /* garantisce che i float siano contenuti */
}

#templatemo_content #templatemo_content_left {
    float: left;
    width: 560px;
}

.content_left_section_01 h1 {
    font-size: 24px;
    color: #720035;
    margin: 0 0 15px 0;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #720035;
}

#templatemo_content_left .content_left_section_01 img {
    margin: 0 0 0 15px;
}

#templatemo_content_left p {
    margin: 0;
    padding-bottom: 10px;
    text-align: justify;
}

#templatemo_content_left .content_left_section_02 {
    clear: both;
    overflow: hidden;
    padding: 20px;
    position: relative;
    color: #fff;
    background: #794f63 url(images/templatemo_content_left_section_top_bg.jpg) top center no-repeat;
}

.content_left_section_02 span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background: url(images/templatemo_content_left_section_bottom_bg.jpg) bottom center no-repeat;
}

.content_left_section_02 .latest_profile_title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 30px 0;
    padding: 10px 0 5px 50px;
    border-bottom: 1px solid #653f51;
    background: url(images/templatemo_profile_icon.jpg) bottom left no-repeat;
}

.content_left_section_02 .latest_profile_box {
    float: left;
    width: 250px;
}

.latest_profile_box .name {
    font-weight: bold;
    color: #FFF;
}

.latest_profile_box img {
    float: left;
    margin-right: 15px;
    padding: 0;
}

/* right column */
#templatemo_content #templatemo_content_right {
    float: right;
    width: 310px;
}

#templatemo_content_right #templatmeo_quick_search {
    clear: both;
    width: 310px;
    margin-bottom: 30px;
    color: #fff;
    background: #ee3f91 url(images/templatemo_quick_search_bg_top.jpg) top center no-repeat;
}

#templatmeo_quick_search h1 {
    margin: 0;
    font-size: 22px;
    border-bottom: 1px solid #d32275;
    margin-bottom: 15px;
    padding: 15px 20px;
    color: #fff;
}

#templatmeo_quick_search form {
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: right;
}

#templatmeo_quick_search form label {
    width: 200px;
    margin-right: 5px;
}

#templatmeo_quick_search form .form_row {
    margin-bottom: 10px;
}

#templatmeo_quick_search form .inputfield {
    color: #000;
    font-variant: normal;
    height: 16px;
    padding: 2px;
}

/* right section */
#templatemo_content_right .content_right_section {
    clear: both;
}

.content_right_section img {
    border: 5px solid #f5d0e1;
    margin-bottom: 15px;
}

.content_right_section h1 {
    font-size: 20px;
    color: #720035;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #720035;
}

.content_right_section h2 {
    font-size: 16px;
    color: #524e50;
    margin: 0 0 5px 0;
    padding-bottom: 10px;
}

.content_right_section p {
    margin: 0 0 10px 0;
    padding: 0;
}

/* footer */
#templatemo_footer {
    clear: both;
    width: 960px;
    padding: 20px 0;
    text-align: center;
    background-color: #eaa9c7;
    overflow: hidden;
}
#templatemo_footer a {
    color: #333;
    font-weight: normal;
}

/* clearfix for all floats */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}