﻿.pageCol1, .pageCol2 {
    padding-top:40px;
}
/*column 1*/   
.pageCol1 {
    float: left;
    width: 590px;
    }
/*Art List*/
.artList {
        padding: 0px 30px 30px 0;
        font-size: 13px;
        color: #231F20;
        overflow: hidden;
        }

.artSections {
        background: transparent url(/Content/Images/Public/bg-sections.png) no-repeat 542px 0;
        overflow: hidden;
        margin-bottom: 15px;
}
.artSections a {
        font-size: 12px;
        color: #fff;
        padding: 5px 7px 4px 8px;
        background-color: #231f20;
        display: inline-block;   
        letter-spacing: 1px;
        float: left;
        border-right: 3px solid #fff;
        }       
    .artSections a.last {
        border-right: none !important;
		padding: 5px 10px 4px 9px !important;
    }
   .artSections a:hover {
        background-color: #fff;   
        color: #000;
        }    
   .artSections a.active {
        background-color: #ededed;   
        color: #000;
        }    


.artItem {        
    overflow: hidden;
    margin-bottom:15px;
    border: 1px solid #ededed;
    height: 67px;
    display: block;
    cursor: pointer;
    }
    .artItem:hover {
        background: #ededed url(/Content/Images/Public/ico-arrow2a.png) no-repeat 533px 43px;
    }
    .artItem .artImg {
        margin-right: 15px;
        float: left;
        }
     .artItem .artItemMeta {     
        float: left;
        width: 430px;
        }
        .artItem .artItemMeta .title {
            font-size: 15px;
            margin: 4px 0 3px 0;            
        }
        .artItem .artItemMeta .date {            
            font-size: 11px;                        
            color: #666;
        } 
        .artItem .artItemMeta .autor {            
            
        }        


/*Art Details*/
    .art {
        padding: 0px 60px 30px 0;
        font-size: 13px;
        color: #231F20;
        }
    .artTitle {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .artContent
    {
        font-size: 13px;
        font-family: Arial;
    }
    .artMeta {
        border:1px solid #ededed;
        width: 100%;
        height: 25px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .aaa {
        float: right;
        margin-right: 12px;   
        color: #666;
    }
    .aNormal {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;    
    }
    .aBig {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
    }
    .aBigger {
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
    }
    
    .pdf {
        float: right;
        margin: 4px 12px 0 0;    
    }
     .print {
        float: right;
        margin: 4px 12px 0 0;    
    }
    .artDate {
        float: left;
        margin: 2px 0 0 10px;
                          
    }
    .artAuthor {
        margin-top: 30px;    
        position: relative;   
    }
        .artAuthor span {
            /*margin-left: 10px;*/
            font-size: 1.4em;
            display: inline-block;
        }
        .artAuthor img {
            margin-right: 10px;
        }
        .artSocial {
            position: absolute;
            top: 0;
            right: 0;
        }
.fb-comments {
    margin-top: 60px;
}
 
/*FORM*/
.form {
        padding: 30px 60px 30px 30px;
        font-size: 13px;
        color: #231F20;   
        background-color: #EDEDED;
        margin-right: 30px;     
        }
    .form h2 {
        padding-bottom: 4px;
        border-bottom: 1px solid #ccc;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 15px;
        }
    .form label {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        }
    .form input[type="text"]{
        border: 1px solid #666;
        margin-bottom: 15px;
        padding: 4px 5px;
        width: 250px;
        }
    .form input[type="submit"]{
        border: 1px solid #666;
        background-color: #ededed;
        margin-bottom: 15px;
        padding: 4px 5px;
        display: block;
        }
    select, textarea {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #666;
        padding: 4px 5px;
    }
        textarea {
            width: 500px;
            height: 250px;
        }
        .rowForm {
            margin-bottom: 15px;
                }
/*COMMENTS*/
.comments {
    overflow: hidden;
    margin-bottom: 15px;
    }
.comments h2 {
        padding-bottom: 4px;
        border-bottom: 1px solid #ededed;
        font-weight: normal;
        font-size: 15px;
        margin: 25px 0 20px 0;
        }
    .comments label {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        }
    .comments input[type="text"]{
        border: 1px solid #666;
        margin-bottom: 15px;
        padding: 4px 5px;
        width: 250px;
        font-size: 11px;
        }
    .comments input[type="submit"]{
        border: 1px solid #666;
        background-color: #ededed;
        margin-bottom: 15px;
        padding: 4px 5px;
        display: block;
        }
    .comments textarea {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #666;
        padding: 4px 5px;
        width: 515px;
        height: 60px;
        font-size: 11px;
        font-family: 'Segoe UI', Arial;
    }
    .commentsItem {
        overflow: hidden;
        margin-bottom: 15px;
        font-size: 11px;
        }
    .commentMeta {
        overflow: hidden;
        background-color: #ededed;
        padding: 3px 4px;         
        margin-bottom: 10px;       
        }
        .commentMeta .left {
            font-weight: bold;
        }
    .commentContent {
        margin: 0 5px 5px 5px;
        font-style:italic;
        font-size: 12px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed;
        }
    .ip {
        float: right;
        margin-bottom: 15px;
        letter-spacing: 1px;
        font-size: 10px;
        }
        
/*column 2*/   
.pageCol2 {
    float: left;
    width: 400px;
}
.pageTopSection {
    position: relative;
    margin-bottom: 15px;
    }
    .from {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 3px 8px;
        background-color: #231f20;
        color: #fff;
        }
.pageTitleImg {
        position: absolute;
        background: url("/Content/Images/Public/black_alpha_50.png") repeat scroll 0 0 transparent;
        color: #FFFFFF;
        left: 0;
        padding: 9px 12px;
        bottom: 5px;
        width: 390px;
        font-size: 15px;
        text-shadow: 0px -2px 0px #231f20,
                  0px 2px 3px #666;
    }
    .pageTitleImg:hover{
        background: url("/Content/Images/Public/white_alpha_50.png") repeat scroll 0 0 transparent;
        color: #000;
        opacity: .9;
        text-shadow: none;
    }
    
    .subscriptionRequestSend
    {
        background-color: #5F9A26;
        color: #FFFFFF;
        font-size: 12px;
        padding: 5px 8px;
    }


    .galleryView h2.header2 {
    font-size: 22px;
    font-weight: lighter;
    color: #5A5A5A;
    padding-top: 10px;
    padding-bottom: 10px;
}

.galleryView .categories {
    border-bottom: 1px solid #ABABA9;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #231F20;
}

    .galleryView .categories .sep {
        color: #ABABA9;
    }

    .galleryView .categories a {
        color: #231F20;
    }

    .galleryView .categories a:hover {
        text-decoration: underline;
    }

    .galleryView .categories a.active {
        color: #D3011E;
        text-decoration: underline;
    }

.galleryListItem {
    float: left;
    width: 309px;
    height: 248px;
    overflow: hidden;
    margin-right: 31px;
}

.galleryListItem a {
    color: #D3011E;
    font-size: 15px;
    font-weight: bolder;
}

.galleryListItem a:hover {
    text-decoration: underline;
}

.galleryListItem img {
    width: 302px;
    height: 214px;
    border: 0px;
}

.galleryListItem .border {
    width: 309px;
    height: 227px;
    background: url('/Content/Images/Public/bg_galleryItemImageBorder.png') top left no-repeat;
}

.galleryListRowSep {
    border-top: 1px solid #ABABA9;
    margin-bottom: 20px;
    height: 5px;
    position: relative;
}

.galleryListItem .pager {
    position: absolute;
    bottom: -15px;
    right: 0px;
}

    .galleryListItem .pager .pagerItem {
        background-color: #ABABA9;
        color: #fff;
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .galleryListItem .pager .active {
        background-color: #fff;
        color: #000;
        border-bottom: 2px solid #D3011E;
        border-top: 1px solid #fff;
        border-left: 1px solid #ABABA9;
        border-right: 1px solid #ABABA9;
    }