/*
#------------------------------------------------------------------------
# Simplicity - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.gkHorizontalRightColumn {
float:left;
}

.imageBg #gkHeaderMod .gk-form {
margin: 20px 0 15px;
background: -moz-linear-gradient(top,  rgba(69,72,77,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.4)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,72,77,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6645484d', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

}

form.gk-form {
background:#000000 !important;
opacity:0.7;
}

.imageBg #gkHeaderMod .gk-form label {
font-size:1.5em;;

}

.imageBg #gkHeaderMod h1{
letter-spacing:normal;
text-shadow: 0 0 5px #000;
}

.imageBg #gkHeaderMod {
padding-bottom:10px;
}

#gkHeaderMod label {
color:#fff;
}