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

Importing the CSS:

*/

/* Headers */

h1 {
color:#60c42a;
}
.Header {
background:url(../images/green/bg-header-h3.png) top left no-repeat;
}
.Header span {
color:#357b0e;
}

/* Links */

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

/* Buttons */

.BtnColor{
border:1px solid #51a822;
text-shadow:0 1px 1px #357b0e;
color:#FFF;
background:url(../images/green/btn-green.jpg) top left repeat-x;
}
.BtnColor:hover{
border:1px solid #357b0e;
text-decoration:none;
}

/* Portfolio */

.pika-image .caption a {
color:#60c42a;
}

/* Scroll Buttons */

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

/* Form */

#ContactForm input.submit {
text-shadow:0 1px 1px #357b0e;
background:url(../images/green/btn-green.jpg) top left repeat-x;
}
#ContactForm span.required{
color:#60c42a; 
}