﻿/*========== COLORS ==========*/

.greenLink 
{
    color:#6bc530;
}

.redLink 
{
    color: #c0392b;
}

.blueLink 
{
    color: #363F48;
}
.name 
{
    color: #363F48;
    margin-bottom: 1em;
    display: block;
    padding-left:0.5em;
}

.white 
{
    background: #fff;
}

/* Backgrounds */

.light-blue-background 
{
    background: rgb(169,228,247);
    background: -moz-radial-gradient(center, ellipse cover, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
    background: radial-gradient(ellipse at center, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=1 );
}

.light-blue-background .blue-box-shadow {
    box-shadow: 0 1px 2px #363F48;
    margin: 0 3px;
}

.blue-background {
    background: #3498db;
    color: #fff;
}

.blue-background p, .blue-background blockquote {
    text-shadow: 0 1px #2777ad;
}

.blue-background .slideContent h3, .blue-background .slideContent p, .blue-background ul.checkList li {
    text-shadow: 0 1px #2777ad;
}

.blue-background .button {
    box-shadow: 0 1px 2px #2777ad;
}

.blue-background .blue-box-shadow {
    box-shadow: 0 1px 2px #363F48;
    margin: 0 3px;
}

.sky-blue-background {
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=1 );
}

.light-purple-background 
{
    background: #9b59b6;
    color: #fff;
}

.light-purple-background  p, .light-purple-background  blockquote {
    text-shadow: 0 1px #75428A;
}

.light-purple-background .slideContent h3, .light-purple-background .slideContent p, .light-purple-background ul.checkList li {
    text-shadow: 0 1px #75428A;
}

.light-purple-background .slideContent .button {
    box-shadow: 0 1px 2px #75428A;
}

.pink-background 
{
    background: #D2527F;
}

.pink-background .slideContent h3, .pink-background .slideContent p, .pink-background ul.checkList li {
    text-shadow: 0 1px #B1436A;
}

.pink-background .slideContent .button {
    box-shadow: 0 1px 2px #B1436A;
}

.green-background 
{
    background: #1dd2af;
}

.green-background .slideContent h3, .green-background .slideContent p, .green-background ul li {
    text-shadow: 0 1px #15a588;
}

.green-background ul li a {
    color: #fff;
}

.green-background .slideContent .button {
    box-shadow: 0 1px 2px #15a588;
}

.light-fire-background 
{
    background: #e74c3c;
}
.ghost-background
{
    background: ghostwhite;
}

.white-background {
    background: #fff;
}

.dark-blue-background {
    background: #363F48;
    color: #eee;
}
/* Slider Backgrounds */

.light-blue-slide {
    background: #f2f9fe; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f2f9fe 0%, #d6f0fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #f2f9fe 0%,#d6f0fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #f2f9fe 0%,#d6f0fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.light-grey-slide {
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




