/*
Theme Name: HockeyTime
Theme URI: http://smthemes.com/hockeytime/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.1
License: Creative Commons 3.0
Theme date: 06/09/2014
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
}
body {	
	color:#fff;
	font-size:13px;
	font-family: 'arial';
	position:relative;
	background: rgb(247,250,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,250,253,1) 0%, rgba(184,229,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,250,253,1)), color-stop(100%,rgba(184,229,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafd', endColorstr='#b8e5ff',GradientType=0 ); /* IE6-9 */
}
#all{
	background:url(images/back.jpg) no-repeat center top scroll;
}
a {
	color:#6dcff6;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, a.post_ttl {
    line-height: 32px;
	color:#fff;
	text-transform:uppercase;
}

a.post_ttl, .articles  .post-caption h1, .articles  .post-caption h2{
	color: #fff;
    font-family: 'a750-sans-cd-mediumregular';
    font-size: 32px;
    line-height: 25px;
    text-decoration: none;
	text-transform:uppercase;
}



h2 a.post_ttl:hover{
	color:#6dcff6;
}

img {
  max-width: 100%;
  height: auto;
}

/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	height:0;
}
#header{
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #a7a7a7;
    float: left;
    height:30px;
    line-height:30px;
    width:200px;
	background:#fff;
}
.searchbtn {
	height: 30px;
    margin-right:-32px;
    width: 30px;
}
.searchform {
    height: 30px;
    width: 225px;
}

/*------------------------------ CONTENT ------------------------------*/
.articles {
	margin:0;
}
.articles .one-post {
	padding-bottom:50px;
	margin-bottom:20px;
	background:url(images/back-one-post.png) bottom repeat-x;
}

.articles .post-caption .post-meta {
	padding:5px 0;
	font-size:13px !important;
	color:#fff;
}

.post-meta a{
	color:#6dcff6;
	text-decoration:underline;
}
.post-comments a{
}
.post-meta a:hover{
	text-decoration:underline;
}
.articles .post-date {
    color: #6dcff6;
}
.articles .post-caption {
	padding:30px 0 0;
	position:relative;
}
.articles .post-meta {
    padding:10px 0 0;
	color:#a3a3a3;
	font-size:13px;
	margin:0;

}
.articles .post-body  {
	border:none;
	padding:0;
	margin:0;
	
}
#content .container{
}
#commentform #submit, input.readmore, a.readmore {
    background:url(images/back-readmore.png) no-repeat center;
	width:126px;
	height:38px;
	line-height:38px;
    color: #fff;
    font-size: 24px;
	font-family: 'a750-sans-cd-mediumregular';
	text-transform:uppercase;
	padding:0;
    padding-right:12px;
	border:none;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	text-decoration:none;
    background:url(images/back-readmore-hover.png) no-repeat center;
	color:#000;
}
.featured_image {
    margin-top:15px;
	background:#fff;
    border:none;
    padding:0;
}
.googlemap {
	background:#fff;
    border:none;
    padding:0;
}
.widget_posts ul li img,.widget_flickr a {
	background:#fff;
    border:none;
    padding:0;
}
.pagination{
}
.pagination.classic {
	text-align:center;
	padding:15px 0 0;
}
.page-numbers {
	padding:5px 10px;
}
a.page-numbers {
	color:#000;
	text-decoration:none;
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
a.page-numbers:hover, span.page-numbers {
	color:#fff;
	background: rgb(110,200,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(110,200,255,1) 0%, rgba(40,156,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,200,255,1)), color-stop(100%,rgba(40,156,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec8ff', endColorstr='#289cd9',GradientType=0 ); /* IE6-9 */
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
}
#footer .container {
	
}
#footer .container.clearfix{
	padding:15px 0;
	background: rgb(42,42,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,42,42,1) 0%, rgba(16,16,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,1)), color-stop(100%,rgba(16,16,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
}
#footer h3 {
	color: #6dcff6;
    font-size: 32px;
	text-transform:uppercase;
	font-family: 'a750-sans-cd-mediumregular';
}
#footer .inner .caption{
	background:none;
}
#footer .footer_txt {
	padding:0;
	margin:0 auto;
}
#footer .footer_txt .container {
	padding:10px 0 !important;
	text-align:center;
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(205,205,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(205,205,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	color:#000;
}
.footer-widgets {
	color:#fff;
}
#footer .widget2, .widget, .tabs_widget {
}
#footer .footer_txt .container a {
	color:#00aeef;
	text-decoration:none;
}
#footer .footer_txt .container a:hover {
	text-decoration:underline;
}
#footer .inner a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#footer .inner a:hover{
	color:#6dcff6;
}
#footer .inner{
	background:none;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:0;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:0;
}
.sidebar{
}
#content .widget .caption h3 {
	text-align:left;
	font-size:32px;
    line-height: 26px;
	color:#fff;
	font-family: 'a750-sans-cd-mediumregular';
	text-transform:uppercase;
}	
#content .inner .caption{
	padding:0 5px;
}


#content .widget{
}
.fp-next{
	background-position:left 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
}
.fp-prev {
	background-position:right 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
	
}
.inner{
	padding-bottom:20px;
}
.inner .caption{
	margin:0;
    padding:0;
}

.widget2, .widget, .tabs_widget {
}
.widget_posts ul{
	padding:0 5px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:0;
	}
	#content {
		padding-top:0;		
	}
	#content .container {
		padding-bottom:0;
		width: 1000px;
		box-shadow:0 0 5px #accfe5;
	}
	#logo {
		position: absolute;
		text-align:left;
		top:0;
		left:0;
	}
	
	.menusearch {
		right:0;
		top:4px;
		width: 263px;
		position:relative;
		z-index:18;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		padding-top:0;
		height:63px;
		position:relative;
		z-index:20;
		background:url(images/menu.png) left top repeat-x;
}
	
	
	#secondarymenu {
		float: right;
		margin-right:30px;
	}
	#secondarymenu a {
		font-family: 'arial';
		text-decoration:none;
		padding:23px 12px;
		display:block;
		color:#fff;
		font-size:14px;
}
	#secondarymenu li a{
		border-right:1px solid #363636;
}		

	#secondarymenu a:hover{
		color:#6dcff6;
}	
	#mainmenu-container {
		height: 63px;
		margin: 0 auto;
		padding: 0;
		z-index: 18;
		position:relative;
		background:url(images/back-mainmenu.png) center top repeat-x;
	}
	#mainmenu li a {
		font-family: 'a750-sans-cd-mediumregular';
		display:block;
		text-decoration:none;
		padding: 17px 20px;
		color:#000;
		font-size:25px;
		text-transform:uppercase;
		background:url(images/back-menu-separator.png) repeat-y right;
	}
		
	#mainmenu li a:hover{
		color:#00aeef;
	}
	#mainmenu{
		padding:0;
	}
	#mainmenu li {
		position:relative;
	}

	#header #mainmenu li ul {
		top:63px;
	}
	#header li ul {
		top:63px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		background: #e7e7e7; /* Old browsers */
		background: -moz-linear-gradient(top,  #e7e7e7 0%, #cdcdcd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e7e7e7 0%,#cdcdcd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
		padding:0;
		margin:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, #header .sub-menu li a {
		padding:0 !important;
		border:none !important;
		height:25px;
		line-height:25px;
		color:#000 !important;
		font-family:'arial' !important;
		font-size:13px !important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#6dcff6 !important;
		text-decoration:none !important;
		border:none !important;
		box-shadow:none !important;
	}
	
	#header #mainmenu li ul .inner {
		background: #e7e7e7; /* Old browsers */
		background: -moz-linear-gradient(top,  #e7e7e7 0%, #cdcdcd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e7e7e7 0%,#cdcdcd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
		margin-top:0;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#000 !important;
		font-family:'arial' !important;
		font-size:13px !important;
		background:none;
		text-align:left;
		padding:0 15px !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
		color:#00aeef !important;
		border:none !important;
		box-shadow:none !important;
		text-decoration:none !important;
}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		margin:0 auto;
		position:relative;
	}
	.fp-next, .fp-prev {
		height:25px;
		margin:180px 10px;
		position: relative;
		width:13px;
	}
	.fp-title{
		font-size:20px;
	}
	.slider {
		
		margin: 0 auto;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:433px;
		width:1000px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		bottom:27px;
		left: auto;
		right:15px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#s {
		background:#00aeef;
		color:#fff;
	}
	#footer .container.clearfix{
		padding:7px 0 5px !important;

	}
	#header .sub-menu li{
		float:left !important;
		padding-bottom:10px !important;
	}
	#header {
		background:none;
	}
	#logo {
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#content-top{
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float: right;
		position: absolute;
		right:0;
		top:10px;
		width: 260px;
	}
	#secondarymenu-container {
		padding-top:0px;
		
	}
	#secondarymenu {	
		padding:0 20px;
	}
	#secondarymenu li {
	}
	#secondarymenu li a{
		font-family:'arial';
		text-decoration:none;
		padding:0;
		display:block;
		color:#000 !important;
		font-size:13px;
	}
	#mainmenu-container {
		clear:both;
		padding:0;
		background:#289cd9;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu li a {
		text-decoration:none;
		padding:2px 20px 5px !important;		
		font-family: 'a750-sans-cd-mediumregular';
		display:block;
		color:#fff;
		font-size:25px;
		text-transform:uppercase;
	}	
	#mainmenu li ul {
		top:71px;
		left:0;
	}
	.slider-container{
		clear:both;
	}		
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#header li ul .transparent{
		height:0;
	}
	#footer .container{
		padding-top:20px !important;
		background:none;
	}
	#footer .container.clearfix{
		padding:0 !important;
	}
	#header .container{
		background:none;
	}
	#header {
		margin-bottom:30px;
		background:none;
	}
	#logo {
	}
	.searchbtn {
		width: 30px !important;
	}
	#secondarymenu-container {
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.mobile-menu{
		background:#00aeef;
		color:#fff;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	#footer .footer_txt .container{
		padding:10px 0 !important;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:89%;
		background:#00aeef;
		color:#fff;
	}
}