/*
Theme Name: kaltec
Description: Simple portfolio site using the elements tag to display a progressive block of dynamic images that link to individual portfolio pages with descriptions.
Version: 1
Author: Cassandra Marshall
Author URI: http://daydreamproject.com
Tags: elements as image thumbnails, index with image only, minimal navigation, simple portfolio templates

*/

.credit {
        position:fixed;
        z-index:100000000;
        font-size:12px;
        color:#ffffff;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        margin-right: 55px;
        margin-bottom: 1px;
        margin-left: auto;
        background-color: #ffffff;
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
}

.creditLink {
        position:fixed;
        z-index:100000000;
        font-size:10px;
        color:#ffffff;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        margin-right: 334px;
        margin-bottom: 1px;
        margin-left: auto;
        background-color: #ffffff;
        border: 1px solid #dbdbdb;
        //border-left: 1px solid #dbdbdb;
}

#credit {
	margin-right: 2px;

}

.host{
position:fixed;
        z-index:100000000;
        font-size:10px;
        color:#000000;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        margin-left: auto;
        background-color: #ffffff;
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;

}

.hostLink{
position:fixed;
        z-index:100000000;
        font-size:10px;
        color:#000000;
        left: auto;
        right: 0;
        top: auto;
        bottom: 52px;
        margin-right: 72px;
        margin-bottom: 1px;
        margin-left: auto;
        background-color: #ffffff;
        border: 1px solid #dbdbdb;
        //border-left: 1px solid #dbdbdb;

}
#host{
margin-right: 2px;


}

a.credit {
        color: #15A5F8;
        text-decoration: none;
}

a.credit:hover {
        color: #15A5F8;
        text-decoration: none;
}

a.creditLink {
        color: #333333;
        text-decoration: none;
}

a.creditLink:hover {
        color: #666666;
        text-decoration: none;
}

a.hostLink {

color: #333333;
text-decoration: none;
}

a.hostLink:hover {

color: #666666;
text-decoration: none;
}