/* 
    Document   : dark-blue.css
    Version    : 1.0
    Author     : hogo82
*/


/* Single plan */
.dark-blue .plan {
    background: rgb(252, 252, 252);
}

/* Style plan name field */
.dark-blue .top-name {
    border-bottom: 1px solid #2271a5;
    text-shadow: 2px 2px 5px #003e5c;
    /*Gradient*/
    background-color: rgb(63,136,195); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(63,136,195,1) 0%, rgba(45,89,139,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,136,195,1)), color-stop(100%,rgba(45,89,139,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f88c3', endColorstr='#2d598b',GradientType=0 ); /* IE6-9 */
    /*End of Gradient*/
}

/* Style plan name text */
.dark-blue .top-name h2 {
    color: #fff;
}

/* Style price field */
.dark-blue .top-price {
    border-top: 1px solid #003e5c;
    text-shadow: 2px 2px 5px #003e5c;
    /*Gradient*/
    background: rgb(63,136,195); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(63,136,195,1) 0%, rgba(45,89,139,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,136,195,1)), color-stop(100%,rgba(45,89,139,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f88c3', endColorstr='#2d598b',GradientType=0 ); /* IE6-9 */
    /*End of Gradient*/
}

/* Style price text */
.dark-blue h1 {
    color:white;
}

.dark-blue p {
    text-shadow: 2px 2px 1px #003e5c;
    color: rgb(203, 222, 236);
}

/* The button */

.dark-blue .button {
    color: #fff;
    text-shadow: 1px 2px 2px #003e5c;
    border: 1px solid rgba(57,112,175,1);
    /*Gradient*/
    background: rgb(63,136,195); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(63,136,195,1) 0%, rgba(45,89,139,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,136,195,1)), color-stop(100%,rgba(45,89,139,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(63,136,195,1) 0%,rgba(45,89,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f88c3', endColorstr='#2d598b',GradientType=0 ); /* IE6-9 */
    /*End of Gradient*/
}

.dark-blue .button:hover {
    /*Hover Gradient*/
    background: rgb(92,154,204); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(92,154,204,1) 0%, rgba(57,112,175,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,154,204,1)), color-stop(100%,rgba(57,112,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(92,154,204,1) 0%,rgba(57,112,175,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(92,154,204,1) 0%,rgba(57,112,175,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(92,154,204,1) 0%,rgba(57,112,175,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(92,154,204,1) 0%,rgba(57,112,175,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9acc', endColorstr='#3970af',GradientType=0 ); /* IE6-9 */
    /*End of Hover Gradient */
}

