/*
Theme Name: CleanSlide
Author: DzKaiz
Description: Purple Style

Importing the CSS:

*/

/* Headers */

h1 {
color:#9f26b1;
}
.Header {
background:url(../images/purple/bg-header-h3.png) top left no-repeat;
}
.Header span {
color:#510a5b;
}

/* Links */

a {
color:#9f26b1;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#Navigation ul li a:hover {
color:#9f26b1;
}

/* Buttons */

.BtnColor{
border:1px solid #9220a3;
text-shadow:0 1px 1px #570a62;
color:#FFF;
background:url(../images/purple/btn-purple.jpg) top left repeat-x;
}
.BtnColor:hover{
border:1px solid #570a62;
text-decoration:none;
}

/* Portfolio */

.pika-image .caption a {
color:#9f26b1;
}

/* Scroll Buttons */

.Scroll {
background:url(../images/purple/btn-scroll.jpg) top left no-repeat;
}
.Scroll:hover {
background:url(../images/purple/btn-scroll.jpg) bottom left no-repeat;
}

/* Form */

#ContactForm input.submit {
text-shadow:0 1px 1px #22486f;
background:url(../images/purple/btn-purple.jpg) top left repeat-x;
}
#ContactForm span.required{
color:#9f26b1; 
}