@charset "utf-8";
/* CSS Document */

/*MASTER LINK STYLES*/

a.greensmaller:link {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: 300;
    color: #7E9F98;
    text-decoration: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #7E9F98; 
    padding: 2px 0 5px 0;
}

a.greensmaller:visited {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: 300;
    color: #7E9F98;
    text-decoration: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #7E9F98; 
    padding: 2px 0 5px 0;
}

a.greensmaller:hover {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: 300;
    color: #541452;
    text-decoration: none;
    border: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}

a.backbtn:link {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: 300;
    color: #541452;
    text-decoration: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #541452; 
    padding: 2px 0 5px 0;
    text-align: center;
}

a.backbtn:visited {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: 300;
    color: #541452;
    text-decoration: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #541452; 
    padding: 2px 0 5px 0;
}

a.backbtn:hover {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: 300;
    color: #7E9F98;
    text-decoration: none;
    border: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}

a.email_white:link {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 16px;
	font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

a.email_white:visited {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 16px;
	font-weight: 300;
    color: #DBE5E3;
    text-decoration: none;
    border: none;
}

a.email_white:hover {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 16px;
	font-weight: 300;
    color: #541452;
    text-decoration: none;
    border: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}


a.purplelink:link {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 17px;
	font-weight: 300;
    color: #541452;
    text-decoration: none;
    border: none;
    text-align: center;
}

a.purplelink:visited {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 17px;
	font-weight: 300;
    color: #999999;
    text-decoration: none;
    border: none;
}

a.purplelink:hover {
    font-family: 'Lato', sans-serif;
	font-style:normal;
	font-size: 17px;
	font-weight: 300;
    color: #7E9F98;
    text-decoration: none;
    border: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}

a.images_link:link {
    opacity: 1;
}

a.images_link:visited {
    opacity: 0.5;
}

a.images_link:hover {
    opacity: 0.7;
}

a.images_workthumbnail:link {
    display: inline-block;
    width: 106px;
	height: 134px;
	margin: 0;
    padding: 0;
    opacity: 1;
}

a.images_workthumbnail:visited {
    opacity: 0.7;
}

a.images_workthumbnail:hover {
    opacity: 0.7;
}

