/* Overall background color and image */
html, #login {background-color:#f5f5f5;}
body {background-image:url(../img/bg/body-2.jpg);}

/* Background and border color for drop-down navigation */
nav ul ul {background-color:#21262A;border-color:#DB0D70;}

/* Footer background color */
footer, footer h3 span {background-color:#21262A;}

/* Primary navigation color */
nav>ul>li>a {color:#ddd;}

/* Header colors */
h1, h1 a {color:#21262A;}
h2, h2 a, h3, h4, .pricing thead th {color:#444;}

/* Color for the links */
p a, .wrapper ul li a {color:#DB0D70;}

/* Navigation arrows in the slider */
#slides .next, #slides .prev {color:#DB0D70;}

/* Default link buttons */
.button {background-color:#DB0D70;border-color:#DB0D70;}

/* Search input and button */
#search input, #search button {background-color:#31363A;}

/* Darker text, footer links, slider etc. */
#slides h2, #slides, footer, footer h3, footer .wrapper p a, footer .wrapper ul li a, #newsletter input {color:#ddd;}
footer p a, footer ul li a {border-color:#5F6263;}
footer p span, nav ul ul li a span, #sec-navi a, #search input, #copyright, #copyright a {color:#8F9293;}

/* Selection colors */
::-moz-selection {color:#fff;background:#DB0D70;}
::selection {color:#fff;background:#DB0D70;}