@charset "utf-8";
/* CSS Document */
.imagenoborder {
	margin: 0px;
	padding: 0px;
}
/*link styles*/
.sidebar a:link {
    color: #FFF;
    text-decoration: underline;
}
.sidebar a:visited {
	color: #FFF;
	text-decoration: underline;
}
.sidebar a:hover {
    color: #E6BFE6;
    text-decoration: none;
}
.sidebar a:active {
	color: #E6BFE6;
	text-decoration: none;
}	
.main a:link {
    color: #660066;
    text-decoration: none;
    font-weight: bold;
}
.main a:visited {
    color: #660066;
    text-decoration: none;
    font-weight: bold;
}
.main a:hover {
    color: #525252;
    text-decoration: none;
    font-weight: bold;
}
.main a:active {
    color: #525252;
    text-decoration: none;
    font-weight: bold;
}

/*Background Images*/
.turnish {
    background-image: url(../assets/grfx/site/backgrounds/turnish.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.door {
    background-image: url(../assets/grfx/site/backgrounds/door.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.tunnel {
    background-image: url(../assets/grfx/site/backgrounds/tunnel.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.burano {
    background-image: url(../assets/grfx/site/backgrounds/burano.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.burano2 {
    background-image: url(../assets/grfx/site/backgrounds/burano_2.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.wrap_img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
.wrap_img_right {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}
.image-shadow {
    -webkit-box-shadow: 2px 2px 4px 4px #C0C0C0;
    box-shadow: 2px 2px 4px 4px #C0C0C0;
}
.image-border {
    border-width: thin;
    border-color: #A8A6A7;
}