/* 
    Document   : style.page.index
    Created on : 2012.23.2, 22:21:02
    Author     : intuuzis
    Description:
        Purpose of the stylesheet follows.
*/

#bread_crumb {
    height: 67px;
    border-bottom: 5px solid #ededed;
    background-image: url('../images/gallery_bread_crumb_background.png');
    margin-bottom: 30px;
}

#bread_crumb_content {
    width: 800px;
    margin: 0px auto;
    padding-top: 25px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    
}

#gallery_submenu {
    float: left;
    width: 145px;
    padding-top: 160px;
    padding-left: 20px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-family: "Ubuntu Condensed", sans-serif;
    font-size: 14px;
}

#gallery_submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#gallery_submenu li {
    margin-bottom: 5px;
}

#gallery_submenu a {
    color: #444;
    text-decoration: none;
}

#gallery_submenu a:hover {
    color: #99CC66;
}

#gallery_list {
    width: 800px;
    margin: 0 auto;
}

#gallery_object {
    display: inline-block;
    width: 150px;
    height: 200px;
    border: 1px solid gray;
    margin: 10px 23px;
    box-shadow: 0px 0px 5px gray;
    overflow: hidden;
}

#gallery_object:hover {
    box-shadow: 0px 0px 5px black;
}

#gallery_object_picture {
    height: 165px;
    overflow: hidden;
}

#gallery_object_menu  {
    height: 45px;
    padding: 3px 10px;
    color: white;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    background-color: #555;
}

#gallery_object_menu span.name {
    white-space: nowrap;
}

#gallery_object_menu span.category {
    color: #99CC66;
    font-size: 11px;
    font-style: italic;
}

#news_title_links {
    color: #7d3f60;
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
}

#news_title_links:hover {
/*    color: #A1758D;*/
/*    font-style: italic;*/
    text-decoration: underline;
}

#news_read_more {
    color: #7d3f60;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

#news_read_more:hover {
    text-decoration: underline;
}

#gallery_obejct_view_inner_left {
    width: 450px;
    min-height: 540px;
    display: inline-block;
}

#gallery_obejct_view_inner_right {
    width: 390px;
    min-height: 540px;
    display: inline-block;
    overflow: hidden;
    font-family: "PT Sans", sans-serif;
}

#a_zoomer{
    display: inline-block;
    color: #567909;
    font-style: italic;
}
