.clear{
    clear: both;
}
.one_post{
    width: 1015px;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
    border: solid 1px #d8d8d8;
}
.head_part{
    padding: 22px 26px 30px 26px;
}

.post_image{
    float: left;
    width: 488px;
    padding-right: 30px;
    padding-top: 5px;
}
.post_image img{
    max-width: 486px;
    border: 1px solid #e5e5e5;
}
.no_post_image{
    background: url("../img/no_post_image.png") no-repeat 0 0;
    float: left;
    width: 488px;
    height: 326px;
}
.about_post{
    width: 442px;
    float: right;
}
.post_title{
    font-size: 24px;
    color: #2c2c2c;
    font-weight: normal;
    padding-bottom: 23px;
}
.social_icons .one_item{
    float: left;
}

.event_coordinates{
    padding-top: 21px;
}
.event_when,
.event_where{
    font-family: Tahoma, Arial, serif;
    font-size: 14px;
    color: #2c2c2c;
}

.post_about{
    color: #2c2c2c;
    font-size: 14px;
    padding-top: 20px;
}
.post_about *{
    color:#2c2c2c;
    font-size: 14px;
}
.post_about ul{
    padding-left: 16px;
}
.post_about a{
    color: #005A97;
    font-size: 14px;
    text-decoration: underline;
}
.post_about a:hover{
    text-decoration: none;
}
.descr_part{
    background: #f6f6f6;
    border-top: solid 1px #e5e5e5;
    padding: 22px 28px 28px 28px;
}
.contact_info{
    border-bottom: solid 1px #c6c6c6;
    padding-bottom: 30px;
}
.post_title_small{
    color:#2c2c2c;
    font-size:24px;
    font-weight:normal;
    line-height: 26px;
}
.post_add_title{
    font-size:16px;
    color:#8a8a8a;
    line-height: 16px;
}

.post_address{
    font-size:16px;
    color:#2c2c2c;
    padding-bottom: 22px;
}
.address{
    float: left;
    width: 488px;
    padding-right: 30px;
}
.other_contacts {
    float: left;
    width: 430px;
    padding-top: 29px;
}

.icon_info{
    padding-bottom: 8px;
    padding-left: 1px;

}

.icon_info .item{
    padding-left: 25px;
    padding-top: 1px;
    float: left;
    font-size: 14px;
    color: #2c2c2c;
    padding-right: 26px;
}
.icon_info .item a{
    font-size: 14px;
    color: #2c2c2c;
    text-decoration: none;
}
.icon_info .item a:hover{
    text-decoration: underline;
}
.icon_info .phone{
    background: url("../img/info_page_phone.png") no-repeat 0 0;
}

.icon_info .facebook{
    background: url("../img/info_page_facebook.png") no-repeat 0 0;
}

.icon_info .twitter{
    background: url("../img/info_page_twitter.png") no-repeat 0 0;
}

.item{
    text-decoration: none;
}

.item a:hover{
    text-decoration: underline;
}

.website{
    padding-bottom: 33px;
}

.website a{
    font-size: 14px;
    color: #005a97;
    text-decoration: underline;
}
.website a:hover{
    text-decoration: none;
}

.schedule{
    margin-left: 1px;
}

.hours_title{
    background: url("../img/info_page_hours.png") no-repeat 0 0;
    padding-left: 25px;
    padding-top: 1px;
    font-size: 14px;
    color: #2c2c2c;
    padding-bottom: 7px;
}

.schedule .schedule_hours .one_day{
    float: left;
    padding-right: 20px;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 16px;
}
.happenings{
    padding-top: 22px;
}
.happenings *{
    padding: 0;
}
.one_post .happening_widget_style2_header a{
    color: #005a97;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}
.one_post .happening_widget_style2_header a:hover{
    text-decoration: none;
}
.one_post .happenings_widget_desc_style.happening_widget_style2_description a{
    color: #2c2c2c;
    font-size: 14px;
}
.one_post .happening_widget_style2_header,
.one_post .happenings_widget_desc_style.happening_widget_style2_description{
    padding-left: 13px;
}
.one_post .happening_widget_style2_header{
    padding-bottom: 3px;
}
.add_button{
    margin-left: 5px;
    cursor: pointer;
}

.first_column{
    float: left;
    width: 389px;
}
.second_column{
    float:left;
}
.third_column{
    float:left;
}
.event_attending_label{
    color:#7d8689;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}
.event_attending_input{
    background: url("../img/blue_textbox_bg.png") repeat-x 0 0;
    border: solid 1px #c8c8c8;
    border-radius: 3px;
    height: 36px;
    padding-left: 5px;
    padding-right: 5px;
}
#first_name_block{
    float:left;
    padding-right: 8px;
}
#second_name_block{
    float: left;
}
.popup_row{
    padding-bottom: 20px;
}
.popup_row.first{
    padding-bottom: 29px;
}
.popup_row.second{
    padding-bottom: 22px;
}
.popup_row.third{
    text-align: right;
    padding-bottom: 15px;
}
#submit_event_attending{
    width: 187px;
    height: 38px;
    background: url("../img/rsvp.png") no-repeat 0 0;
    cursor: pointer;
    border: none;
    margin-right: 81px;
}
.vertical_line{
    border-left: solid 1px #d4d4d4;
    margin-left: 15px;
}
.vertical_text{
    background: #fff;
    width:29px;
    height: 24px;
    color:#242424;
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    padding-top: 4px;
}
#login_with_facebook_button{
    margin-top: 79px;
    margin-left: 92px;
    cursor: pointer;
}
.event_attending_popup{
    padding-left: 31px;
    padding-top: 32px;
}
.event_attending_error{
    position: absolute;
    background: #ffd0d0; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd0d0 0%, #fecccc 17%, #fbb6b6 71%, #faadad 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0d0), color-stop(17%,#fecccc), color-stop(71%,#fbb6b6), color-stop(100%,#faadad)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd0d0 0%,#fecccc 17%,#fbb6b6 71%,#faadad 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd0d0 0%,#fecccc 17%,#fbb6b6 71%,#faadad 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd0d0 0%,#fecccc 17%,#fbb6b6 71%,#faadad 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd0d0 0%,#fecccc 17%,#fbb6b6 71%,#faadad 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0d0', endColorstr='#faadad',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e89a9a;
    padding: 5px 10px 3px 10px;

    color: #b64040;
    font-size: 12px;
    font-family: Arial, "Times New Roman", Tahoma;
}
.error_first_row{
    left: 39px;
    top: 15px;
    width: 284px;
}

.error_second_row{
    left: 39px;
    top: 101px;
    width: 284px;
}