/*
Theme Name: Triton
Author: Kevin McCarthy
Author URI: http://kaymic.com
Version: 1.0.0

General comments (optional).
*/

/*@import url("http://kaymic.com/killswitch/triton.css");*/

/* WP Alignment Classes */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/**/

#main-content ul {
	list-style-position: inside;
	margin-left: 0;
}

#main-content ul.chip {
	list-style-image: url('images/icons/ul-chip.png');
	padding-top: 15px;
}

#main-content ul li {
	/*text-indent: 1.25em;*/
	margin-bottom: 0.5em;
}

/* Header */
#top-header-temp {
	background: rgb(252,213,23); /* Old browsers */
	background: url('images/bg-spade.png'), -moz-linear-gradient(-45deg,  rgba(252,213,23,1) 0%, rgba(109,61,22,1) 100%); /* FF3.6+ */
	background: url('images/bg-spade.png'), -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(252,213,23,1)), color-stop(100%,rgba(109,61,22,1))); /* Chrome,Safari4+ */
	background: url('images/bg-spade.png'), -webkit-linear-gradient(-45deg,  rgba(252,213,23,1) 0%,rgba(109,61,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/bg-spade.png'), -o-linear-gradient(-45deg,  rgba(252,213,23,1) 0%,rgba(109,61,22,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-spade.png'), -ms-linear-gradient(-45deg,  rgba(252,213,23,1) 0%,rgba(109,61,22,1) 100%); /* IE10+ */
	background: url('images/bg-spade.png'), linear-gradient(135deg,  rgba(252,213,23,1) 0%,rgba(109,61,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd517', endColorstr='#6d3d16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#top-header {
	background: rgb(248,217,50); /* Old browsers */
	background: url('images/bg-temp.png') no-repeat center center, -moz-linear-gradient(left,  rgba(248,217,50,1) 0%, rgba(248,217,50,1) 45%, rgba(125,61,30,1) 55%, rgba(125,61,30,1) 100%); /* FF3.6+ */
	background: url('images/bg-temp.png') no-repeat center center, -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,217,50,1)), color-stop(45%,rgba(248,217,50,1)), color-stop(55%,rgba(125,61,30,1)), color-stop(100%,rgba(125,61,30,1))); /* Chrome,Safari4+ */
	background: url('images/bg-temp.png') no-repeat center center, -webkit-linear-gradient(left,  rgba(248,217,50,1) 0%,rgba(248,217,50,1) 45%,rgba(125,61,30,1) 55%,rgba(125,61,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/bg-temp.png') no-repeat center center, -o-linear-gradient(left,  rgba(248,217,50,1) 0%,rgba(248,217,50,1) 45%,rgba(125,61,30,1) 55%,rgba(125,61,30,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-temp.png') no-repeat center center, -ms-linear-gradient(left,  rgba(248,217,50,1) 0%,rgba(248,217,50,1) 45%,rgba(125,61,30,1) 55%,rgba(125,61,30,1) 100%); /* IE10+ */
	background: url('images/bg-temp.png') no-repeat center center, linear-gradient(to right,  rgba(248,217,50,1) 0%,rgba(248,217,50,1) 45%,rgba(125,61,30,1) 55%,rgba(125,61,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d932', endColorstr='#7d3d1e',GradientType=1 ); /* IE6-9 */
}

#top-header > div.container {
	background: url('images/bg-chips.png') no-repeat bottom right;
}
@media (max-width: 979px) {
	#top-header > div.container {
		background: none;
	}
}


/* Logo */
a {
	color: #F3D618;
	text-decoration: none;
}
a:hover, a:focus {
	color: #C49C1E;
	text-decoration: underline;
}

h1#logo {
	text-indent: -9999px;
}
h1#logo a {
	display: block;
	width: 367px;
	height: 125px;
	background: url('images/logo-triton.png') no-repeat center center;
}
@media (max-width: 480px) {
	h1#logo a {
		width: 320px;
		height: 109px;
		background: url('images/logo-triton.png') no-repeat center center;
		background-size:320px 109px;
	}
}

/* Body */

body, body > .container {
	background-color: #000 !important; 

	color: #fff;
	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.full-width {
	padding: 10px 20px;
}

@media (max-width: 767px) {
	.full-width {
		/*padding: 40px 20px;*/
		/*margin-top:   -20px;*/
		margin-right: -20px;
		margin-left:  -20px;
	}
}

#main-content {
	margin-top: 10px;
}

.body-header{
	color: #fcd517;
	font-size: 16pt;
	text-align: left;
	height: 42px;
	line-height: 2em;

	border-bottom: 1px solid #6c6c6c;
}
/*h4.body-header {
	border-width: 0 0 1px 0;
	-moz-border-image:
		-moz-linear-gradient(top, black, rgba(0, 0, 0, 0)) 100% 1; 
	-webkit-border-image: 
		-webkit-gradient(linear, 100% 0, 0 0, from(black), to(rgba(0, 0, 0, 0))) 100% 1;
	-webkit-border-image: 
		-webkit-linear-gradient(left, blue, rgba(0, 255, 0, 0)) 100% 1;
	-o-border-image:
		-o-linear-gradient(top, black, rgba(0, 0, 0, 0)) 100% 1;

}*/

.navbar, .liteAccordion.basic .slide > h2 span, h4.media-heading, h4.widgettitle, h2.grad-header, h4.grad-header {
	font-family: 'Titillium Web', sans-serif;
}

.liteAccordion .slide > div {
	background: #6c6c6c !important;
}

#articles {
	margin-top: 10px;
	text-align: justify;
}

hr {
	border-top: solid 1px #6c6c6c !important;
	border-bottom: none !important;
}

hr.spade {
	padding: 0;
	border: none;
	border-top: medium double #6c6c6c;
	color: #8c8c8c;
	text-align: center;
	clear: both;
}
hr.spade:after {
	content: url('images/icons/hr-spade.png');;
	display: inline-block;
	position: relative;
	top: -0.5em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: #000;
}

/* Articles */

article.media img {
	border: solid 2px #6c6c6c;
	max-width: 150px;
}

/* Navigation */

.rollspan, #menu-responsive .rollspan {
	display: none;
}

#nav-container, #nav-contextual-container, #navbar-responsive {
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
div#nav-contextual-container.blue {
	background: rgb(14,140,195); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(14,140,195,1) 0%, rgba(14,140,195,1) 45%, rgba(10,105,146,1) 55%, rgba(10,105,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,140,195,1)), color-stop(45%,rgba(14,140,195,1)), color-stop(55%,rgba(10,105,146,1)), color-stop(100%,rgba(10,105,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8cc3', endColorstr='#0a6992',GradientType=0 ); /* IE6-9 */

}
div#nav-contextual-container.red {
	background: rgb(91,17,15); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(91,17,15,1) 0%, rgba(91,17,15,1) 45%, rgba(68,13,11,1) 55%, rgba(68,13,11,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,17,15,1)), color-stop(45%,rgba(91,17,15,1)), color-stop(55%,rgba(68,13,11,1)), color-stop(100%,rgba(68,13,11,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b110f', endColorstr='#440d0b',GradientType=0 ); /* IE6-9 */
}
div#nav-contextual-container.grey {
	background: rgb(63,61,64); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(63,61,64,1) 0%, rgba(63,61,64,1) 45%, rgba(47,46,48,1) 55%, rgba(47,46,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,61,64,1)), color-stop(45%,rgba(63,61,64,1)), color-stop(55%,rgba(47,46,48,1)), color-stop(100%,rgba(47,46,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3d40', endColorstr='#2f2e30',GradientType=0 ); /* IE6-9 */
}

#menu-navigation>li>a {
	color: #000 !important;
}
.navbar {
	letter-spacing: 1px;
	font-size: 11pt;
	margin-bottom: 0px !important;
}

#contextual-navbar, #top-right-menu {
	min-height: 30px;
	height: 30px;
}
#contextual-navbar li a, #top-right-menu li a {
	font-size: 10pt;
	min-height: 10px;
	height: 10px;
	line-height: 1em;
}

.navbar .brand, .navbar .nav>li>a {
	color: #fff !important;
	text-shadow: none !important;
}
.navbar-inner {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;

	background: none !important;
	border: none !important;
}
#menu-navigation.nav .active>a, #menu-navigation.nav a:hover, #contextual-navbar .nav .active>a, #contextual-navbar .nav a:hover {
	background: rgba(17,17,17,0.6);
	/*color: #fff !important;*/

	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}



#menu-navigation li.blue.active>a, #menu-navigation li.blue>a span, #menu-navigation li.blue.current-page-ancestor>a {
	color: #fff !important;
	background-color: #0e8cc3 !important;
}
#menu-navigation li.red.active>a, #menu-navigation li.red>a span, #menu-navigation li.red.current-page-ancestor>a {
	color: #fff !important;
	background-color: #5b110f !important;
}
#menu-navigation li.grey.active>a, #menu-navigation li.grey>a span , #menu-navigation li.grey.current-page-ancestor>a {
	color: #fff !important;
	background-color: #3f3d40 !important;
}

/* Nav Hover Push */
#menu-navigation li.menu-item {overflow: hidden;}
#menu-navigation li.menu-item>a {
	position: relative;
	transition: top, bottom, 0.5s;
	-webkit-transition-property: top, bottom;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: top, bottom, 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: top, bottom, 0.5s;
	-ms-transition-duration: 0.5s;

}
#menu-navigation li.menu-item>a:hover {
	top: -40px;
	bottom: -40px;
}
#menu-navigation li.menu-item>a span {
	display: block;
	position: absolute;
	padding: 10px 15px 10px;
	top: 40px;
	left: -20px;
	text-align: center;
}



#top-right-menu .nav a {
	color: #ccc;
	text-shadow: none;
	line-height: .8em;
}
#top-right-menu .nav li.active a, #top-right-menu .nav li a:hover {
	background-color: #666;
}
#top-right-menu .navbar .nav .dropdown-toggle .caret {
	margin-top: 4px;
}

#menu-social li {
	/*display: none;*/
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 5px;
	width: 31px;
}
li.social.facebook > a {
	background: url('images/icons/fb-chip.png') no-repeat center center;
}
li.social.twitter > a {
	background: url('images/icons/twitter-chip.png') no-repeat center center;
}


/* Home Slider */

section#slider {
	margin-bottom: 20px;
}

#nav-contextual-container {
	border-bottom: solid 1px #6c6c6c;
}

#horizacc {
	border-right: solid 1px #6c6c6c;
	border-bottom: solid 1px #6c6c6c;
}

li.home-slide img {
	max-width: none;
}

#horizacc h2 span {
	letter-spacing: 3px;
	text-shadow: 2px 2px #000;
	font-size: 16pt;
	text-align: center;
	padding-right: 0;
	line-height: 30px;
	cursor: pointer;
	z-index: 0;
}

.liteAccordion.basic .slide > h2.blue {
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(108,108,108,1) 0%, rgba(14,140,195,1) 5%, rgba(14,140,195,1) 45%, rgba(10,105,146,1) 55%, rgba(10,105,146,1) 95%, rgba(108,108,108,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,108,108,1)), color-stop(5%,rgba(14,140,195,1)), color-stop(45%,rgba(14,140,195,1)), color-stop(55%,rgba(10,105,146,1)), color-stop(95%,rgba(10,105,146,1)), color-stop(100%,rgba(108,108,108,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(14,140,195,1) 5%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 95%,rgba(108,108,108,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(14,140,195,1) 5%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 95%,rgba(108,108,108,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(14,140,195,1) 5%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 95%,rgba(108,108,108,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,108,108,1) 0%,rgba(14,140,195,1) 5%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 95%,rgba(108,108,108,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#6c6c6c',GradientType=0 ); /* IE6-9 */

}
.liteAccordion.basic .slide > h2.red {
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(108,108,108,1) 0%, rgba(91,17,15,1) 5%, rgba(91,17,15,1) 45%, rgba(68,13,11,1) 55%, rgba(68,13,11,1) 95%, rgba(108,108,108,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,108,108,1)), color-stop(5%,rgba(91,17,15,1)), color-stop(45%,rgba(91,17,15,1)), color-stop(55%,rgba(68,13,11,1)), color-stop(95%,rgba(68,13,11,1)), color-stop(100%,rgba(108,108,108,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(91,17,15,1) 5%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 95%,rgba(108,108,108,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(91,17,15,1) 5%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 95%,rgba(108,108,108,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(91,17,15,1) 5%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 95%,rgba(108,108,108,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,108,108,1) 0%,rgba(91,17,15,1) 5%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 95%,rgba(108,108,108,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#6c6c6c',GradientType=0 ); /* IE6-9 */
}
.liteAccordion.basic .slide > h2.grey {
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(108,108,108,1) 0%, rgba(63,61,64,1) 5%, rgba(63,61,64,1) 45%, rgba(47,46,48,1) 55%, rgba(47,46,48,1) 95%, rgba(108,108,108,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,108,108,1)), color-stop(5%,rgba(63,61,64,1)), color-stop(45%,rgba(63,61,64,1)), color-stop(55%,rgba(47,46,48,1)), color-stop(95%,rgba(47,46,48,1)), color-stop(100%,rgba(108,108,108,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(63,61,64,1) 5%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 95%,rgba(108,108,108,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(63,61,64,1) 5%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 95%,rgba(108,108,108,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,108,108,1) 0%,rgba(63,61,64,1) 5%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 95%,rgba(108,108,108,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,108,108,1) 0%,rgba(63,61,64,1) 5%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 95%,rgba(108,108,108,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#6c6c6c',GradientType=0 ); /* IE6-9 */

}

/* Widgets */

h4.media-heading, h4.widgettitle {
	color: rgba(243,214,24,1);
	letter-spacing: 2px;
	font-size: 13pt;
	font-style: normal;
	text-shadow: none;
}

h2.grad-header, h4.grad-header {
	letter-spacing: 3px;
	font-size: 16pt;
	text-align: center;
	font-style: normal;
	text-shadow: 2px 2px #000;
	color: #fff;
	padding: 10px;
	border: solid 1px #6c6c6c;
	line-height: 1em;

	background: rgb(243,214,24); /* Old browsers */
	background: url('images/bg-grad-header.png') repeat-y left top, -moz-linear-gradient(top,  rgba(243,214,24,1) 0%, rgba(243,214,24,1) 45%, rgba(196,156,22,1) 55%, rgba(196,156,22,1) 100%); /* FF3.6+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,214,24,1)), color-stop(45%,rgba(243,214,24,1)), color-stop(55%,rgba(196,156,22,1)), color-stop(100%,rgba(196,156,22,1))); /* Chrome,Safari4+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-linear-gradient(top,  rgba(243,214,24,1) 0%,rgba(243,214,24,1) 45%,rgba(196,156,22,1) 55%,rgba(196,156,22,1) 100%);  Chrome10+,Safari5.1+ 
	background: url('images/bg-grad-header.png') repeat-y left top, -o-linear-gradient(top,  rgba(243,214,24,1) 0%,rgba(243,214,24,1) 45%,rgba(196,156,22,1) 55%,rgba(196,156,22,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -ms-linear-gradient(top,  rgba(243,214,24,1) 0%,rgba(243,214,24,1) 45%,rgba(196,156,22,1) 55%,rgba(196,156,22,1) 100%); /* IE10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, linear-gradient(to bottom,  rgba(243,214,24,1) 0%,rgba(243,214,24,1) 45%,rgba(196,156,22,1) 55%,rgba(196,156,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d618', endColorstr='#c49c16',GradientType=0 ); /* IE6-9 */
}

div#main-content.blue h2.grad-header, div#main-content.blue h4.grad-header {
	background: rgb(14,140,195); /* Old browsers */
	background: url('images/bg-grad-header.png') repeat-y left top, -moz-linear-gradient(top,  rgba(14,140,195,1) 0%, rgba(14,140,195,1) 45%, rgba(10,105,146,1) 55%, rgba(10,105,146,1) 100%); /* FF3.6+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,140,195,1)), color-stop(45%,rgba(14,140,195,1)), color-stop(55%,rgba(10,105,146,1)), color-stop(100%,rgba(10,105,146,1))); /* Chrome,Safari4+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-linear-gradient(top,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -o-linear-gradient(top,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -ms-linear-gradient(top,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* IE10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, linear-gradient(to bottom,  rgba(14,140,195,1) 0%,rgba(14,140,195,1) 45%,rgba(10,105,146,1) 55%,rgba(10,105,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8cc3', endColorstr='#0a6992',GradientType=0 ); /* IE6-9 */
}
div#main-content.red h2.grad-header, div#main-content.red h4.grad-header {
	background: rgb(91,17,15); /* Old browsers */
	background: url('images/bg-grad-header.png') repeat-y left top, -moz-linear-gradient(top,  rgba(91,17,15,1) 0%, rgba(91,17,15,1) 45%, rgba(68,13,11,1) 55%, rgba(68,13,11,1) 100%); /* FF3.6+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,17,15,1)), color-stop(45%,rgba(91,17,15,1)), color-stop(55%,rgba(68,13,11,1)), color-stop(100%,rgba(68,13,11,1))); /* Chrome,Safari4+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-linear-gradient(top,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -o-linear-gradient(top,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -ms-linear-gradient(top,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* IE10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, linear-gradient(to bottom,  rgba(91,17,15,1) 0%,rgba(91,17,15,1) 45%,rgba(68,13,11,1) 55%,rgba(68,13,11,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b110f', endColorstr='#440d0b',GradientType=0 ); /* IE6-9 */
}
div#main-content.grey h2.grad-header, div#main-content.grey h4.grad-header {
	background: rgb(63,61,64); /* Old browsers */
	background: url('images/bg-grad-header.png') repeat-y left top, -moz-linear-gradient(top,  rgba(63,61,64,1) 0%, rgba(63,61,64,1) 45%, rgba(47,46,48,1) 55%, rgba(47,46,48,1) 100%); /* FF3.6+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,61,64,1)), color-stop(45%,rgba(63,61,64,1)), color-stop(55%,rgba(47,46,48,1)), color-stop(100%,rgba(47,46,48,1))); /* Chrome,Safari4+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-linear-gradient(top,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -o-linear-gradient(top,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -ms-linear-gradient(top,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* IE10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, linear-gradient(to bottom,  rgba(63,61,64,1) 0%,rgba(63,61,64,1) 45%,rgba(47,46,48,1) 55%,rgba(47,46,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3d40', endColorstr='#2f2e30',GradientType=0 ); /* IE6-9 */
}

/* TEMP Photoshop RED */
#temp-ps-red {
	background: rgb(144,24,43); /* Old browsers */
	background: url('images/bg-grad-header.png') repeat-y left top, -moz-linear-gradient(top,  rgba(144,24,43,1) 0%, rgba(144,24,43,1) 45%, rgba(108,18,32,1) 55%, rgba(108,18,32,1) 100%); /* FF3.6+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144,24,43,1)), color-stop(45%,rgba(144,24,43,1)), color-stop(55%,rgba(108,18,32,1)), color-stop(100%,rgba(108,18,32,1))); /* Chrome,Safari4+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -webkit-linear-gradient(top,  rgba(144,24,43,1) 0%,rgba(144,24,43,1) 45%,rgba(108,18,32,1) 55%,rgba(108,18,32,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -o-linear-gradient(top,  rgba(144,24,43,1) 0%,rgba(144,24,43,1) 45%,rgba(108,18,32,1) 55%,rgba(108,18,32,1) 100%); /* Opera 11.10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, -ms-linear-gradient(top,  rgba(144,24,43,1) 0%,rgba(144,24,43,1) 45%,rgba(108,18,32,1) 55%,rgba(108,18,32,1) 100%); /* IE10+ */
	background: url('images/bg-grad-header.png') repeat-y left top, linear-gradient(to bottom,  rgba(144,24,43,1) 0%,rgba(144,24,43,1) 45%,rgba(108,18,32,1) 55%,rgba(108,18,32,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90182b', endColorstr='#6c1220',GradientType=0 ); /* IE6-9 */
}
/* end TEMP */

div.widget {
	font-family: "Philosopher", Helvetica, Arial, sans-serif !important;
	font-style: italic;
	font-weight: 400;
}
div.widget ul {
	list-style: none outside none;
	padding-left: 2em !important;

}
div.widget ul li {
	text-indent: -1.5em !important;
}
div.widget a {
	color: #fff;
}

/* Footer */

h4#poker-depot {
	font-family: "Philosopher", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	padding-top: 15px;
	background: url('images/icons/chip.png') no-repeat center center;
}

#quarter-widgets {
	margin-top: 15px;

	background: rgb(41,41,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(41,41,41,1) 0%, rgba(41,41,41,1) 33%, rgba(68,68,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,41,41,1)), color-stop(33%,rgba(41,41,41,1)), color-stop(100%,rgba(68,68,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(41,41,41,1) 0%,rgba(41,41,41,1) 33%,rgba(68,68,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(41,41,41,1) 0%,rgba(41,41,41,1) 33%,rgba(68,68,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(41,41,41,1) 0%,rgba(41,41,41,1) 33%,rgba(68,68,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(41,41,41,1) 0%,rgba(41,41,41,1) 33%,rgba(68,68,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}

#quarter-widgets>div.container {
	background: url('images/bg-quarter-widgets.png') repeat-y top center;
}

@media (max-width: 767px) {
	#quarter-widgets {
		text-align: center;
	}
}
@media (max-width: 979px) {
	#quarter-widgets>div.container {
		background: none;
	}
}

/*#quarter-widgets div.widget {
	border-right: solid 1px rgba(128,128,128,0.5);
}
#quarter-widgets div.widget:last-child {
	border-right: none;
}*/

#copyright {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #b0b0b0;
	font-size: 10pt;
	text-align: center;
}

/* facebok widget title */
#my_extreme_facebook-widget-2 {
	margin-top: 15px;
}
#facebook-like-box h4.widgettitle {
	display: none;
}

iframe { border: none; }


#main-content div.well.well-small a.btn {
	font-family: 'Titillium Web', sans-serif;
}

#main-content div.well.well-small img {
	margin-bottom: 0;
}

