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

Importing the CSS:

*/

/* Headers */

h1 {
color:#f7941e;
}
h2 {
color:#c70d0d;
}
.Header {
background:url(../images/bg-header-h3.png) top left no-repeat;
}
.Header span {
color:#ba8200;
}

/* Links */

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

/* Buttons */

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

/* Portfolio */

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

/* 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-red.jpg) top left repeat-x;
}
#ContactForm span.required{
color:#f7941e; 
}