﻿


/*iframe {
    width:85%; 
    height:auto;
    max-width:800px;
    min-width:320px;
    min-height:180px;
    max-height:450px;
}*/

#fbShare, 
#tweet {
    display:block;
    float:right;
    margin-right:20px;
    max-width:65px;
}

#tweet {
    margin-top:10px;
    margin-right:5px;
    max-height:25px;
    overflow:hidden;
}


#slides {
    display: none;
    width:700px;
    height:650px;
    margin:0px auto;
}

.blogPostFull {
    font-size:0.8em;
}

.slidesjs-container {
    height:600px !important;
}


#fb-comments {
    display:block;
    background-color: #ccc;
    max-width:95%;
    min-width:333px;
    margin: 30px auto;
    border-radius:10px;
    box-shadow:5px 5px 10px #333;
    padding:10px;
}

    #fb-comments span {
        display:block;
        margin:0px auto; 
    }


.blogBreaker {
    color:#000; 
    margin:20px auto; 
}


@media (min-width:1px) and (max-width:1024px) {
    #fb-comments {
        width: 93%;
        min-width: 313px;
        margin: 0px auto;
    }

    #lnkBlog,
    #lnkAdmin {
        font-size:2em;
        line-height:2em; 
    }

}