/*
#------------------------------------------------------------------------
# League News -February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Basic elements */
::selection {
	background: #d35209;
	color: #fff;
}

body {
	min-height: 100%;
	background: url('../images/style1/bg_pattern.jpg') repeat 0 0;
	background: url('../images/style1/bg_main.jpg') no-repeat center 0, url('../images/style1/bg_pattern.jpg') repeat 0 0;
	font-size: 14px;
	line-height: 2;
	color: #777;
}

a {
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
	text-decoration: none;
	color: #252525;
}

a:hover,a:active,a:focus {
	color: #cb4900;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #252525;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}
.custom p{
	margin: 0.5em 0 0px;
}

/* Containers */
#gkPage {
	background: #fff;
	/*border-bottom: 4px solid #d35209;*/
}

#gkRight {
	background: #fafafa;
}

#gkContent a {
	color: #cb4900;
}

#gkContent a:hover,#gkContent a:active,#gkContent a:focus {
	color: #252525;
}

/* Logo  */
h1#gkLogo {
	display: table-cell;
	margin: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 350px;
	vertical-align: top;
}

h1#gkLogo a,h1#gkLogo img {
	display: block;
	margin: 14px 0;
}

h1#gkLogo a.cssLogo {
	/* You can specify there logo size and background */
background: transparent url('../images/style1/logo.png') no-repeat 0 center;
	height: 80px;
	width: 170px;
}

h1#gkLogo.text {
	text-indent: 0;
	text-transform: uppercase;
}

h1#gkLogo.text a {
	color: #fff;
	margin: 23px 0 0 0;
}

h1#gkLogo.text a > span {
	display: block;
	font-size: 32px;
	line-height: 36px;
}

h1#gkLogo.text .gkLogoSlogan {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

/* standard breadcrumb */
#gkBreadcrumb {
	border-bottom: 1px solid #eee;
	padding-top: 20px;
}

#gkBreadcrumb .breadcrumbs {
	height: 32px;
	line-height: 32px;
	float: left;
}

#gkBreadcrumb .breadcrumbs li.separator {
	color: #ccc;
	font-size: 8px;
	line-height: 32px;
	margin: 0 8px;
}

#gkBreadcrumb .breadcrumbs > ul {
	line-height: 32px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	line-height: 32px;
	font-size: 11px;
}

#gkBreadcrumb .breadcrumbs > ul > li.pathway {
	font-size: 11px;
}

#gkTools {
	float: right;
	margin: 5px 10px 0 0;
}

#gkTools a {
	display: block;
	float: left;
	width: 11px;
	height: 9px;
	margin: 7px 0 0 3px !important;
	text-indent: -99999em;
	background: transparent url('../images/font_size.png') no-repeat -44px 0;
}

a#gkToolsReset {
	background-position: -24px 0;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 0 0;
}

a#gkToolsInc {
	padding-right: 6px;
}

/* top */
#gkPageTop {
	background: url('../images/style1/bg_top.png') no-repeat center bottom;
	margin-top: 0 !important;
}

#gkPageTop > div {
	display: table;
	margin: 0 auto;
	overflow: visible;
	width: 1024px!important;
}

#gkPageTop > div > div {
	display: table-cell;
	vertical-align: top;
}

#gkPageTop > div > div > div {
	overflow: visible;
}

#gkTopNav {
	float: left;
	margin-top: 17px;
	min-width: 700px;
}

#gkTopNav li {
	float: left;
	font-size: 11px;
	margin-right: 10px;
}

#gkTopNav li a {
	color: #d35209;
}

#gkTopNav li a:active,#gkTopNav li a:focus,#gkTopNav li a:hover {
	color: #fff;
}

#gkPageTopLinks {
	float: right;
	margin: 15px 0 8px 0;
}

#gkPageTopLinks a {
	display: block;
	float: left;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin-left: 7px;
	padding: 0 5px;
	text-transform: uppercase;
}

a#btnLogin {
	color: #d35209;
}

a#btnLogin:active,a#btnLogin:focus,a#btnLogin:hover {
	color: #fff;
}

a#btnRegister {
	background: #172033;
	color: #fff;
}

a#btnRegister:active,a#btnRegister:focus,a#btnRegister:hover {
	background: #fff;
	color: #2c3b57;
}

/* footer */
footer {
	color: #a8afbd;
	font-size: 11px;
	padding: 10px 0 0 0;
	text-align: center;
}

footer nav {
	width: 100%;
	text-align: center;
}

footer a {
	color: #a8afbd;
}

footer a:active,footer a:focus,footer a:hover {
	color: #fff;
}

footer nav strong {
	color: #fff;
	display: inline-block;
	font-weight: normal;
	height: 12px;
	line-height: 12px;
}

footer nav ul {
	height: 9px;
	display: inline-block;
}

footer nav li {
	border-left: 1px solid #a8afbd;
	float: left;
	line-height: 9px;
	padding: 0 5px;
}

footer nav li:first-child {
	border-left: none;
}

footer p,footer #gkStyleArea {
	display: block;
	text-align: center;
}

footer p {
	margin: -3px 0 0 0;
}

#gkFrameworkLogo {
	display: none;
	width: 140px;
	height: 42px;
	/*background: url('../images/framework-logo.png') no-repeat 0 0;*/
	text-indent: -9999em;
	margin: 96px auto 0;
	padding-bottom: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	clear: both;
}

/* Suffixes */
.box,.box_text,.box_menu {
	overflow: hidden;
}

.box > div,.box_text > div,.box_menu > div {
	overflow: hidden;
	padding: 0 0 0 0;
}

div.content {
	clear: both;
}

.box li,.box_menu li {
	/*border-top: 1px solid #eee;*/
	list-style-type: none;
	line-height: 26px;
	padding: 6px 0;
}

.box li:first-child {
	border-top: none;
}

.box li a,.box_text li a {
	text-decoration: none;
}

.box a,.box_text a {
	text-decoration: none;
}

/* default suffix */
.box .header,.box_menu .header,.box_text .header {
	color: #3e4e6e;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* clear suffix */
.box.clear,.box_text.clear,.box_menu.clear {
	margin: 0;
	padding: 0;
}

.box.clear > div,.box_text.clear > div,.box_menu.clear > div {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

.clear .header {
	display: none;
}

.clear div.banneritem {
	border: none;
	padding: 0;
}

div.banneritem img {
	display: block;
}

/* header suffix */
.box.header {
	margin: 0 -32px;
}

/* advertisement suffix */
.box.advertisement h3.header {
	border-bottom: 1px solid #eee;
	color: #999;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
}

/* color1 suffix */
.box.color1 {
	background: #fff9f6;
	color: #555;
	padding: 15px 25px;
}

.box.color1 .header {
	color: #cb4900;
	margin-bottom: 20px;
}

/* color2 suffix */
.box.color2 {
	background: #d25108;
}

.box.color2 > div {
	padding: 15px 25px;
	color: #fab995;
}

.box.color2 .header {
	background: #cb4900;
	border-bottom: 1px solid #dd5e17;
	color: #fff;
	margin: -15px -25px 20px -25px;
	min-height: 44px;
	padding: 8px 25px 0 25px;
}

.box.color2 li {
	border-top: 1px solid #c14500;
}

.box.color2 li:first-child {
	border-top: none;
}

.box.color2 a {
	color: #fff !important;
}

.box.color2 a:active,.box.color2 a:focus,.box.color2 a:hover {
	color: #fab995 !important;
}

/* grey suffix */
.box.grey {
	background: #fafafa;
	color: #999;
	padding: 15px 25px;
}

.box.grey .header {
	margin-bottom: 20px;
}

.box.grey li {
	border-top: 1px solid #f0f0f0;
}

.box.grey li:first-child {
	border-top: none;
}

/* dark & menu suffix */
.box.dark,.box_menu {
	background: #121212 url('../images/style1/dark_bg.png') no-repeat center top;
	color: #777;
	padding: 15px 25px;
}

.box.dark .header,.box_menu .header {
	color: #fff;
	margin-bottom: 20px;
}

.box.dark li,.box_menu li {
	border-top: 1px solid #333;
}

.box.dark li:first-child,.box_menu li:first-child {
	border-top: none;
}

.box.dark a,.box_menu a {
	color: #999 !important;
}

.box.dark a:active,.box.dark a:focus,.box.dark a:hover,.box_menu a:active,.box_menu a:focus,.box_menu a:hover {
	color: #fff !important;
}

.box_menu li {
	padding-left: 26px;
	background: url('../images/style1/typography/bullet3.png') no-repeat 0 11px;
}

/* column modules */
aside .box .header,aside .box_menu .header,aside .box_text .header {
	margin-bottom: 20px;
}

aside .box,aside .box_menu,aside .box_text {
	margin: 0 -20px !important;
	padding: 15px 20px;
}

aside .box.color2 {
	padding: 0 !important;
}

aside#gkInset2 .box.dark,aside#gkInset2 .box.color1,aside#gkInset2 .box.color2,aside#gkInset2 .box.grey,aside#gkInset2 .box_menu {
	margin: 0 -34px 0 0px !important;
}

aside#gkInset1 .box.dark,aside#gkInset1 .box.color1,aside#gkInset1 .box.color2,aside#gkInset1 .box.grey,aside#gkInset1 .box_menu {
	margin: 0 0 0 -34px !important;
}

aside#gkLeft .box {
	margin-left: -22px !important;
}

aside#gkRight .box {
	margin-right: -22px !important;
}

/* bottom modules */
#gkBottom2 {
	color: #a8afbd;
	font-size: 11px;
}

#gkBottom2 h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#gkBottom2 a {
	color: #a8afbd !important;
}

#gkBottom2 a:active,#gkBottom2 a:focus,#gkBottom2 a:hover {
	color: #fff !important;
}

#gkBottom2 li {
	line-height: 24px;
	border-top: none;
	padding: 0;
}

/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 30px 0 4px;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

#loginForm {
	overflow: hidden;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 2px 0 0;
}

#login-form ul li {
	float: left;
	font-size: 11px;
}

#login-form ul li:first-child {
	margin-right: 10px;
}

#gkPopupLogin #loginForm > div > div {
	width: 45%;
	float: right;
}

#gkPopupLogin #loginForm > div > div:first-child {
	float: left;
	padding: 0;
}

#gkPopupLogin #loginForm ul.menu li {
	line-height: 1.7;
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}

/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 2px 7px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	border: 1px solid #4d576b;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 17px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

/* popup */
#gkPopupOverlay,#gkPopupLogin,#gkPopupRegister {
	display: none;
	overflow: hidden;
	width: 520px;
	margin-left: -260px;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#gkPopupLogin,#gkPopupRegister {
	position: absolute;
	top: 100px;
}

#gkPopupLogin {
	width: 600px;
	margin-left: -300px;
}

.gkPopupWrap {
	padding: 35px;
}

.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-left: 0;
}

