@CHARSET "UTF-8";

/*
body { 
    font-family: Verdana; font-size: 12px;
    background: -moz-linear-gradient(center top , #FFFFFF, #Ffffff) repeat scroll 0 0 transparent;
    margin: 0; padding: 0;
}*/
#page { width: 1000px; margin: 0px auto; }
#donnaHolder { padding: 0px; margin-top: 0px; width: 1000px; }

#header { text-align: center;  }
#header h1 { color: #333333; font-size: 50px; }
#header h2 { color: #333333; font-size: 30px; }

a { text-decoration: none;}

.customFont {
    font-family: 'Pompiere', Verdana, cursive;
    font-size: 18px;
}

#header h1, #header h2 { margin: 0; padding: 0; font-weight: normal; }

ul { padding: 18 0 0 15px; margin: 0; }

.holder { padding: 87px 5px; border-radius: 5px; box-shadow: 0px 0px 30px #f90; }
.text { background-color: #f3f3f3; padding: 20px; line-height: 20px; overflow: hidden; zoom: 1; }

.holder h2 { margin: 0; padding: 0px 0px 15px 0px; }

code { display: block; #fff; padding: 10px; overflow: auto; }
pre { margin: 10px 0px; padding: 0; }

.h2 {
    font-weight: normal;
    display: none;
}

.button a {
    background: #F90;
    margin: 10px 140px;
    opacity: 1;
    outline: medium none;
    padding: 5px ;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 50px;
    background: #F90;
    background: -webkit-linear-gradient(top,  #599BDC, #F90); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #599BDC, #3072B3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #599BDC, #3072B3); /* opera */
    background:     -ms-linear-gradient(top,  #599BDC, #F90); /* IE10 */
    background:         linear-gradient(top,  #599BDC, #F90); /* css3 */  
    border: 1px solid #f90;
    color: #f90;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);    
    border-radius: 5px;

}
.button a:hover {
    background: #D90000;
    background: -webkit-linear-gradient(top,  #3072B3, #599BDC); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #3072B3, #599BDC); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #3072B3, #599BDC); /* opera */
    background:     -ms-linear-gradient(top,  #3072B3, #599BDC); /* IE10 */
    background:         linear-gradient(top,  #3072B3, #599BDC); /* css3 */  
    box-shadow: 0 0 3px #518CC6;

}

.bar {
	background-color: #00F;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
	position: fixed;
	top: 0;
	right: 230;
	left: 0;
	z-index: 10000;
}
.bar a {
    color:#D90000;
}
.bar a:hover {
    color: #FFFFFF;
}
#download {
    clear: both;
}
#download .button {
    font-size: 22px;    
}
#features ul {
    overflow: hidden;
    zoom: 1;
    margin: 25px;
}
#features li {
    width: 50%;
    float: left;
}

/** Coin Slider additional styles **/
.cs-buttons a {
    border-radius: 60%;
    background: #D90000;
    background: -webkit-linear-gradient(top,  #3F0, #3F0); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #3F0, #3F0); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #3F0, #3F0); /* opera */
    background:     -ms-linear-gradient(top,  #3F0, #3F0); /* IE10 */
    background:         linear-gradient(top,  #3F0, #3F0); /* css3 */
	
}
a.cs-active {
	background: #000;
	background: -webkit-linear-gradient(top,  #000, #000); /* webkit browsers */
	background: -moz-linear-gradient(top,  #000, #000); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #000, #000); /* opera */
	background: -ms-linear-gradient(top,  #000, #000); /* IE10 */
	background: linear-gradient(top,  #000, #000); /* css3 */
	border-radius: 60%;
	box-shadow: 0 0 3px #D90000;
	border: 1px solid #99F !important;
	 
}


