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

Importing the CSS:

*/

/* Headers */

h1 {
color:#3ab54b;
}
h2 {
color:#005bad;
}
.Header {
background:url(../images/bg-header-h3.png) top left no-repeat;
}
.Header span {
color:#357b0e;
}

/* Links */

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

/* Buttons */

.BtnColor{
border:1px solid #3ab54b;
text-shadow:0 1px 1px #076300;
color:#FFF;
background:url(../images/btn-green.jpg) top left repeat-x;
}
.BtnColor:hover{
border:1px solid #60c42a;
text-decoration:none;
}

/* Portfolio */

.pika-image .caption a {
color:#005bad;
}

/* Scroll Buttons */

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

/* Form */

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