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

Importing the CSS:

*/

/* Headers */

h1 {
color:#e42424;
}
.Header {
background:url(../images/red/bg-header-h3.png) top left no-repeat;
}
.Header span {
color:#630000;
}

/* Links */

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

/* Buttons */

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

/* Portfolio */

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

/* Scroll Buttons */

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

/* Form */

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