* {
  margin: 0;
  padding: 0;
  border: 0;  
  list-style: none;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.clr:after {
  content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.clear {
  clear: both;
} 

div, ul, li {
  position: relative;
}

button, .butt {
  cursor: pointer;
}

a {
  text-decoration: underline;
}

#searchBox {
	background:url("images/bg-searchbox.gif") no-repeat scroll 0 0 transparent;
	display:none;
	font-size:0;
	height:68px;
	left:30px;
	line-height:0;
	position:absolute;
	top:90px;
	width:391px;
	z-index:10;
}

#searchBox input {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#000000;
	font-size:30px;
	left:45px;
	position:absolute;
	top:14px;
	width:295px;
}


#mainMenu .search {
	background:url("images/bg-mainmenu-search.gif") no-repeat scroll 0 0 transparent;
	height:33px;
	overflow:hidden;
	padding:0 0 0 6px;
	width:84px;
}

#searchBox a {
	height:24px;
	overflow:hidden;
	position:absolute;
	right:2px;
	text-indent:-999em;
	top:19px;
	width:24px;
}

a:hover {
  text-decoration: none;
}

#searchHeader {
	background:url("images/bg-searchresult-head.png") no-repeat scroll 0 0 transparent;
	height:158px;
	width:910px;
}

#searchHeader form {
	padding:105px 0 0 55px;
}

#searchHeader input {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	font-size:30px;
	width:295px;
}

.searchContent {
	background:none repeat scroll 0 0 #E6E6E6;
}

.searchContent .infoLine {
	height:32px;
	line-height:32px;
	padding:0 15px;
}

.searchContent .infoLine strong {
	color:#F16203;
	float:left;
	font-size:11px;
	font-weight:normal;
	line-height:32px;
	text-transform:uppercase;
}

.searchContent ul {
	background:none repeat scroll 0 0 #FFFFFF;
}

.searchContent ul li {
	padding:15px;
}

.searchContent .infoLine span {
	color:#999999;
	float:right;
	font-size:11px;
	line-height:32px;
	text-transform:uppercase;
}




h1 {
  width: 633px;
  padding: 15px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  color: #b9b8b6;
  border-top: 8px solid #b9b8b6;
  text-transform: uppercase;
}

h1.nav {
  width: 333px;
  padding: 15px 300px 0 0;
}

h2 {
  margin: 8px 0;
  font-size: 20px;
  font-weight: normal;
  color: #7d7b7c;  
  line-height: 20px;
}

.newsList li h2 a {
  font-size: 20px;
  font-weight: normal;
  color: #7d7b7c;  
  line-height: 20px;
  text-decoration: none;
}

h3 {
  padding: 15px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  color: #566872;
  border-top: 8px solid #566872;
  text-transform: uppercase;
}

h4 {
  margin: 30px 0 15px 0;
  padding: 10px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #b8b7b5;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 3px solid #b8b7b5;
}

body {
  padding: 0 0 30px 0;
  background: #000 url('images/bg-body.jpg') no-repeat center top;
}

input, textarea {
  padding: 2px 5px;
  background: #dbdbdb;
  font-size: 11px;
  border: 1px solid #b8b7b5;
}

/* layout */
#layout {
  width: 910px;
  margin: 0 auto;
  padding: 0 25px;
  background: url('images/bg-layout.png') repeat-y center;
}

#mainFlash {
  width: 910px;
  height: 510px;
  font-size: 0;
  line-height: 0;
}

#mainMenu {
  position: absolute;
  left: -65px;
  top: 28px;
  width: 90px;
}

#mainMenu li {
  margin: 0 0 1px 0;
  padding: 0 0 3px 0;
  line-height: 0;
  font-size: 0;
  background: url('images/bg-mainmenu-bottom.gif') no-repeat left bottom;
}

/* #mainMenu li div {
  background: url('images/bg-mainmenu-top.gif') no-repeat;
} */

#mainMenu li a {
  display: block;
  width: 78px;
  padding: 7px 6px 2px 6px;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #c4c4c4;
  background: url('images/bg-mainmenu-top.gif') no-repeat;
}

#mainMenu li a:hover {
  color: #ff6600;
}

#mainMenu li.logo {
  margin: 0 0 30px 0;
  background: url('images/logo-nike.gif') no-repeat;
}

#mainMenu li.logo a {
  background: none;
}

#mainMenu .logo a {
  display: block;
  width: 90px;
  height: 33px;
  padding: 0;
  text-indent: -999em;
  overflow: hidden;
}

#mainMenu .search {
  width: 84px;
  height: 33px;
  padding: 0 0 0 6px;
  overflow: hidden;
  background: url('images/bg-mainmenu-search.gif') no-repeat;
}

#mainMenu .search {
  line-height: 0;
  font-size: 0;
}

#mainMenu .search input {
  width: 60px;
  position: absolute;
  left: 6px;
  top: 11px;
  font-size: 10px;
  font-weight: bold;
  color: #272728;
  text-transform: uppercase;
  background: transparent;
}

#mainMenu .search button {  
  float: right;
  width: 20px;
  height: 20px;
  margin: 7px 0 0 0;
  text-indent: -999em;
  overflow: hidden;
  background: transparent;
}

#mainContent {
  padding: 30px 16px;
  background: #ebebeb;
}

#mainContent .leftC {
  float: left;
  width: 647px;
}

#mainContent .rightC {
  float: right;
  width: 217px;
}

#subMenu {
  height: 42px;
  background: url('images/bg-submenu.jpg') no-repeat left bottom;
}

#subMenu li {
  float: left;
  margin: 0 3px 0 0;
}

#subMenu li a {
  display: block;
  float: left;
  height: 42px;
  padding: 0 0 0 18px;
  line-height: 42px;  
  text-decoration: none;
  cursor: pointer;
  background: url('images/bg-submenu-left.jpg') no-repeat left top;
}

#subMenu li a span {
  display: block;
  float: left;
  height: 42px;
  padding: 0 18px 0 0;
  line-height: 42px;
  font-size: 14px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: url('images/bg-submenu-right.jpg') no-repeat right top;
}

#subMenu li a:hover, #subMenu li.act a {
  color: #fff;
  background: url('images/bg-submenu-left-act.jpg') no-repeat left top;
}

#subMenu li a:hover span, #subMenu li.act a span {
  color: #fff;
  background: url('images/bg-submenu-right-act.jpg') no-repeat right top;
}

.contentShadow {
  margin: 7px 0 0 0;
  background: url('images/bg-content-left-center.jpg') repeat-y right;
}

.contentShadow .topS {
  background: url('images/bg-content-left-top.jpg') no-repeat right top;
}

.contentShadow .bottomS {
  padding: 0 14px 0 0;
  background: url('images/bg-content-left-bottom.jpg') no-repeat right bottom;
}

.newsList li {
  padding: 10px 0;
  line-height: 12px;
  border-bottom: 1px solid #cfd3d6;
}

.newsList li img {
  float: left;
  /* width: 384px; */
  margin: 0 17px 0 0;
}

.newsList li span {
  font-size: 10px;
  color: #929292;
  text-transform: uppercase;
}

.commentmetadata a {
  font-size: 10px;
  color: #566872;
  text-transform: uppercase;
}

.comment-author {
  font-size: 12px;
  color: #929292;
}

.comment-author a {
  font-size: 12px;
  color: #566872;
  font-style: normal;
}

#commentform a {
  color: #566872;
}

.newsList li p, .contentShadow p {
  margin: 0 0 15px 0;
  font-size: 11px;
  color: #382f30;
  line-height: 13px;
}

.contentShadow a {
  color: #566872;
}

.newsList li a {
  font-size: 11px;
  color: #566872;
}

.newsList li a.tw, .contentShadow a.tw {
  line-height: 16px;
  padding: 0 16px 3px 0;
  xtext-indent: -999em;
  text-decoration: none;
  background: url('images/logo-tw.jpg') no-repeat;
}

.newsList li a.fb, .contentShadow a.fb {
  line-height: 16px;
  padding: 0 16px 3px 0;
  text-indent: -999em;
  text-decoration: none;
  background: url('images/logo-fb.jpg') no-repeat;
}

.leftC p.border a {
  display: block;
  width: 633px;
  margin: 30px 0 0 0;
  padding: 3px 0 0 0;
  font-size: 10px;
  font-weight: bold;
  color: #b8b7b5;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 3px solid #b8b7b5;
}

.rightC .shareBox {
  margin: 17px 0 0 0;
  padding: 10px 0 0 0;
  background: url('images/bg-share-box.jpg') no-repeat left top;
}

.rightC .shareBox a {
  display: block;
  margin: 0 0 1px 0;
  padding: 15px 10px 15px 48px;
  font-size: 14px;
  font-weight: bold;
  color: #2c2e30;
  text-transform: uppercase;
  text-decoration: none;
}

.rightC .shareBox a span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #566872;
}

.rightC .shareBox a.tw {
  background: #fff url('images/logo-tw-big.jpg') no-repeat 15px 16px;
}

.rightC .shareBox a.fb {
  background: #fff url('images/logo-fb-big.jpg') no-repeat 15px 16px;
}

.rightC .shareBox a.yt {
  background: #fff url('images/logo-yt-big.jpg') no-repeat 15px 16px;
}

.leftC .navLine {
  position: absolute;
  top: 15px;
  right: 14px;
  height: 24px;
}

.leftC .navLine li {
  float: left;
  height: 24px;
  padding: 0 1px 0 0;
  background: url('images/bg-navi-center-act.jpg') repeat-x top;
}

.leftC .navLine li.last {
  padding: 0;
}

.leftC .navLine li a {
  display: block;
  padding: 0 8px;
  font-size: 10px;
  font-weight: bold;
  color: #515151;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  background: url('images/bg-navi-center.jpg') repeat-x top;
}

.leftC .navLine li a:hover, .leftC .navLine li a.act {
  color: #fff;
  background: url('images/bg-navi-center-act.jpg') repeat-x top;
}

.leftC .navLine li.first a, .leftC .navLine li.first a.act {
  background: url('images/bg-navi-left.jpg') no-repeat left top;
}

.leftC .navLine li.first a:hover, .leftC .navLine li.first a.act {
  color: #fff;
  background: url('images/bg-navi-left-act.jpg') no-repeat left top;
}

.leftC .navLine li.last a, .leftC .navLine li.last a.act {
  background: url('images/bg-navi-right.jpg') no-repeat right top;
}

.leftC .navLine li.last a:hover, .leftC .navLine li.last a.act {
  color: #fff;
  background: url('images/bg-navi-right-act.jpg') no-repeat right top;
}

.videoList li {
  padding: 20px 0;
  line-height: 12px;
  border-bottom: 1px solid #cfd3d6;
}

.video {
  float: left;
  width: 200px;
  margin: 0 8px 0 0;
}

.videoViewsLabel{
  font-size: 0.6em;
  font-color: #666;
}

.videoList .last {
  margin: 0;
}

.video img {
  width: 200px;
}

.video a {
  display: block;
  margin: 8px 0 2px 0;
  font-size: 12px;
  font-weight: bold;
  color: #ff6600;
  text-decoration: none;
}

.video p {
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #382f30;
}

.video .star0 {
  width: 55px;
  height: 9px;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background: url('images/ico-star.png') no-repeat 0 0;
}

.video .star1 {
  width: 55px;
  height: 9px;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background: url('images/ico-star.png') no-repeat 0 -9px;
}

.video .star2 {
  width: 55px;
  height: 9px;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background: url('images/ico-star.png') no-repeat 0 -18px;
}

.video .star3 {
  width: 55px;
  height: 9px;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background: url('images/ico-star.png') no-repeat 0 -27px;
}

.video .star4 {
  width: 55px;
  height: 9px;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background: url('images/ico-star.png') no-repeat 0 -36px;
}

.video .star5 {
  width: 55px;
  height: 9px;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background: url('images/ico-star.png') no-repeat 0 -45px;
}

.pager {
  width: 633px;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 3px solid #b8b7b5;
}

.pager ins {
	display: inherit !important;
	display: inline-block;
	text-align: center;
} 

.searchContent .pager {
	border-top:medium none;
	margin:0;
	padding:0;
	text-align:center;
	width:910px;
}

.searchContent .pager .wp-pagenavi {
	padding:10px 0;
}



/* .pager ul {
  list-style-type: none;
  display: table;
  margin: 0 auto;  
	white-space: nowrap; 
}

.pager ul.noMarg {
  margin: 0 auto;
}

.pager ul li {
  display: table-cell;
  float: left;
  width: 16px;
  height: 12px;
  line-height: 12px;
  color: #b8b7b5;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #d7d7d7;
}

.pager ul li.prev, .pager ul li.next, .pager ul li.last {
  border: none;
}

.pager ul li.prev a {
  background:	url('images/ico-pager.gif') no-repeat 0 0;
}

.pager ul li.prev a:hover {
  background:	url('images/ico-pager.gif') no-repeat 0 -12px;
}

.pager ul li.next a {
  background:	url('images/ico-pager.gif') no-repeat -16px 0;
}

.pager ul li.next a:hover {
  background:	url('images/ico-pager.gif') no-repeat -16px -12px;
}

.pager ul li a {
  display: block;
  width: 16px;
  height: 12px;
  line-height: 12px;
  color: #515151;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.pager ul li a:hover {
  color: #ff6600;
} */

.wp-pagenavi {
  display: table;
  margin: 0 auto;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span {
  display: table-cell;
  float: left;
  width: 16px;
  height: 12px;
  line-height: 12px;
  color: #b8b7b5;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #d7d7d7;
}

.wp-pagenavi a {
  display: table-cell;
  float: left;
  width: 16px;
  height: 12px;
  line-height: 12px;
  color: #515151;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #d7d7d7;
  text-decoration: none;
}

.wp-pagenavi .previouspostslink {
  border: none;
  text-indent: -999em;
  overflow: hidden;
  background:	url('images/ico-pager.gif') no-repeat 0 0;
}

.wp-pagenavi .previouspostslink:hover {
  background:	url('images/ico-pager.gif') no-repeat 0 -12px;
}

.wp-pagenavi .nextpostslink {
  border: none;
  text-indent: -999em;
  overflow: hidden;
  background:	url('images/ico-pager.gif') no-repeat -16px 0;
}

.wp-pagenavi .nextpostslink:hover {
  background:	url('images/ico-pager.gif') no-repeat -16px -12px;
}

.alignleft {
  float: left;
  margin: 0 10px 0 0;
}

#footer {
  padding: 10px 15px;
  background: #141414;
  font-size: 10px;
  color: #474747;
  text-transform: uppercase;
  text-align: right;
}

.postPElement{
	color:#382F30;
	font-size:11px;
	line-height:13px;
	margin:0 0 15px;
	text-align: justify;
}

.academyMap {
	width: 630px;
	height: 330px;
	position: absolute;
	top: 51px;
	left: 190px;
	}
	
.academyMap ul li {
	list-style: none;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;

}
.academyMap ul li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	/*background: #0f0;*/
}
.academyMap ul li a.smallSpot {
	width: 14px;
	height: 14px;
}
.academyMap ul li.spot01 {left: 356px;top: 53px;}
.academyMap ul li.spot02 {left: 378px;top: 27px;}
.academyMap ul li.spot03 {left: 343px;top: 25px;}
.academyMap ul li.spot04 {left: 308px;top: 23px;}
.academyMap ul li.spot05 {left: 104px;top: 29px;}
.academyMap ul li.spot06 {left: 47px;top: 68px;}
.academyMap ul li.spot07 {left: 192px;top: 70px;}
.academyMap ul li.spot08 {left: 195px;top: 31px;}
.academyMap ul li.spot09 {left: 172px;top: 112px;}
.academyMap ul li.spot10 {left: 243px;top: 133px;}
.academyMap ul li.spot11 {left: 272px;top: 157px;}
.academyMap ul li.spot12 {left: 386px;top: 112px;}
.academyMap ul li.spot13 {left: 505px;top: 117px;}
.academyMap ul li.spot14 {left: 467px;top: 46px;}
.academyMap ul li.spot15 {left: 372px;top: 163px;}
.academyMap ul li.spot16 {left: 449px;top: 165px;}
.academyMap ul li.spot17 {left: 463px;top: 225px;}
.academyMap ul li.spot18 {left: 578px;top: 251px;}
.academyMap ul li.spot19 {left: 532px;top: 189px;}
.academyMap ul li.spot20 {left: 348px;top: 232px;}


#spotBox {
	width: 680px;
	height: 520px;
	overflow: hidden;
	color: #fff;
}
#spotBox h1 {
	padding-top: 20px;
	width: 680px;
	height: 55px;
	background-position: left bottom;
	background-repeat: no-repeat;	
	margin-left: 25px;
	color: #f16203;
	border: none;
	text-transform: none;
	font-size: 20px;
}
/*.spotBox01 h1 {background-image: url(img/h1-spotbox01.png)}
.spotBox02 h1 {background-image: url(img/h1-spotbox02.png)}
.spotBox03 h1 {background-image: url(img/h1-spotbox03.png)}
.spotBox04 h1 {background-image: url(img/h1-spotbox04.png)}
.spotBox05 h1 {background-image: url(img/h1-spotbox05.png)}
.spotBox06 h1 {background-image: url(img/h1-spotbox06.png)}
.spotBox07 h1 {background-image: url(img/h1-spotbox07.png)}
.spotBox08 h1 {background-image: url(img/h1-spotbox08.png)}
.spotBox09 h1 {background-image: url(img/h1-spotbox09.png)}
.spotBox10 h1 {background-image: url(img/h1-spotbox10.png)}
.spotBox11 h1 {background-image: url(img/h1-spotbox11.png)}
.spotBox12 h1 {background-image: url(img/h1-spotbox12.png)}
.spotBox13 h1 {background-image: url(img/h1-spotbox13.png)}
.spotBox14 h1 {background-image: url(img/h1-spotbox14.png)}
.spotBox15 h1 {background-image: url(img/h1-spotbox15.png)}
.spotBox16 h1 {background-image: url(img/h1-spotbox16.png)}
.spotBox17 h1 {background-image: url(img/h1-spotbox17.png)}
.spotBox18 h1 {background-image: url(img/h1-spotbox18.png)}
.spotBox19 h1 {background-image: url(img/h1-spotbox19.png)}
.spotBox20 h1 {background-image: url(img/h1-spotbox20.png)}*/
#spotBox #tabbedMenu {
	position: relative;	
	margin-left: 30px;
	height: 44px;
	width: 680px;
	overflow: hidden;
}
#spotBox #tabbedMenu li {
	position: relative;
	float: left;
	display: block;
	margin-right: 4px;
	width: auto;
	height: 44px;
}
#spotBox #tabbedMenu li a {
	display: block;
	float: left;
	position: relative;
	height: 44px;
	text-indent: -999em;
	cursor: pointer;
}
#spotBox #tabbedMenu li a.tab1 {
	width: 140px;
	background: url(img/bg-tabbedmenu-tab1_off.jpg) left top no-repeat;
}
#spotBox #tabbedMenu li.selected a.tab1 {
	width: 146px;
	background: url(img/bg-tabbedmenu-tab1_on.jpg) left top no-repeat;
}
#spotBox #tabbedMenu li a.tab2 {
	width: 209px;
	background: url(img/bg-tabbedmenu-tab2_off.jpg) left top no-repeat;
}
#spotBox #tabbedMenu li.selected a.tab2 {
	width: 214px;
	background: url(img/bg-tabbedmenu-tab2_on.jpg) left top no-repeat;
}
#spotBox #tab1, #spotBox #tab2 {
	width: 680px;
	height: 402px;
}
#spotBox #tab2 {
	display: none;
}
#spotBox #picCont {
	position: relative;
	float: left;
/*	background: url(img/bg-piccont.png) left top no-repeat;*/
	margin: 19px;
	border: 1px solid #aaa;
	
}
#spotBox #picCont img {
	border: 10px solid #fff;
}
#spotBox #picDesc {
	position: relative;
	float: right;
	padding: 20px 20px 20px 0;
	width: 240px;
	font-size: 12px;
	line-height: 20px;
	color: #b2afaf;
}
#spotBox #picDesc strong {
	font-size: 1.3em;
	color: rgb(120,120,120);
}
#spotBox #picSlider {
/*	border-top: 1px solid #534c4b;
	border-bottom: 1px solid #534c4b;*/
	height: 70px;
	width: 680px;
	overflow: hidden;
/*	background: url(img/bg-picslider.jpg) left bottom repeat-x;*/
}
#spotBox #picSlider ul {
	margin-left: 10px;
}
#spotBox #picSlider ul li {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	height: 70px;
	margin: 0;
	padding: 0;
}
#spotBox #picSlider ul li a {
	position:relative;
	float: left;
	display: block;
	margin: 10px 15px;
	border: 2px solid #566872;
	cursor: pointer;
}
#spotBox #picSlider ul li a:hover {
	border: 2px solid #f16203;
}
#spotBox #picSlider ul li img {
	display: block;
}
#picSliderBorder{
	background-color: #566872;
	width: 645px;
	height: 8px;
	position: absolute;
	left: 15px;
	bottom: 107px;
}

#spotBox #videoSlider {
	position: relative;
	float: right;
	margin: 20px 20px 0 0;
	width: 247px;
	height: 314px;
/*	border: 1px solid #534c4b;*/
	background-color: rgb(222,222,222);
	overflow: hidden;
	color: rgb(56,45,49);
}
#spotBox #videoSlider ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 247px;
	overflow: hidden;
}
#spotBox #videoSlider li {
	display: block;
	float: left;
	position: relative;
	padding: 9px;
	width: 229px;
	border-bottom: 1px solid rgb(185,185,185);	
}
#spotBox #videoSlider li p {
	padding-top: 10px;
}
#spotBox #videoSlider li a.videoLink {
	color: #84a40d;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}
#spotBox #videoSlider li a.videoImg {
	float: left;
	border: 2px solid #fff;
	margin-right: 11px;
	cursor: pointer;
}
#spotBox #videoCont {
	position: relative;
	float: left;
	padding: 20px 20px 0 20px;
	width: 370px;
	height: 314px;
/*	background: url(img/bg-videocont.jpg) center bottom no-repeat;*/
}
#spotBox #videoCont .off {
	display: none;
}
#spotBox .moreVideos {
	display: block;
	position: relative;
	float: left;
	margin: 12px 0 0 19px;
	height: 28px;
	line-height: 28px;
	padding-left: 74px;
	background: url(img/bg-morevideos.png) left center no-repeat;
	color: #84a40d;
	font-size: 18px;
	text-decoration: underline;
}