@charset "utf-8";
/* CSS Document */

/*Scratchless Glass*/
body {
    background-color: #ffffff!important;
    background-image: url("../images/backgrounds/lightblue/top-img-bg.jpg");
	background-repeat: repeat;
}
.title5 .title:before {
    content: "";
    font-family: FontAwesome;
    font-size: 0.8em;
    position: absolute;
    right: 15px;
}
.title5 .module-title .title, .rt-light .title5 .module-title .title, .rt-dark .title5 .module-title .title {
    background: none repeat scroll 0 0 #f7931d;
    border: 1px solid #BCBCBC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #ffffff;
    text-shadow: -1px -1px 1px rgba(225, 225, 225, 0.9);
}
.title5 .title {
    margin: -15px -16px 20px;
    padding: 10px 15px;
}
.powered-by{background:url(../images/dark/rocket.png); text-align:left;}
/*change footer background from black to blue*/
#rt-footer-surround .rt-footer-bg {
    background-color: #0063be;
    /*background-image: linear-gradient(#0063be, #0063be 35%, #4ba6fa); works for mozilla but nothing else */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063be', endColorstr='#4ba6fa'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#0063be), to(#4ba6fa)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #0063be,  #4ba6fa); /* for firefox 3.6+ */
    background-repeat: no-repeat;
    border-color: rgba(225, 225, 225, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
body .rt-bg {
		background-image:url(../images/backgrounds/lightblue/bottom-img-bg.png);
}
/*Change nav background colour to blue*/
#rt-header .rt-container {
	background-color: #0063be;
	/*linear-gradient(rgba(51, 51, 51, 0.7), rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.7))*/
   /* background-image: linear-gradient(#0063be, #0063be 35%, #4ba6fa); works for mozilla but nothing else */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063be', endColorstr='#4ba6fa'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#0063be), to(#4ba6fa)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #0063be,  #4ba6fa); /* for firefox 3.6+ */
}
h3 {font-size:125%}
/*Change background colour on homepage slideshow behind text from black to white*/
.rokgallery-wrapper .rg-ss-title, .rokgallery-wrapper .rg-ss-caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}